- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Run level 5
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
03-15-2007 05:23 PM
03-15-2007 05:23 PM
Run level 5
i am new to this forum.
1)pls let me know what for run level 5 is using in HPUX .
2)supppose one scripts failed in during startup(s99gcstartup),how will analyse what is the reason for failure and loc of error log?.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2007 06:18 PM
03-15-2007 06:18 PM
Re: Run level 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2007 06:34 PM
03-15-2007 06:34 PM
Re: Run level 5
You can find the startup and shutdown logs in /etc/rc.log.
And as far as i know there isn't any runlevel 5 in HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2007 06:39 PM
03-15-2007 06:39 PM
Re: Run level 5
run level 5 is there,but it is for user application,that only confusing me.i need an explanation on this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2007 07:56 PM
03-15-2007 07:56 PM
Re: Run level 5
The run-level 5-6 states are available for user-defined operations.
HTH,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2007 08:05 PM
03-15-2007 08:05 PM
Re: Run level 5
thanks for the valuable information. if i find ant information Runlevel 5 i'll post it.
sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2007 09:02 PM
03-15-2007 09:02 PM
Re: Run level 5
thanks for the reply,but i need more clari on 5-6 for user defined..what it means actually??.and how user will define..
rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2007 09:24 PM
03-15-2007 09:24 PM
Re: Run level 5
There is no run level 6 in HP-UX.
By default run level 4 and 5 are not configured in /etc/inittab
I use them to test auto start scripts without effecting running apps. If I want oracle to start and the start script is running I can go init 4 init 5 to my hearts content until I've debugged the startup script.
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
03-16-2007 12:13 AM
03-16-2007 12:13 AM
Re: Run level 5
> Steven wrote: There is no run level 6 in HP-UX.
Sorry, that's not true. It is perfectly legal to define a runlevel of five (5) OR six (6), although neither is currently used by standard setup of HP-UX, nlor have they been since at least 10.0.
The manapges for 'rc(1M)' and for 'init(1M)' clearly document this.
As for where to define the system runlevel, see the line in '/etc/inittab' with the label 'initdefault'. Usually this is the first line of the '/etc/initab' file and is set to run-level three (3) like this:
init:3:initdefault:
See the 'inittab(4)' manpages for more information.
Regards!
...JRF...