- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Data Protector Package will not start on main ...
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
04-19-2006 09:21 PM
04-19-2006 09:21 PM
We run a two node cluster; covsapp (main node) and covsapq (alternate node)
I have noticed this morning that our data protector package has switched to our alternate node. I halted the package on the alternate node and tried to run on our main node but I get this message;
Running package paDP on node covsapp.
cmrunpkg : Node covsapp is currently unable to run package paDP.
Check the syslog on node covsapp and pkg log files for more detailed information
I will attach the package.cntl log file and the syslog.log file.
I need to get this package running on the main node but I cannot restart the cluster during the day which might fix it.
I think this happened due to some network issues but I am not sure.
Regards,
Chad
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 09:33 PM
04-19-2006 09:33 PM
Re: Data Protector Package will not start on main node after switching
Seems like a simple SG package configuration issue. The package does not appear to be permitted to run on both nodes.
I recommend you schedule some downtime where you can reconfigure the package and cluster and do some QA testing.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 09:36 PM
04-19-2006 09:36 PM
Re: Data Protector Package will not start on main node after switching
But before the switch yesterday to the alternate node the package has always ran on the main node so I dont understand.
Chad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 09:42 PM
04-19-2006 09:42 PM
Re: Data Protector Package will not start on main node after switching
I think that the standby node can not run the package because the external disk is set. you have to deactivate the volume group on standby node:
vgchange -a n /dev/pv../lvol1
You can let the package running on the other node and reboot the standby node, then the system will initialize and you can switch over.
Cheers
SG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 10:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 10:18 PM
04-19-2006 10:18 PM
Re: Data Protector Package will not start on main node after switching
From John Waller;
Hi,
I presume you've checked that your primary server is enabled to run the package:
cmviewcl -v -p paDP. if it says disabled:
cmmodpkg -e -n covsapp paDP
It would not start becuase the package was not enabled on covsapp so it would not switch back. After doing this command cmmodpkg -e -n covsapp paDP I could then run the cmrunpkg -v -v covsapp paDP command on the main node.
Thanks all.
Chad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 10:24 PM
04-19-2006 10:24 PM
Re: Data Protector Package will not start on main node after switching
These are the erros in syslog file that indicates your failure to start the package in the primary node. Meaning, the primary node was disable to start the package when the package was halted...
Apr 20 09:31:08 covsapp CM-CMD[14550]: cmrunpkg -v paDP
Apr 20 09:31:08 covsapp cmcld: Unable to start package paDP. Node covsapp not enabled to run it.
Apr 20 09:47:39 covsapp CM-CMD[16601]: cmrunpkg -v paDP
Apr 20 09:47:39 covsapp cmcld: Unable to start package paDP. Node covsapp not enabled to run it.
To fix this issue, when you find the downtime do the following...
cmhaltpkg -v -n covsapq paDP
cmmodpkg -e -n covsapp paDP
cmrunpkg -v -n covsapp paDP
regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 10:27 PM
04-19-2006 10:27 PM
Re: Data Protector Package will not start on main node after switching
Chad
thread closed.