HPE GreenLake Administration
Operating System - HP-UX
1838243
Members
6149
Online
110125
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
12-14-2003 06:18 PM
12-14-2003 06:18 PM
Hi,
What is the significance of the status SKIPPED in the /etc/rc.log? Is it something to be concerned about ... occuring for any of the run levels? What if this entity is something required to be running on the system?
Regards,
-Alvi
What is the significance of the status SKIPPED in the /etc/rc.log? Is it something to be concerned about ... occuring for any of the run levels? What if this entity is something required to be running on the system?
Regards,
-Alvi
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2003 06:29 PM
12-14-2003 06:29 PM
Solution
Hi,
It only means that this script has been skipped without executing, for example because the corresponding variable in the /etc/rc.config.d/ is set to 0. The intearctive menu will show "N/A". Have a look to the header of /sbin/init.d/template :
# Allowed exit values:
# 0 = success; causes "OK" to show up in checklist.
# 1 = failure; causes "FAIL" to show up in checklist.
# 2 = skip; causes "N/A" to show up in the checklist.
# Use this value if execution of this script is overridden
# by the use of a control variable, or if this script is not
# appropriate to execute for some other reason.
# 3 = reboot; causes the system to be rebooted after execution.
# 4 = background; causes "BG" to show up in the checklist.
# Use this value if this script starts a process in background mode.
Regards.
It only means that this script has been skipped without executing, for example because the corresponding variable in the /etc/rc.config.d/
# Allowed exit values:
# 0 = success; causes "OK" to show up in checklist.
# 1 = failure; causes "FAIL" to show up in checklist.
# 2 = skip; causes "N/A" to show up in the checklist.
# Use this value if execution of this script is overridden
# by the use of a control variable, or if this script is not
# appropriate to execute for some other reason.
# 3 = reboot; causes the system to be rebooted after execution.
# 4 = background; causes "BG" to show up in the checklist.
# Use this value if this script starts a process in background mode.
Regards.
It works for me (© Bill McNAMARA ...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2003 07:21 PM
12-14-2003 07:21 PM
Re: rc.log
Hi,
Skiped means something not configured by you. And you should ignore that.
Say if you haven't configured NIS then during startup or in rc.log you'll see NIS service as skiped.
Cheers
Rajeev
Skiped means something not configured by you. And you should ignore that.
Say if you haven't configured NIS then during startup or in rc.log you'll see NIS service as skiped.
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2003 08:09 AM
12-16-2003 08:09 AM
Re: rc.log
Just to expand on Jean-Louis's answer (which is good)... Basically this allows you to keep the link to the startup scripts where they are, but just put the flag in so that it bypasses the commands (for example, we have a couple of apps, oracle, etc. that run by default and when we're doing server work and don't want these to come up, we can just change the corresponding files in /etc/rc.config.d/* for the application so we don't have to manually shut down the application after a reboot. Then when we're done with the work that requires a few reboots, we'll update this file again so that the scripts are not bypassed. This way if someone forgets to turn this back "on" it's a little easier to catch than if it did not run at all.
Chris
Chris
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP