- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extending a veritas file system
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
11-12-2007 05:39 PM
11-12-2007 05:39 PM
Extending a veritas file system
Anybody can give me the steps to extend a veritas file system in HP-UX??
The following is my file system which needs to be extended.
Filesystem kbytes used avail %used Mounted on
/dev/vx/dsk/rootdg/vol6
16269312 16074536 193288 99% /ftpcarrier.
I want to extend this to 4GB
Thanks and regards,
Vinu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2007 06:07 PM
11-12-2007 06:07 PM
Re: Extending a veritas file system
Its the rootdg so its going to be a pain.
http://h10076.www1.hp.com/education/datasheets/h7087s.pdf
Background
http://www.docs.hp.com/en/B3936-90100/ch03s06.html
Regards,
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2007 06:35 PM
11-12-2007 06:35 PM
Re: Extending a veritas file system
Please refer to the manual
Increasing the size of a volume
(a) LVM
lvextend -L NEW_SIZE LV [/dev/dsk/cXtYdZ]
(b) VxVM
vxassist [-g DG] growto VOL NEW_SIZE (e.g. vxassist -g gms_dg vol04 1000)
or
vxassist [-g DG] growby VOL SIZE_INCREASE (e.g. vxassist vol04 200)
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2007 07:36 PM
11-12-2007 07:36 PM
Re: Extending a veritas file system
http://seer.entsupport.symantec.com/docs/246233.htm
Please tell me if your rootdg is mirrored???
and you just have to increase vol6.
Please send vxprint -thg rootdg.
BR,
Kapil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2007 08:35 PM
11-13-2007 08:35 PM
Re: Extending a veritas file system
/etc/vx/bin/vxresize -g rootdg vol6 20g
You checked already for enough free space (vxdg free)?
This will do everyting in one step (compared to vxassist grow and fsadm).
Armin
PS: Please assign points if you find answers useful!