- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Extending the VG
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-06-2008 10:33 PM
06-06-2008 10:33 PM
Extending the VG
/dev/dsk/c13t0d1 /dev/rdsk/c13t0d1
I like this to be added to /dev/vg_eva and extend /dev/vg_eva/lvol3 mounted on /oracle_eva
Please let me know the procedure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2008 10:36 PM
06-06-2008 10:36 PM
Re: Extending the VG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2008 10:36 PM
06-06-2008 10:36 PM
Re: Extending the VG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2008 10:38 PM
06-06-2008 10:38 PM
Re: Extending the VG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2008 10:38 PM
06-06-2008 10:38 PM
Re: Extending the VG
1. Create Physical volume in the raw device
# pvcreate -f /dev/rdsk/c13t0d1
2. Extend the VG.
# vgextend /dev/vg_eva /dev/dsk/c13t0d1
> Check if the disk have been added to vg
# vgdisplay /dev/vg_eva
3. Extend the Logical Volume
# lvextend -L 125000 /dev/vg_eva/lvol3
# umount /oracle_eva
You could check the FS with the following command
# bdf | grep /dev/vg_eva/lvol3
5. Extend the Filesystem
Check the Filesystem for /dev/vg_eva/lvol3
# cat /etc/fstab | grep /dev/vg_eva/lvol3
>> If the File system is vxfs then do the following
# extendfs -F vxfs /dev/vg_eva/rlvol3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2008 10:38 PM
06-06-2008 10:38 PM