- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Replacing 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
07-01-2005 02:20 AM
07-01-2005 02:20 AM
Replacing boot disk!!
Can anybody please let me know the procedure for replacing boot disk in HP?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 02:23 AM
07-01-2005 02:23 AM
Re: Replacing boot disk!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 02:26 AM
07-01-2005 02:26 AM
Re: Replacing boot disk!!
Check with lvlnboot.
Anil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 03:01 AM
07-01-2005 03:01 AM
Re: Replacing boot disk!!
Assumming the drive is hot swappable:
Replace disk
vgcfgrestore â n /vg00 /dev/rdsk/c1t15d0
vgsync /dev/vg00
mkboot â b /dev/rdsk/c3t15d0 /dev/rdsk/c1t15d0
mkboot â a â hpux-lqâ /dev/rdsk/c1t15d0
lifcp /dev/rdsk/c1t15d0:AUTO â
lvlnboo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 04:53 AM
07-01-2005 04:53 AM
Re: Replacing boot disk!!
If you don't have mirror disk, and you have the ignite tape, so u have only to raplace ur hard disk and boot from tape and u follow the procedure.
I assume that u know ow to create the ignite tape:
# make_tape_recovery -a /dev/rmt/Xm -AvI
/dev/rmt/Xm is the tape device file.
bye.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 01:10 PM
07-01-2005 01:10 PM
Re: Replacing boot disk!!
If your problem resolved please spend some 2 sec to assign the points to who helps out for your problem .
You have assigned 44 of 278 which it looks not good
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 03:04 PM
07-01-2005 03:04 PM
Re: Replacing boot disk!!
do you mean to say : how to replace a mirrored root disk? then
/dev/dsk/c1t2d0 is the disk u changed in a root mirrored vg... the steps are as follows..
1)boot in lvm maintenance mode
ISL> hpux -lm
2)do vgcfgrestore to restore LVM config data from config backup to Pv
# vgcfgrestore -n vg00 /dev/rdsk/c1t2d0
3)Activate the Vg
# vgchange -a y vg00
4)use mkboot to put boot utilities and Auto file in LIF area
# mkboot -l /dev/rdsk/c1t1d0
# mkboot -a "hpux" /dev/rdsk/c1t1d0
5)use lvlnboot
# lvlnboot -r /dev/vg00/lvol3 /dev/vg00
# lvlnboot -b /dev/vg00/lvol1 /dev/vg00
# lvlnboot -s /dev/vg00/lvol2 /dev/vg00
# lvlnboot -d /dev/vg00/lvol2 /dev/vg00
# lvlnboot -R
# lvlnboot -v
6) remirror using vgsync
# vgsync
7) Reboot the server in multiuser mode
8) check successful completion by
# lvdisplay -v /dev/vg00/lvolZ
# vgdisplay -v vg00
Regards
Vinod K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2005 01:04 AM
07-03-2005 01:04 AM
Re: Replacing boot disk!!
If the disk was a mirrored root disk prior to going for replacing if the disk is still acessible ensure there are no stale extents & there are no partitions which lies only on this disk without mirror. Normally one can have unmirrored swap partitions if the demand for swap is more.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2005 02:35 AM
07-04-2005 02:35 AM
Re: Replacing boot disk!!
If yes, you can go ahead with steps suggestd by Vinod wih small change to make the server bootable even if it fails to meet the quorum requirement.
mkboot -a "hpux -lq" /dev/rdsk/c1t1d0.
If you don't have a mirror copy, better start the insallation from the ignite backup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2005 03:28 PM
07-04-2005 03:28 PM
Re: Replacing boot disk!!
1. Remove the failed disk from bay and insert the new disk.
2. ioscan -H
3. mv /etc/lvmtab /etc/lvmtab.old : to avoid pvcreate fail on the new disk.
4. pvcreate -B /dev/rdsk/c_t_d0 :
Create the physical volume on new disk
5. mv /etc/lvmtab.old /etc/lvmtab : Restore original lvmtab
6. vgcfgrestore -n vg00 /dev/rdsk/c_t_d0
7. vgchange -a y /dev/vg00
8. vgsync vg00 : only if automatic sync is not happening.
9. mkboot /dev/rdsk/c_t_d0
10. mkboot -a "hpux -lq" /dev/rdsk/c_t_d0
11. lvlnboot -Rv /dev/vg00
12. lvdisplay -v /dev/vg00/lvol* : Verify all the extends are current.
Hope this helps
Sudeesh