1751711 Members
5213 Online
108781 Solutions
New Discussion

Mirroring question -

 
SOLVED
Go to solution
Dave Cast
Frequent Advisor

Mirroring question -

I've setup mirroring of all lvols on the primary disk (followed HP documentation) -

 

When I use 'lvlnboot -v' the output is:

Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
        /dev/disk/disk3_p2 -- Boot Disk
        /dev/dsk/***c0t8d0s2*** -- Boot Disk
Boot: lvol1     on:     /dev/disk/disk3_p2
                        /dev/dsk/c0t8d0s2
Root: lvol3     on:     /dev/disk/disk3_p2
                        /dev/dsk/c0t8d0s2
Swap: lvol2     on:     /dev/disk/disk3_p2
                        /dev/dsk/c0t8d0s2
Dump: lvol2     on:     /dev/disk/disk3_p2, 0

Why is it showing legacy DSF rather than the new format /dev/disk/disk?  ??

And does it matter?

Today is different and tomorrow the same.
5 REPLIES 5
Dave Cast
Frequent Advisor

Re: Mirroring question -

the OS is HPUX 11.31 VSOE
Today is different and tomorrow the same.
Torsten.
Acclaimed Contributor

Re: Mirroring question -

I guess you used the legacy files while set up the mirror.

You can use "vgdsf" to convert

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!   
Patrick Wallek
Honored Contributor
Solution

Re: Mirroring question -

What device file did you use when you established the mirroring, the legacy or the perisstent?

Dave Cast
Frequent Advisor

Re: Mirroring question -

Thanks you saved some man page reading and I'm already blind from reading man pages about how to create a single depot from multiples....Awesome, I'm done.

Today is different and tomorrow the same.
Patrick Wallek
Honored Contributor

Re: Mirroring question -


@Torsten. wrote:
I guess you used the legacy files while set up the mirror.

You can use "vgdsf" to convert

You can also just vgextend the persitent device file into the VG, it will see it as an alternate path, and then vgreduce the legacy device file out of the VG.

 

That is, basically, all the 'vgdsf' command (actually just a script in /usr/contrib/bin) does.