Skip to content

Commit ea71c91

Browse files
fix: enable hana rev87 (#866)
* fix: enable hana rev87 * chore: last updated and versions
1 parent c869c57 commit ea71c91

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

ibm_catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
{
363363
"diagram": {
364364
"caption": "Full SAP environment provisioned on a 'Power Virtual Server with VPC landing zone'",
365-
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-powervs-sap/refs/tags/v4.2.1/reference-architectures/sap-ready-to-go/deploy-arch-ibm-pvs-sap-ready-to-go.svg",
365+
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-powervs-sap/refs/tags/v4.2.2/reference-architectures/sap-ready-to-go/deploy-arch-ibm-pvs-sap-ready-to-go.svg",
366366
"type": "image/svg+xml"
367367
},
368368
"description": "'SAP ready PowerVS' variation of 'Power Virtual Server for SAP HANA' creates a basic and expandable SAP system landscape builds on the foundation of the 'Power Virtual Server with VPC landing zone'. PowerVS instances for SAP HANA and SAP NetWeaver are deployed and preconfigured for SAP installation.\n\nServices such as DNS, NTP and NFS running in VPC and provided by 'Power Virtual Server with VPC landing zone' are leveraged.\n\nThe resulting SAP landscape leverages the services such as Activity Tracker, Cloud Object Storage, Key Management and the network connectivity configuration provided by 'Power Virtual Server with VPC landing zone'."
@@ -760,7 +760,7 @@
760760
{
761761
"diagram": {
762762
"caption": "Full SAP S/4HANA or BW/4HANA environment provisioned on a 'Power Virtual Server with VPC landing zone'",
763-
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-powervs-sap/refs/tags/v4.2.1/reference-architectures/sap-s4hana-bw4hana/deploy-arch-ibm-pvs-sap-s4hana-bw4hana.svg",
763+
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-powervs-sap/refs/tags/v4.2.2/reference-architectures/sap-s4hana-bw4hana/deploy-arch-ibm-pvs-sap-s4hana-bw4hana.svg",
764764
"type": "image/svg+xml"
765765
},
766766
"description": "'SAP S/4HANA or BW/4HANA' variation of 'Power Virtual Server for SAP HANA' creates a basic and expandable SAP system landscape builds on the foundation of 'Power Virtual Server with VPC landing zone'. PowerVS instances for SAP HANA and SAP NetWeaver are deployed and preconfigured for SAP installation. S/4HANA or BW/4HANA solution is installed based on selected version. \n\nServices such as DNS, NTP and NFS running in VPC and provided by 'Power Virtual Server with VPC landing zone' are leveraged.\n\nThe resulting SAP landscape leverages the services such as Activity Tracker, Cloud Object Storage, Key Management and the network connectivity configuration provided by the 'Power Virtual Server with VPC landing zone'. Additionally if a Monitoring Instance was configured in the 'Power Virtual Server with VPC landing zone' deployment, this solution will then install and enable SAP monitoring Dashboard."

modules/ansible/templates-ansible/hanadb/playbook-sap-hana-install.yml.tftpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717
sap_hana_install_sid: "${sap_hana_install_sid}"
1818
sap_hana_install_number: "${sap_hana_install_number}"
1919
sap_hana_install_master_password: "${sap_hana_install_master_password}"
20+
sap_hana_install_components: "server"
2021

2122
tasks:
2223
- name: Install en_US locale
23-
ansible.builtin.command: "yum install -y glibc-langpack-en"
24+
ansible.builtin.command: "yum install -y glibc-langpack-en compat-sap-c++-13"
2425

2526
- name: Include SAP HANA install role
2627
include_role:

reference-architectures/sap-ready-to-go/deploy-arch-ibm-pvs-sap-ready-to-go.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2024, 2025
5-
lastupdated: "2025-07-21"
5+
lastupdated: "2025-09-05"
66
keywords:
77
subcollection: deployable-reference-architectures
88
authors:
@@ -17,7 +17,7 @@ use-case: ITServiceManagement
1717
industry: Technology
1818
compliance: SAPCertified
1919
content-type: reference-architecture
20-
version: v4.2.1
20+
version: v4.2.2
2121
related_links:
2222
- title: 'SAP in IBM Cloud documentation'
2323
url: 'https://cloud.ibm.com/docs/sap'
@@ -39,7 +39,7 @@ related_links:
3939
{: toc-industry="Technology"}
4040
{: toc-use-case="ITServiceManagement"}
4141
{: toc-compliance="SAPCertified"}
42-
{: toc-version="v4.2.1"}
42+
{: toc-version="v4.2.2"}
4343

4444
The SAP-ready PowerVS variation of the Power Virtual Server for SAP HANA creates a basic and expandable SAP system landscape. The variation builds on the foundation of the VPC landing zone and Power Virtual Server with VPC landing zone. PowerVS instances for SAP HANA and SAP NetWeaver are deployed and pre-configured for SAP installation.
4545

reference-architectures/sap-s4hana-bw4hana/deploy-arch-ibm-pvs-sap-s4hana-bw4hana.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2024, 2025
5-
lastupdated: "2025-07-21"
5+
lastupdated: "2025-09-05"
66
keywords:
77
subcollection: deployable-reference-architectures
88
authors:
@@ -17,7 +17,7 @@ use-case: ITServiceManagement
1717
industry: Technology
1818
compliance: SAPCertified
1919
content-type: reference-architecture
20-
version: v4.2.1
20+
version: v4.2.2
2121
related_links:
2222
- title: 'SAP in IBM Cloud documentation'
2323
url: 'https://cloud.ibm.com/docs/sap'
@@ -39,7 +39,7 @@ related_links:
3939
{: toc-industry="Technology"}
4040
{: toc-use-case="ITServiceManagement"}
4141
{: toc-compliance="SAPCertified"}
42-
{: toc-version="v4.2.1"}
42+
{: toc-version="v4.2.2"}
4343

4444
'SAP S/4HANA or BW/4HANA' variation of 'Power Virtual Server for SAP HANA' creates a basic and expandable SAP system landscape built on the foundation of 'Power Virtual Server with VPC landing zone'. PowerVS instances for SAP HANA and SAP NetWeaver are deployed and pre-configured for SAP installation. The S/4HANA or BW/4HANA solution is installed based on the selected version.
4545

solutions/ibm-catalog/sap-s4hana-bw4hana/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ S4HANA_2023
157157
|------|-------------|------|---------|:--------:|
158158
| <a name="input_ansible_vault_password"></a> [ansible\_vault\_password](#input\_ansible\_vault\_password) | Vault password to encrypt SAP installation parameters in the OS. Password requirements: 15-100 characters and at least one uppercase letter, one lowercase letter, one number, and one special character. Allowed characters: A-Z, a-z, 0-9, !#$%&()*+-.:;<=>?@[]\_{\|}~. | `string` | n/a | yes |
159159
| <a name="input_ibmcloud_api_key"></a> [ibmcloud\_api\_key](#input\_ibmcloud\_api\_key) | IBM Cloud platform API key needed to deploy IAM enabled resources. | `string` | n/a | yes |
160-
| <a name="input_ibmcloud_cos_configuration"></a> [ibmcloud\_cos\_configuration](#input\_ibmcloud\_cos\_configuration) | Cloud Object Storage instance containing SAP installation files that will be downloaded to NFS share. 'cos\_hana\_software\_path' must contain only binaries required for HANA DB installation. 'cos\_solution\_software\_path' must contain only binaries required for S/4HANA or BW/4HANA installation and must not contain any IMDB files. 'cos\_monitoring\_software\_path' is optional and must contain x86\_64 SAPCAR and SAP HANA client binaries required for configuring monitoring instance. The binaries required for installation can be found [here](https://github.com/terraform-ibm-modules/terraform-ibm-powervs-sap/blob/main/solutions/ibm-catalog/sap-s4hana-bw4hana/docs/s4hana23_bw4hana21_binaries.md) If you have an optional stack xml file (maintenance planner), place it under the 'cos\_solution\_software\_path' directory. Avoid inserting '/' at the beginning for 'cos\_hana\_software\_path', 'cos\_solution\_software\_path' and 'cos\_monitoring\_software\_path'. | <pre>object({<br/> cos_region = string<br/> cos_bucket_name = string<br/> cos_hana_software_path = string<br/> cos_solution_software_path = string<br/> cos_monitoring_software_path = optional(string)<br/> cos_swpm_mp_stack_file_name = string<br/> })</pre> | <pre>{<br/> "cos_bucket_name": "powervs-automation",<br/> "cos_hana_software_path": "HANA_DB/rev78",<br/> "cos_monitoring_software_path": "HANA_CLIENT/x86_64",<br/> "cos_region": "eu-geo",<br/> "cos_solution_software_path": "S4HANA_2023",<br/> "cos_swpm_mp_stack_file_name": ""<br/>}</pre> | no |
160+
| <a name="input_ibmcloud_cos_configuration"></a> [ibmcloud\_cos\_configuration](#input\_ibmcloud\_cos\_configuration) | Cloud Object Storage instance containing SAP installation files that will be downloaded to NFS share. 'cos\_hana\_software\_path' must contain only binaries required for HANA DB installation. 'cos\_solution\_software\_path' must contain only binaries required for S/4HANA or BW/4HANA installation and must not contain any IMDB files. 'cos\_monitoring\_software\_path' is optional and must contain x86\_64 SAPCAR and SAP HANA client binaries required for configuring monitoring instance. The binaries required for installation can be found [here](https://github.com/terraform-ibm-modules/terraform-ibm-powervs-sap/blob/main/solutions/ibm-catalog/sap-s4hana-bw4hana/docs/s4hana23_bw4hana21_binaries.md) If you have an optional stack xml file (maintenance planner), place it under the 'cos\_solution\_software\_path' directory. Avoid inserting '/' at the beginning for 'cos\_hana\_software\_path', 'cos\_solution\_software\_path' and 'cos\_monitoring\_software\_path'. | <pre>object({<br/> cos_region = string<br/> cos_bucket_name = string<br/> cos_hana_software_path = string<br/> cos_solution_software_path = string<br/> cos_monitoring_software_path = optional(string)<br/> cos_swpm_mp_stack_file_name = string<br/> })</pre> | <pre>{<br/> "cos_bucket_name": "powervs-automation",<br/> "cos_hana_software_path": "HANA_DB/rev87",<br/> "cos_monitoring_software_path": "HANA_CLIENT/x86_64",<br/> "cos_region": "eu-geo",<br/> "cos_solution_software_path": "S4HANA_2023",<br/> "cos_swpm_mp_stack_file_name": ""<br/>}</pre> | no |
161161
| <a name="input_ibmcloud_cos_service_credentials"></a> [ibmcloud\_cos\_service\_credentials](#input\_ibmcloud\_cos\_service\_credentials) | IBM Cloud Object Storage instance service credentials to access the bucket in the instance.[json example of service credential](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-service-credentials) | `string` | n/a | yes |
162162
| <a name="input_powervs_default_sap_images"></a> [powervs\_default\_sap\_images](#input\_powervs\_default\_sap\_images) | Default Red Hat Linux Full Linux subscription images to use for PowerVS SAP HANA and SAP NetWeaver instances. If you're using a byol or a custom RHEL image, additionally specify the optional values for 'powervs\_os\_registration\_username', 'powervs\_os\_registration\_password' and 'ansible\_vault\_password' | <pre>object({<br/> rhel_hana_image = string<br/> rhel_nw_image = string<br/> })</pre> | <pre>{<br/> "rhel_hana_image": "RHEL9-SP4-SAP",<br/> "rhel_nw_image": "RHEL9-SP4-SAP-NETWEAVER"<br/>}</pre> | no |
163163
| <a name="input_powervs_hana_instance_additional_storage_config"></a> [powervs\_hana\_instance\_additional\_storage\_config](#input\_powervs\_hana\_instance\_additional\_storage\_config) | Additional File systems to be created and attached to PowerVS SAP HANA instance. 'size' is in GB. 'count' specify over how many storage volumes the file system will be striped. 'tier' specifies the storage tier in PowerVS workspace. 'mount' specifies the target mount point on OS. | <pre>list(object({<br/> name = string<br/> size = string<br/> count = string<br/> tier = string<br/> mount = string<br/> }))</pre> | <pre>[<br/> {<br/> "count": "1",<br/> "mount": "/usr/sap",<br/> "name": "usrsap",<br/> "size": "50",<br/> "tier": "tier3"<br/> }<br/>]</pre> | no |

solutions/ibm-catalog/sap-s4hana-bw4hana/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ variable "ibmcloud_cos_configuration" {
204204
default = {
205205
"cos_region" : "eu-geo",
206206
"cos_bucket_name" : "powervs-automation",
207-
"cos_hana_software_path" : "HANA_DB/rev78",
207+
"cos_hana_software_path" : "HANA_DB/rev87",
208208
"cos_solution_software_path" : "S4HANA_2023",
209209
"cos_monitoring_software_path" : "HANA_CLIENT/x86_64",
210210
"cos_swpm_mp_stack_file_name" : ""

0 commit comments

Comments
 (0)