Reference Guide

Table Of Contents
Qualifier Description
commit Performs software commit operation.
pr Prepare the node for a rollback to the older version.
cr Complete the rollback operation and bring up the node
in the older version.
v1v2 Change the NAS configuration from the current
version to the target version in rollforward scenario.
v2v1 Change the NAS configuration from the target
version to the current version. This argument applies to a
rollback scenario.
--v1
Specify the current NAS version.
--v2
Specify the target NAS version.
--node
Specify the node on which you want the NDU operation to
occur. The valid values are a or b.
--getv1v2
Get information about the current and target versions.
Example
Run the following commands to upgrade the appliance from software version 1.0.1.9.3.120 (v1) to version 1.0.1.9.3.125 (v2):
1. Prepare node B for the upgrade:
svc_nas_ndu --op=pu --v1=1.0.1.9.3.120 --v2=1.0.1.9.3.125 --node=b
2. Change the NAS configuration from 1.0.1.9.3.120 to 1.0.1.9.3.125:
svc_nas_ndu --op=v1v2 --node=b
3. Bring up the node B with the target version:
svc_nas_ndu --op=bu --node=b
4. Prepare the node A for the upgrade:
svc_nas_ndu --op=pu --v1=1.0.1.9.3.120 --v2=1.0.1.9.3.125 --node=a
5. Change the NAS configuration from 1.0.1.9.3.120 to 1.0.1.9.3.125:
svc_nas_ndu --op=v1v2 --node=a
6. Bring up the node A with the target version:
svc_nas_ndu --op=bu --node=a
7. Perform a health check before you commit the upgrade:
svc_nas_ndu --op=precommit
8. Commit the upgraded version on both nodes:
svc_nas_ndu --op=commit
Repair NAS NDU (svc_nas_ndu_repair)
This service script allows you to repair NAS upgrades by rolling back to the earlier version or rolling the NAS node forward to the
target version.
NOTE: Once the NAS upgrade is successfully repaired using the service script, try the upgrade process again.
Service Commands 69