isc DHCP and Jumpstart

From: Visscher, A. (A.Visscher@tue.nl)
Date: Mon Jun 03 2002 - 04:36:24 EDT


Hi,

I have a problem using Jumpstart with ISC DHCP server.
We use Internet Software Consortium DHCP Server V3.0rc3
We use Solaris8_0202 to boot.
After it finds /JumpStart/Sysidcfg and finds sysidcfg, it looks for
JumpStart directory to do the install and cannot find it.
We added the vendor specific options to dhcpd.conf

option space SUNW;
option SUNW.root-mount-options code 1 = text;
option SUNW.root-server-ip-address code 2 = ip-address;
option SUNW.root-server-hostname code 3 = text;
option SUNW.root-path-name code 4 = text;
option SUNW.swap-server-ip-address code 5 = ip-address;
option SUNW.swap-file-path code 6 = text;
option SUNW.boot-file-path code 7 = text;
option SUNW.posix-timezone-string code 8 = text;
option SUNW.boot-read-size code 9 = unsigned integer 16;
option SUNW.install-server-ip-address code 10 = ip-address;
option SUNW.install-server-hostname code 11 = text;
option SUNW.install-path code 12 = text;
option SUNW.sysid-config-file-server code 13 = text;
option SUNW.JumpStart-server code 14 = text;
option SUNW.terminal-name code 15 = text;

group {
  log (concat("vendor-class-identifier=", option vendor-class-identifier) );
host castor {
    #SUNW.Ultra-5_10
    vendor-option-space SUNW;
    option domain-name "icts.tue.nl";
    option host-name "castor";
    next-server 131.155.2.10;
    hardware ethernet 08:00:20:a0:4b:14;
    fixed-address 131.155.2.27;
    option SUNW.root-server-hostname "unixinst.tue.nl";
    option SUNW.root-server-ip-address 131.155.2.10;
    option SUNW.sysid-config-file-server
"unixinst.tue.nl:/install/SUN_Solaris/Jumpstart/Sysidcfg/Preconfig_icts";
    option SUNW.JumpStart-server
"unixinst.tue.nl:/install/SUN_Solaris/Jumpstart";
    option SUNW.install-server-hostname "unixinst.tue.nl";
    option SUNW.install-server-ip-address 131.155.2.10;
    option SUNW.install-path "/install/SUN_Solaris/Jumpstart/OS/Solaris8";
    option SUNW.root-server-hostname "unixinst.tue.nl";
    option SUNW.root-server-ip-address 131.155.2.10;
    option SUNW.root-path-name
"/install/SUN_Solaris/Jumpstart/OS/Solaris8_0202/Solaris_8/Tools/Boot";
  }
}

I hope anyone has suggestions to solve this problem.
In advance,
Regards

Anki Visscher

A. Visscher, Eindhoven University of Technology,
ICTS UNIX Services Laplace building 1.63, P.O.Box 513,
5600 MB Eindhoven, The Netherlands, Tel/Fax:+31 40 2474543/4438
E-Mail: A.Visscher@tue.nl
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:24:26 EDT