1832595 Members
2902 Online
110043 Solutions
New Discussion

Unable to run package

 
角谷寿哉
Advisor

Unable to run package

Hi, Everyone.

I have a trouble on HP-UX11.23 & Serviceguard11.17.00.

I start Cluster adn start package pkgXXX.

and for abnormal test, force to error exit of monitor.sh then package to halted.

Then, I tried to start package pkgXXX,

cmrunpkg pkgXXX and return

# cmrunpkg pkgXXX
Running package pkgXXX on node XXXX011
Node XXXX011 is currently unabled to run package pkgXXX.
Unable to run package pkgXXX on node XXXX011
Check the syslog and pkg log files for more detailed information
cmrunpkg: Unable to start some package or package instances
cmrunpkg is failed

Check the syslog and pkg log, but I have no idea.

So, I tried

cmhaltnode XXXX01 and cmruncl

Then normally started pkg.

This issue can be occurred once more.

I'd like to know the reason of Unable to run pkg

I wonder the bug of Servicegurad11.17.00

On another HP-UX11.23 and Serviceguard11.18.00,

This issue doesn't occurred on the same test.
5 REPLIES 5
P Arumugavel
Respected Contributor

Re: Unable to run package

Hi,

syslog and pkg log will give the detailed information about the error.

Try once to unmount the filesystems related to the package and reactivate the vg and start the pkg with global switch mode.

Else cmcheckconf and cmapplyconf on pkg conf and file & distribte the pkg cntl file across the nodes will run pkg.

Rgds...
Raj Briden
Frequent Advisor

Re: Unable to run package

Check pkg log files under /etc/cmcluster , there will have some clue why it was failed
角谷寿哉
Advisor

Re: Unable to run package

Thank you everyone.

After check syslog and cm log, and nothing was recoreded.

But I found Node_Switching_Parameters's SWITCHING is disabled.

Filnally, the solution is

cmmodpkg -e -n XXXX01 pkgXXX.
Viktor Balogh
Honored Contributor

Re: Unable to run package

>But I found Node_Switching_Parameters's SWITCHING is disabled.

>Filnally, the solution is

>cmmodpkg -e -n XXXX01 pkgXXX.

that's right, the node was disabled for that particular package.
****
Unix operates with beer.
角谷寿哉
Advisor

Re: Unable to run package

I close this thread , because the solution was discovered.

To discover the reason of this issue,

check syslog and cm log,

also cmviewcl -v

and check state, AUTO_RUN of package,

SWITCHING of Node_Switching_Parameters.

Thank you everyone so much.