Hello,
Yesterday we had two paging spaces - hd6 and paging02. The hd6 is mirrored on hdisk0 and hdisk1 using rootvg and paging02 was mirrored on hdisk422 and hdisk423 using pagingvg. Today I doubled the size of paging02 to 7689MB. I then added a new page space called paging00 on hdisk422 (it is in pagingvg).
I want to mirror the new paging00 on hdisk422 to hdisk423. I'm not sure of the best way to do this. I have used mirrorvg before when mirroring an entire disk to a new empty disk.
It seems like I would use copylv to copy the partitions in paging00 to hdisk423. Looking at the man page for cplv this does not look possible.
Any suggestions on the best way to handle this either with smit or a command (please provide syntax for command)?
Below is the info on my paging spaces. You can see that hdisk423 has 120 fewer partitions on it than hdisk422. This is because I need to copy the 120 PPs of paging00 to hdisk423.
root@wfscr05:/#lsps -a
Page Space Physical Volume Volume Group Size
paging00 hdisk422 pagingvg 7680MB
paging02 hdisk422 pagingvg 7680MB
hd6 hdisk0 rootvg 3200MB
root@wfscr05:/#lsvg -p pagingvg
pagingvg:
PV_NAME PV STATE TOTAL PPs FREE PPs
hdisk422 active 542 302
hdisk423 active 542 422
root@wfscr05:/#lsvg -l pagingvg
pagingvg:
LV NAME TYPE LPs PPs PVs LV STATE
paging02 paging 120 240 2 open/sy
paging00 paging 120 120 1 open/sy
root@wfscr05:/#
Yesterday we had two paging spaces - hd6 and paging02. The hd6 is mirrored on hdisk0 and hdisk1 using rootvg and paging02 was mirrored on hdisk422 and hdisk423 using pagingvg. Today I doubled the size of paging02 to 7689MB. I then added a new page space called paging00 on hdisk422 (it is in pagingvg).
I want to mirror the new paging00 on hdisk422 to hdisk423. I'm not sure of the best way to do this. I have used mirrorvg before when mirroring an entire disk to a new empty disk.
It seems like I would use copylv to copy the partitions in paging00 to hdisk423. Looking at the man page for cplv this does not look possible.
Any suggestions on the best way to handle this either with smit or a command (please provide syntax for command)?
Below is the info on my paging spaces. You can see that hdisk423 has 120 fewer partitions on it than hdisk422. This is because I need to copy the 120 PPs of paging00 to hdisk423.
root@wfscr05:/#lsps -a
Page Space Physical Volume Volume Group Size
paging00 hdisk422 pagingvg 7680MB
paging02 hdisk422 pagingvg 7680MB
hd6 hdisk0 rootvg 3200MB
root@wfscr05:/#lsvg -p pagingvg
pagingvg:
PV_NAME PV STATE TOTAL PPs FREE PPs
hdisk422 active 542 302
hdisk423 active 542 422
root@wfscr05:/#lsvg -l pagingvg
pagingvg:
LV NAME TYPE LPs PPs PVs LV STATE
paging02 paging 120 240 2 open/sy
paging00 paging 120 120 1 open/sy
root@wfscr05:/#