Hi,

Below is the entry in our dhcpd.conf file. It worked for below entries.

*host blr-v445-0 {

  hardware ethernet 0:14:4F:0F:58:F4;
  fixed-address 10.12.176.73;
  next-server 10.12.176.49;
 option dhcp-parameter-request-list 1,3,6,12,15,17;
  filename "http://10.12.176.49:5555/cgi-bin/wanboot-cgi";;
  option root-path 
"http://10.12.176.49:5555/export/aiserver/osol-0906-ai-sparc";;
}*

Earlier we did not have the ' option dhcp-parameter-request-list 
1,3,6,12,15,17;' in the dhcpd.conf, then the image download had 
failed.The image was downloaded only after we added ' option 
dhcp-parameter-request-list 1,3,6,12,15,17;'.

And also it booted from memory, what is the option to install it on the 
hard drive directly?
Do we need to change the AI manifest by providing the disk name where it 
is supposed to be installed or
is there any other command to do the same?

Regards,
Avinash K

On 04/08/09 22:31, Ethan Quach wrote:
> Avinash,
>
> Can you attach your dhcpd.conf file?
>
>
> -ethan
>
>
> Avinash K wrote:
>> Hi,
>>
>> Even though we use 'root-path' macro on the ISC DHCP server we are 
>> still getting the same error.
>> As mentioned by you we added the below macro in dhcpd.conf file, 
>> other than bootserver and filename.
>> 'option root-path 
>> "http://10.12.176.49:5555/export/aiserver/osol-0906-ai-sparc"; '
>>
>> So what else might be the problem, is the value for rootpath correct 
>> or any problem the way rootpath macro is used?
>>
>> And also has anyone brought up a SPARC machine using AI and ISC DHCP 
>> server or just opensolaris on SPARC using AI?
>>
>> Regards,
>> Avinash K
>>
>> On 04/08/09 04:31, Ethan Quach wrote:
>>> Prakash,
>>>
>>> Per your mail offline, when using an ISC DHCP server, the
>>> option names set up in the macro need to be different.  The
>>> output given via the installadm command is only compatible with
>>> Sun DHCP servers.  For ISC DHCP server, set up the macro using
>>> the following option names instead of the ones in the output.
>>>
>>>
>>> BootSrvA  -->   next-server
>>> BootFile    -->   filename
>>> RootPath   -->   root-path
>>>
>>>
>>> This issue is something that will be added to the AI FAQ
>>> documentation.
>>>
>>> Let me know if this solves your problem.
>>>
>>>
>>> thanks,
>>> -ethan
>>>
>>>
>>> Ethan Quach wrote:
>>>>
>>>>
>>>> Prakash Nanjundan wrote:
>>>>>
>>>>> Hardware watchdog enabled
>>>>> Hostname: opensolaris
>>>>> Remounting root read/write
>>>>> Probing for device nodes ...
>>>>> Preparing automated install image for use
>>>>> Couldn't determine source of automated install image
>>>>
>>>> Ho did you set up your DHCP server for the Sparc client?
>>>> This error above means it failed to get the 'Rootpath' option from
>>>> the DHCP server.
>>>>
>>>> Check that the DHCP macro for this install service has the
>>>> 'Rootpath' option set.  If you created a client-specific macro
>>>> for this sparc client, ensure that its macro has the 'Rootpath'
>>>> option.
>>>>
>>>>
>>>> thanks,
>>>> -ethan
>>>>
>>>>> Requesting System Maintenance Mode
>>>>> (See /lib/svc/share/README for more information.)
>>>>> Console login service(s) cannot run
>>>>>
>>>>> Enter user name for system maintenance (control-d to bypass):
>>>>> -------------------------------------------------------------------------------
>>>>>  
>>>>>
>>>>>
>>>>> Thanks,
>>>>> Prakash
>>>>> _______________________________________________
>>>>> caiman-discuss mailing list
>>>>> caiman-discuss at opensolaris.org
>>>>> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
>>>>
>>

-- 
Regards,
Avinash K

-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.opensolaris.org/pipermail/caiman-discuss/attachments/20090409/bad6c9bd/attachment.html>

Reply via email to