- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: startup scripts working or not?
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
06-05-2000 11:05 AM
06-05-2000 11:05 AM
I'm having some strange error messages with my oracle (8.04) database that makes me think the script to shut it down when the system reboots isn't working. This is from my /etc/rc.log:
Starting the Oracle subsystem
Output from "/sbin/rc3.d/S997oracle start":
----------------------------
"/sbin/rc3.d/S997oracle start" SKIPPED
Starting the Gembase subsystem
Output from "/sbin/rc3.d/S998gembase start":
----------------------------
"/sbin/rc3.d/S998gembase start" SKIPPED
Starting the Gem_Client subsystem
Output from "/sbin/rc3.d/S999rencs start":
----------------------------
"/sbin/rc3.d/S999rencs start" SKIPPED
The skipped messages is new to me, anyone have an idea why it would be skipping these commands instead of performing them?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2000 11:09 AM
06-05-2000 11:09 AM
Re: startup scripts working or not?
Brian
<*(((>< er
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2000 11:30 AM
06-05-2000 11:30 AM
Re: startup scripts working or not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2000 11:41 AM
06-05-2000 11:41 AM
Re: startup scripts working or not?
Brian
<*(((>< er
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2000 11:53 AM
06-05-2000 11:53 AM
Re: startup scripts working or not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2000 11:55 AM
06-05-2000 11:55 AM
SolutionCreate a file /etc/rc.config.d/oracle
with a single line ORACLE_START=1
This will allow oracle to start/stop. If you do not want it to start, change the variable to 0.
Make sure to check the other files within /etc/rc.config.d to make sure this variable is not already being set.
Brian
<*(((>< er
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2000 12:45 PM
06-05-2000 12:45 PM
Re: startup scripts working or not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2000 05:14 AM
06-06-2000 05:14 AM