- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Replace local Boot Disks on rx2600 (EFI)
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
09-13-2006 06:33 PM
09-13-2006 06:33 PM
Replace local Boot Disks on rx2600 (EFI)
does anyone know a good documentation how to replace an boot disk on a rx2600 Itanium server with HP/UX?
If I replace the boot disks with older boot disks they doesn't boot automatically. What have I to do????
regards
Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 06:40 PM
09-13-2006 06:40 PM
Re: Replace local Boot Disks on rx2600 (EFI)
Check this doc.
Title: Replace failed root and non-root LVM disks on Itanium.
Document ID: KBRC00014036
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000079971585
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 06:40 PM
09-13-2006 06:40 PM
Re: Replace local Boot Disks on rx2600 (EFI)
First, take mirored lvols out. (reduce mirror copies from problematic disk.)
1. lvreduce -m 0 /dev/vg00/lvolx /dev/dsk/cxtxdx (You may have to use -k option if disk has problems.)
2. Once, all lvols are reduced successfully, reduce the disk from VG. Shutdown and replace disk.
3. Follow boot disk mirror procedure again. (it is little different depdning on OS version-if 11.22 or 11.23.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 06:46 PM
09-13-2006 06:46 PM
Re: Replace local Boot Disks on rx2600 (EFI)
I dont need to make additional disk bootable. I need to replace the two original boot disks with another (older) boot disks. In my opinion EFI writes some signature to the boot disk and if I replace the original disks with older boot disks the EFI brings up an error message and I have to write some new signature on the older boot disks to start automatically from the older disks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 07:52 PM
09-13-2006 07:52 PM
Re: Replace local Boot Disks on rx2600 (EFI)
If its mirror disk follow this steps
# vi /tmp/partitionfile
EFI 500MB
HPUX 100%
HPSP 400MB
# echo yes | idisk -wf /tmp/partitionfile /dev/rdsk/c4t6d0
# rm /tmp/partitionfile
# insf ?e
# pvcreate -B /dev/rdsk/c4t6d0s2
# mkboot -e -l /dev/dsk/c4t6d0
# efi_fsinit -d /dev/rdsk/c4t6d0s3
# vgcfgrestore -n vg00 /dev/rdsk/c4t6d0s2
# pvchange -a n /dev/dsk/c4t6d0s2
# vgcfgrestore -n vg00 /dev/rdsk/c4t6d0s2
# mkboot -e -l /dev/dsk/c4t6d0
# efi_fsinit -d /dev/rdsk/c4t6d0s3
# vgcfgrestore -n vg00 /dev/rdsk/c4t6d0s2
# pvchange -a y /dev/dsk/c4t6d0s2
# vgchange -a y vg00
# vgsync vg00
# 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 -v (to verify the results)
# vgdisplay -v /dev/vg00 (to verify the results)
# setboot -a (Alternate Boot device path)
Regards,
Dineshkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 08:22 PM
09-13-2006 08:22 PM
Re: Replace local Boot Disks on rx2600 (EFI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 08:38 PM
09-13-2006 08:38 PM
Re: Replace local Boot Disks on rx2600 (EFI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 08:51 PM
09-13-2006 08:51 PM
Re: Replace local Boot Disks on rx2600 (EFI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 09:48 PM
09-13-2006 09:48 PM