Operating System - HP-UX
1833271 Members
3297 Online
110051 Solutions
New Discussion

Installing a Client which is differnt netwook

 
manu_8
Occasional Contributor

Installing a Client which is differnt netwook

I have a client running HP 11.00 and is residing in a differnt network as my ignite server.when my client use to be in local network i use to use hpux > boot lan.ipadress_of _ignite_server install and use to install my client.In this case what are the options which i have to boot a client.
6 REPLIES 6
Mei Jiao
Respected Contributor

Re: Installing a Client which is differnt netwook

Hi,

Just for a reference:
"Booting Client Systems from the Network" <>
Steven E. Protter
Exalted Contributor

Re: Installing a Client which is differnt netwook

It is possible to set up a boot helper, which will allow you to boot an ignite client off a server on another network. The boot helper essentially exists on both networks.

There are limits outlined in the docs in the previous post as far as what you can an can not do.

Understand that you can only boot an Ignite client off the Built in Lan Card. The image push can be on any lan card thats up an configured.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
manu_8
Occasional Contributor

Re: Installing a Client which is differnt netwook

if the client system is up and i dont want to set up a boot helper system.Is there any other way to install the same using ignite server.
Bernhard Mueller
Honored Contributor

Re: Installing a Client which is differnt netwook

Hi,

if your client has a local tape drive you can boot it from a boot tape and continue recovery from an ignite server.

man make_boot_tape

Regards
Bernhard
Bernhard Mueller
Honored Contributor

Re: Installing a Client which is differnt netwook

... and if your client is up you can install from the ignite server gui (as long as there are no other blocking issues such as a firewall etc.)

Regards
Bernhard
Pratyush Paul_1
Valued Contributor

Re: Installing a Client which is differnt netwook

Hi -

you do not need any boot help server to ignite a system, which is on a different subnet. Just modify the system with the following info.

server="IP_ADDRESS_of_ignite_server"
netmask[]="0xfffffe00"
route_gateway[0]="IP_address_of_therouter"
route_destination[0]="default"
run_ui=false
control_from_server=true
init _hp_nfs_mount_retries=8
init _hp_nfs_mount_opts="-oretry=4 -oretrans=8 -otimeo=14"
init _hp_tftp_cmds="rexmt 5
timeout 40"
disable_dhcp=true
init _hp_lanadmin_args="-S 1"
# end instl_adm defaults.

This is what you have to do.

#instl_adm -d >/tmp/cfg
#vi /tmp/cfg (edit the same way as above)
#instl_adm -f /tmp/cfg
#instl_adm -d ( just to make sure)

Now go ahead and ignite...you will never need any boot helper to ignite your system in the data center.

Thanks

Pratyush

Die Hard