Operating System - HP-UX
1826268 Members
3679 Online
109692 Solutions
New Discussion

problem in configuring a package in MC serviceguard

 
Siva Prasad
Occasional Advisor

problem in configuring a package in MC serviceguard

I have configured a cluster in HPUX11.11 Both my nodes are up and running. i have configured the package ob2cl. My cmviewcl o/p is

CLUSTER STATUS
cluster1 up

NODE STATUS STATE
hpuxdp14 up running

PACKAGE STATUS STATE AUTO_RUN NODE
ob2cl up running disabled hpuxdp14

NODE STATUS STATE
hpuxdp15 up running


I am not able to ping the IP address given to the package. If i look at the log file of the package configuration it says

/etc/cmcluster/ob2cl/ob2cl.cntl[76]: /dev/vgdatabase1: Execute permission denied
.
/etc/cmcluster/ob2cl/ob2cl.cntl[137]: /dev/vgdatabase1/lvol1: Execute permission
denied.
/etc/cmcluster/ob2cl/ob2cl.cntl[139]: /omni_shared: Execute permission denied.
/etc/cmcluster/ob2cl/ob2cl.cntl[196]: 15.70.177.227: not found.
/etc/cmcluster/ob2cl/ob2cl.cntl[198]: 10.70.177.0: not found.
/etc/cmcluster/ob2cl/ob2cl.cntl[225]: omni_sv: not found.

Please let me know if this is a known problem.
4 REPLIES 4
Mark Grant
Honored Contributor

Re: problem in configuring a package in MC serviceguard

I'd like to see the package control script. I'd also be interested to know what shell was being used.
Never preceed any demonstration with anything more predictive than "watch this"
Siva Prasad
Occasional Advisor

Re: problem in configuring a package in MC serviceguard

Here is the package control file.
Rajeev  Shukla
Honored Contributor

Re: problem in configuring a package in MC serviceguard

Hi Siva,
Had a look at your package control file. 2 points to be noted.

1. When you define your lvols to be mounted, they need to be in the same line with the format..(if its's a filesystem, but if it is a some raw device for database you dont need to define it in here)
LV[0]="/dev/vgdatabase1/lvol1"; FS[0]="/omni_shared"; FS_MOUNT_OPT[0]="-o rw"

2. You have give IP address of the package as
IP[0]=15.70.177.227 then how can the subnet be SUBNET[0]= 10.70.177.0 infact your subnet should be 15.70.177.0
That is the reason why you are not able to ping your package, because your package has not been assigned any IP address, to find out use netstat -in command.
Either your IP address is wrong or your subnet is wrong.

Cheers
Rajeev
Siva Prasad
Occasional Advisor

Re: problem in configuring a package in MC serviceguard

Thanks Rajeev,

It has solved my problem. My subnet id is wrong. Now it is working.