- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- bad block on boot disk
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
11-22-2000 05:41 AM
11-22-2000 05:41 AM
bad block on boot disk
pvcreate the new drive
vgcfgrestore -n /dev/vg00 /dev/rdsk/ndew_drive
vgchange -a y /dev/vg00
reboot the server.
Does anybody know if this will work. I really don't want to go through a OS installation on this server.
Thanks,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2000 05:58 AM
11-22-2000 05:58 AM
Re: bad block on boot disk
may be it worked.
But first I would try to create a Ignite-Tape:
make_recovery -A
In case your plan doesn't work this would be your second chance for rebuilding your boot hd.
Good luck
Ruediger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2000 05:58 AM
11-22-2000 05:58 AM
Re: bad block on boot disk
use lvdisplay -v and also pvdisplay -v
if it's in an unimportant VG - you may be ok -
you need to establish where your loss of data is
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2000 05:58 AM
11-22-2000 05:58 AM
Re: bad block on boot disk
That is the essence of having disk mirroring. Do as you have stated, restore with the good disk, you don't have to be afraid of OS reinstallation. I will also advise that you install Ignite UX as well amd make revovery boot tapes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2000 06:02 AM
11-22-2000 06:02 AM
Re: bad block on boot disk
It is worth trying anyway.
I believe that making a recovery tape would be a good idea.
If you succeed booting of the new disk, you may try fixing the old disk with mediainit, but it will most probably need to be replaced.
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2000 06:03 AM
11-22-2000 06:03 AM
Re: bad block on boot disk
Make an ignite backup of system disk, replace faulty disk, restore to new disk after booting of the ignite tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2000 06:05 AM
11-22-2000 06:05 AM
Re: bad block on boot disk
BUT....
here's a couple thoughts. There is a mechanism where LVM will store the data at the end of the disk, if it encounters a bad block. That is provided Bad Block Reallocation is turned on. However, this does not apply for root, swap or dump logical volumes.
So if you can confirm where/what is bad...you may be ok. If not, I'd take the cautious road.
If you have a make_recovery tape, I'd make use of it or I would bite the bullet and reload my OS
Just a suggestion,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2000 06:15 AM
11-22-2000 06:15 AM
Re: bad block on boot disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2000 06:42 AM
11-22-2000 06:42 AM
Re: bad block on boot disk
If you try to extend the mirror and cant (still have at least 1 stale extent) then the mirror copy is useless. You possibly wont be able to boot of it (depending which lvol the bad block is on) and if you could you possibly have a corruption on it where it couldnt copy from the original so its not advised to try this.
Replacing the disk is not advised until you make a backup. Using ignite to make a bootable tape backup is the best method. However, when running the make_recovery watch out for any errors which could be caused by ignite trying to read the bad block and failing - which may possibly result in your ignite tape being no good also. If the ignite tape is ok, replace the faulty disk, boot off the ignite tape and restore. This is the fastest and safest way to fix your problem (quicker than an OS reinstall).