- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Re: Missing alternate link
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
Forums
Discussions
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
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
11-08-2001 09:20 PM
11-08-2001 09:20 PM
Missing alternate link
I have an N4000 running HPUX 11.0 that is connected by fibre to an IBM 2105 (Shark) system. The conection to the 2105 system is thru a San Data Gateway, wich converts fibre to SCSI. We replaced a bad SCSI cable per IBM from the SDGW to the 2105 system about 2 weeks ago. With 3 of the 5 volume groups created on this system I'm not seeing the alternate links anymore. When I do a strings on the /etc/lvmtab I see the correct volume groups with alternate links. Should I run a vgextend on each of the volume groups missing the alternate link?
Thank you.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 09:47 PM
11-08-2001 09:47 PM
Re: Missing alternate link
Do a ioscan -fnC disk first.
Check whether you can see both tha path.
Regards
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 10:00 PM
11-08-2001 10:00 PM
Re: Missing alternate link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 10:07 PM
11-08-2001 10:07 PM
Re: Missing alternate link
You can't run a vgextend if you don't know what the device files are for those disks.
It could be that the drives just cannot be seen.
# ioscan -fn >/tmp/ioscan.out1
# cd /dev
# insf -e
# ioscan -fn >/tmp/ioscan.out2
Note the difference
# diff /tmp/ioscan.out1 /tmp/ioscan.out2
Sometimes with FC disk devices do not automatically get created if there is a change done.
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 04:37 AM
11-09-2001 04:37 AM
Re: Missing alternate link
- umount FS/disable VG's
- export VG's with shared option (vgexport -s -m vgXX.mapfile /dev/vgXX)
- Create VG's directories and group file
- import VG's with share option (vgimport -s -m vgXX.mapfile /dev/vgXX)
It will import the VG's with all alternate paths.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 05:51 AM
11-09-2001 05:51 AM
Re: Missing alternate link
Just a "vgchange -a y" might help to update the running kernel with the /etc/lvmtab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 06:28 AM
11-09-2001 06:28 AM
Re: Missing alternate link
Replacing a mere SCSI cable should not have spoiled you alternate link until you somehow changed the scsi path for the alternate link. Have you spoken to hp and ibm about this. A SCSI cable is merely a connection media with no active component or anything. Just do a little digging, and you may find you have overlooked a very simple thing.
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 08:09 AM
11-09-2001 08:09 AM
Re: Missing alternate link
Cheers, Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 02:42 PM
11-20-2001 02:42 PM
Re: Missing alternate link
I/O hardware probe timed out
Last successful probe at path 0/2/0/0.8.0.50.0.3
I/O hardware probe timed out
Last successful probe at path 0/2/0/0.8.0.50.0.3
I/O hardware probe timed out
Last successful probe at path 0/2/0/0.8.0.50.0.1.0
I've check & restarted the San Data Gateway, but this did not fix the issue.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2001 10:24 AM
11-29-2001 10:24 AM
Re: Missing alternate link
Thanks.