Root Mirroring


 
Thread Tools Search this Thread
Operating Systems AIX Root Mirroring
# 1  
Old 10-30-2013
Root Mirroring

Hello Team,

In one of our machine which running in AIX 6.1 we doing the root mirroring. Currently the OS booted from the local disk and we have mirrored that in to the SAN disk. All went well and both are synced but when we making it as a multiboot its throwing the below error. Kindly advice.


Code:
bosboot -ad /dev/hdiskpower0
> 0301-154 bosboot: missing proto file:

> /usr/lib/boot/network/chrp.hdiskpower.proto


RG,
Gowtham.G
# 2  
Old 10-30-2013
Hi,

is this EMC storage that you are using? If so, did you make sure you enable load balancing and failover functionality on the bootdevice by using the pprootdev tool which is provided by EMC? This tool enables bosboot to work correctly with the powerpath software. The information about the pprootdev tool can be found at the powerpath manual provided by EMC.

Hope this helps,

Vincent
# 3  
Old 10-30-2013
Hello Vincent,

Yes i have tried those. pprootdev on/off/fix ... for this its responding with the local disk(hdisk0) is not a part of device.

RG/Gowtham.G
# 4  
Old 10-30-2013
Hi,

did you try it in the following order as well?
Code:
pprootdev off
pprootdev fix

And after that:
Code:
pprootdev on

This usually fixes that problem.

Regards,

Vincent
# 5  
Old 10-31-2013
We getting the below output.

Code:
#pprootdev off
hdisk0:Not part  of any powerpath device
#pprootdev fix
hdisk0:Not part  of any powerpath device

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Root disk mirroring in Solaris 10

I would like to perform root disk mirroring task. Can someone please help me out on this. Thanks !! Regards, Rama (2 Replies)
Discussion started by: ramagore85
2 Replies

2. Solaris

Root disk mirroring in SVM

I tried doing rootdisk mirroring in my local host , i added a new Ide disk in my system and copied the prtvtoc from root disk to the newly added disk, and then when i tried to add database replicas on both the disks, it was added for boot disk but for the newly added disk i gave the error, which... (6 Replies)
Discussion started by: Laxxi
6 Replies

3. SuSE

Root mirroring in SUSE 10.1

Hi, I want to mirror root hard disk in SUSE LINUX 10.1. I have two 80G hard disks, I searched in google but I did not find any good link to describe this. Please see below info.. Server1:~ # df -h Filesystem Size Used Avail Use% Mounted on /dev/sda6 16G... (10 Replies)
Discussion started by: sri243
10 Replies

4. Solaris

Disk mismatch while trying to zfs mirroring non-root disks

Hello All, I am trying to mirror two non-root hard drives using zfs. But "fmthard" fails when I try to copy the vtoc due to disk mismatch. Please help me. --- iostat command shows the disk to be similiar --- format command shows disk to be different :confused: --- c1t2d0 is the active... (8 Replies)
Discussion started by: pingmeback
8 Replies

5. Solaris

Root Disk mirroring in SVM

Dear All, Please help me to configure root mirroring using SVM in Solaris 9. Thanks and Regards, Lakkireddy BR (3 Replies)
Discussion started by: lbreddy
3 Replies

6. Solaris

mirroring root disk using svm - but no free slices for metadb's

Hi all, we have an existing system that was configured using just one of the (two) internal disks. I want to mirror the disk using SVM, but have realised there is no free slice for creating the metadb's. Is there a workaround I can use for this? In the past we have always kept slice 7 free -... (8 Replies)
Discussion started by: badoshi
8 Replies

7. Solaris

Unable to boot after an error in mirroring root

Hey Guys, I am using a Sun sparc server and had 6 disks. The root was loaded on c0t10d0s0 disk. I made an image or mirrored the root to another disk c0t9d0s0. But during the process instead of attaching submirrors to main mirror (d0 <--- d01 and d11) i attached d0 <--- d01 and... (1 Reply)
Discussion started by: rjcool
1 Replies

8. Solaris

Veritas root disk mirroring

Hi there, My task is to replace the two 73 G disks with two 143 G disks , which has vxvm 4.1 running on it. I would like to know whether the steps iam following are correct. 1. Break the sub-disks, plexes of the root mirror. 2. Remove the sub-disks,plexes of the root mirror. 3. Remove one of... (10 Replies)
Discussion started by: Jartan
10 Replies

9. Solaris

Solaris mirroring / non-root disk

Hi Guys, Need to add 2 disks into a JBOD array (3310). Does anyone see anything wrong with my Procedure / Doco below? 1> Logon to system, check system logs for abnormal entries. 2> Make backups of related system files: A>cp -p /etc/system /etc/system.backup.081505 B>cp -p /etc/vfstab... (3 Replies)
Discussion started by: BG_JrAdmin
3 Replies
Login or Register to Ask a Question