Solaris A1000 Setup on E4500
From Olden Timey Wiki
Contents |
[edit]
Booting
{0} ok boot -sw
Boot device: /sbus@3,0/SUNW,hme@3,8c00000 File and args: -sw
Using Onboard Transceiver - Link Up.
Timeout waiting for ARP/RARP packet
Timeout waiting for ARP/RARP packet
Timeout waiting for ARP/RARP packet
Timeout waiting for ARP/RARP packet
Timeout waiting for ARP/RARP packet
{0} ok reset-scsi
reset-scsi ?
{0} ok probe-scsi-all
/sbus@3,0/SUNW,fas@3,8800000
/sbus@2,0/QLGC,isp@2,10000
invalid command
Target 0
Unit 0 Disk Symbios StorEDGE A1000 0301 |��..X
Unit 1 Disk Symbios StorEDGE A1000 0301 |��..-
Unit 2 Disk Symbios StorEDGE A1000 0301 |��. .
Unit 3 Device type 20 Symbios StorEDGE A1000 0301 |��.x.
Unit 4 Device type 20 Symbios StorEDGE A1000 0301 |��..X
Unit 5 Device type 20 Symbios StorEDGE A1000 0301 |��..-
Unit 6 Device type 20 Symbios StorEDGE A1000 0301 |��. .
Unit 7 Device type 20 Symbios StorEDGE A1000 0301 |��.x.
{0} ok
[edit]
A1000 Setup
utils rm6 (GUI interface) drivutil (drive / lun management) healtchk (helth check on a raid module lad (list array devices) logutil nvutil parityck rdacutil storutil
Install software
root@e4500x 13:36:15 a1000 # pkgadd -d . SUNWosar SUNWosafw SUNWosamn SUNWosau
bash-2.03# /usr/lib/osa/bin/raidutil -c c1t5d0 -i LUNs found on c1t5d0. LUN 0 RAID 0 10 MB Vendor ID Symbios ProductID StorEDGE A1000 Product Revision 0003 Boot Level 03.01.04.00 Boot Level Date 04/05/01 Firmware Level 03.01.04.81 Firmware Date 10/17/03 raidutil succeeded!
Updating firmware
# cd /usr/lib/osa/fw/ 02040100.fcd 02040400.bwd 02040401.apd 02050632.apd 02050632.bwd 03010233.bwd 03010235.apd default.def fwcompat.def bash-2.03# tcsh # foreach f (*bwd) foreach? /usr/lib/osa/bin/fwutil $f c1t5d0 foreach? echo $f foreach? end
You cannot go back to the selected software version on this controller(s). Downloading this version would make the controller(s) inoperable because additional features on this module are not supported by the selected version. fwutil failed! 02040400.bwd You cannot go back to the selected software version on this controller(s). Downloading this version would make the controller(s) inoperable because additional features on this module are not supported by the selected version. fwutil failed! 02050632.bwd fwutil succeeded! 03010233.bwd
# /usr/lib/osa/bin/storutil -c c1t5d0 -n "a1000_zero_prod" /usr/lib/osa/bin/storutil succeeded!
Display revision info
# /usr/lib/osa/bin/raidutil -c c1t5d0 -i
LUNs found on c1t5d0.
LUN 0 RAID 0 10 MB
Vendor ID Symbios
ProductID StorEDGE A1000
Product Revision 0003
Boot Level 03.01.02.33
Boot Level Date 06/16/99
Firmware Level 03.01.04.81
Firmware Date 10/17/03
raidutil succeeded!
'''Erase all luns'''
# /usr/lib/osa/bin/raidutil -c c1t5d0 -X
LUNs found on c1t5d0.
LUN 0 RAID 0 10 MB
raidutil succeeded!
#
Drive Information for a1000_zero_prod
bash-2.03# /usr/lib/osa/bin/drivutil -i c1t5d0
Drive Information for a1000_zero_prod
Location Capacity Status Vendor Product Firmware Serial
(MB) ID Version Number
[1,0] 34732 Optimal FUJITSU MAN3367M SUN36G 1804 02X63703
[2,0] 34732 Optimal SEAGATE ST336605LSUN36G 0638 3FP1WCNG00
[1,1] 34732 Optimal FUJITSU MAN3367M SUN36G 1804 01X84294
[2,1] 34732 Optimal FUJITSU MAJ3364M SUN36G 0804 02M81191
[1,2] 34732 Optimal SEAGATE ST336605LSUN36G 0638 3FP17ANM00
[2,2] 34732 Optimal SEAGATE ST336704LSUN36G 0326 3CD02P7G00
[1,3] 34732 Optimal FUJITSU MAN3367M SUN36G 1804 00X23688
[2,3] 34732 Optimal FUJITSU MAN3367M SUN36G 1804 00X24945
[1,4] 34732 Optimal SEAGATE ST336605LSUN36G 0638 3FP1TVXL00
[2,4] 34732 Optimal FUJITSU MAN3367M SUN36G 1804 00X24961
[1,5] 34732 Optimal SEAGATE ST336704LSUN36G 0326 3CD1Z9B200
[2,5] 34732 Optimal FUJITSU MAN3367M SUN36G 1804 00X15951
Drive Information for a1000_one_prod
bash-2.03# find . -name "*apd"
./fw/02040401.apd
./fw/02050632.apd
./fw/03010235.apd
bash-2.03# cd fw
bash-2.03# ls
02040100.fcd 02040401.apd 02050632.bwd 03010235.apd fwcompat.def
02040400.bwd 02050632.apd 03010233.bwd default.def
bash-2.03# for i in *bwd; do
> /usr/lib/osa/bin/fwutil $i c1t5d0
> echo $i
> done
You cannot go back to the selected software version
on this controller(s). Downloading this version would
make the controller(s) inoperable because additional
features on this module are not supported by the
selected version.
fwutil failed!
02040400.bwd
You cannot go back to the selected software version
on this controller(s). Downloading this version would
make the controller(s) inoperable because additional
features on this module are not supported by the
selected version.
fwutil failed!
02050632.bwd
fwutil succeeded!
03010233.bwd
bash-2.03#
bash-2.03# /usr/lib/osa/bin/storutil -c c1t5d0 -n "a1000_one_prod"
/usr/lib/osa/bin/storutil succeeded!
bash-2.03# /usr/lib/osa/bin/raidutil -c c1t5d0 -i
LUNs found on c1t5d0.
LUN 0 RAID 0 10 MB
Vendor ID Symbios
ProductID StorEDGE A1000
Product Revision 0301
Boot Level 03.01.02.33
Boot Level Date 06/16/99
Firmware Level 03.01.04.81
Firmware Date 10/17/03
raidutil succeeded!
bash-2.03# /usr/lib/osa/bin/drivutil -i c1t5d0
Drive Information for a1000_one_prod
Location Capacity Status Vendor Product Firmware Serial
(MB) ID Version Number
[1,0] 34732 Optimal SEAGATE ST336704LSUN36G 0326 3CD1Z9LE00
[2,0] 34732 Optimal SEAGATE ST336704LSUN36G 0326 3CD1AJ6000
[1,1] 34732 Optimal SEAGATE ST336607LSUN36G 0707 3JA2B3LT00
[2,1] 34732 Optimal FUJITSU MAJ3364M SUN36G 0804 00M91343
[1,2] 34732 Optimal SEAGATE ST336605LSUN36G 0638 3FP1WFS400
[2,2] 34732 Optimal SEAGATE ST336704LSUN36G 0326 3CD1AGPC00
[1,3] 34732 Optimal SEAGATE ST336704LSUN36G 0326 3CD1ERGR00
[2,3] 34732 Optimal SEAGATE ST336605LSUN36G 0638 3FP1P6GG00
[1,4] 34732 Optimal HITACHI DK32EJ36NSUN36G PQ08 17S1258T00
[2,4] 34732 Optimal HITACHI DK32EJ36NSUN36G PQ0F 21S260L300
[1,5] 34732 Optimal HITACHI DK32EJ36NSUN36G PQ08 05S0PSSV00
[2,5] 34732 Optimal SEAGATE ST336704LSUN36G 0326 3CD21X9H00
drivutil succeeded!
Creating oracle luns
/usr/lib/osa/bin/raidutil -c c1t5d0 -n 0 -l 1+0 -s 34692 -g 10,11 -r fast -C /usr/lib/osa/bin/raidutil -c c1t5d0 -n 1 -l 1+0 -s 34692 -g 12,13 -r fast -C /usr/lib/osa/bin/raidutil -c c1t5d0 -n 2 -l 1+0 -s 34692 -g 14,15 -r fast -C /usr/lib/osa/bin/raidutil -c c1t5d0 -n 3 -l 5 -s 0 -g 20,21,22 -r fast -C /usr/lib/osa/bin/raidutil -c c1t5d0 -n 4 -l 1+0 -s 0 -g 23,24 -r fast -C /usr/lib/osa/bin/raidutil -c c1t5d0 -h 25
Drives in Group for a1000_zero_prod
Group Drive List [Channel,Id]
Hot Spare [2,5]; Group 1: [1,0]; [1,1]; Group 2: [1,2]; [1,3]; Group 3: [1,4]; [1,5]; Group 4: [2,0]; [2,1]; [2,2]; Group 5: [2,3]; [2,4];
bash-2.03# /usr/lib/osa/bin/drivutil -l c1t5d0
Logical Unit Information for a1000_zero_prod
LUN Group Device RAID Capacity Status
Name Level (MB)
0 1 c1t5d0 1 34692 Optimal 1 2 c1t5d1 1 34692 Optimal 2 3 c1t5d2 1 34692 Optimal 3 4 c1t5d3 5 69385 Optimal 4 5 c1t5d4 1 34692 Optimal
bash-2.03# newfs /dev/dsk/c1t5d0s1
bash-2.03# newfs /dev/dsk/c1t5d0s2
bash-2.03# newfs /dev/dsk/c1t5d0s3
bash-2.03# newfs /dev/dsk/c1t5d0s4
bash-2.03# newfs /dev/dsk/c1t5d0s5
newfs: construct a new file system /dev/rdsk/c1t5d0s1: (y/n)? y
/dev/rdsk/c1t5d0s1: 262144 sectors in 64 cylinders of 64 tracks, 64 sectors
128.0MB in 4 cyl groups (16 c/g, 32.00MB/g, 15360 i/g)
super-block backups (for fsck -F ufs -o b=#) at:
32, 65632, 131232, 196832,
bash-2.03# newfs /dev/dsk/c1t5d0s2
newfs: construct a new file system /dev/rdsk/c1t5d0s2: (y/n)? y
/dev/rdsk/c1t5d0s2: 71041024 sectors in 17344 cylinders of 64 tracks, 64 sectors
34688.0MB in 668 cyl groups (26 c/g, 52.00MB/g, 6400 i/g)
super-block backups (for fsck -F ufs -o b=#) at:
32, 106592, 213152, 319712, 426272, 532832, 639392, 745952, 852512, 959072, 1065632, 1172192, 1278752, 1385312, 1491872, 1598432, 1704992, 1811552, 1918112, 2024672, 2131232, 2237792, 2344352, 2450912, 2557472, 2664032, 2770592, 2877152, 2983712, 3090272, 3196832, 3303392, 3409952, 3516512, 3623072, 3729632, 3836192, 3942752, 4049312, 4155872, 4262432, 4368992, 4475552, 4582112, 4688672, 4795232, 4901792, 5008352, 5114912, 5221472, 5328032, 5434592, 5541152, 5647712, 5754272, 5860832, 5967392, 6073952, 6180512, 6287072, 6393632, 6500192, 6606752, 6713312, 6815776, 6922336, 7028896, 7135456, 7242016, 7348576, 7455136, 7561696, 7668256, 7774816, 7881376, 7987936, 8094496, 8201056, 8307616, 8414176, 8520736, 8627296, 8733856, 8840416, 8946976, 9053536, 9160096, 9266656, 9373216, 9479776, 9586336, 9692896, 9799456, 9906016, 10012576, 10119136, 10225696, 10332256, 10438816, 10545376, 10651936, 10758496, 10865056, 10971616, 11078176,
Misc
bash-2.03# /usr/lib/osa/bin/healthck c1t5d0 Health Check Summary Information a1000_zero_prod: Optimal
[edit]
E4500 A1000 setup, final
root@e4500c 13:44:56 / # /usr/lib/osa/bin/raidutil -c c3t5d0 -i LUNs found on c3t5d0. LUN 0 RAID 5 10 MB LUN 1 RAID 5 174816 MB LUN 2 RAID 5 139844 MB Vendor ID Symbios ProductID StorEDGE A1000 Product Revision 0301 Boot Level 03.01.04.00 Boot Level Date 04/05/01 Firmware Level 03.01.04.75 Firmware Date 04/11/02 raidutil succeeded!
Unfail drives with drivutil
drivutil failed! root@e4500c 16:15:17 bin # /usr/lib/osa/bin/drivutil -u 20 c3t5d0 drivutil succeeded! root@e4500c 16:15:24 bin # /usr/lib/osa/bin/drivutil -u 21 c3t5d0 drivutil succeeded! root@e4500c 16:15:28 bin # /usr/lib/osa/bin/drivutil -u 22 c3t5d0 drivutil succeeded! root@e4500c 16:15:32 bin # /usr/lib/osa/bin/drivutil -u 24 c3t5d0 drivutil succeeded!
Firmware update
root@e4500c 13:47:13 lib # cd /usr/lib/osa/fw/ root@e4500c 13:47:13 fw # for i in *bwd;do > /usr/lib/osa/bin/fwutil $i c3t5d0 > done You cannot go back to the selected software version on this controller(s). Downloading this version would make the controller(s) inoperable because additional features on this module are not supported by the selected version. fwutil failed! You cannot go back to the selected software version on this controller(s). Downloading this version would make the controller(s) inoperable because additional features on this module are not supported by the selected version. fwutil failed! fwutil succeeded! fwutil succeeded! root@e4500c 13:49:06 fw # /usr/lib/osa/bin/raidutil -c c3t5d0 -i LUNs found on c3t5d0. LUN 0 RAID 5 10 MB LUN 1 RAID 5 174816 MB LUN 2 RAID 5 139844 MB Vendor ID Symbios ProductID StorEDGE A1000 Product Revision 0301 Boot Level 03.01.04.00 Boot Level Date 04/05/01 Firmware Level 03.01.04.75 Firmware Date 04/11/02
Create filesystems
root@e4500c 16:30:56 bin # for i in /dev/rdsk/c3t5d0s2 /dev/rdsk/c3t5d1s2 /dev/rdsk/c3t5d2s2 /dev/rdsk/c3t5d4s2 /dev/rdsk/c3t5d3s2 ; do newfs $i; done
