This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
storage:svc_upgrade [2021/02/06 13:37] manu |
storage:svc_upgrade [2022/02/03 15:16] (current) manu |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Easier way to upgrade is using GUI to upgrade | Easier way to upgrade is using GUI to upgrade | ||
| - | === Precheck: === | + | ===== Precheck: ===== |
| * depending on hardware, check the required level available | * depending on hardware, check the required level available | ||
| - | Ex: => google: Hardware Interoperability Matrix v7000 | + | <code>Ex: => google: Hardware Interoperability Matrix v7000 </code> |
| * check the upgrade steps, maybe you cannot update in one step from 8.1.7 to 8.3.1.3 ! | * check the upgrade steps, maybe you cannot update in one step from 8.1.7 to 8.3.1.3 ! | ||
| + | <code>Ex: => google: Concurrent Compatibility and Code Cross Reference for Spectrum Virtualize </code> | ||
| Download the test utility (required) and package upgrade | Download the test utility (required) and package upgrade | ||
| Line 42: | Line 44: | ||
| </cli> | </cli> | ||
| - | === On SVC cluster (Spectrum Virtualize) === | + | ===== On SVC cluster (Spectrum Virtualize) ===== |
| <cli prompt='>'> | <cli prompt='>'> | ||
| IBM_2145:SVC01:admin>lsnode | IBM_2145:SVC01:admin>lsnode | ||
| Line 56: | Line 59: | ||
| </cli> | </cli> | ||
| - | === check IP quorums === | + | ===== check IP quorums ===== |
| On Hyperswap cluster : v7k... and on SVC, check quorums, specificaly IP (an update is maybe useful) | On Hyperswap cluster : v7k... and on SVC, check quorums, specificaly IP (an update is maybe useful) | ||
| - | All quorums must be **online** and one IP quorum **active** | + | All quorums must be **online** and one IP quorum **active** when upgrade is finished |
| <cli prompt='>'> | <cli prompt='>'> | ||
| IBM_Storwize:V7K01:admin>lsquorum | IBM_Storwize:V7K01:admin>lsquorum | ||
| Line 118: | Line 121: | ||
| 18 not_scheduled | 18 not_scheduled | ||
| </cli> | </cli> | ||
| + | |||
| + | ===== Quorum IP ===== | ||
| + | |||
| + | Create a service with downloaded file **ip_quorum.jar** from storage SVC or v7000, and open firewall port :**1260** | ||
| + | |||
| + | ==== On windows: ==== | ||
| + | |||
| + | <cli prompt='>'> | ||
| + | sc.exe create "IBM_IP_quorum" binPath= "F:\<javapath>\java -jar ip_quorum.jar" | ||
| + | </cli> | ||
| + | |||
| + | To delete service: | ||
| + | <cli prompt='>'> | ||
| + | sc.exe delete SERVICE NAME | ||
| + | </cli> | ||
| + | |||
| + | ==== On Linux: ==== | ||
| + | |||
| + | |||