CLI Guide

Parameters
[controller a|b|both]
Optional. For IP-related parameters, this specifies whether to change controller A, B, or both. If this
parameter is omitted and both controllers are set to use DHCP or are set to use ping-broadcast, changes
affect both controllers. Otherwise, if this parameter is omitted and the ip parameter, netmask parameter, or
gateway parameter is set, changes affect the controller being accessed.
[dhcp]
Optional. Specifies to use DHCP to set network-port IP values for both controllers, unless one controller is
specified by using the controller parameter.
[gateway gateway]
Optional. A gateway IP address for the port.
[ip address]
Optional. An IP address for the port. Specify the address in dot-decimal format, where the four octets of the
address use decimal values and the octets are separated by a period; for example, 10.132.2.205. The first
octet may not be zero, with the exception that 0.0.0.0 can be used to disable the interface (stop I/O). This is
the default.
[netmask netmask]
Optional. An IP subnet mask for the port.
[ping-broadcast enabled|disabled|on|off]
Optional. Enables the storage system to respond when a ping to a broadcast address is issued on the system
subnet. This is disabled by default.
Examples
Manually set network-port IP values for each controller (disabling DHCP for both controllers, if it was
enabled) using IPv4 addressing. Then enable DHCP for controller A without affecting controller B.
# set network-parameters ip 192.168.0.10 netmask 255.255.255.0 gateway
192.168.0.1 controller a
# set network-parameters ip 192.168.0.11 netmask 255.255.255.0 gateway
192.168.0.1 controller b
# set network-parameters dhcp controller a
See also show network-parameters
set ntp-parameters
Description
Sets Network Time Protocol (NTP) parameters for the system. You can manually set system date and time
parameters by using the set controller-date command. You must specify at least one of the optional
parameters for the command to succeed.
NOTE: If you change the time zone of the secondary system in a replication set whose primary
and secondary systems are in different time zones, you must restart the system to enable
management interfaces to show proper time values for replication operations.
Minimum role manage
Syntax
set ntp-parameters
[ntp enabled|disabled|on|off]
[ntpaddress address]
[timezone +|-hh[:mm]]
Parameters
[ntp enabled|disabled|on|off]
Optional. Enables or disables use of NTP. When NTP is enabled and the specified NTP server is available,
each controller’s time is synchronized with the server. This is disabled by default.
[ntpaddress address]
Alphabetical list of commands 135