From: cconnell_1 on 22 Feb 2007 09:53 We have set up jumpstart and it worked yesterday after being in the data centre all night :-( but today stopped working. Sol 10 01/06. We noticed that the jumpstart client booted only when we changed the lease in the pntadm database which was really strange. The lease previously said 'zero'. So I think this has something to do with it. Using e1000g cards. Here is what the dhcp server keeps saying. Our server is 172.30.6.210, client is 172.30.6.209. 45dda8e3: Datagram received on network device: e1000g3(limited broadcast) 45dda8e3: Client: 0100144F40D8A3 has DYNAMIC 172.30.6.209 owned by server: 172.30.6.210. Here is the output of dhtadm -P Name Type Value ================================================== 0100144F40D8A3 Macro :SinstPTH="/jumpstart/ solaris10":SrootPTH="/jumpstart/solaris10/Solaris_10/Tools/ Boot":SrootNM="OSN_Master_flash":SrootIP4=172.30.6.210:SinstIP4=172.30.6.210:SinstNM="OSN_Master_flash":BootSrvA=172.30.6.210:SjumpsCF="172.30.6.210:/ jumpstart":SsysidCF="172.30.6.210:/jumpstart/sysidcfg/tn0osn01- jump":SBootFile="0100144F40D8A3": PXEClient:Arch:00000:UNDI:002001 Macro :BootFile="pxegrub.I86PC.Solaris_10-1":BootSrvA=172.30.6.210: 172.30.6.208 Macro :Subnet=255.255.255.248:RDiscvyF=1:Broadcst=172.30.6.215: tn0osn02 Macro :Include=Locale:Timeserv=192.168.231.99:LeaseTim=84600:LeaseNeg: Locale Macro :UTCoffst=0: SBootFile Symbol Vendor=SUNW.i86pc,17,ASCII,1,0 SbootURI Symbol Vendor=SUNW.i86pc,16,ASCII,1,0 SjumpsCF Symbol Vendor=SUNW.i86pc,14,ASCII,1,0 SsysidCF Symbol Vendor=SUNW.i86pc,13,ASCII,1,0 SinstPTH Symbol Vendor=SUNW.i86pc,12,ASCII,1,0 SinstNM Symbol Vendor=SUNW.i86pc,11,ASCII,1,0 SinstIP4 Symbol Vendor=SUNW.i86pc,10,IP,1,1 SrootPTH Symbol Vendor=SUNW.i86pc,4,ASCII,1,0 SrootNM Symbol Vendor=SUNW.i86pc,3,ASCII,1,0 SrootIP4 Symbol Vendor=SUNW.i86pc,2,IP,1,1 and pntadm Client ID Flags Client IP Server IP Lease Expiration Macro Comment 0100144F40D8A3 00 172.30.6.209 172.30.6.210 02/25/2010 0100144F40D8A3 tn0osn01-jump Its just dhcp thats not giving it an address, yesterday everything installed fine on its own. Apprecaite ANY ideas at all.
From: Bruce Porter on 22 Feb 2007 16:13 On Thu, 22 Feb 2007 06:53:57 -0800, cconnell_ wrote: > > We have set up jumpstart and it worked yesterday after being in the data > centre all night :-( Should have used JET :-) > but today stopped working. Sol 10 01/06. We noticed > that the jumpstart client booted only when we changed the lease in the > pntadm database which was really strange. The lease previously said > 'zero'. So I think this has something to do with it. Using e1000g cards. > Should be "forever" > > Here is what the dhcp server keeps saying. Our server is 172.30.6.210, > client > is 172.30.6.209. > > 45dda8e3: Datagram received on network device: e1000g3(limited broadcast) > 45dda8e3: Client: 0100144F40D8A3 has DYNAMIC 172.30.6.209 owned by > server: 172.30.6.210. > > > Here is the output of dhtadm -P > > Name Type Value > ================================================== 0100144F40D8A3 > Macro :SinstPTH="/jumpstart/ > solaris10":SrootPTH="/jumpstart/solaris10/Solaris_10/Tools/ > Boot":SrootNM="OSN_Master_flash":SrootIP4=172.30.6.210:SinstIP4=172.30.6.210:SinstNM="OSN_Master_flash":BootSrvA=172.30.6.210:SjumpsCF="172.30.6.210:/ > jumpstart":SsysidCF="172.30.6.210:/jumpstart/sysidcfg/tn0osn01- > jump":SBootFile="0100144F40D8A3": > PXEClient:Arch:00000:UNDI:002001 > Macro > :BootFile="pxegrub.I86PC.Solaris_10-1":BootSrvA=172.30.6.210: 172.30.6.208 > Macro :Subnet=255.255.255.248:RDiscvyF=1:Broadcst=172.30.6.215: > tn0osn02 > Macro > :Include=Locale:Timeserv=192.168.231.99:LeaseTim=84600:LeaseNeg: Locale > Macro :UTCoffst=0: SBootFile Symbol > Vendor=SUNW.i86pc,17,ASCII,1,0 SbootURI Symbol > Vendor=SUNW.i86pc,16,ASCII,1,0 SjumpsCF Symbol > Vendor=SUNW.i86pc,14,ASCII,1,0 SsysidCF Symbol > Vendor=SUNW.i86pc,13,ASCII,1,0 SinstPTH Symbol > Vendor=SUNW.i86pc,12,ASCII,1,0 SinstNM Symbol > Vendor=SUNW.i86pc,11,ASCII,1,0 SinstIP4 Symbol > Vendor=SUNW.i86pc,10,IP,1,1 SrootPTH Symbol > Vendor=SUNW.i86pc,4,ASCII,1,0 SrootNM Symbol > Vendor=SUNW.i86pc,3,ASCII,1,0 SrootIP4 Symbol > Vendor=SUNW.i86pc,2,IP,1,1 > > > and pntadm > > Client ID Flags Client IP Server IP Lease Expiration > Macro Comment > > 0100144F40D8A3 00 172.30.6.209 172.30.6.210 02/25/2010 > 0100144F40D8A3 tn0osn01-jump > > Its just dhcp thats not giving it an address, yesterday everything > installed fine > on its own. > > Apprecaite ANY ideas at all. Is DHCP not handing out the address or, is it seeing the address already in use ? what does dhcpd -dvvv show ? -- Bruce "The internet is a huge and diverse community and not every one is friendly" http://www.ytc1.co.uk
From: cconnell_1 on 22 Feb 2007 19:43 On 22 Feb, 21:13, Bruce Porter <b...(a)ytc1NOARGEYSPAM.co.uk> wrote: > On Thu, 22 Feb 2007 06:53:57 -0800, cconnell_ wrote: > > > We have set up jumpstart and it worked yesterday after being in the data > > centre all night :-( > > Should have used JET :-) > > > but today stopped working. Sol 10 01/06. We noticed > > that the jumpstart client booted only when we changed the lease in the > > pntadm database which was really strange. The lease previously said > > 'zero'. So I think this has something to do with it. Using e1000g cards. > > Should be "forever" > > > > > > > > > Here is what the dhcp server keeps saying. Our server is 172.30.6.210, > > client > > is 172.30.6.209. > > > 45dda8e3: Datagram received on network device: e1000g3(limited broadcast) > > 45dda8e3: Client: 0100144F40D8A3 has DYNAMIC 172.30.6.209 owned by > > server: 172.30.6.210. > > > Here is the output of dhtadm -P > > > Name Type Value > > ================================================== 0100144F40D8A3 > > Macro :SinstPTH="/jumpstart/ > > solaris10":SrootPTH="/jumpstart/solaris10/Solaris_10/Tools/ > > Boot":SrootNM="OSN_Master_flash":SrootIP4=172.30.6.210:SinstIP4=172.30.6.210:SinstNM="OSN_Master_flash":BootSrvA=172.30.6.210:SjumpsCF="172.30.6.210:/ > > jumpstart":SsysidCF="172.30.6.210:/jumpstart/sysidcfg/tn0osn01- > > jump":SBootFile="0100144F40D8A3": > > PXEClient:Arch:00000:UNDI:002001 > > Macro > > :BootFile="pxegrub.I86PC.Solaris_10-1":BootSrvA=172.30.6.210: 172.30.6.208 > > Macro :Subnet=255.255.255.248:RDiscvyF=1:Broadcst=172.30.6.215: > > tn0osn02 > > Macro > > :Include=Locale:Timeserv=192.168.231.99:LeaseTim=84600:LeaseNeg: Locale > > Macro :UTCoffst=0: SBootFile Symbol > > Vendor=SUNW.i86pc,17,ASCII,1,0 SbootURI Symbol > > Vendor=SUNW.i86pc,16,ASCII,1,0 SjumpsCF Symbol > > Vendor=SUNW.i86pc,14,ASCII,1,0 SsysidCF Symbol > > Vendor=SUNW.i86pc,13,ASCII,1,0 SinstPTH Symbol > > Vendor=SUNW.i86pc,12,ASCII,1,0 SinstNM Symbol > > Vendor=SUNW.i86pc,11,ASCII,1,0 SinstIP4 Symbol > > Vendor=SUNW.i86pc,10,IP,1,1 SrootPTH Symbol > > Vendor=SUNW.i86pc,4,ASCII,1,0 SrootNM Symbol > > Vendor=SUNW.i86pc,3,ASCII,1,0 SrootIP4 Symbol > > Vendor=SUNW.i86pc,2,IP,1,1 > > > and pntadm > > > Client ID Flags Client IP Server IP Lease Expiration > > Macro Comment > > > 0100144F40D8A3 00 172.30.6.209 172.30.6.210 02/25/2010 > > 0100144F40D8A3 tn0osn01-jump > > > Its just dhcp thats not giving it an address, yesterday everything > > installed fine > > on its own. > > > Apprecaite ANY ideas at all. > > Is DHCP not handing out the address or, is it seeing the address already > in use ? > > what does dhcpd -dvvv show ? > > -- > Bruce > > "The internet is a huge and diverse community and > not every one is friendly" > http://www.ytc1.co.uk - Hide quoted text - > > - Show quoted text - We found out the problem is because we used a seperate interface and hostname to do jumpstart, it does not offer the dhcp address to the client 'unless' it is owned in pntadm by the ip actual ip address of the server. So changing the server ip to the actual server ip which corresponds to the host/nodename ip fixed it - why I dont know. However I have a feeling this is related to x4200's, yes I know it doesnt make sense, but I havent seen it happen on previous installations on different hardware. The same problem is here which was co-incidentally on a similar platform http://www.sunmanagers.org/pipermail/summaries/2007-February/007965.html
From: Bruce Porter on 23 Feb 2007 14:43 On Thu, 22 Feb 2007 16:43:58 -0800, cconnell_ wrote: > On 22 Feb, 21:13, Bruce Porter <b...(a)ytc1NOARGEYSPAM.co.uk> wrote: >> On Thu, 22 Feb 2007 06:53:57 -0800, cconnell_ wrote: >> >> > We have set up jumpstart and it worked yesterday after being in the >> > data centre all night :-( >> >> Should have used JET :-) >> >> > but today stopped working. Sol 10 01/06. We noticed that the jumpstart >> > client booted only when we changed the lease in the pntadm database >> > which was really strange. The lease previously said 'zero'. So I think >> > this has something to do with it. Using e1000g cards. >> >> Should be "forever" >> >> >> >> >> >> >> >> > Here is what the dhcp server keeps saying. Our server is 172.30.6.210, >> > client >> > is 172.30.6.209. >> >> > 45dda8e3: Datagram received on network device: e1000g3(limited >> > broadcast) 45dda8e3: Client: 0100144F40D8A3 has DYNAMIC 172.30.6.209 >> > owned by server: 172.30.6.210. >> >> > Here is the output of dhtadm -P >> >> > Name Type Value >> > ================================================== 0100144F40D8A3 >> > Macro :SinstPTH="/jumpstart/ >> > solaris10":SrootPTH="/jumpstart/solaris10/Solaris_10/Tools/ >> > Boot":SrootNM="OSN_Master_flash":SrootIP4=172.30.6.210:SinstIP4=172.30.6.21�0:SinstNM="OSN_Master_flash":BootSrvA=172.30.6.210:SjumpsCF="172.30.6.210:/ >> > jumpstart":SsysidCF="172.30.6.210:/jumpstart/sysidcfg/tn0osn01- >> > jump":SBootFile="0100144F40D8A3": >> > PXEClient:Arch:00000:UNDI:002001 >> > Macro >> > :BootFile="pxegrub.I86PC.Solaris_10-1":BootSrvA=172.30.6.210: >> > :172.30.6.208 >> > Macro >> > :Subnet=255.255.255.248:RDiscvyF=1:Broadcst=172.30.6.215: tn0osn02 >> > Macro >> > :Include=Locale:Timeserv=192.168.231.99:LeaseTim=84600:LeaseNeg: >> > :Locale >> > Macro :UTCoffst=0: SBootFile >> > Symbol >> > Vendor=SUNW.i86pc,17,ASCII,1,0 SbootURI Symbol >> > Vendor=SUNW.i86pc,16,ASCII,1,0 SjumpsCF Symbol >> > Vendor=SUNW.i86pc,14,ASCII,1,0 SsysidCF Symbol >> > Vendor=SUNW.i86pc,13,ASCII,1,0 SinstPTH Symbol >> > Vendor=SUNW.i86pc,12,ASCII,1,0 SinstNM Symbol >> > Vendor=SUNW.i86pc,11,ASCII,1,0 SinstIP4 Symbol >> > Vendor=SUNW.i86pc,10,IP,1,1 SrootPTH Symbol >> > Vendor=SUNW.i86pc,4,ASCII,1,0 SrootNM Symbol >> > Vendor=SUNW.i86pc,3,ASCII,1,0 SrootIP4 Symbol >> > Vendor=SUNW.i86pc,2,IP,1,1 >> >> > and pntadm >> >> > Client ID Flags Client IP Server IP Lease >> > Expiration >> > Macro Comment >> >> > 0100144F40D8A3 00 172.30.6.209 172.30.6.210 02/25/2010 >> > 0100144F40D8A3 tn0osn01-jump >> >> > Its just dhcp thats not giving it an address, yesterday everything >> > installed fine >> > on its own. >> >> > Apprecaite ANY ideas at all. >> >> Is DHCP not handing out the address or, is it seeing the address already >> in use ? >> >> what does dhcpd -dvvv show ? >> >> -- >> Bruce >> >> "The internet is a huge and diverse community and not every one is >> friendly" >> http://www.ytc1.co.uk - Hide quoted text - >> >> - Show quoted text - > > We found out the problem is because we used a seperate interface and > hostname to do jumpstart, it does not offer the dhcp address to the client > 'unless' it is owned in pntadm by the ip actual ip address of the server. > So changing the server ip to the actual server ip which corresponds to the > host/nodename ip fixed it - why I dont know. However I have a feeling this > is related to x4200's, yes I know it doesnt make sense, but I havent seen > it happen on previous installations on different hardware. > Again , JET , JumpStart Enterprise Toolikit available at http://www.sun.com/downloads is able to handle this via the server_interfaces file. And would have saved you a lot of headaches > The same problem is here which was co-incidentally on a similar platform > http://www.sunmanagers.org/pipermail/summaries/2007-February/007965.html -- Bruce "The internet is a huge and diverse community and not every one is friendly" http://www.ytc1.co.uk
|
Pages: 1 Prev: Process - time wait Next: Solaris 10u3 jumpstart fails with 38e00 |