1830898 Members
2172 Online
110017 Solutions
New Discussion

LVM

 
SOLVED
Go to solution
Newman Auty
New Member

LVM

How do I verify that the lif areas on mirrored boot disks are consistent?
4 REPLIES 4
John Carr_2
Honored Contributor
Solution

Re: LVM

easy do lifls on each and do lifcp to copy the info of to check them

chekout man pages for lils lifcp

cheers
John.
John Carr_2
Honored Contributor

Re: LVM

easy do lifls on each and do lifcp to copy the info of to check them

chekout man pages for lifls lifcp

cheers
John.
Marcin Wicinski
Trusted Contributor

Re: LVM

Hi,
check lif area on both systems:

lifls /dev/rdsk/cxtydz

If offline diagnoscics are missed, you can create it with:

mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p -p... /dev/rdsk/cxtydz

updatediaglif2 - for L,N,V-class,SD
updatediaglif - for the others.

, lif area you want to remain unchanged.

Later,
Marcin Wicinski
Roger Baptiste
Honored Contributor

Re: LVM

Hi,

Here is an eg: with c4t6d0 and c4t5d0 as the mirror disks of VG00.

#lifls -l /dev/dsk/c4t6d0
volume ISL10 data size 7984 directory size 8 97/11/06 02:10:13
filename type start size implement created
===============================================================
ODE -12960 584 848 0 00/11/09 10:46:00
MAPFILE -12277 1432 128 0 00/11/09 10:46:00
SYSLIB -12280 1560 353 0 00/11/09 10:46:00
CONFIGDATA -12278 1920 226 0 00/11/09 10:46:00
SLMOD -12276 2152 132 0 00/11/09 10:46:00
SLDEV -12276 2288 201 0 00/11/09 10:46:00
SLDRIVERS -12276 2496 456 0 00/11/09 10:46:00
SLSCSI -12276 2952 116 0 00/11/09 10:46:00
MAPPER -12279 3072 230 0 00/11/09 10:46:00
IOTEST -12279 3304 208 0 00/11/09 10:46:00
PERFVER -12279 3512 197 0 00/11/09 10:46:00
PVCU -12801 3712 64 0 00/11/09 10:46:00
SSINFO -12286 3776 2 0 02/02/05 16:24:47
HPUX -12928 3784 800 0 99/10/28 15:23:53
ISL -12800 4584 240 0 97/11/06 02:10:13
AUTO -12289 4824 1 0 97/11/06 02:10:13
LABEL BIN 4832 8 0 01/01/13 12:56:33

#>lifls -l /dev/dsk/c4t5d0
volume ISL10 data size 7984 directory size 8 96/05/28 04:10:13
filename type start size implement created
===============================================================
ODE -12960 584 1200 0 99/02/18 15:52:40
MAPFILE -12277 1784 64 0 99/02/18 15:52:40
SYSLIB -12280 1848 338 0 99/02/18 15:52:40
CONFIGDATA -12278 2192 199 0 99/02/18 15:52:40
SLMOD -12276 2392 110 0 99/02/18 15:52:40
SLDEV -12276 2504 175 0 99/02/18 15:52:40
SLDRIVERS -12276 2680 345 0 99/02/18 15:52:40
SLSCSI -12276 3032 113 0 99/02/18 15:52:40
MAPPER -12279 3152 216 0 99/02/18 15:52:40
IOTEST -12279 3368 204 0 99/02/18 15:52:40
PERFVER -12279 3576 196 0 99/02/18 15:52:40
PVCU -12801 3776 64 0 99/02/18 15:52:40
SSINFO -12286 3840 2 0 99/02/18 15:52:40
ISL -12800 3848 240 0 99/10/28 15:23:53
AUTO -12289 4088 1 0 99/10/28 15:23:53
HPUX -12928 4096 800 0 99/10/28 15:23:53
PAD -12290 4896 1700 0 99/10/28 15:23:54
LABEL BIN 6600 8 0 01/02/23 14:50:00
****

HTH
raj
Take it easy.