You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/azure/virtual-machines/linux/upgrade-rhel-7dotx-to-7dot9-sap-hana-apps.md
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,18 @@ For more information about performing the upgrade process on custom, golden, or
47
47
```bash
48
48
sudo rm /etc/yum/vars/releasever
49
49
```
50
+
3. Create a config file by using this command:
50
51
51
-
3. Install the *rhui-azure-rhel7-base-sap-ha* package:
52
+
```bash
53
+
sudo tee rhel7-base-sap-ha.config > /dev/null <<<$'[rhui-microsoft-azure-rhel7-base-sap-ha]\nname=Microsoft Azure RPMs for Red Hat Enterprise Linux 7 (rhel7-base-sap-ha)\nbaseurl=https://rhui4-1.microsoft.com/pulp/repos/unprotected/microsoft-azure-rhel7-base-sap-ha\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc\nsslverify=1'
54
+
```
55
+
4. Install the *rhui-azure-rhel7-base-sap-ha* package:
4. Verify that the corresponding repositories are available and show no errors:
60
+
61
+
5. Verify that the corresponding repositories are available and show no errors:
57
62
58
63
```bash
59
64
sudo yum repolist
@@ -77,12 +82,12 @@ For more information about performing the upgrade process on custom, golden, or
77
82
> [!IMPORTANT]
78
83
> A single host can accommodate both SAP HANA and other SAP applications, such as NetWeaver. In this case, all the preceding repositories are required. Optionally, you can modify the */etc/yum.repos.d/rh-cloud-base-sap-ha.repo* file based on your system's specific requirements.
79
84
80
-
5. Upgrade the system to RHEL 7.9:
85
+
6. Upgrade the system to RHEL 7.9:
81
86
82
87
```bash
83
88
sudo yum update
84
89
```
85
-
6. Reboot the VM to complete the upgrade:
90
+
7. Reboot the VM to complete the upgrade:
86
91
87
92
```bash
88
93
sudo reboot
@@ -100,14 +105,19 @@ For more information about performing the upgrade process on custom, golden, or
100
105
```bash
101
106
sudo rm /etc/yum/vars/releasever
102
107
```
108
+
3. Create a config file by using this command:
103
109
104
-
3. Install the *rhui-azure-rhel7-base-sap-apps* package:
110
+
```bash
111
+
sudo tee rhel7-base-sap-apps.config > /dev/null <<<$'[rhui-microsoft-azure-rhel7-base-sap-apps]\nname=Microsoft Azure RPMs for Red Hat Enterprise Linux 7 (rhel7-base-sap-apps)\nbaseurl=https://rhui4-1.microsoft.com/pulp/repos/unprotected/microsoft-azure-rhel7-base-sap-apps\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc\nsslverify=1'
112
+
```
113
+
114
+
4. Install the *rhui-azure-rhel7-base-sap-apps* package:
0 commit comments