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

[2387 byte] By [screen1984] at [2007-11-26 10:30:03]
# 1

ok, found the answer with help of this thread:

http://forum.sun.com/jive/thread.jspa?forumID=292&threadID=80218

look at /etc/bootparams and be sure that IP or name of the server refers to host on the second network

t2000 root=js-new:/datas4/export/install/Solaris_10.0_06-06/Solaris_10/Tools/Boot install=js-new:/datas4/export/install/Solaris_10.0_06-06 boottype=:in sysid_config=js-new:/datas/jumpstart/Sysidcfg/Solaris_10_x86 install_config=js-new:/datas/jumpstart rootopts=:rsize=8192 ns=:nis

js = 192.168.10.81

js-new = 192.168.20.81

screen1984 at 2007-7-7 2:36:21 > top of Java-index,General,Installation...