If you want to expand a LUN on AIX, you have to update the VG to see the change.
Just run:
chvg -g VG_name
You might have to do a varyoffvg and varyonvg, you can’t do this to a concurrent VG in concurrent mode, and you can’t do it to rootvg.
If you want to expand a LUN on AIX, you have to update the VG to see the change.
Just run:
chvg -g VG_name
You might have to do a varyoffvg and varyonvg, you can’t do this to a concurrent VG in concurrent mode, and you can’t do it to rootvg.