- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: increase of / filesystem using online jfs
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-25-2001 06:30 AM
06-25-2001 06:30 AM
increase of / filesystem using online jfs
I want to increase the the size of / file system.I have online jfs anfd this file system is vxfs fs.its amirroed one .I have 6 gb of free space in this vg and presently the / is 140 gb.But when i try increasing through sam it says not enough PE;s available error eitherdue to strtict mirror policy or contiguos allocation policy.And these two policies are their by default in hp.So what is recommended way to do that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2001 06:39 AM
06-25-2001 06:39 AM
Re: increase of / filesystem using online jfs
The more appropriate thing to do is figure out why / is getting full. / should not be used. I've got a 128 MB / filesystem that is only using 29MB.
If / is full check for files that shouldn't be there. Things like 'core' files or file in /dev/rmt/ called 'om' instead of 0m or something to that effect.
If you absolutely must increase / then the easiest way to do it is to use Ignite/UX and make a make_tape_recovery tape and then boot from the tape, make sure you into interactive mode, change your LV parameters and then rebuild the system as you want it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2001 06:46 AM
06-25-2001 06:46 AM
Re: increase of / filesystem using online jfs
it is better not to try to increase the / file system size. (it can be done by re-installing using custom method). remove all the unwanted files in /
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2001 07:11 AM
06-25-2001 07:11 AM
Re: increase of / filesystem using online jfs
You need to trim down / in case you ahve unwanted core files , log files , or files in /dev/rmt .
Still in case you want more space then make an ignite tape ( use -i option ) and restore it back with an increased space allocation for /.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2001 07:28 AM
06-25-2001 07:28 AM
Re: increase of / filesystem using online jfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 02:03 PM
06-26-2001 02:03 PM
Re: increase of / filesystem using online jfs
it CAN be done (been there, got the t-shirt)...
if you have another (empty) disk in your vg00:
0) make a backup using "make_tape_recovery -A"
1) "pvmove" the root-FS to the new disk
un-mirror first, if it is mirrored!
2) "lvextend" the LV
3) "fsadm" the FS
4) "pvmove" all the other LVs to the new disk
5) now "pvmove" them all back
6) take care that "lvlnboot" saves the new addresses
7) reboot
if it does not work, you have to fall back on to your
make-recovery tape, of course (and be careful: I am
not certain if this way of using "pvmove" is actually
*supported*, at least it did work for me in the past).
just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 03:00 PM
06-26-2001 03:00 PM