- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cluster pkg problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2009 11:33 PM
03-26-2009 11:33 PM
cluster pkg problem
Can anyone help me regarding the following issues :
# cmrunpkg -v -n erpdb1 sapdbci
Running package sapdbci on node erpdb1
The package script for sapdbci failed with no restart. sapdbci should not be res tarted
Unable to run package sapdbci on node erpdb1
Check the syslog and pkg log files for more detailed information
cmrunpkg: Unable to start some package or package instances
N.B. For more details I attacg the syslog and package log file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2009 11:40 PM
03-26-2009 11:40 PM
Re: cluster pkg problem
Mar 27 01:19:05 AM - Node "erpdb1": Deactivating volume group vgerpprdraid1
vgchange: Couldn't deactivate volume group "vgerpprdraid1":
Device busy
Mar 27 01:19:08 AM - vgchange -a n vgerpprdraid5 failed, trying again.
vgchange: Couldn't deactivate volume group "vgerpprdraid5":
Looks like you have mount points active from vgerpprdraid5 and vgerpprdraid1.
you should umount the fs that are mounted that belong to those vgs, and then vgchange -a n vgs, and then try to start the package
also you have this error all the time, the cluster custom run script can't find the files:
/usr/lbin/pkg_sapdbci[2]: /usr/sap/PRD/SYS/exe/run/startsap.sh: not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2009 11:42 PM
03-26-2009 11:42 PM
Re: cluster pkg problem
i) this appears to be a SAP cluster, but at first glance it looks like you aren't using Serviceguard Exetnsion for SAP... any reason for that?
ii) Looks like some of the volume groups are not correctly configured for cluster use:
- Make sure all the filesystems associated with the cluster package are un-mounted.
- Make sure all the volume groups associated with the package are de-activated (vgchange -a n vgname)
- Make sure all VGs associated with the cluster package are defined as cluster VGs (vgchange -c y vgname)
Now try and restart the package...
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2009 11:46 PM
03-27-2009 11:46 PM
Re: cluster pkg problem
Dear Aung
u have to umount the file system first
then do volume group deactivation,
vgcahnge -a n /dev/vg##
then try to start in volume group in cluster mode
vgchange -c y /dev/vg## ok
if it is in sharing u have to use
vgchange -S y -c y /dev/vg##
if it is not ok please send me cmviewcl -v output.
thanks and regards
Sajjad Sahir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 02:25 PM
04-17-2009 02:25 PM
Re: cluster pkg problem
Did u ensure the cluster controlled VG's or mounts are not configured in /etc/fstab, ensure none of those mounts used by your packed are mounted while you start the package.
When ur package is down, Try to manually activate and deactivate the VG you had problems with as per the log and see if are able to do it. You might want to fix the problem you face by doing so.
Did u do any changes with the package configuration recently. If yes..check your config to see if you have missed any vg entries
My comments are without seeing the logs. Nevermind them if they are of no use .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2009 01:43 AM
04-18-2009 01:43 AM
Re: cluster pkg problem
Aungshu