Raid Manager commands

Got these from elsewhere:
Term/Cmd Description Command / File
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
SUNWosafw Open Storage Array Firmware
SUNWosamn Open Storage Array Man Pages
SUNWosar Open Storage Array (Root)
SUNWosau Open Storage Array (Usr)
arraymon Array monitor daemon < /usr/lib/osa/bin/rdaemon 28 140 > in background
rdaemon Redundant Controller Resolution Daemon < /usr/lib/osa/bin/arraymon > in background
rm6 Raid Manager GUI
# /usr/lib/osa/bin/rm6 &
raidutil RAID Management Configuration Utility
# raidutil -c c6t5d0s2 -A 65 1 -T 99 1 -f 1 1-C off 1 -m off 1 -p disable -S 8
raidutil Create new lun
# raidutil -c (raid controller) -g (disks) -l (raid level) -n (number of LUN) -s (capacity)
raidutil Create RAID5 lun 0
# raidutil -c c3t4d1s0 -s 1000 -n 0 -l 5 -g 11,21,31,41,51
raidutil Create RAID1 lun 2 (18g)
# raidutil -c c2t5d0s0 -l 1 -n 2 -r fast -s 17234 -g 50,11
raidutil Create Hot Spare
# raidutil -c (raid controller) -h (disk)
raidutil -c c2t5d0s0 -h 213
raidutil Delete a LUN
# raidutil -c (raid controller) -D (LUN number)
raidutil Delete lun 0
# raidutil -c c3t4d1s0 -D 0
raidutil Delete Hot Spare
# raidutil -c (raid controller) -H (disk)
raidutil -c c3t4d1s0 -H 113 (row,column 113=1,13)
lad List Array Devices
# lad
healthck perform a health check on RAID Modules # healthck -a
healthck Get raid module specifier
# healthck -a (ex: da103_001: Optimal)
drivutil Display Drives associated with groups
# drivutil -d
drivutil Fail a Drive
269/433
# drivutil -f 01
drivutil Report Status or reconstruction status
# drivutil -p
drivutil Unfail a drive and recontruct data
# drivutil -U
log Log file /usr/lib/osa/rmlog.log
logutil Log format utility – View log # logutil
rmparams Parameters file /usr/lib/osa/rmparams
rdacctl Correct problem of LUNS on different
# rm /dev/rdsk/c3*,/dev/rdsk/c5*,/dev/dsk/c3*
controllers on shared A3500 in cluster
# rm /dev/dsk/c5*,/dev/osa/dev/dsk,rdsk c5* c3*
# rdacctl config;drvconfig -i sd, disks
kraftek.html POSTS rescue rescued.html rescued.txt x y z BEGIN RAID Manager addition
kraftek.html POSTS rescue rescued.html rescued.txt x y z DO NOT EDIT from BEGIN above to END below…
forceload: drv/sd
forceload: drv/rdnexus
forceload: drv/rdriver
kraftek.html POSTS rescue rescued.html rescued.txt x y z END RAID Manager addition
270/433

Leave a Reply

Your email address will not be published. Required fields are marked *