- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Question about VxVM (veritas)
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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-17-2002 01:01 AM
06-17-2002 01:01 AM
Question about VxVM (veritas)
I have a problem, I would like to extend a VxFS. I tried by vmsa without any result. Could someone tell me how can I do?
I know something about vxresize o vxassist but I have never used them.
After that I should make a snapshot copy, but I don't know how to do it. I would like to know If it dangerous for the original file system. Do I have to create a volume before running snapshot command?
Please help me. Thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 01:37 AM
06-17-2002 01:37 AM
Re: Question about VxVM (veritas)
I have mirrored lvols using Mirror/UX, and it requires an lvol of the same size to be created before the mirror can be created.
OnlineJFS can be used to extend file systems online, in the following way,...
lvextend -L [MB] /dev/vgXX/lvolYY
fsadm -F vxfs -b [KB] /mountpoint
Hope this is of somehelp.
Share amd Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 01:46 AM
06-17-2002 01:46 AM
Re: Question about VxVM (veritas)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 01:59 AM
06-17-2002 01:59 AM
Re: Question about VxVM (veritas)
From memory, the functions you mentioned are not available in the standard Veritas product for HP-UX.
Check out www.veritas.com, look in the Products Menu.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 02:36 AM
06-17-2002 02:36 AM
Re: Question about VxVM (veritas)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2002 03:14 PM
06-18-2002 03:14 PM
Re: Question about VxVM (veritas)
You can use either "vxresize" or "vxassist" command to extend the vxfs file system.
Before extending the file system size make sure you have enough space in the volume group. To find out that run "vxassist maxgrow
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)
Arockia.