- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk issue!!
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
01-30-2006 11:24 PM
01-30-2006 11:24 PM
One of the 10.20 server got hung. After rebooting also
it was not coming up.
It was found that the Secondary root disk is faulty.
The secondary root disk(c0t6d0) was replaced however
it was found that the primary disk (c0t5d0) was also
faulty.
All but one of the logical volumes have been resynced,
the volume which is at fault is /dev/vg00/lvol7. This is
displayling an I/O error.
c0t5d0 has been tested with dd if=/dev/rdsk/c0t5d0
of=/dev/null bs=1024k and display the following error
when complete.
dd read error: I/O error
4080+0 records in
4080+0 records out
Now the /dev/vg00/lvol7 is mounted as /usr.
As the disk was faulty and was giving I/O error, the
mirroring process also not complete.
So at this moment the disk(c0t5d0) cannot be replaced
direclty because in that case we may be in the postion
of losing data.
Can anybody suggest what needs to be done now.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 11:42 PM
01-30-2006 11:42 PM
SolutionBill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 11:57 PM
01-30-2006 11:57 PM
Re: Disk issue!!
Can you boot it is single user more.
Copy your /etc & /root so that your can try your luck.
Have you tried on ODE
dd if=/dev/rdsk/cxtydz of=/dev/rdsk/cxtyda
bs=1024
If dump works, try your luck.
Best of luck.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 12:05 AM
01-31-2006 12:05 AM
Re: Disk issue!!
If possible you should add a new disk and add a third mirror copy. Then reduce the mirrors on c0t5d0 and remove the disk from VG00. remember to set the boot disk as well as update the boot/root/dump.... with lvlnboot. Restore the /usr from backups.
hope this helps .
Rgds,
Ajit
PS: Amit please assign points to the members replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 12:10 AM
01-31-2006 12:10 AM
Re: Disk issue!!
You need to replace the faulty disks ASAP. Try to do # dd if=/dev/rdsk/cXtYdZ of=/dev/null bs=64K count=1000
-Arun