- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Changing back and forth between single-user mode
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
12-27-2004 06:05 AM
12-27-2004 06:05 AM
Changing back and forth between single-user mode
I know I can startup in single-user mode by interupting the boot sequence. However, I take a certain amount of pride in uptime on my Unix servers and prefer not to reboot.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2004 06:08 AM
12-27-2004 06:08 AM
Re: Changing back and forth between single-user mode
man init
Gerald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2004 06:09 AM
12-27-2004 06:09 AM
Re: Changing back and forth between single-user mode
You can use "init 1", but this is not true single user mode. Not all the process get stopped and the file systems don't get un-mounted. You *might* be able to unmount /tmp and extend it but I doubt it.
Returning to multi-user mode is accomplished by running "init 3".
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2004 06:10 AM
12-27-2004 06:10 AM
Re: Changing back and forth between single-user mode
Sorry - make that "init S"
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2004 06:12 AM
12-27-2004 06:12 AM
Re: Changing back and forth between single-user mode
You may have to boot the system in single user mode to allow you to extend /tmp.
If you have OnlineJFS, you can extend the size of /tmp without any problem / no single user mode / no boot into single user.
Else you may have to boot the system in single user mode, extend /tmp and change the init level to 3.
"bo pri" after interrupting the boot process, selecy "y" to interact with IPL, & "hpux -is" at the ISL prompt" is the normal command to boot into single user mode .
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2004 06:20 AM
12-27-2004 06:20 AM
Re: Changing back and forth between single-user mode
Here is a documented process on how to extend /tmp without onlineJFS.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000075563685
The doc id is AUSRCKBRC00001468.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2004 06:26 AM
12-27-2004 06:26 AM
Re: Changing back and forth between single-user mode
to go in single user mode type "init 1"
then "fuser -ku /tmp"
and then you should be able to extend /tmp...
Stf ;-)