<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">Interesting, because no matter what I do it will not work and I have to login to the console.<br><div><span><br></span></div><div><br></div>  <div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"> <div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1">  <font face="Arial" size="2"> <b><span style="font-weight: bold;">From:</span></b> Piotr Jasiukajtis <estibi@me.com><br> <b><span style="font-weight: bold;">To:</span></b> OpenIndiana Developer mailing list <oi-dev@openindiana.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Sunday, June 16, 2013 11:38 AM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [oi-dev] sysidcfg<br> </font> </div> <div class="y_msg_container"><br>
Something like that did work for me:<br><br>cat > ${ZNAME}.sysidcfg << EOF<br>system_locale=C<br>terminal=xterms<br>network_interface=primary {<br>        hostname=${ZNAME}<br>        default_route=10.10.10.1<br>        ip_address=10.10.10.12<br>        netmask=255.255.255.0<br>        protocol_ipv6=no<br>}<br>security_policy=NONE<br>name_service=DNS {<br>        domain_name=example.com<br>        name_server=10.20.20.20,10.20.20.21<br>}<br>nfs4_domain=dynamic<br>timezone=Poland<br>root_password=passwPassWorD<br>EOF<br><br><br>On Jun 16, 2013, at 4:32 PM, G B <<a ymailto="mailto:g_patrickb@yahoo.com" href="mailto:g_patrickb@yahoo.com">g_patrickb@yahoo.com</a>> wrote:<br><br>> 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>> <br>>
 _______________________________________________<br>> oi-dev mailing list<br>> <a ymailto="mailto:oi-dev@openindiana.org" href="mailto:oi-dev@openindiana.org">oi-dev@openindiana.org</a><br>> http://openindiana.org/mailman/listinfo/oi-dev<br><br>--<br>Piotr Jasiukajtis<br><br><br>_______________________________________________<br>oi-dev mailing list<br><a ymailto="mailto:oi-dev@openindiana.org" href="mailto:oi-dev@openindiana.org">oi-dev@openindiana.org</a><br><a href="http://openindiana.org/mailman/listinfo/oi-dev" target="_blank">http://openindiana.org/mailman/listinfo/oi-dev</a><br><br><br></div> </div> </div>  </div></body></html>