- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Looks like a disk failed.
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-19-2003 10:11 PM
04-19-2003 10:11 PM
SCSI: Unexpected Disconnect -- lbolt: 21448284, dev: 1f018000, io_id: 1131aec
LVM: Recovered Path (device 0x1f058500) to PV 3 in VG 1.
LVM: Restored PV 3 to VG 1.
Just wondering if someone can give me a trick on how to translate this to a /dev/dsk/c number.
I'm looking for a formula so I can do it myself next time.
The disk is mirrored no biggie.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2003 10:31 PM
04-19-2003 10:31 PM
Re: Looks like a disk failed.
Do an ioscan -fnC disk
If one disk is dead you;'' get a NO_HW under the s/W state meaning no hardware copy the device file name (character) then use:
diskinfo -v /dev/rdsk/cXtYdZ
Then if you don't get any info the disk is either stuck or dameged...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2003 11:34 PM
04-19-2003 11:34 PM
Re: Looks like a disk failed.
I'd still like a simple formula on how to translate the message into a /dev/dsk device.
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
04-19-2003 11:36 PM
04-19-2003 11:36 PM
Solutionmay this document helps?
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063234348
(Hope you get the same result as for other suggestions)
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2003 07:16 AM
04-20-2003 07:16 AM
Re: Looks like a disk failed.
Indicates c1t8d0.
Always the middle string of two followed by zeros.
Not always effective, fibre for example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2003 07:54 AM
04-20-2003 07:54 AM
Re: Looks like a disk failed.
1f = major number (decime 31 ie "sdisk" - from lsdev output)
01 = card instance # (bus number)
8 = scsi id
0 = device LUN
00 = (this I forgot what it represent).
What I usually do is just look in my /dev/dsk and you should see a matching device for 018000. That way you don;t need to bother translating it.
# ll /dev/dsk|grep 018000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2003 08:00 AM
04-20-2003 08:00 AM
Re: Looks like a disk failed.
I don't know why I haven't picked that up in class over the years.
Close the thread. Thanks.
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
04-20-2003 11:08 PM
04-20-2003 11:08 PM
Re: Looks like a disk failed.
sometimes when disk is queried to read some its surface areas read operation can fail (you know it of course). But disk do not tell host immediqately "I'm bad" but simpy trying recovering data for too long thus causing timeouts and link switching.
As I guess this disk you received disconnect for is fibre channel one, isn't it? Although it's fibre channel, it works using SCSI commands and requests are passing SCSI driver. You know that SCSI Id 8 has the lowest priority, so all devices located on the 'SCSI bus' will have a priority on this disk (target)
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2003 07:56 AM
04-21-2003 07:56 AM
Re: Looks like a disk failed.
Since everything on those local disks is Raid 1/0, I'm going to monitor and deal with it after my Passover vacation is over.
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
04-22-2003 09:27 PM
04-22-2003 09:27 PM
Re: Looks like a disk failed.
pvdisplay -v /dev/dsk/cXtYdZ | pg
Normally pv time out value should be 180 recommended by HP. This may also cause the problem.
You can change pvtime out value online using
pvchange -t 160 /dev/dsk/cXtYdZ
Observe some time and check for error getting repeated at same interval.
If still you are facing same problem,
you can try
dd if=/dev/dsk/cXtYdZ of=/dev/null bs=1024
This will check your disk integrity. If successfully completed then media of disk is o.k.
If disk is o.k. ceck the cable, termination statistics and finally check for patched for SCSI IO or LVM patches.