- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Grow /opt using veritas volume manager commands.
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-28-2006 06:05 AM
06-28-2006 06:05 AM
Grow /opt using veritas volume manager commands.
Do I just run the vxassist growto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 06:31 AM
06-28-2006 06:31 AM
Re: Grow /opt using veritas volume manager commands.
system, they cannot be unmounted with the umount command. In order to extend
these filesystems, the system must be in single user mode.
1) Backup the filesystem before extending
2) Display disk information on the logical volume
lvdisplay -v /dev/vg00/lvol# | more
Make sure this is enough Free PE's to increase this filesystem.
Make sure that allocation is NOT strict/contiguous.
3) Reboot the machine
shutdown -r now
4) When prompted, press "ESC" to interrupt the boot.
5) Boot from the primary device and invoke ISL interaction.
bo pri isl
NOTE: If prompted to interact with ISL, respond "y"
6) Boot into single user mode
hpux -is
NOTE: Nothing will be mounted.
7) Extend the logical volume that holds the filesystem.
/sbin/lvextend -L 400 /dev/vg00/lvol#
(NOTE: the -L option is the NEW size)
8) Extend the file system.
/sbin/extendfs -F hfs /dev/vg00/rlvol#
NOTE: The use of the character device.
9) Ensure the filesystem now reports to be the new size
bdf
10) Reboot the system to its normal running state.
shutdown -r now
Check this link for extending mirrored lvols:
http://www1.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&searchString=LVMKBRC00005095
LN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 06:34 AM
06-28-2006 06:34 AM
Re: Grow /opt using veritas volume manager commands.
http://www1.itrc.hp.com/service/iv/node.do?node=prodITRC%2FWW_Start%2FN1%7C20%7C3%7C1%7C2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 06:44 AM
06-28-2006 06:44 AM
Re: Grow /opt using veritas volume manager commands.
/dev/vx/dsk/rootdg/optvol not /dev/vg00/lvol6.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 06:51 AM
06-28-2006 06:51 AM
Re: Grow /opt using veritas volume manager commands.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 06:52 AM
06-28-2006 06:52 AM
Re: Grow /opt using veritas volume manager commands.
why not use the gui, vea or vmsa (depends on your version.
vxassist examples commands.
http://docs.hp.com/en/B7961-90017/ch03s02.html
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 07:11 AM
06-28-2006 07:11 AM
Re: Grow /opt using veritas volume manager commands.
http://docs.hp.com/en/5991-0603/index.html
http://docs.hp.com/en/5991-0603/ch08s15.html
LN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 07:23 AM
06-28-2006 07:23 AM
Re: Grow /opt using veritas volume manager commands.
http://docs.hp.com/en/B7961-90020/index.html
LN