- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lvol can't be mounted after problem on san switch
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
04-13-2004 06:29 PM
04-13-2004 06:29 PM
lvol can't be mounted after problem on san switch
We are using R7410 with HP/UX 11i. We have a strange problem on lvm/storage.
We have 1 vg: vg07 with three lvol: d01, d02, d05. Those lvols were mounted ok until we encountered some problem on the san switch. After the switch fixed, the lvol d05 can be mounted but the other two:d01,d02 can not be mounted.
If we do the mount -a this is the result:
...
mount: /dev/vg07/d05 is already mounted on /d05
vxfs mount: /dev/vg07/d02 no such device
vxfs mount: /dev/vg07/d01 no such device
...
(..the d05 was already mounted before..)
We already see by the vgdisplay, lvdisplay and everythings looks like OK. Just we can not mount it.
BTW there is another vg behaves like that, some lvol can be mounted some can not.
Why this one is happened?
Thank you Iwan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 06:46 PM
04-13-2004 06:46 PM
Re: lvol can't be mounted after problem on san switch
Regds,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 06:48 PM
04-13-2004 06:48 PM
Re: lvol can't be mounted after problem on san switch
Could it be that you did not define all alternate paths in your vg?
Can you post the output of a
# vgdisplay -v vg07
# lvdisplay -v /dev/vg07/d02
Or do you have all the device files on the server?
# ll /dev/vg07
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 06:53 PM
04-13-2004 06:53 PM
Re: lvol can't be mounted after problem on san switch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 06:55 PM
04-13-2004 06:55 PM
Re: lvol can't be mounted after problem on san switch
check your syslog.log file. I think your WWN number has changed. If it is so, take a look at the thread below and see if it helps.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062908600
The ITRC doc id is KBRC00007265
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 07:01 PM
04-13-2004 07:01 PM
Re: lvol can't be mounted after problem on san switch
Kaps, the vgexport I will try after I got the chance.
Gideon, I have attached the result.
Regards,
Iwan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 07:53 PM
04-13-2004 07:53 PM
Re: lvol can't be mounted after problem on san switch
Your WWN has got changed:
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062908600
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 09:01 PM
04-13-2004 09:01 PM
Re: lvol can't be mounted after problem on san switch
Sanjay is probebly right, but i think it is strange that one mountpoint is mounted fine. Since there is only one disk in vg07.
I assume you do not get I/O errors when you write to that disk
Can you do a:
#diskinfo -v /dev/dsk/c9t0d6
# dd if=/dev/dsk/c9t0d6 of=/dev/null bs=4086
To verify the disk.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 07:33 PM
04-15-2004 07:33 PM
Re: lvol can't be mounted after problem on san switch
Actually HP eng. also come but no clue yet. But we just decide to recreate the lvol and restore the content.
Anyway thanks you all to help me look at this problem.
Best Regards,
Iwan