- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Service startup fail
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
01-31-2002 02:24 AM
01-31-2002 02:24 AM
Here is the error messages using cmrunpkg.
=============================================
cmrunpkg : Script failed with no restart: oracle should not be restarted.
Check the syslog on node server1 and pkg log files for more detailed information.
Here is the error message in oracle.cntl.log
=============================================
Jan 31 16:04:33 - Node "server1": Starting service oracle_mon using
"/etc/cmcluster/oracle/oracle.sh monitor"
cmrunserv : Service name oracle_mon does not exist.
ERROR: Function start_services
ERROR: Failed to start service oracle_mon
Jan 31 16:04:33 - Node "server1": Halting service oracle_mon
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 04:44 AM
01-31-2002 04:44 AM
Re: Service startup fail
Go to /etc/cmcluster/oracle_package/
Use cmviewcl -v to check status
Use cmcheckconf -P oracle_package.conf
Use cmmodpkg -e -n node oracle_package
Or correct errors
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 05:30 AM
01-31-2002 05:30 AM
Solutionyou should define the name of the service in the package configuration file. In this file the service name is defined under the variable,
SERVICE_NAME
First define the name of the service over here, then corresponding to this put the service name and service run command in the package control file. The package configuration file and package control files are found under /etc/cmcluster/pkg_name where pkg_name is the name of the package.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 10:08 AM
01-31-2002 10:08 AM
Re: Service startup fail
a) configure the package config file correctly?
b) configure the package control file correctly?
c) apply the changes?
d) make sure the script is executable and on all nodes that need to run the package?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 06:46 PM
01-31-2002 06:46 PM
Re: Service startup fail
After I make appropiate changes, applying the config and debug the monitor script :), the package is working now.
Thanks!