- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is the hard 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
02-06-2003 07:38 PM - last edited on 09-21-2014 06:01 PM by Lisa198503
02-06-2003 07:38 PM - last edited on 09-21-2014 06:01 PM by Lisa198503
Is the hard disk failed ?
Hi,
The following showed when I perform pvcreate, mediainit and dd respectively:
pvcreate /dev/rdsk/c3t5d0
pvcreate: writing LVM record: I/O error
mediainit -v /dev/rdsk/c3t5d0
mediainit: initialization process starting
mediainit: locking SCSI device
mediainit: initializing media
mediainit: initialize media command failed - I/O error
dd if=/dev/dsk/c3t5d0 of=/dev/null bs=1024k
17366+1 records in
17366+1 records out
There is no error message in syslog.log and dmesg.
Any advice is appreciated.
YC
P.S. This thread has been moved from Storage>General to HP-UX > LVM and VxVM. -HP Forum Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 07:43 PM
02-06-2003 07:43 PM
Re: Is the hard disk failed ?
Doing a 'pvcreate -f /dev/rdsk/c3t5d0'
will remove anything that is on the disk anyway.....
Seeing 'dd' works, there is probably nothing wrong with the disk. Try the force method as above. Let us know how you go.
You wouldn't see any errors in syslog, unless the disk is active via the operating system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 07:50 PM
02-06-2003 07:50 PM
Re: Is the hard disk failed ?
Same message even with "-f" is included in pvcreate.
Status is claimed when ioscan -fnCdisk is performed.
YC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 09:19 PM
02-06-2003 09:19 PM
Re: Is the hard disk failed ?
The 'ioscan' will read a disks presence even if it is unusable.
Can you do this and see what it does.
# diskinfo /dev/rdsk/c3t5d0
The 'dd' that you did, indicates the disk is readable but not writeable, that's what 'pvcreate' will do, can you do a 'dd' where your writing to disk.
e.g
# dd if=/var/adm/syslog/syslog.log of=/dev/rdsk/c3t5d0 bs=1024k
I saw once a few years ago where a disk was installed that was write-protected, it looks a similar problem.