- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to extend / (root) file system in hpux
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
05-20-2008 11:11 PM
05-20-2008 11:11 PM
how to extend / (root) file system in hpux
How to extend this file system,
Please somebody let me know
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 11:28 PM
05-20-2008 11:28 PM
Re: how to extend / (root) file system in hpux
You have to have an ignite tape (make_recovery -I) backup. Boot from the ignite tape and once you get the menu, you have the option to change the lvol size from the menu.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 11:30 PM
05-20-2008 11:30 PM
Re: how to extend / (root) file system in hpux
you need to go to single user mode with ignite backup, there you may extend the /root file system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 11:48 PM
05-20-2008 11:48 PM
Re: how to extend / (root) file system in hpux
as i remember i have done it before with hpux -lm option with this option system will boot in maintanance mode and you can extend root file system. root file system will mount as /dev/root but at present its not working.. any other clue anybody.?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 11:55 PM
05-20-2008 11:55 PM
Re: how to extend / (root) file system in hpux
My process was to ensure root was mirrored.
Then I'd break the mirror.
Then Re-install using Ignite to resize root.
If there was a problem I still had root on my mirrored disk. And could rebuild from there.
If it worked I'd re-mirror the disk with the new root onto the other disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 12:33 AM
05-21-2008 12:33 AM
Re: how to extend / (root) file system in hpux
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 12:36 AM
05-21-2008 12:36 AM
Re: how to extend / (root) file system in hpux
rebuild is not solusioin if this requirement is with existing running server then what you will do.
better try to find out some solustion correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 02:19 AM
05-21-2008 02:19 AM
Re: how to extend / (root) file system in hpux
If you don't have tape drives then create an Ignite server which can store images of your HP-UX servers.
Mirror your root disk.
Then when you have to resize you can
1) break your mirror.
2) Boot off the ignite image stored on the ignite server.
3) Which will allow you to resize root.
4) Then re-mirror
Or update your HP-UX version. Don't the latest versions support extending root? I'm not certain as I haven't had the opportunity to try.
Updating your OS from 10.20 would be a good idea. I believe its no longer supported.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 08:14 AM
05-21-2008 08:14 AM
Re: how to extend / (root) file system in hpux
http://www.met.ca/itrc/index.php?option=com_content&task=view&id=89&Itemid=2
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 08:16 AM
05-21-2008 08:16 AM
Re: how to extend / (root) file system in hpux
for extending root file system u need ignite tool
thanks
Sajjad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 11:24 AM
05-21-2008 11:24 AM
Re: how to extend / (root) file system in hpux
The only way to extend the /root file system is to use your ignite tape.
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 06:59 AM
06-16-2008 06:59 AM
Re: how to extend / (root) file system in hpux
Make sure that you have OnlineJFS.
swlist | grep -i onlinejfs
if /dev/vg00/lvol3 is mirrored in vg00.
- Break the mirror of /dev/vg00/lvol3 on disk 2
- Break the mirror of others LV on disk 1 in vg00
- extend /dev/vg00/lvol3 with lvextend and fsadm
- mirror back others LV to disk 1
- Break mirror of all LV on disk 2
- Mirror all LV including /dev/vg00/lvol3 from disk 1 to disk 2.
Check out with pvdisplay and lvdisplay.
Hope this help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 08:22 AM
06-16-2008 08:22 AM
Re: how to extend / (root) file system in hpux
Just a thought.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 10:55 AM
06-16-2008 10:55 AM
Re: how to extend / (root) file system in hpux
Try this.