- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- increase /stand on JFS 2
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-14-2001 09:42 AM
11-14-2001 09:42 AM
# bdf /stand
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol1 47829 28502 14544 66% /stand
I have been told that there is no way to increase /stand without rebuilding the OS. Is this correct?
To build new kernel we move vmunix.prev out out and this works. But the kernels (vmunix) are getting larger. Any help would be much appriectiated.
Thanks in Advance,
Tony Escujuri
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 09:49 AM
11-14-2001 09:49 AM
Re: increase /stand on JFS 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 09:53 AM
11-14-2001 09:53 AM
Re: increase /stand on JFS 2
A normal system will have a vmunix and vmunix.prev in the stand directory, When you rebuild a kernel by default the existing kernel is copied to vmunix.prev and the new kernal vmunix is created.
There is no need to remove the vmunix.prev file prior to a kernal rebuild.
To increase the size of stand the server should be rebooted to single user mode and an lvextend done on the lvol.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 09:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 09:55 AM
11-14-2001 09:55 AM
Re: increase /stand on JFS 2
As said, Ignite/UX is a good tool to do this.
If you don't have Ignite download it from:
http://software.hp.com/products/IUX
Once you have downloaded it and installed it, create a make_tape_recovery tape:
/opt/ignite/bin/make_tape_recovery -a /dev/rmt/0mn -I -v -x inc_entire=vg00
You should probably create two tapes, just in case one of them happens to be bad.
Once that is done, you can boot from the tape you created above and it will come up with an interactive menu that will allow you to adjust the sizes of your logical volumes in VG00. At this point you can size all of them, including /stand, to the sizes you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 09:56 AM
11-14-2001 09:56 AM
Re: increase /stand on JFS 2
you cannot increase the size of /stand without reloading the OS. The reason is "because they must be contigious"
however 66% utilization of stand on your system looks okay.
Here are a few threads for more info,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=2e10c3ad0f96566066/screen=ckiDisplayDocument?docId=200000050156847
http://us-support.external.hp.com/cki/bin/doc.pl/sid=2e10c3ad0f96566066/screen=ckiDisplayDocument?docId=200000048391480
http://us-support.external.hp.com/cki/bin/doc.pl/sid=2e10c3ad0f96566066/screen=ckiDisplayDocument?docId=200000051923658
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 09:57 AM
11-14-2001 09:57 AM
Re: increase /stand on JFS 2
The /stand filesystem is normally in strict/contiguous mode. I never tried to increase /stand, but I'd say it *would* be possible with a lot of LV juggling (like moving LVMs around to make contiguous space). That would involve copying data and doing a lot of work.
The question is: Do you *really* need to increase /stand now? It should take a few releases until the kernel grows up to fill up your remaining space.
Regards,
Paga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 09:59 AM
11-14-2001 09:59 AM
Re: increase /stand on JFS 2
ignite is the only way to do this. you would need to take a make_recovery tape and then reinstall the system with the tape in the interactive mode . Change the size of stand at that point.
Pls note that JFS has not say in this, since stand is a HFS filesystem.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 10:00 AM
11-14-2001 10:00 AM
Re: increase /stand on JFS 2
Certainly one solution is to create an Ignite recovery tape and reinstall from it, choosing the advanced system options to resize your logical volumes.
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
Another method, if you have a spare disk, is outlined in document #LVMKBRC00007285 (attached).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 10:01 AM
11-14-2001 10:01 AM
Re: increase /stand on JFS 2
Certainly one solution is to create an Ignite recovery tape and reinstall from it, choosing the advanced system options to resize your logical volumes.
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
Another method, if you have a spare disk, is outlined in document #LVMKBRC00007285 (attached).
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 10:01 AM
11-14-2001 10:01 AM
Re: increase /stand on JFS 2
Also, why not install the latest patches while you are at it, make it worth the downtime?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 06:43 AM
11-15-2001 06:43 AM
Re: increase /stand on JFS 2
Thats correct - thers no way to increase /stand, but I think 66% of usage is not a critical situation and theres really no need to increase /stand.
Later,