<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">After cloning a new Zone I am attempting to use a sysidcfg file so I don't have to go through configuration for each Zone.  Yet it doesn't work.  I've done it years ago with Solaris 10, so does anyone have any ideas?<br><br># zonecfg -z zone1 -f zone1.cfg<br># zoneadm -z zone1 clone template<br># zoneadm -z zone1 ready<br># cp sysidcfg /zones/zone1/root/etc/sysidcfg<br># zoneadm -z zone1 boot<br># zlogin zone1<br>Login incorrect<br><br>Then I get an error as shown, so login to the console and it is waiting for the configuration.<br><br>Here is my sysidcfg:<br>terminal=vt100<br>system_locale=C<br>timezone=US/Central<br>security_policy=NONE<br>root_password=$1$Wn55Dcnb2D<truncated><br>network_interface=vnic1
 {primary<br>hostname=zone1<br>ip_address=192.168.1.20<br>netmask=255.255.255.0<br>protocol_ipv6=no<br>default_route=192.168.1.1<br>}<br>name_service=NONE<br>nfs4_domain=dynamic<br><div><br></div></div></body></html>