- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: increase /stand file system
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
06-05-2001 03:27 PM
06-05-2001 03:27 PM
increase /stand file system
How can I umount /stand, since it is used by the OS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 05:49 PM
06-05-2001 05:49 PM
Re: increase /stand file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 03:39 AM
06-06-2001 03:39 AM
Re: increase /stand file system
You can't unmount /stand !!! the hp-ux is on it. What you need to do is :
1. If your /stand which is on /dev/vg00/lvol1 is 150 MB and you want to extend it to 300 MB you issue the following command :
#lvextend -L 300 /dev/vg00/lvol1 /dev/dsk/c#t#d#
You may execute this command online and continue working .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 05:01 AM
06-06-2001 05:01 AM
Re: increase /stand file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 05:27 AM
06-06-2001 05:27 AM
Re: increase /stand file system
maybe you can find a "workaround".
You will usually find a vmunix and a vmunix.prev file in /stand.
If you temporary need room in there you might want to move vmunix.prev or any other copies of vmunix out of /stand and try the patchinstall again.
A new kernel gen will put your current vmunix to vmunix.prev and create a new vmunix file.
If everything looks fine after a reboot you can probably get rid of all the old vmunix.
Of course this bears some risks, but if you are careful and place the vmunix.prev file into the root filesystem somewhere so that you would be able to find that file in case of an emergency you should be ok.
Steffi Jones