What is procedure to configure Mirror rootvg in HP-UX?
Answer Posted / srinu babu
1. step is create the BDRA(Boot disk Reserved area)on a disk to be used as a mirrored of the boot-able disk.
#pvcreate -fB /dev/rdsk/c2t6d0
Created an LVM header with a BDRA
#vgextend vg00 /dev/dsk/c2t6d0
Include the disk into vg00
#mkboot /dev/dsk/c2t6d0
Created a LIF on the new disk and add the LIF Filesystem to the BDRA
#lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t6d0
#lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c2t6d0
#lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c2t6d0
.
.
.
.
etc
#lvlnboot -R /dev/vg00
Ensure BDRA is synchronized
#lvlnboot -v /dev/vg00
#mkboot -a "hpux" -lq /dev/rdsk/c2t6d0
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the links and symbolic links in a unix file system?
Suppose I have one column with data smithjohnmichale the o/p should be smith,john, michale how we do in unix?
What a pipe?
What is meant by the term super user?
What is standard unix streams ?
What does shebang mean in unix?
Describe the concept of “region”.
What is difference between find and grep in unix?
What is wild-card interpretation?
What are data structures that are used for Demand Paging?
How do I run a unix script?
What are the hidden files in unix?
What is unix file?
What is necessary before running a shell script from the terminal?
How to restrict NULL value in UNIX