- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VG extend problem--Resource temporarily unavailabl...
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-05-2005 11:13 PM
06-05-2005 11:13 PM
VG extend problem--Resource temporarily unavailable
While i am trying to extend alternate link of the VG.I am getting the following errors.
vgextend: Couldn't open physical volume "/dev/dsk/c8t14d3":
Resource temporarily unavailable
But if i see the through diskinfo cmd,it show me the proper status and size of the disk as n my primary link to the disk.
Can you suggest something on same.
Thanks in Advance
Jai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 11:25 PM
06-05-2005 11:25 PM
Re: VG extend problem--Resource temporarily unavailable
Are you able to dd from the device?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 11:28 PM
06-05-2005 11:28 PM
Re: VG extend problem--Resource temporarily unavailable
Looks like a missing connection ;so does
ioscan -fnCdisk
show the disk ?
are the lvols mirrored and still synced?
what does
vgdisplay -v
show?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 11:36 PM
06-05-2005 11:36 PM
Re: VG extend problem--Resource temporarily unavailable
I am extending the alternate link to the same physical hard disk as we have two FC cards accessing the same disks through two san switches.
Jai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 11:44 PM
06-05-2005 11:44 PM
Re: VG extend problem--Resource temporarily unavailable
dd if=/dev/dsk/c8t14d3 of=/dev/null bs=1024
do you get some records in and out?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 11:49 PM
06-05-2005 11:49 PM
Re: VG extend problem--Resource temporarily unavailable
ioscan -funC fc
you should get something like
fc 0 0/5/0/0 td CLAIMED INTERFACE HP Tachyon XL2 Fibre Channel Mass Storage Adapter
/dev/td0
fc 1 1/12/0/0 td CLAIMED INTERFACE HP Tachyon XL2 Fibre Channel Mass Storage Adapter
/dev/td1
you can then try an fcmsutil /dev/td?
does this all look OK?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 12:04 AM
06-06-2005 12:04 AM
Re: VG extend problem--Resource temporarily unavailable
Also try dd if=/dev/dsk/c8t14d3 of=/dev/null bs=1024 and see for records in and out.
Regards,
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 12:53 AM
06-06-2005 12:53 AM
Re: VG extend problem--Resource temporarily unavailable
Can you do a pvdisplay on the primary link?
What does the following return:
vgchange -a n
I wonder if you did a pvcreate on the alt. link (which shouldn't be done)?
Try this:
vgreduce
pvcreate -f /dev/dsk/
vgextend
vgextend
Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 05:07 AM
06-06-2005 05:07 AM
Re: VG extend problem--Resource temporarily unavailable
DD cmd does not give me any error.Moreover i am providing extra link i.e alternate link to hard disk via second san switch.Pvdisplay and diskinfo show properties.
Fcmutil say the second fiber channel card is online.
Jai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 05:57 AM
06-06-2005 05:57 AM
Re: VG extend problem--Resource temporarily unavailable
I'm wondering if this might be a zoning or LUN security issue? Have your storage team verify them & also double-check the world wide name of the HBA & compare it to what the switch thinks it is. Also make sure the switch is in switched fabric mode and not in arbitrated loop mode.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 02:28 AM
06-07-2005 02:28 AM
Re: VG extend problem--Resource temporarily unavailable
Assuming that you have Tachyon HBA then
run "tddiag"
it is similar like print_manifest and gives
very useful information on your system..
And also you can get these information to a
file...and please attach this file here..
good Luck,