- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Help me...
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
04-11-2003 08:33 AM
04-11-2003 08:33 AM
http://www2.itrc.hp.com/service/cki/docDisplay.do?admit=-1335382922+1050077314807+28353475&docId=HPSBUX0303-252
But one line that I wasn't sure what it means?
'Go to init state 2'
Thank you for your help me.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 08:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 08:49 AM
04-11-2003 08:49 AM
Re: Help me...
> init 2
Make sure all of your user's are logged off and your applications and databases are shutdown first.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 09:23 AM
04-11-2003 09:23 AM
Re: Help me...
For future use-
Another method to go to run level 2 is to boot up to it.
stop the boot sequence to get to main menu
type: bo or bo pri and y (yes) at the Interact with IPL?> line.
When the system boots to ISL>
type: hpux -i2 /stand/vmunix
(you can boot to almost any run-level this by simply exchanging the 2 for whatever level you want (it is the cleanest way to go to maintenance mode, as booting up to a higher run-level and then using init to drop down to a lower level won't always stop all of the higher level processes, by booting up to them, they never start in the first place.)
Good luck,
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 02:32 AM
04-14-2003 02:32 AM
Re: Help me...
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 02:50 AM
04-14-2003 02:50 AM
Re: Help me...
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 02:56 AM
04-14-2003 02:56 AM
Re: Help me...
if you do it from a telnet session, this command will disconnect you!
You need to be on the server console or if your have LAN console...
regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 03:06 AM
04-14-2003 03:06 AM
Re: Help me...
# find /sbin/ | grep inetd
You should see...
/sbin/init.d/inetd
/sbin/rc1.d/K500inetd
/sbin/rc2.d/S500inetd
If so, then you can use telnet or the console.
The above "/sbin/rc1.d/K500inetd" indicates that if you were to "init 1", or go to run-level 1, the inetd, and hence, telnet, would not run. You would lose your session. The start script S500inetd is in run-level 2, so if you "init 2", telnet should be available.
Console is the better choice in case something unfortunate happens.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 07:34 AM
04-14-2003 07:34 AM
Re: Help me...
Init 2 refers to the run level 2
level 0 is a shutdown state.
level s or 1 is single user maintenance mode
level two has the basic subsystems, filesystems and daemons active, called multi-user level. Has tcpip active.
level three exports filesystems for NFS etc.
level four starts the CDE and X windows system
level 5-6 are user defined.
This is a synopsis, not a treatise try "man init " on your box.
TJS