VIII.
Step
6
Table-2
A)
partner-sysid <xxxxxxxxxx>
How to determine the partner-sysid value?
B)
bootarg.init.boot_clustered true
How to determine a Cluster-Mode system?
C)
bootarg.init.switchless_cluster.enable true
How to determine a Switchless Cluster config?
7
Continue with Section VIII on next page.
Page 13 of 25
System Type, Configuration, Variable name &
Value to be validated
IF HA:
Verify this variable is set with correct partner sys-id value.
IF Cluster-Mode:
Verify this variable is set to true.
IF Cluster-Mode & configured as a Switchless Cluster:
Verify this variable is set to true.
FAS2500 Model : Boot PROM Variable Checks
Action Description
Enter:
printenv bootarg.init.switchless_cluster.enable
Validate the boot env variables:
If HA and/or Cluster-Mode config,
at least the following three boortarg parameters and values listed in the Table-2 below will
need to be researched and manually entered. Follow steps (A-C) in Table-2 below.
Validate the Variable name and Value
Enter:
printenv partner-sysid
Enter:
printenv bootarg.init.boot_clustered
LOADER-A>
printenv partner-sysid
Variable Name Value
-------------------- --------------
partner-sysid 0536900170
Example Only
LOADER-A>
printenv bootarg.init.boot_clustered
Variable Name Value
---------------------------- ---------
bootarg.init.boot_clustered true
LOADER-A>
printenv bootarg.init.switchless_cluster.enable
Variable Name Value
---------------------------- ---------
bootarg.init.switchless_cluster.enable true
Boot Device Replacement for the FAS2500
For NetApp Authorized Service Engineers
IF
this variable is missing or not set correctly, set it now using the command:
setenv variable-name <value>
LOADER-A>
setenv partner-sysid 0536900170
Example:
IF
this variable is missing or not set correctly, set it now using the command:
setenv variable-name <value>
LOADER-A>
setenv bootarg.init.boot_clustered true
Example:
IF
this variable is missing or not set correctly, set it now using the command:
setenv variable-name <value>
LOADER-A>
setenv bootarg.init.switchless_cluster.enable true
Example:
(Copy-n-paste the variable name / value)