The U45 (sun4u) system fail again using the ISC DHCP server.
When I switched back to the SUN dhcp server the install works 
just fine.  - Tom 



On Wednesday, 27 July 2011 at 16:01, Tom Warner wrote:

> 
> Hi Ethan, 
> 
> I ran it (dhcpinfo DNSserv) in a loop every 10 seconds. It took 
> 360 seconds before I got a response.  I swapped out the U45 with
> something more modern (T5220) and my install is working.  
> 
> I'll try Ultra 45 again using the ISC DHCP server. The failure
> was consistent so I'd expect it to fail again. If it does I'll 
> use the SUN DHCP server to see if works there.  
> 
> Thanks, 
> - Tom 
> 
> 
> 
> On Wednesday, 27 July 2011 at 09:07, Ethan Quach wrote:
> 
> > Tom,
> > 
> > Someone else has actually seen this on Sparc with build 170 as well.
> > In that scenario, the DHCP server was also an ISC DHCP server,
> > though we don't know if that makes a difference.
> > 
> > After the failure, does running "/sbin/dhcpinfo DNSserv" return anything?
> > 
> > Is there anyway for you to test if using a Sun DHCP server with this
> > system works?
> > 
> > 
> > thanks,
> > -ethan
> > 
> > 
> > On 07/26/11 12:52, Tom Warner wrote:
> > >Hello,
> > >
> > >Any know issues around SPARC system (sun4u) not resolving the repo server
> > >during and AI install?
> > >
> > >X86 system seem to work just fine but I cannot get past the target
> > >checkpoint to be sure.
> > >
> > >Thanks, tom
> > >
> > >AI server is build 170 using the ISC dhcp server dhcpd4.conf
> > >file created by installdm.  (and modified by me).
> > >
> > >
> > >root@solaris:~# uname -vp ;ls /etc/resolv.conf ;getent hosts 
> > >ipkg.us.oracle.com
> > >
> > >snv_170 sparc
> > >/etc/resolv.conf: No such file or directory
> > >root@solaris:~#
> > >
> > >root@solaris:~# uname -vp ;ls /etc/resolv.conf ;getent hosts 
> > >ipkg.us.oracle.com
> > >snv_170 i386
> > >/etc/resolv.conf
> > >10.134.6.21     ipkg.us.oracle.com
> > >root@solaris:~#
> > >
> > >
> > >
> > >root@solaris:~# tail /system/volatile/install_log
> > >   File
> > >"/usr/lib/python2.6/vendor-packages/pkg/client/transport/transport.py", 
> > >line 453, in wrapper
> > >     return f(instance, *fargs, **f_kwargs)
> > >   File
> > >"/usr/lib/python2.6/vendor-packages/pkg/client/transport/transport.py", 
> > >line 932, in get_publisherdata
> > >     operation="publisher", versions=[0], ccancel=ccancel):
> > >   File
> > >"/usr/lib/python2.6/vendor-packages/pkg/client/transport/transport.py", 
> > >line 2004, in __gen_repo
> > >     raise fail
> > >TransportFailures: Framework error: code: 6 reason: Couldn't resolve
> > >host 'ipkg.us.oracle.com'
> > >URL: 'http://ipkg.us.oracle.com/solaris11/dev/versions/0/'.
> > >
> > >
> > >root@solaris:~#
> > >
> > >
> > >
> > >tributary# cat /etc/inet/dhcpd4.conf
> > ># dhcpd.conf
> > >#
> > ># Configuration file for ISC dhcpd
> > ># (created by installadm(1M))
> > >#
> > >
> > ># global option definitions, common to all subnets
> > >option domain-name "us.oracle.com";
> > >option domain-name-servers 130.35.249.41, 130.35.249.52, 144.20.190.70;
> > >
> > >default-lease-time 900;
> > >max-lease-time 86400;
> > >
> > ># If this DHCP server is the official DHCP server for the local
> > ># network, the authoritative directive should be uncommented.
> > >authoritative;
> > >
> > ># Set logging facility (accompanies setting in syslog.conf)
> > >log-facility local7;
> > >
> > >subnet 10.6.138.0 netmask 255.255.255.0 {
> > >   option broadcast-address 10.6.138.255;
> > >   option routers 10.6.138.254;
> > >   next-server 10.6.138.140;
> > >}
> > >
> > >class "SPARC" {
> > >   match if not (substring(option vendor-class-identifier, 0, 9) = 
> > > "PXEClient");
> > >   filename "http://10.6.138.140:5555/cgi-bin/wanboot-cgi";;
> > >}
> > >host fisheye-138 {
> > >   hardware ethernet 00:14:4F:23:8C:4A;
> > >   fixed-address fisheye-138.sfbay.sun.com;
> > >}
> > >
> > >class "PXEBoot" {
> > >   match if (substring(option vendor-class-identifier, 0, 9) = 
> > > "PXEClient");
> > >   filename "tb-170-x86/boot/grub/pxegrub";
> > >}
> > >
> > >host 00144F2A23DC {
> > >   hardware ethernet 00:14:4F:2A:23:DC;
> > >   filename "0100144F2A23DC";
> > >   fixed-address turbulent.sfbay.sun.com;
> > >}
> > >tributary#
> > >
> > >_______________________________________________
> > >caiman-discuss mailing list
> > >[email protected]
> > >http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
> > _______________________________________________
> > caiman-discuss mailing list
> > [email protected]
> > http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
> _______________________________________________
> caiman-discuss mailing list
> [email protected]
> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

Reply via email to