rpc.bootparamd: get_ip_route: no route found for client
hello all,
i have a jumpstart server (ultra10, solaris 8) that works very well to install clients on the same network, 192.168.10.0.
Now, i have to install machines on other network 192.168.20.0
So, on jumpstart server, i added a new virtual interface and i have:
mary2-root% ifconfig -a
hme0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 192.168.10.81 netmask ffffff00 broadcast 192.168.10.255
ether 8:0:20:9a:23:8c
hme0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 192.168.20.81 netmask ffffff00 broadcast 192.168.20.255
I'm trying to install a T2000 on new network, and i got:
T2000 boot on the network and get its IP adress without trouble.
OS tbegins to boot
at a moment, nothing happens:
Using RPC Bootparams for network configuration information.
Attempting to configure interface ipge3...
Skipped interface ipge3
Attempting to configure interface ipge2...
Skipped interface ipge2
Attempting to configure interface ipge1...
Skipped interface ipge1
Attempting to configure interface ipge0...
Configured interface ipge0
<CTLR+C>
looking at rpc.bootparamd on jumpstart server in debug mode, i notice:
jumpstart-root% /usr/sbin/rpc.bootparamd -d
in debug mode.
...
interface_addr = 192.168.20.81.
interface_mask = 255.255.255.0
61 records for ipRouteEntryTable
get_ip_route: no route found for client
Whoami returning name = t2000, router address = 0.0.0.0
getfile_1: file is "jumpstart" 19.168.20.81
"/datas4/export/install/Solaris_10.0_06-06/Solaris_10/Tools/Boot"
How can i add route for client?
PS: after doing CTRL+C on client, i have prompt, so i can add default route.
According to this thread:
http://www.opensolaris.org/jive/thread.jspa?messageID=37976&tstart=0#37976
it seems possible to continue jumpstart.
But, /tmp/.jumpstart doesn't exist, and install-solaris give many errors:
Executing finish script "patch_finish"...
/sbin/install-solaris: pfinstall: not found
Can't open /cdrom/.cdtoc
mkdir: Failed to make directory "/a/var/sadm/patch"; No such file or directory
...
Thanks for help,
gerard

