- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable extend 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
03-07-2004 03:24 AM
03-07-2004 03:24 AM
Unable extend VG
But when I tried extend VG using this PV . I received a error message vgextend: Couldn't open physical volume "/dev/dsk/c0t10d0":
I/O error.
Is it Hard disk issue ? or some other reason ?
Looking for your reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2004 03:37 AM
03-07-2004 03:37 AM
Re: Unable extend VG
You can test this with cstm, try the command to excersize the disk and if you don't get a good reply its dead.
You can run dmesg or check /var/adm/syslog/syslog.log
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
03-07-2004 04:32 AM
03-07-2004 04:32 AM
Re: Unable extend VG
I am able to see details about this disk using "ioscan -funC disk " It is ok.
When I checked diskinfo -v /dev/rdsk/c0t10d0 , it shows size = 0 Kbytes. Will it be useful to run "mediainit"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2004 04:41 AM
03-07-2004 04:41 AM
Re: Unable extend VG
I use mediainit to help get data structures off a disk that has structures on it that are interfering with reassigning or re-using the disk.
If the disk is bad, mediainit should fail.
If the disk is bad, nothing is going to make it good.
You could try vgexport and vgimport of the whole volume group. If the problem is not disk related export/import or mediainit might help.
Some admins even at HP don't like mediainit. I use it sparingly.
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
03-07-2004 04:51 AM
03-07-2004 04:51 AM
Re: Unable extend VG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2004 08:41 AM
03-07-2004 08:41 AM
Re: Unable extend VG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2004 01:55 PM
03-07-2004 01:55 PM
Re: Unable extend VG
If this disk is a SAN disk then make sure it is not a place holder (Ghost device) LUN. Check with your Storage Admins. If so, you cannot use it.
If not, then the disk may be bad.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2004 02:22 PM
03-07-2004 02:22 PM
Re: Unable extend VG
If you have added a new disk, then it seems to be defective as it shows 0 KB with diskinfo. Replace it.
If it is a disk in a SAN, then as rightly said it is a dummy disk with 0 KB space and cannot be used.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2004 03:04 PM
03-07-2004 03:04 PM
Re: Unable extend VG
My issue get resolved.
I have performed "mediainit" on suspect disk. It has taken very long time to complete. No error message during this process.
Now diskinfo shows correct size of this disk. Able to extends VG with this disk.