netapp add disks to simulator

f1> priv set advanced
( or in cdot: set d )
f1*> useradmin diaguser unlock
f1*> useradmin diaguser password
( or in cdot: security login unlock -username diag
security login password -username diag)

Enter a new password:*****
Enter it again:*****
f1*> systemshell -node nodename
login: diag
Password: *****
f1% sudo bash
bash-3.2# export PATH=${PATH}:/usr/sbin
bash-3.2# cd /sim/dev
bash-3.2# vsim_makedisks -h
(this will show all possible disk-types)

bash-3.2# vsim_makedisks -n 6 -t 23 -a 2
(this will create 6 drives of type 23 on
adapter 2. you can check the drives as follows)

bash-3.2# ls ,disks | more
,reservations
Shelf:DiskShelf14
v0.16:NETAPP__:VD-1000MB-FZ-520:11700900:2104448
v0.17:NETAPP__:VD-1000MB-FZ-520:11700901:2104448
v0.18:NETAPP__:VD-1000MB-FZ-520:11700902:2104448
v0.19:NETAPP__:VD-1000MB-FZ-520:11700903:2104448
(output snipped)
v1.22:NETAPP__:VD-1000MB-FZ-520:14091006:2104448
--More--(byte 1061)

(reboot your system)
bash-3.2# reboot
(the system reboots)
Password: *****
f1> disk show -n
(this will show the new unowned disks)

f1> disk assign all
(or in cdot: disk assign -all true -node )
(this will assign the new disks to the controller)

(done)

This entry was posted in netapp. Bookmark the permalink.

Comments are closed.