- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mirroring itanium boot drive
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-12-2009 08:13 AM
тАО10-12-2009 08:13 AM
Any help would be greatly appreciated!!
Tim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2009 08:17 AM
тАО10-12-2009 08:17 AM
Re: Mirroring itanium boot drive
You very well may have a Smart Array controller and hence a hardware RAID mirror.
You might want to see what is returned by:
# ioscan -kfnC disk
# sasmgr get_info -D /dev/sasd0 -q raid
An invaluable document, otherwise is this (which also discusses the differences between mirroring vg00 on PA-RISC and Itanium:
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2009 08:18 AM
тАО10-12-2009 08:18 AM
Re: Mirroring itanium boot drive
diskinfo c2t0d0s1,2,3 "
"vi /tmp/partitionfile
11.23
2
EFI 100 MB
HPUX 100%
> 11.23
3
EFI 500 MB
HPUX 100% -or- xxxxmb
HPSP 400mb"
idisk -wf /tmp/partitionfile disk
idisk -p disk
insf -e
pvcreate -B disk,s2
mkboot -e -l disk
vgextend vg00 disk,s2
lvextend -m 1 lvol1 disk,s2 (* and all other lvols *)
lvlnboot -r -b -s -s (* lvol3,1,2,2 *)
efi_ls -d rdsk/disk,s1
"efi_cp -d rdsk/primary_disk,s1 -u /EFI/HPUX/AUTO /tmp/AUTO
(* copy AUTO file from pri to /tmp/AUTO *)"
"efi_cp -d rdsk/alterna_disk,s1 -u /EFI/HPUX/AUTO /tmp/AUTO
(* copy AUTO file from pri to /tmp/AUTO *)"
reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2009 08:23 AM
тАО10-12-2009 08:23 AM
Re: Mirroring itanium boot drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2009 08:48 AM
тАО10-12-2009 08:48 AM
Re: Mirroring itanium boot drive
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
тАО10-12-2009 08:52 AM
тАО10-12-2009 08:52 AM
SolutionI use a small script and it helps to mirror the root disk quickly,
You can try this small program, (mirror.v3_hp-ux_11.31 ) , cereful while specifying the source and target,
Inside you have to change Target (the new disk to be mirrored), and Source (The existing boot disk).
#---------------------
TARGET_DSK="diskXX"
SOURCE_DSK="diskYY"
#---------------------
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2009 08:56 AM
тАО10-12-2009 08:56 AM
Re: Mirroring itanium boot drive
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
тАО10-12-2009 09:01 AM
тАО10-12-2009 09:01 AM
Re: Mirroring itanium boot drive
Posting a PDF file that was stored off 3-years ago when a current version is freely available on the HP web makes little sense to me.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2009 10:54 AM
тАО10-12-2009 10:54 AM
Re: Mirroring itanium boot drive
http://docs.hp.com/en/5992-6576/ch03s04.html#cbddaicd
Tim, what server model do you have?
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
тАО10-12-2009 11:00 AM
тАО10-12-2009 11:00 AM
Re: Mirroring itanium boot drive
ia64 hp server rx3600
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2009 11:05 AM
тАО10-12-2009 11:05 AM
Re: Mirroring itanium boot drive
With the built-in you can configure a mirrored pair of disks for boot disk. Unfortunately you cannot migrate online, but you need to take a backup and restore (or mirror to a third drive).
I would take an ignite backup, configure the hardware RAID and restore the image. This take less than 1 hour.
It will be a complicated procedure to replace a SAS disk in a LVM mirror configuration, believe this. If you reboot the server with a dead disk, it will get more complicated.
So take the hardware mirror option.
If you have questions, please ask.
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
тАО10-12-2009 11:13 AM
тАО10-12-2009 11:13 AM
Re: Mirroring itanium boot drive
I have never done hardware mirroring, is there a document for doing this or do you have a proceedure I could use?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2009 11:18 AM
тАО10-12-2009 11:18 AM
Re: Mirroring itanium boot drive
The procedure is quite easy and mentioned on http://docs.hp.com -> server hardware -> your server -> built-in sas controller.
While building the RAID all data will get lost!
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
тАО10-12-2009 11:21 AM
тАО10-12-2009 11:21 AM
Re: Mirroring itanium boot drive
http://docs.hp.com/en/5900-0112/index.html
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
тАО10-12-2009 11:28 AM
тАО10-12-2009 11:28 AM
Re: Mirroring itanium boot drive
In case of new generation of Integrity systems, there are SAS HBAs and SAS Smart arrays HBAs with specific RAID levels are being offered and their use is depends on the OS platform to be used on them. You can see what RAID controller installed on the server when you power on the server and system f/w detects it.
Take a look at the specs of then new servers.
http://h20341.www2.hp.com/integrity/cache/331424-0-0-225-121.html
http://h71028.www7.hp.com/ERC/downloads/4AA0-6159ENW.pdf
To configure the Integrated Mirror is you use EFI utilities as mentioned at
http://docs.hp.com/en/AB464-9001B/ch09s02.html#babhihch
You can manage SAS storage using "sasmgr" utility as mentioned at
http://docs.hp.com/en/J6369-90045/ch04s02.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2009 11:36 AM
тАО10-12-2009 11:36 AM
Re: Mirroring itanium boot drive
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
тАО10-12-2009 11:43 AM
тАО10-12-2009 11:43 AM
Re: Mirroring itanium boot drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2009 11:46 AM
тАО10-12-2009 11:46 AM
Re: Mirroring itanium boot drive
:-(
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
тАО10-12-2009 11:55 AM
тАО10-12-2009 11:55 AM
Re: Mirroring itanium boot drive
Also it would be a good idea to *remove* the (Hardware raid) integrated mirror volume . And configured softwre raid using LVM mirroring from OS and it works fine like a normal server. And all the disk space will be available.
If there are 8 disk on the 3600 , you can assign 2 disk for vg00 mirroring , remaining 6 disk can be used for other purpose completely.
* check out the document to remove Integrated mirror volume (Hardware raid):
[ Adding viewing deleting SAS raid controller -.doc atached ]
* To note: system needs to be rebooted, all the data on the disks will be erased .
* This is useful for new installations or during a fresh os installation .
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2009 12:02 PM
тАО10-12-2009 12:02 PM
Re: Mirroring itanium boot drive
I'm trying to give arguments why hardware RAID is better than LVM mirror with this system (I can tell you why, if you want), but why do you suggest the opposite now???
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
тАО10-12-2009 12:02 PM
тАО10-12-2009 12:02 PM
Re: Mirroring itanium boot drive
should I use hardware mirroring for the boot drive and lvm mirroring for the rest?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2009 12:09 PM
тАО10-12-2009 12:09 PM
Re: Mirroring itanium boot drive
The problem is, if you swap a bad drive that is e.g. c4t0d0 it will become c4t1d0 and your config won't match this. You can fix this, but many steps are needed. With hardware RAID, you just need to swap the disk and you are done.
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
тАО10-12-2009 12:19 PM
тАО10-12-2009 12:19 PM
Re: Mirroring itanium boot drive
I am going to mirror the boot drive using hardware mirroring. this will leave me with 6 drives left in which I will use MirrorDisk-UX to mirror.
Does this sound like a logical path with out purchasing an array card?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2009 12:26 PM
тАО10-12-2009 12:26 PM
Re: Mirroring itanium boot drive
It is possible to manage a disk replacement with sas disks in LVM mirror configuration, but you need to redirect the device files.
Unfortunately my links are dead, I will research ...
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
тАО10-12-2009 12:29 PM
тАО10-12-2009 12:29 PM
Re: Mirroring itanium boot drive
http://docs.hp.com/en/5900-0112/ch04s05.html
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!
