- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Installing a Client which is differnt netwook
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 03:56 PM
11-25-2003 03:56 PM
Installing a Client which is differnt netwook
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 05:46 PM
11-25-2003 05:46 PM
Re: Installing a Client which is differnt netwook
Just for a reference:
"Booting Client Systems from the Network" <>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 06:31 PM
11-25-2003 06:31 PM
Re: Installing a Client which is differnt netwook
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 06:49 PM
11-25-2003 06:49 PM
Re: Installing a Client which is differnt netwook
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 07:52 PM
11-25-2003 07:52 PM
Re: Installing a Client which is differnt netwook
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 07:57 PM
11-25-2003 07:57 PM
Re: Installing a Client which is differnt netwook
Regards
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2003 01:40 AM
11-27-2003 01:40 AM
Re: Installing a Client which is differnt netwook
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