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
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