What is procedure to configure Mirror rootvg in HP-UX?
Answer Posted / raghav
Perform Disk scan
#ioscan -funC disk
and choose the disk that is similar or bigger than the
primary disk partition
Create a physical bootable disk
#pvcreate -B /dev/rdsk/c0t3d0 (example)
Extend the primary vg [generally vg00]
#vgextend /dev/vg00 /dev/dsk/c0t3d0
Define configuration in boot LIF
#mkboot /dev/rdsk/c0t3d0
#mkboot -a "hpux -lq" /dev/rdsk/c0t3d0 --> to disable
Quorum
Mirror all LV to new disk
#vgdisplay -v vg00 |grep "LV Name" |awk '{print $NF}'
|while read line
>do
>lvextend -m 1$line /dev/dsk/c0t3d0
>done
Re-establish the location of boot, root, swap and dump
#lvlnboot -r /dev/vg00/lvol3
#lvlnboot -b /dev/vg00/lvol1
#lvlnboot -s /dev/vg00/lvol2
#lvlnboot -d /dev/vg00/lvol2
Add boot disk into file to ensure that when software is
installed the content of boot LIF of both disk will be
updated.
#vi /stand/bootconf
1 /dev/dsk/c0t3d0
:wq!
Hope this Helps you
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain some of the fundamental concepts of unix?
Differentiate swapping and paging.
What is the role of the kernel in unix?
How to find a file in unix?
How many types of files are there in unix?
How would you display the last line of a file?
What unix is mac os based on?
List some features of unix.
Does mac use unix?
Explain how do we change file access permissions?
Name the key features of the korn shell.
What methodology can be utilized to modify the password in unix?
Write a shell script that requests the user's age and then echoes it, along with some suitable comment.
How to display the contents of a file?
How unix is used?