Originally posted by: nagger
You need to add the data to the to the global copy of AIX and then simply mount it into your Versioned WPAR. Simplest way is to mount it in to the global /wpars/my_vwpar/data
assuming your VWPAR name is called my_vwpar.
This is so quick and simple most people don't realise it.
This assumes the VG has file systems in it.
If it does then savevg is not a good way to move it to the new machine as it assumes a VG and disks and you really want just the files. In which case you could NFS mount and copy using the double tar trick: cd to source dir then: tar f - . | (cd targetdir; tar cf- )
If your savevg has raw disks then you have a heap of problems and I would suggest moving to files.
Hope this helps, cheers Nigel Griffiths
#AIX-Forum