On 03/04/09 07:31, David Garcia - ONPIT wrote: > # installadm create-service -n snv_108_x86 -s > /export/images/x86/osol-0906-107-ai-x86.iso /export/microroot/snv_107_x86/ > Setting up the target image at /export/microroot/snv_107_x86/ ... > ln: target `/var/ai/image-server/images//export/microroot/snv_107_x86/' > is not a directory: No such file or directory > Could not retrieve DHCP information from dhcp server > Please create a DHCP macro named dhcp_macro_snv_108_x86 with: > Boot server IP (BootSrvA) : 129.156.229.201 > Boot file (BootFile) : snv_108_x86 > GRUB Menu (GrubMenu) : menu.lst.snv_108_x86 > > Additionally, if the site specific symbol GrubMenu > is not present, please add it as follows: > /usr/sbin/dhtadm -g -A -s GrubMenu -d Site,150,ASCII,1,0 > > Failed to assign DHCP macro to IP address. Please assign manually. > > > I believe the problem is that extra '/' at the end of the link: > /var/ai/image-server/images//export/microroot/snv_107_x86/ > should be: > /var/ai/image-server/images//export/microroot/snv_107_x86 > or even better: > /var/ai/image-server/images/export/microroot/snv_107_x86 > > > > I'm using the last nightly pkg. Known issue? > > David > _______________________________________________ > caiman-discuss mailing list > caiman-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
David, Thanks for the info. I don't believe I've seen that one before - please file a bug. Thanks, Sue