- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: package integration fails..
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
07-17-2008 11:44 PM
07-17-2008 11:44 PM
package integration fails..
This is what happens when I try to integrate am application to a package:
---------------------
Service pack_app__mon has no status entry. Either its package is not running or this is not a configured service name
cmrunserv: Service name pack_app__mon does not exist.
ERROR: Function start_services
ERROR: Failed to start service pack_app__mon
---------------------
Whats wrong?
thakns....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2008 12:08 AM
07-18-2008 12:08 AM
Re: package integration fails..
This is what I have edited in .cntl file:
SERVICE_NAME[0]=pack1_db_mon
SERVICE_CMD[0]="/data1/bin/monitor_db"
SERVICE_RESTART[0]="-r 2"
SERVICE_NAME[1]=pack1_app__mon
SERVICE_CMD[1]="/data1/bin/monitor_app"
SERVICE_RESTART[1]=""
AND
this is what I did in .conf file:
SERVICE_NAME pack1_db_mon
SERVICE_FAIL_FAST_ENABLED NO
SERVICE_HALT_TIMEOUT 300
SERVICE_NAME pack1_app_mon
SERVICE_FAIL_FAST_ENABLED NO
SERVICE_HALT_TIMEOUT 300
Do I need to do anything else apart from cmapplyconf and copying the .cntl file ??
-thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2008 12:19 AM
07-18-2008 12:19 AM
Re: package integration fails..
can it be you left pack_app__mon somewhere. try grepping pack_app__mon. because you wrote pack1_app__mon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2008 12:37 AM
07-18-2008 12:37 AM
Re: package integration fails..
So it looks like you have a typo that must be fixed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2008 01:04 AM
07-18-2008 01:04 AM
Re: package integration fails..
SERVICE_NAME[0]=pack1_db_mon
SERVICE_CMD[0]="/data1/bin/monitor_db"
SERVICE_RESTART[0]="-r 2"
SERVICE_NAME[1]=pack1_app__mon
SERVICE_CMD[1]="/data1/bin/monitor_app"
SERVICE_RESTART[1]=""
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2008 01:16 AM
07-18-2008 01:16 AM
Re: package integration fails..
do a cmviewconf and look for the packages listed services. Also check on all nodes for a typo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2008 01:25 AM
07-18-2008 01:25 AM
Re: package integration fails..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2008 01:43 AM
07-18-2008 01:43 AM
Re: package integration fails..
You need to verify your scripts, config files and cluster config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 03:28 AM
07-24-2008 03:28 AM