- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgextend -z gives 'operation not supported'
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
10-22-2002 07:42 AM
10-22-2002 07:42 AM
'vgextend -z /dev/vg00 /dev/dsk/c0t5d0'
command fails with "operation not supported".
All my vg00 lvol's are 'strict' allocation and the target disk is the same size as my boot disks.
Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 07:47 AM
10-22-2002 07:47 AM
Re: vgextend -z gives 'operation not supported'
# vgextend -z y /dev/vg00 /dev/dsk/c0t5d0
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 07:50 AM
10-22-2002 07:50 AM
Re: vgextend -z gives 'operation not supported'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 08:21 AM
10-22-2002 08:21 AM
Re: vgextend -z gives 'operation not supported'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 10:29 AM
10-22-2002 10:29 AM
Re: vgextend -z gives 'operation not supported'
Note that starting at HP-UX 10.30, any volume group activated in shared mode
(vgchange -a s) will not succeed if logical volumes with mirroring is
present. In this case, LVM hot sparing is not supported.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 10:50 AM
10-22-2002 10:50 AM
Re: vgextend -z gives 'operation not supported'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 12:48 PM
10-22-2002 12:48 PM
Re: vgextend -z gives 'operation not supported'
I used 'pvcreate -B' and this was the problem, if I remove the '-B' all is well.
I assume this means that while it is a hot spare for the root vg it can not be used as a boot device even if LVM mirrors over to it due to a primary drive failure.