Can we use OC to do a migrate of sol10 v2v without doing sys-unconfig?
We create a cpio archive of a solaris10 zone, uploaded the archive to OC, next we created a zone-profile to create the zone.
The issue is; It appears that OC will issue a sys-unconfig once the zone is installed, For example OC is adding a "-u" (below) and we would like to keep/preserve all data without any change which causes issues after the attach.
What OC dose:
The issue is; It appears that OC will issue a sys-unconfig once the zone is installed, For example OC is adding a "-u" (below) and we would like to keep/preserve all data without any change which causes issues after the attach.
What OC dose:
zoneadm -z my-zone attach -u -a /zones/my-zone.cpio.gz
What we would like it to rely be We would like to preserve(not change) any of the existing data (without -u option).
0