Scripty na DS3400

Na diskové poli od IBM DS3400 ne všechno jde udělat v IBM System Storage DS Manager-u, protože na tomhle low-end kusu se zobrazí jen takové omálovánky, ve kterých si o featurách z jiných řad DS můžem nechat zdát.

Ale není to tak hrozný, za celou dobu spravování jsem defakto použil jen tyto scripty:

to increase the storage size(capacity) of the logical drive(LUN):
 set logicalDrive ["Server01"] addCapacity= 10GB;
command sets a disk drive to the Failed state:
 set drive [85, 12] operationalState=failed;
command forces the specified disk drive to the Optimal state:
 revive drive [85, 12];
to reboot a controller, use this command (Resetting a controller is the same as rebooting the controller processors).
 reset Controller [a];

více např:
http://www-01.ibm.com/support/docview.wss?uid=ssg1S7004882&aid=1

 

About Author:

Error! Keyboard not detected. Press any key to continue.