- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Replace primary root disk in rp4440 HP-UX 11.23
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-10-2011 04:34 AM
01-10-2011 04:34 AM
I have a RP4440 running 11.23. The Primary root disk has failed, it is running of the mirror.
ioscan -fnCdisk (which took ages) shows:
disk 36 0/1/1/0.0.0 sdisk NO_HW DEVICE HP 73.4GST373454LC
/dev/dsk/c2t0d0 /dev/rdsk/c2t0d0
disk 1 0/1/1/0.1.0 sdisk CLAIMED DEVICE HP 73.4GST373454LC
/dev/dsk/c2t1d0 /dev/rdsk/c2t1d0
syslog entry, which is coming out repeatedly
Jan 10 11:57:12 SERVER_NAME vmunix: SCSI Ultra320 0/1/1/0 instance 2: IO Type : MPT Domain Validation IO has timed-out. Target ID: 0, LUN ID: 0. Inquiry Command - CDB: 12 00 00 00 40 00
I have raised a call for a replacement. What do I have to do before or after the disk is replaced?
Thanks
Tariq
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2011 07:06 AM
01-10-2011 07:06 AM
Re: Replace primary root disk in rp4440 HP-UX 11.23
Below guide should help you in detail. Refer Page36 for Mirrored boot disk replacement.
http://www11.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c01911837
With regards
Hari
Hari
If this post was useful , click the Kudos Star on the left side to say Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2011 07:09 AM
01-10-2011 07:09 AM
SolutionYou can:
Open an LVM book and read on this, since you have time
You can do a SEARCH here
Or you can login to the HP docs site that has move to it's new location and go to this thread....go to the bottom of the page and you will find the famous:
When Good Disks Go Bad document that will give you a step by step on what to do..
http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?lang=en&cc=us&taskId=101&prodClassId=10008&contentType=SupportManual&docIndexId=64255&prodTypeId=18964&prodSeriesId=4296010
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2011 10:19 PM
01-11-2011 10:19 PM
Re: Replace primary root disk in rp4440 HP-UX 11.23
Please follow the steps below to replace root disk.
â ¢ Please check that the disk is hot swappable or not
â ¢ Use pvchange â a N /dev/dsk/cxtxdx before removing the disk is if doesn`t work use pvchange â a n /dev/dsk/cxtxdx , this will disable the pv paths /path.
â ¢ ioscan â fnC disk
To make sure disk C1t15d0 is visible & CLAIMED
â ¢ Add the new disk and use command pvcreate â B /dev/rdsk/cxtxdx to make the disk bootable disk
â ¢ diskinfo /dev/rdsk/c1t15d0
To make sure disk size.
â ¢ dd if=/dev/rdsk/c1t15d0 of=/dev/null bs=1024 count=1000
To check the integrity of disk.
â ¢ mkboot â l /dev/rdsk/c1t15d0
To place boot utilities in the boot area
â ¢ mkboot â a â hpux â lqâ /dev/rdsk/c1t15d0
To add an AUTO file in boot LIF area
â ¢ lifcp /dev/rdsk/c0t5d0:AUTO â
To Check the contents of the AUTO file
â ¢ setboot â v
To make sure the H/W path for primary and alternate boot disk.
â ¢ vgcfgrestore â n vg00 /dev/rdsk/c1t15d0
To restore the VG configuration on to the disk
â ¢ Vgchange â a y vg00
To re-activate the VG00
â ¢ vgsync vg00
To make sure all the lvolâ s in VG00 are synchronized
â ¢ lvlnboot â R To update the BDRA.
â ¢ lvlnboot â v
To make sure, both disks are showing as Boot disk.
make entries in # vi /stand/bootconf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2011 02:01 AM
01-12-2011 02:01 AM
Re: Replace primary root disk in rp4440 HP-UX 11.23
Could someone provide a step by step guide to replace the failed disk:
The failed disk is:
/dev/dsk/c2t0d0
Server is running on mirror:
/dev/dsk/c2t1d0
I have tried to follow the when good disks go bad doc, but find it a little confusing.
Basically I need step by step.
Regards
Tariq
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2011 02:03 AM
01-12-2011 02:03 AM
Re: Replace primary root disk in rp4440 HP-UX 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2011 02:06 AM
01-12-2011 02:06 AM
Re: Replace primary root disk in rp4440 HP-UX 11.23
Thanks
Manix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2011 02:28 AM
01-12-2011 02:28 AM
Re: Replace primary root disk in rp4440 HP-UX 11.23
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2011 02:31 AM
01-12-2011 02:31 AM
Re: Replace primary root disk in rp4440 HP-UX 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2011 02:34 AM
01-12-2011 02:34 AM
Re: Replace primary root disk in rp4440 HP-UX 11.23
it will work ..as i used it many times.
The thing is to attach and detach the disk with
pvchange command ,which works if there are
OLAR patches installed as mentioned in
the doc "when good disk go bad"
Thanks
Mani
Happy to help !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2011 03:04 AM
01-12-2011 03:04 AM
Re: Replace primary root disk in rp4440 HP-UX 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2011 03:16 AM
01-12-2011 03:16 AM
Re: Replace primary root disk in rp4440 HP-UX 11.23
All the steps are here:
When_Good_Disks_Go_Bad_WP
http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c01911837/c01911837.pdf
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2011 06:42 AM
01-12-2011 06:42 AM
Re: Replace primary root disk in rp4440 HP-UX 11.23
Thanks, it all worked fine. Although my /stand/bootconf file only has one entry for the drive c2t1d0 (the good one). I've looked on other servers, are again there is only one entry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2011 06:58 AM
01-12-2011 06:58 AM
Re: Replace primary root disk in rp4440 HP-UX 11.23
This step was probably never done.
If a patch replaces the EFI boot loader (hpux.efi), this entry is important.
No entry = no update !
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2011 06:59 AM
01-12-2011 06:59 AM
Re: Replace primary root disk in rp4440 HP-UX 11.23
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2011 08:01 AM
01-12-2011 08:01 AM
Re: Replace primary root disk in rp4440 HP-UX 11.23
It`s recommended to add both the entries in
"/stand/bootconf".
Where mirrors exist, the /stand/bootconf
MUST have its own line for each of the
mirrors (LVM or VxVM).
/stand/bootconf is used by SD-UX and kernel
control scripts to determine how and where
to update the boot loader.
The /stand/bootconf file contains the
address and disk layout type of the system's
boot devices. It is used by the HP-UX kernel
control script (fileset OS-Core.KERN-RUN) to
determine how and where to update the
initial boot loader.
Do it on all servers !!
Thanks
Manix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2011 09:41 AM
01-12-2011 09:41 AM
Re: Replace primary root disk in rp4440 HP-UX 11.23
Please do the needful as mentioned by "Torsten"
as well as thanks for your generosity in assigning points.
Thanks
Manix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2011 01:00 AM
01-13-2011 01:00 AM
Re: Replace primary root disk in rp4440 HP-UX 11.23
what does the 'l' signify in
l /dev/dsk/c2t1d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2011 01:22 AM
01-13-2011 01:22 AM
Re: Replace primary root disk in rp4440 HP-UX 11.23
This is "l" (Lower case L) represents LVM.
Rgds...