- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extending root vol
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
02-13-2003 02:59 AM
02-13-2003 02:59 AM
I have purchased a couple of 36GB disks to replace my internal 9GB. What I want to do is to break my current mirror and then add a 36GB disk and resync it.
Will it be possible for me to extend the / and /tmp vols after I do this. Unfortunatly I don't have OnlineJFS so thats not an option.
Can anyone let me know if I can and how I would do this?
Thanks in advance,
Colin.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 03:03 AM
02-13-2003 03:03 AM
Solutionfirst check if you are able to add the 36GB disk to vg00 (see vgdisplay and Max_PE_per_PV).
It is NOT possible to extend "/" without using IGNITE/UX and re-install the system.
The "/tmp" filesystem (lvol) can be extended if you are able to umount it. If moiunt doesn't work in multi-user-mode, please boot into SingleUser.
Regards ...
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 03:06 AM
02-13-2003 03:06 AM
Re: Extending root vol
I believe the safest method would be to backup and restore the system using Ignite - you will have the option to set lvol sizes before the data is restored.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 03:11 AM
02-13-2003 03:11 AM
Re: Extending root vol
Check to see if you can add the disk to vg00:
#vgdisplay /dev/vg00
to extend the /tmp file system
you need to umount the file system and then extend the file system. It is always recommended to do the system administration task in a single user mode. If you have
fsadm you do not need to umount the file system, you can just extend it
#man fsadm for more details
Like Armin said, if you have to extend the /, you'll need to boot from an ignite tape and do the changes.
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 03:13 AM
02-13-2003 03:13 AM
Re: Extending root vol
This machine is fully supported by HP, we will be paying for an engineer to install these disks. Is this a procedure that they are familiar with? And will they have any documentation on this?
Thanks,
Colin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 03:15 AM
02-13-2003 03:15 AM
Re: Extending root vol
If the internal disk maximum size is 9Gb or less then 36GB you will not able to use the full 36GB when you add the new disks due to the MAX_PE limitation.
the only way would be
creating a ignite tape using the make_recovery_tape
#make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
Then you can boot from the tape, choose the Advanced Installation option targeting your new disk. You can resize your filesystems too during the process.
These two docs can throw light on the process you are to take up
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062922008
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000066277518
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 03:31 AM
02-13-2003 03:31 AM
Re: Extending root vol
I believe the engineer will just be replacing the disks, it is the customer's responsibility to perform the backup/recovery sys admin tasks. It would be possible to arrange for the engineer to do this on a chargeable consultancy basis, I guess they'd need you to ensure that you have the backup made before they arrive. It's worth having a chat with your HP contact to check on the specifics for your situation.
There is documentation on http://docs.hp.com for Ignite/UX - it does show some of the screens including changing lvol sizes.
regards,
Darren.