I'm using the ISC dhcp server to provide all necessary information to the jumpstart client. In my current config a machine type is identified over the vendor-class-identifier. The problem now was that I had a type error in this variable so the machine didn't get assigned to the class SUNW.Sun-Fire-V210 and hence didn't know where the root filesystem was. dhcp config: class "SUNW.Sun-Fire-V210" { match if option vendor-class-identifier = "SUNW.Sun-Fire-V210"; vendor-option-space SUNW; option SUNW.sysid-config-file-server "pokemon:/install/config"; option SUNW.JumpStart-server "pokemon:/install/config"; option SUNW.install-server-hostname "pokemon"; option SUNW.install-server-ip-address 10.1.17.130; option SUNW.install-path "/install/source"; option SUNW.root-server-hostname "pokemon"; option SUNW.root-server-ip-address 10.1.17.130; option SUNW.root-path-name "/install/source/s9/Solaris_9/Tools/Boot"; } mark -----Original Message----- From: Mark Scheufele Sent: Tuesday, March 16, 2004 5:55 PM To: Sunmanagers@Sunmanagers.Org Subject: jumpstarting v210 Hi, I want to jumpstart a sun Sunfire V210 with solaris 9 and the process aborts with: 29200 retained OBPnvram page at 0x123f000000 device path '/pci@1f,700000/network@2:dhcp' client path '/pci@1f,700000/network@2' 100 Mbps HDX Link up panic - boot: Could not mount filesystem. Program terminated - I'm using the sun4u inetboot programm and the Boot filesystem from the solaris 12/03 CDs. - the inetboot program is loaded succesfully as it seems - the Boot filesystem is shared as follows: <mscheufe@pokemon:~>share - /install ro,anon=0 "" - this error must be related to the v210 in particular as I can install other machines (Ultra60, Ultra1) successfully. Any help is highly appreciated, mark _______________________________________________ sunmanagers mailing list sunmanagers@sunmanagers.org http://www.sunmanagers.org/mailman/listinfo/sunmanagers _______________________________________________ sunmanagers mailing list sunmanagers@sunmanagers.org http://www.sunmanagers.org/mailman/listinfo/sunmanagersReceived on Fri Mar 19 03:02:01 2004
This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:43:27 EST