- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: diskinfo return a 0 bytes size
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
03-28-2002 02:41 PM
03-28-2002 02:41 PM
diskinfo return a 0 bytes size
I'd just added a new 18Gbytes disk drive and when I did the diskinfo command, I got this:
# diskinfo /dev/rdsk/c0t11d0
SCSI describe of /dev/rdsk/c0t11d0:
vendor: SEAGATE
product id: ST318436LC
type: direct access
size: 0 Kbytes
bytes per sector: 0
What can I do to fix this?
TIA
Thi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 02:46 PM
03-28-2002 02:46 PM
Re: diskinfo return a 0 bytes size
What happens if you do a:
# dd if=/dev/rdsk/c0t11d0 of=/dev/null bs=4m
Does it succeed or does it error out?
What type of machine is this on? What SCSI interface is it on? Is it the correct type of disk for the SCSI card it is attached to?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 07:30 PM
03-28-2002 07:30 PM
Re: diskinfo return a 0 bytes size
If diskinfo reports the size as "0", the disk is bad.
Try to get a replacement and try.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2002 12:28 AM
03-29-2002 12:28 AM
Re: diskinfo return a 0 bytes size
If you have a SCSI target, it t11, you will always have a d0 behind it, even if it exists or not.
what does
ioscan -fnk
return?
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 09:30 AM
04-01-2002 09:30 AM
Re: diskinfo return a 0 bytes size
This is what I got from the command:
dd read error: Invalid argument
0+0 records in
0+0 records out
Also, the ioscan -fnk return:
target 5 8/4.11 tgt CLAIMED DEVICE
disk 2 8/4.11.0 sdisk CLAIMED DEVICE SEAGATE ST318436LC
/dev/dsk/c0t11d0 /dev/rdsk/c0t11d0
TIA
Thi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 09:40 AM
04-01-2002 09:40 AM
Re: diskinfo return a 0 bytes size
Looks like you have a faulty disk.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 09:45 AM
04-01-2002 09:45 AM
Re: diskinfo return a 0 bytes size
I agree with the others - sounds like a bad disk.
But if it had "lived" somewhere else - another array for ex - it's possible it has a strange low-level on it.
If its in an HP array you could try to do a format (not mediainit) by:
format /dev/rdsk/c0t11d0
Rgds,
Jeff