- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extending vg00
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
05-24-2001 05:14 AM
05-24-2001 05:14 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2001 05:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2001 05:19 AM
05-24-2001 05:19 AM
Re: Extending vg00
if you want to increase a Volume Group you will need to add some volumes (i.e. new disks):
vgextend /dev/vg00 /dev/dsk/c8t2d0
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2001 05:23 AM
05-24-2001 05:23 AM
Re: Extending vg00
Before you extend the VG (vgextend vg00 /dev/dsk/cxtxdx), you might need to execute "pvcreate /dev/rdsk/cxtxdx" to create the physical volume for use in LVM.
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2001 06:02 AM
05-24-2001 06:02 AM
Re: Extending vg00
if you have problem with pvcreate ( if this a exist disk user mediainit to init the disk
before adding to the vg00 .
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2001 11:48 PM
05-24-2001 11:48 PM
Re: Extending vg00
if u r extending to another disk say cxdxtx
then u need to initialize the disk for use with LVM
# pvcreate -f /dev/rdsk/cxtxdx
# vgextend vg00 /dev/dsk/cxtxdx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 03:31 AM
05-29-2001 03:31 AM
Re: Extending vg00
You need first to create physical volumes ( pvcreate) and then extinding the volume group ( vgextend ).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2001 04:20 AM
05-30-2001 04:20 AM
Re: Extending vg00
All answers seems to me wonderful,but if you 'll use pvcreate then it depends on which VG,if VG is root then you must use option -B,if not then just only pvcreate for example
pvcreate -B /dev/rdsk/c1t6d0
vgextend /dev/vg00 /dev/dsk/c1t6d0
goodluck
Hamdy