User Guide

5
IP version Controller 0A addresses Controller 0B addresses
IPv4
IP address: 10.0.0.2 IP address: 10.0.0.3
IP subnet mask: 255.255.255.0 IP subnet mask: 255.255.255.0
Gateway IP address: 10.0.0.1 Gateway IP address: 10.0.0.1
IPv6
Autoconfig: Enabled Autoconfig: Enabled
Gateway: :: Gateway: ::
Link-Local Address: fe80::2c0:ffff:fe44:952f Link-Local Address: fe80::2c0:ffff:fe44:7010
Autoconfig IP: 6::2c0:ffff:fe44:952f Autoconfig IP: 6::2c0:ffff:fe44:7017
Table 6 Factory default network port IP addresses
To connect to a controller module for configuration:
1. Connect a serial cable from your management host to the CLI port on one of the CMs.
2. Launch the terminal emulator software and enable the CLI port for subsequent communication.
3. Press Enter to access the CLI prompt.
4.
At the prompt, login with setup, press Enter, then press Enter again at the password prompt, for example:
System Version: S100R009
OS Version: SPM100R009-01
MC Version: SXM100R009-01
Serial Number: 00C0FF535A86
SEAGATE00C0FF527EB8B login: setup
Password:
5. For first time access to the SMC, enter Y at the prompt to continue.
6. To log in at the prompt, choose from one of the following actions:
a.
For first time access, create a user, such as manage, and follow the on-screen directions to create a user account. After
doing so, the session will expire, and you can log in as the user you just created.
b. For all subsequent log in activity, log in using valid system user credentials.
7. At the prompt, type the following command to set the IP address for each controller module or both controller modules:
set network-parameters ip <address> netmask <netmask> gateway <gateway> controller a|b
where:
<address> is the IP address of the controller
<netmask> is the subnet mask
<gateway> is the IP address of the subnet router
a|b specifies the controller whose network parameters you are setting
For an ipV4 static example:
# 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
For a DHCP example:
# set network-parameters dhcp controller a
# set network-parameters dhcp controller b