Operating System - HP-UX
1752794 Members
6064 Online
108789 Solutions
New Discussion

SG package will not start

 
Tonny Sejr Kromann
Frequent Advisor

SG package will not start

Hi

 

I have a problem with a package that will not start. I remember having changed one of the VG's for that package during an SAP-upgrade, and bringing it online again somehow.

Now I cannot, after a dual-bladecenter crash.

Package I need started is DK3:

 

# cmviewcl

CLUSTER STATUS
HPVM1 up

NODE STATUS STATE
rx41 up running

PACKAGE STATUS STATE AUTO_RUN NODE
DK4 up running enabled rx41
DK5 up running enabled rx41
DKS up running enabled rx41
WCS up running enabled rx41
DX3a up running enabled rx41

NODE STATUS STATE
rx51 up running

MULTI_NODE_PACKAGES

PACKAGE STATUS STATE AUTO_RUN SYSTEM
DK3_shared down failed enabled no
DK4_shared up (1/2) running enabled no
DK5_shared up (1/2) running enabled no
DKS_shared up (1/2) running enabled no
DX3_shared up (1/2) running enabled no
WCS_shared up (1/2) running enabled no
DX3a_shared up (1/2) running enabled no

UNOWNED_PACKAGES

PACKAGE STATUS STATE AUTO_RUN NODE
DK3 down halted enabled unowned
DX3 down halted disabled unowned

 

# cmrunpkg -v DK3_shared
Unable to run package DK3_shared on node rx41, the node switching is disabled
Unable to run package DK3_shared on node rx51, the node switching is disabled
cmrunpkg: Unable to start some package or package instances.
# cmmodpkg -e DK3_shared
Package DK3_shared is already enabled
cmmodpkg: Completed successfully on all packages specified
# cmrunpkg -v DK3_shared
Unable to run package DK3_shared on node rx41, the node switching is disabled
Unable to run package DK3_shared on node rx51, the node switching is disabled
cmrunpkg: Unable to start some package or package instances.
# cmrunpkg -v DK3
Unable to execute command. Dependency on the following packages not met:
DK3_shared
cmrunpkg: Unable to start some package or package instances.

 

Hope someone can help.

It seems to not write to the package logs in /var/adm/cmcluster/log

How can I see dependencies of the "shared" package?

 

Best regards

Tonny

 

3 REPLIES 3
Patrick Wallek
Honored Contributor

Re: SG package will not start

We need information from the package itself.  There should be a log file in the /etc/cmcluster/DK3_shared directory.

 

 

Tonny Sejr Kromann
Frequent Advisor

Re: SG package will not start

The secondary node was complaining about hanging LVM daemon at cmhaltnode, so I restarted the server, and the package came online automagically.

Thanks for your interest.

 

Best regards

Tonny

 

 

 

JessussFdez
Occasional Contributor

Re: SG package will not start

You can use # cmmodpkg -e -n node_name name_pkg

 

Thanks