The chcontroller command modifies the attributes of a controller.
>>- svctask -- -- chcontroller -- --+---------------------+-----> '- -name -- new_name -' >-- --+-------------------------+--+- controller_id ---+------->< '- -allowquorum --+-yes-+-' '- controller_name -' '-no--'
This command changes the name of the controller that is specified by the controller_id | controller_name variable to the value that you specify with the -name parameter.
You can add a new disk controller system to your SAN at any time. Follow the switch zoning guidelines in the section about switch zoning. Also, ensure that the controller is set up correctly for use with the cluster.
You can create one or more arrays on the controller using RAID-5, RAID-1, or RAID-0+1 (called RAID-10) for maximum redundancy and reliability. If your controller provides array partitioning, you can create a single partition from the entire capacity that is available in the array. Record the LUN number that you assign to each partition. If your disk controller system requires LUN mapping, follow the mapping guidelines to map the partitions or the arrays to the cluster ports.
To add a new disk controller system to a running configuration, ensure that the cluster has detected the new storage MDisks by issuing the svctask detectmdisk command. The controller has automatically been assigned a default name. If you are unsure of which controller is presenting the MDisks, issue the svcinfo lscontroller command to list the controllers. The new controller is listed with the highest numbered default name. Record the controller name and follow the instructions in the section about determining a disk controller system name.
svctask chcontroller -name newname oldname
svcinfo lsmdisk -filtervalue mode=unmanaged:controller_name=newname
These MDisks correspond to the RAID arrays or partitions that you have created. Record the field controller LUN number. The field controller LUN number corresponds with the LUN number that you assigned to each of the arrays or partitions.
svctask mkmdiskgrp -ext 16 -name mdisk_grp_name
-mdisk colon-separated list of RAID-x mdisks returned
An invocation example
svctask chcontroller -name newtwo 2
The resulting output
No feedback