Mailinglist: port-sparc This is the dhcpd.conf entry I use for one of my suns - dhcp is served from 192.168.2.1, NFS from 192.168.2.89 host cp1500 { hardware ethernet 08:00:20:9f:1e:42; fixed-address 192.168.2.50; next-server 192.168.2.89; filename "/netbsd-GENERIC"; option root-path "/usr/space/netboot/sparc64"; } Newsgroups: comp.sys.sun.admin # Configuration file for ISC dhcpd v3.0 ddns-update-style interim; 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; # Overhere start your interface and subnet declarations... # # # NFS-server "support" with 192.168.0.30 # Placed jumpstart-directory under /export/home/jumpstart # rules and rules.ok is under /export/home/jumpstart # Placed solaris SW under /export/home/jumpstart/OS/Solaris_8_10-01 # Placed sysidcfg under /export/home/jumpstart/Sysidcfg/Blade100/ and # ../Fire880/ class "SUNW.blade100" { match if option vendor-class-identifier = "SUNW.Sun-Blade-100"; vendor-option-space SUNW; option SUNW.install-server-hostname "support"; option SUNW.install-server-ip-address 192.168.0.30; option SUNW.install-path "/export/home/jumpstart/OS/Solaris_8_10-01"; option SUNW.JumpStart-server "support:/export/home/jumpstart"; option SUNW.sysid-config-file-server "support:/export/home/jumpstart/Sysidcfg/Blade100"; option SUNW.root-server-hostname "support"; option SUNW.root-server-ip-address 192.168.0.30; option SUNW.root-path-name "/export/home/jumpstart/OS/Solaris_8_10-01/Solaris_8/Tools/Boot"; } class "SUNW.fire880" { match if option vendor-class-identifier = "SUNW.Sun-Fire-880"; vendor-option-space SUNW; option SUNW.install-server-hostname "support"; option SUNW.install-server-ip-address 192.168.0.30; option SUNW.install-path "/export/home/jumpstart/OS/Solaris_8_10-01"; option SUNW.JumpStart-server "support:/export/home/jumpstart"; option SUNW.sysid-config-file-server "support:/export/home/jumpstart/Sysidcfg/Fire880"; option SUNW.root-server-hostname "support"; option SUNW.root-server-ip-address 192.168.0.30; option SUNW.root-path-name "/export/home/jumpstart/OS/Solaris_8_10-01/Solaris_8/Tools/Boot"; } # end group SUN ---- The UltraSPARC I and II machines will likely require a flash prom upgrade. (Note that you can boot with DHCP after the moment that the inetboot is loaded using RARP/tftp.