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