Skip to content

Commit 209cbff

Browse files
authored
Update os-upgrade-hana-large-instance.md
1 parent 566ec14 commit 209cbff

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

articles/virtual-machines/workloads/sap/os-upgrade-hana-large-instance.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,28 @@ Operating system configuration can drift from the recommended settings over time
5959
|---------------|-------------------------|--------------------|--------------|--------------|
6060
| SuSE | SLES 12 SP2 | 3.1.3h | 2.3.0.40 | 1.6.0.34 |
6161
| SuSE | SLES 12 SP3 | 3.1.3h | 2.3.0.44 | 1.6.0.36 |
62-
| SuSE | SLES 12 SP4 | 3.2.3b | 2.3.0.47 | 2.0.0.54 |
62+
| SuSE | SLES 12 SP4 | 3.2.3i | 2.3.0.47 | 2.0.0.54 |
63+
| SuSE | SLES 12 SP2 | 3.2.3i | 2.3.0.45 | 1.6.0.37 |
64+
| SuSE | SLES 12 SP3 | 3.2.3i | 2.3.0.45 | 1.6.0.37 |
6365
| Red Hat | RHEL 7.2 | 3.1.3h | 2.3.0.39 | 1.6.0.34 |
6466

6567

6668
### Commands for driver upgrade and to clean old rpm packages
69+
70+
#### Command to check existing installed drivers
71+
```
72+
rpm -qa | grep enic/fnic
73+
```
74+
#### Delete existing eNIC/fNIC rpm
75+
```
76+
rpm -e <old-rpm-package>
77+
```
78+
#### Install the recommended eNIC/fNIC driver packages
6779
```
68-
rpm -U driverpackage.rpm
69-
rpm -e olddriverpackage.rpm
80+
rpm -ivh <enic/fnic.rpm>
7081
```
7182

72-
#### Commands to confirm
83+
#### Commands to confirm the installation
7384
```
7485
modinfo enic
7586
modinfo fnic

0 commit comments

Comments
 (0)