I looked into the PXE configuration a little and would like to know if
jumpstart for x86 (Sun z20 z40) clients actually works, and whether it
would work with flash archives.
Would I be correct to assume that I could power on a Sun z20, and drop
into something that resembles an OBP environment and enter 'boot net -
install' somewhere?
Best regards, z.
Hey,
you need a DHCP-Server with macros. This macros will send a Mini-
Solaris
which installs the complete OS.
Try this site from SUN:
http://www.sun.com/blueprints/0205/819-1692.pdf
You will find a complete documentation.
CU
Klaus Grote
DNS GmbH
> Would I be correct to assume that I could power on a Sun z20, and drop
> into something that resembles an OBP environment and enter 'boot net -
> install' somewhere?
No. x86 has no OBP or similar. But many (including the Sun servers)
support PXE booting, which the Solaris jumpstart can use.
--
Darren Dunham ddu...@taos.com
Senior Technical Consultant TAOS http://www.taos.com/
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >
Why does it not understand RARP?
>Does one have to use the DHCP on the Sun Server (in my case this would
>be a Sparc), or could I use an existing DHCP server.
You could use an existing one, but it's not always straightforward to
add the additional configuration, especially when it is not under your
control.
>Why does it not understand RARP?
Because RARP/Bootparams is Sun specific and was never supported by
PCs.
Casper
--
Expressed in this posting are my opinions. They are in no way related
to opinions held by my employer, Sun Microsystems.
Statements on Sun products included here are not gospel and may
be fiction rather than truth.
Both are possible. The sun documentation isn't going to give
configuration instructions for other DHCP servers, but there are some
guides on the internet for it.
> Why does it not understand RARP?
Nowadays, RARP is non-standard. Commodity x86 equipment commonly
supports PXE, using DHCP. DHCP can routed and handled by centralized
equipment, while RARP needs separate servers on each subnet.
RARP boot would require hardware/bios work that I doubt anyone wants to
do.
you don't need the macros for PXE booting, it only uses well known
DHCP options. for SPARC, you need vendor options which are different
for each hardware model. (the internal options are the same, but the
vendor option namespace has a model specific name.) once set up, you
don't need rarpd and can bootstrap on any subnet which has a dhcp
helper defined.
> Try this site from SUN:
> http://www.sun.com/blueprints/0205/819-1692.pdf
> You will find a complete documentation.
this documentation is only complete enough to install on a Solaris
server...
BTW, if anyone needs it, I have a Perl script to simplify configuring
a Windows DHCP server for Jumpstart, it simply emits a netsh script.
--
Kjetil T.