The following procedures configure the 3510 hardware (minnows) after rack installation.
Connect serial ports to laptop and launch hyperterminal or connect from a terminal on a Solaris system.
When prompted with menu driven program, select vt100 mode.
Navigate to “View and Edit configuration parameters”, then select Communication Parameters and Select Internet Protocol (TCP/IP).
Enter the IP address and netmask that you have assigned to the computer.
Exit the serial connection and make sure you can now telnet from the management station. Once this is established all configuration will done through the command line interface
Download the latest version of command line interface SUNWsccli package and install it on the management station.
Run the following command to connect to the 3510 with an interactive prompt:
# sccli amer-minnow-01 sccli: selected se3000://172.31.0.141:58632 [SUN StorEdge 3510 SN#084DCD] |
Set Chassis ID on each controller and JBOD as shown in Figure 2–1 and verify you can see all disks by running show disks command.
Verify the following parameters:
|
Controller parameters |
redundancy mode |
active-active |
|
redundancy status |
enabled |
|
|
Drive parameters |
auto-global-spare |
enabled |
|
Host parameters |
fiber connection mode |
point-to-point (SAN) |
|
controller name |
amer-minnow-nn |
|
|
Cache policy |
mode |
write-back |
|
optimization |
sequential |
sccli> show redundancy-mode
Primary controller serial number: 8040703
Redundancy mode: Active-Active
Redundancy status: Enabled
Secondary controller serial number: 8040608
sccli> show drive-parameters
spin-up: disabled
reset-at-power-up: enabled
disk-access-delay: 15s
scsi-io-timeout: 30s
queue-depth: 32
polling-interval: 0ms
enclosure-polling-interval: 30s
auto-detect-swap-interval: 0ms
smart: disabled
auto-global-spare: disabled
sccli> set drive-parameters auto-global-spare enabled
sccli> set controller amer-minnow-01
sccli> show controller
controller-name: "amer-minnow-01"
sccli> show host-parameters
max-luns-per-id: 32
queue-depth: 1024
fibre connection mode: point to point
sccli> show cache-policy
mode: write-back
optimization: sequential
|
Gather the WWNs of the minnows and add them to zones accordingly:
sccli>show port-wwns
Ch Id WWPN
-------------------------
0 40 216000C0FF884DCD
1 42 226000C0FFA84DCD
4 44 256000C0FFC84DCD
5 46 266000C0FFE84DCD
sccli> show ses
Ch Id Chassis Vendor/Product ID Rev PLD WWNN
WWPN Topology:
-------------------------------------------------------------
---------------------------
2 12 084DCD SUN StorEdge 3510F A 1040 1000 204000C0FF084DCD
214000C0FF084DCD loop(a)
2 28 08036B SUN StorEdge 3510F D 1040 1000 205000C0FF08036B
215000C0FF08036B loop(a)
2 44 07D493 SUN StorEdge 3510F D 1040 1000 205000C0FF07D493
215000C0FF07D493 loop(a)
3 12 084DCD SUN StorEdge 3510F A 1040 1000 204000C0FF084DCD
224000C0FF084DCD loop(b)
3 28 08036B SUN StorEdge 3510F D 1040 1000 205000C0FF08036B
225000C0FF08036B loop(b)
3 44 07D493 SUN StorEdge 3510F D 1040 1000 205000C0FF07D493
225000C0FF07D493 loop(b)
|