- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- veritas volume manager
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
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
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-04-2009 01:35 AM
тАО06-04-2009 01:35 AM
veritas volume manager
i would like to extend my one of existing vol how i can do that what is command,
/dev/vx/dsk/rootdg/testvol
i had verify that my rootdg having some free space, thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2009 02:40 AM
тАО06-04-2009 02:40 AM
Re: veritas volume manager
Hi,
You can use either "vxresize" or "vxassist" command to extend the veritas file system.
vxresize:
#vxresize -F vxfs
disk ---> spare disk
size ---> in gb, mb or sectors . default is sectors
eg:
#vxresize -F vxfs /test 18g disk1
vxassist:
# vxassist growto
(To extend the volume to a specific length)
# vxassist growby
( To extend the volume by a specific length
For example
>/opt/VRTS/bin/vxresize -F vxfs -g rootdg usrvol 2140000
Use man pages also.
Regards
Sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2009 04:54 AM
тАО06-04-2009 04:54 AM
Re: veritas volume manager
Below is an example of the command to extend a vxvm volume.
# vxresize -F vxfs -g your_dg your_vol +100g
will add 100GB to your_vol
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2009 05:43 AM
тАО06-04-2009 05:43 AM
Re: veritas volume manager
is there any way to get out put in gb or mb?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2009 06:08 AM
тАО06-04-2009 06:08 AM
Re: veritas volume manager
http://www.blacksheepnetworks.com/security/resources/veritas/veritas_lvm_cs.htm
finding the info you need is not as trivial as vgdisplay command on LVM unfortunately.
Good luck
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2009 06:21 AM
тАО06-04-2009 06:21 AM
Re: veritas volume manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2009 06:53 AM
тАО06-04-2009 06:53 AM
Re: veritas volume manager
Try,
# vxprint -g
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2009 05:07 PM
тАО06-04-2009 05:07 PM
Re: veritas volume manager
appriciate you all for rapid response, I would like to know about VxSF_FULL (just list like OnlineJFS,
is it freeware i can download it and can install it on my server, is it require reboot?
my server version is below mentioned.
B.11.11 U 9000/800 2006609984
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2009 10:19 PM
тАО06-04-2009 10:19 PM
Re: veritas volume manager
see this forum.
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1244182467802+28353475&threadId=44963
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2009 10:28 PM
тАО06-04-2009 10:28 PM
Re: veritas volume manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2009 10:57 PM
тАО06-04-2009 10:57 PM
Re: veritas volume manager
Not sure what you mean exactly by VxSF_FULL. If you are referring to Veritas Storage Foundation then that is not a free product as it offers alot more functionality over the base VxVM product.
If you are looking for Veritas's equivilent to OnlineJFS, that is already available as standard functionality in the base VxVM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2009 05:33 PM
тАО06-05-2009 05:33 PM
Re: veritas volume manager
normally in hpux if i want to extend any logical volume i should perform below task.
1) umount /tmp (/dev/vg01/lvol7)
2)lvextend -L 5000 /dev/vg01/lvol7 this will extend current lvol7 to around 5g
3) extendfs -F vxfs /dev/vg01/rlvol7
4) mount /dev/vg01/lvol7 /tmp
what are the steps i should perform in veritas volume manager
i am having /tmp which is in
/dev/vx/dsk/rootdg/testvol
and rootdg having space to extend,
also in my privious question i asked about Online JFS, is there any similiar utility available for veritas volume manager so we can extend current file system without umount it,
if yes is it freeware, where to download, thansk,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2009 01:13 AM
тАО06-06-2009 01:13 AM
Re: veritas volume manager
No, for an application of this sensitive nature, you expect to pay a lot for it, so you know your data isn't corrupted and to have support.