HP StorageWorks XPath OS 7.4.X Command Reference Guide (AA-RVHCC-TE, September 2005)
XPath OS 7.4.x command reference guide 233
Sets the virtual management IP configuration of the MP Router.
Synopsis
svipaddrset -i ipAddress -n netMask -a action
Availability
admin
Description
Use this command to set the virtual management IP configuration. The virtual management IP address is
used as the single identity of the MP Router.
Configuration scenario I: If the secondary management interface is not used, the virtual management IP
configuration is set the same as the primary IP configuration by default.
Configuration scenario II: If both management interfaces are configured in the same subnet, the virtual
management IP configuration must be configured within the same subnet.
NOTE: The virtual management IP configuration is set to the same value as the primary IP configuration
by default. It also can be changed using ipaddrSet -s.
Operands
The following operands are required:
Examples
To set virtual management IP address 192.168.10.1 and netmask 255.255.255.0:
See also
ipaddrSet
ipaddrShow
svipAddrShow
svipAddrSet
-i ipAddress Sets the IP address in the standard aa.bb.cc.dd format.
-n netMask Sets the netmask in the standard aa.bb.cc.dd format.
-a action Specifies whether the change takes effect immediately (cfgnow)
or after next reboot (cfgafterreboot).
switch:admin> svipaddrset -i 192.168.10.1 -n 255.255.255.0 -a cfgnow