Brian Warkentine writes: > I see that printing of the zone uuid has been added to zoneadm recently > (around the end of june this year, according to the online source). Is > there any binary that will print uuid for older releases?
No. This was added for the Zulu (Zones Live Upgrade) project, so there will be a Solaris 10 update in the near future that has this. (Is that what you're asking about? I'm not sure what "older releases" refers to here.) > I've looked around, it's in the zone_t structure, but that looks like > its not accessible in userland. UUID is in the zoneent structure, which is entirely in user space. The kernel's zone_t structure (in <sys/zone.h>) doesn't have the UUID, and the kernel neither knows nor cares about Zone UUIDs. http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/head/libzonecfg.h#zoneent -- James Carlson, KISS Network <[EMAIL PROTECTED]> Sun Microsystems / 1 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677 _______________________________________________ zones-discuss mailing list [email protected]
