File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
articles/virtual-machines/workloads/sap Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -59,17 +59,28 @@ Operating system configuration can drift from the recommended settings over time
59
59
| ---------------| -------------------------| --------------------| --------------| --------------|
60
60
| SuSE | SLES 12 SP2 | 3.1.3h | 2.3.0.40 | 1.6.0.34 |
61
61
| 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 |
63
65
| Red Hat | RHEL 7.2 | 3.1.3h | 2.3.0.39 | 1.6.0.34 |
64
66
65
67
66
68
### 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
67
79
```
68
- rpm -U driverpackage.rpm
69
- rpm -e olddriverpackage.rpm
80
+ rpm -ivh <enic/fnic.rpm>
70
81
```
71
82
72
- #### Commands to confirm
83
+ #### Commands to confirm the installation
73
84
```
74
85
modinfo enic
75
86
modinfo fnic
You can’t perform that action at this time.
0 commit comments