Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

boot net 1

Status
Not open for further replies.

bluedragon2

IS-IT--Management
Jan 24, 2003
2,642
US
I have created CD images on a server in /export/home/cdsparc by using the folling:

# mkdir -p /export/home/cdsparc
# cd /cdrom/cdrom0/s0/Solaris_10/Tools
# ./setup_install_server /export/home/cdsparc

and for the rest of the disks:

# cd /cdrom/cdrom0/s0/Solaris_11/Tools
# ./add_to_install_server /export/home/cdsparc

Now, am I ready to perform boot net on the server I want to install Solaris on?

The reason I am asking is because when I do a boot net, I get:

Requesting Internet Address for [mac address]

Thanks

[Blue]Blue[/Blue] [Dragon]

If I wasn't Blue, I would just be a Dragon...
 
it sounds like rarp,
It is been a while, unforntunately we do not have a jumpstart server here at my current employer, but will be creating one soon. going by memory from previous employer

Can you put the ip address in the hosts file.

Is there an /etc/ethers entry?

vi /etc/ethers

8:0:20:33:00:00 servername


and /etc/bootparams

and finally, be sure your nsswitch.conf is set correctly


Sorry trying to just go by memory here.


 
Thanks,

upon review, I had a typo in the ethers file.


Thanks



[Blue]Blue[/Blue] [Dragon]

If I wasn't Blue, I would just be a Dragon...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top