Originally posted by: HemantRamparia
If you are freshly installing the OS then you might to recreate the VG on the server.
Please check if the defination of the VG is available on the hdisk through the following command.
#lqueryvg -Atp hdisk<x>
where x is any hdisk belonging to that VG.
Try with the importvg command
-
importvg Datavg hdisk<x>
if it fails try to recreatevg by the following command.
recreatevg -y datavg hdisk<x>
If an mksysb is restored the importvg will work out.
#AIX-Forum