- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- File system in mode single user
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
11-12-2001 01:19 PM
11-12-2001 01:19 PM
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 01:25 PM
11-12-2001 01:25 PM
Solutionbut you can mount others:
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90704/B2355-90704_top.html&con=/hpux/onlinedocs/B2355-90704/00/00/79-con.html&toc=/hpux/onlinedocs/B2355-90704/00/00/79-toc.html&searchterms=ignite%7crecovery%7cHP-UX&queryid=20011112-132043
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 01:28 PM
11-12-2001 01:28 PM
Re: File system in mode single user
If you are trying to enlarge a vg00 filesystem and don't have Online JFS, then the /usr, /var, /opt and /tmp filesystems will be troublesome. The easist way to attack this is to boot up into single-user mode (hpux -is) and use the necessary commands in /sbin instead of those in /usr. When done with your LVM maintenace, you can simply boot again for a full, clean startup.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 01:33 PM
11-12-2001 01:33 PM
Re: File system in mode single user
The others can be unmounted providing there are no associated processes running pertaining to them. If you attempting to increase one of the other filesytems /var, /opt or /usr, this will be a difficult task. You will most likely find that it would be easier to increase booting from single user mode.
If you have on-line JFS you can do this task.
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 01:40 PM
11-12-2001 01:40 PM
Re: File system in mode single user
and /stand
/stand because it contains the kernel. / because it is the root filesystem and has
the binaries and libraries .
As others suggested, if you want to get into real single user mode for doing a maintenance task, better reboot and get into single user mode using hpux -is from the ISL prompt
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 03:29 PM
11-12-2001 03:29 PM
Re: File system in mode single user
Thanks again.