On Wed, 15 Apr 2009, Sarah Jelinek wrote: > >>> >> No, doesn't it mean only one default sparc service? Seems to me we >> wouldn't override /etc/inetboot/wanboot.conf if users added a new service, >> unless they specified it as the default. Don't we have a provision for >> default in installadm now? >> >> So, if the user adds a service that is not default, they must do a >> create-client to use that service. >> >> Is this doable? > I guess my question is.. can we create a sparc service without having to > edit /etc/netboot/wanboot.conf and then later get the data we need when a > client is created to so we can create the client specific wanboot.conf.
The three important attributes /etc/netboot/wanboot.conf allows specification for are root_server, root_file and boot_file. For example - root_server=http://10.6.68.21:5555/cgi-bin/wanboot-cgi root_file=/export/home/images/ws_sparc_test/boot/boot_archive boot_file=/export/home/images/ws_sparc_test/platform/sun4v/wanboot With the required arguments to create-client (service name and imagepath), I think all of these can be ascertained. Alok