i want to change a device name - hdisk* which resides on the fastT.
the command lsdev -Cl hdisk* -F 'class subclass type connwhere' can get most important information about this disk device
#lsdev -Cl hdisk14 -F 'class subclass type connwhere' -H
class subclass type connwhere
disk fdar array 13
and i try to use lsparent to get the hdisk*'s parent device - dar0,
#lsparent -Cl hdisk14 -H
name status location description
dar0 Available 1742 (700) Disk Array Router
but i cant use lsconn to get the parent to verify the parent device.
so, the mkdev -p dac0 -t array -c disk -s fdar -w 13 -l hdisk27 gives me the error massage -
#mkdev -p dar0 -t array -c disk -s fdar -w 13 -l hdisk27
Method error (/etc/methods/define):
0514-022 The specified connection is not valid.
and who can tell me how to deal with it?
and what is the correct process to change the devie's name?
and the commands?
thanks a lot
I am attempting to perform the same operation on a SAN attached EMC disk.
The syntax I am attempting is:
mkdev -c disk -s fcp -t SYMM_RAID1 -p fscsi1 -w 90 -l hdisk99
Method error (/etc/methods/define):
0514-022 The specified connection is not valid.
I would be very interested in learning the solution...
i've already got the way to resolve the problem.
i found the disk's odm information at hacmp.out as the below
odmget -q name = hdisk10 AND PdDvLn = disk/fdar/array CuDv
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.