SUMMARY: V480 jumpstart from Linux boot server [UPDATE2]

From: Stephen Schaefer (SSchaefer@rfmd.com)
Date: Tue Aug 05 2003 - 17:53:57 EDT


Sorry, I didn't know MIME attachments were disallowed on this list.
Don't trust the line breaks in the below.

    - Stephen

## start dhcpd.conf file ##
dds-update-style ad-hoc;
option domain-name "fnord.rfmd.com";

option domain-name-servers 172.168.100.111, 172.168.8.2;

# Jumpstart Support
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;

subnet 172.168.200.0 netmask 255.255.255.0 {
    option routers 172.168.200.1;
    option broadcast-address 172.168.200.255;
    option nis-domain "airplane";
    option nis-servers airplane;
    ddns-updates off;

    host jumper {
        fixed-address 172.168.200.19;
        hardware ethernet 00:03:ba:2c:c1:9c;
        next-server 172.168.200.18;
        option host-name "jumper";
        vendor-option-space SUNW;
          option SUNW.sysid-config-file-server
"airplane:/jumpstart/Sysidcfg/Solaris_8/Greensboro";
          option SUNW.JumpStart-server "airplane:/jumpstart";
          option SUNW.install-server-hostname "airplane";
          option SUNW.install-server-ip-address 172.168.103.1;
          option SUNW.install-path "/jumpstart/OS/Solaris_8.0_12-01";
          option SUNW.root-server-hostname "airplane";
          option SUNW.root-server-ip-address 172.168.103.1;
          option SUNW.root-path-name
"/jumpstart/OS/Solaris_8.0_12-01/Solaris_8/Tools/Boot";
    }

}
_______________________________________________
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:26:52 EDT