- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgextend io error
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
01-24-2011 08:47 AM
01-24-2011 08:47 AM
Re: vgextend io error
Secure Manager is in use.
I have attached the file, not sure what I am looking at but I assume its LUN number and device world wide name?
Chad
p.s. Learning alot here, really appreciate your time and help on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2011 08:57 AM
01-24-2011 08:57 AM
Re: vgextend io error
NODEWWN 50060b00002fed42 21 WC
This means the server HBA with WWN 50060b00002fed42 is allowed to do WRITE and CONFIGURE on LUN 21.
You need such entry for each server WWN and LUN.
All the DEFAULT lines mean no access for anyone.
So this sets "NO ACCESS by default for all the LUNs", then "overwrites" with "WWN abc is allowed to write to LUN 21", clear enough?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2011 07:05 AM
01-25-2011 07:05 AM
Re: vgextend io error
I ran an ioscan to find out the HBA device and then an fcmsutil and the LUNS+security is assigned correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2011 08:42 AM
01-25-2011 08:42 AM
Re: vgextend io error
IIRC the armtopology command will also help you on this.
The output of "armdsp -a
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2011 02:09 AM
01-31-2011 02:09 AM
Re: vgextend io error
Been away for a few days so just coming back to this.
I have attached the armdsp output for you to look through, it looks okay to me but maybe it will help you understand what I have here.
Chad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2011 03:02 AM
02-09-2011 03:02 AM
Re: vgextend io error
I finished extending to the alternate paths and did not have an issue again which was strange, maybe it was due to data volume so my question is.
/dev/dsk/c4t2d7
/dev/dsk/c9t2d7 Alternate Link
/dev/dsk/c6t2d7 Alternate Link
/dev/dsk/c11t2d7 Alternate Link
available
Total PE 25596
Free PE 596
Autoswitch On
/dev/dsk/c4t5d1
/dev/dsk/c6t5d1 Alternate Link
/dev/dsk/c11t5d1 Alternate Link
/dev/dsk/c9t5d1 Alternate Link
available
Total PE 25596
Free PE 25596
Autoswitch On
If you notice when I did the vgextend originally I started off through controller 4 for both disks
c4t2d7 and then c4t5d1, is this going to cause an issue, a bottleneck?
If so how can I change that?
Regards,
Chad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2011 03:14 AM
02-09-2011 03:14 AM
Re: vgextend io error
if you want to sort the order of
/dev/dsk/c4t5d1
/dev/dsk/c6t5d1 Alternate Link
/dev/dsk/c11t5d1 Alternate Link
/dev/dsk/c9t5d1 Alternate Link
just do a
# vgreduce ... /dev/dsk/c4t5d1
then
# vgextend ... /dev/dsk/c4t5d1
the result will look like this
/dev/dsk/c6t5d1
/dev/dsk/c11t5d1 Alternate Link
/dev/dsk/c9t5d1 Alternate Link
/dev/dsk/c4t5d1 Alternate Link
Sort them until the primary link is using the other FC HBA.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2011 03:22 AM
02-09-2011 03:22 AM
Re: vgextend io error
I will assign points soon as this thread has really assisted me to complete this task.
Strange how the IO error dissapeared, I think it must have been an issue on those days. The volume group hosts an oracle database and maybe it was just extremely busy on those days causing it to timeout.
- « Previous
-
- 1
- 2
- Next »