- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cmrunserv - Missing service
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-07-2009 03:39 AM
07-07-2009 03:39 AM
cmrunserv - Missing service
I am running HPUX 11.23 MC/SG A.11.18
When trying to build a single node cluster
I receive the following..
cmrunserv: Service name oracle does not exist.
ERROR: Function start_services
ERROR: Failed to start service ora
Checked the package and cluster config files and the SERVICE_NAME oracle is there?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2009 03:52 AM
07-07-2009 03:52 AM
Re: cmrunserv - Missing service
Have you designated a cluster lock disk and confirmed every file referred to in every package control script and the cluster configuration exist?
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
07-07-2009 04:06 AM
07-07-2009 04:06 AM
Re: cmrunserv - Missing service
I have copied the config from another single node cluster and that didn't have it?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2009 04:06 AM
07-07-2009 04:06 AM
Re: cmrunserv - Missing service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2009 04:10 AM
07-07-2009 04:10 AM
Re: cmrunserv - Missing service
/etc/cmcluster/OpC/OpC.conf.ascii
SERVICE_NAME oracle
SERVICE_FAIL_FAST_ENABLED NO
SERVICE_HALT_TIMEOUT 60
/etc/cmcluster/OpC/OpC.conf.script
SERVICE_NAME[0]=oracle
SERVICE_CMD[0]="/etc/cmcluster/$PKG/oracle.mon"
SERVICE_RESTART[0]="-r 50"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2009 05:58 AM
07-07-2009 05:58 AM
Re: cmrunserv - Missing service
use cmviewconf, redirect it to a file, and check to see if this service is registered for your package.
you could also do cmviewcl -v -p
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2009 06:55 PM
07-07-2009 06:55 PM
Re: cmrunserv - Missing service
is your single node cluster up and running?
Are you trying to start your package?
What are the services defined in the package?
are they exist on the server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2009 04:05 AM
07-09-2009 04:05 AM
Re: cmrunserv - Missing service
1) cmapplyconf -f -P /etc/cmcluster/OpC/OpC.conf.ascii
If it applies, start the package
2) cmrunpkg OpC
View the package services:
3) cmviewcl -v -p OpC