Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error creating a LV on a new hdisk

Status
Not open for further replies.

vidarka

IS-IT--Management
Sep 1, 2003
9
NO
I have two nodes in a HA-cluster. I've added a new hdisk and VG to the cluster (hdisk22/dbvg05). I get an error when I try to add a LV in concurrent mode. I' have done this many times - but never got this error message. I have also syncronized the HA-cluster.

The error message:

CH_DBKST01: The distribution of this command (111) failed on one or more passive nodes.
CH_DBKST01: 0516-822 mklv: Unable to create logical volume.
dsh: 5025-509 CH_DBKST01 rsh had exit code 1
cl_mklv: Error executing mklv -y FSFO1_axx7-03.d -w n -t raw dbvg05 14 hdisk22 on node CH_DBKST01

the script that i use is:

main()
{
export _CSPOC_MODE=concurrent
/usr/sbin/cluster/cspoc/smitlvm -17 "$@"
}

main 'ora_rg' -R'CH_DBKST01' -y'FSFO1_axx7-03.d' -w'n' -t'raw' dbvg05 14 hdisk22
 
Can you rsh to all of the cluster nodes? The error "dsh: 5025-509 CH_DBKST01 rsh had exit code 1" would indicate this is a problem.


Regards,

John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top