- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ignite across different network segment
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
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
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
03-21-2002 02:23 AM
03-21-2002 02:23 AM
Ignite across different network segment
From the whitepaper of Ignite Unix, it clearly showed that each network segment require a dedicated Ignite server in order to do the ignite backup. Suppose now I want to consolidate all image files into a single server hard-drive, so it require me to setup those segment ignite server, and then do the ftp to the consolidate one? Or I should have a better method to do so? Thx.
Bgds,
Gordon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 02:30 AM
03-21-2002 02:30 AM
Re: Ignite across different network segment
You will need to set up a boot helper system to boot and backup across different subnet's
See admin guide !
Suc6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 02:30 AM
03-21-2002 02:30 AM
Re: Ignite across different network segment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 02:41 AM
03-21-2002 02:41 AM
Re: Ignite across different network segment
For the boot helper system to boot and backup , I do check it out from the admin guide, but seems quite hard to understand. Any solid example that can help?
Bgds,
Gordon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 02:51 AM
03-21-2002 02:51 AM
Re: Ignite across different network segment
if you want to reinstall a system (it has already a system load), you can just call the bootsys command on the ignite server, e.g.:
bootsys -avf host
If you have to boot from the network you can simply setup a boothelper:
Install the ignite-ux package at your boothelper, then execute for minimal setup:
instl_adm -b # clean default config
instl_adm -t ServerIP # enter address of Igniteserver
instl_adm -m NetMask # enter your netmask, if not default
edit /etc/opt/ignite/instl_boottab and add one or more ip-addresses for temporal use
Maybe you want to setup additional values like default gateway, if your system does not support proxy-arp.
Heiner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 05:59 AM
03-21-2002 05:59 AM
Re: Ignite across different network segment
In the setting up a boot helper doc, after it tells you to install, it gives you a file to edit and point to your ignite server and give a temporary address for the boot helper to boot your new machine to. That is all you need to do. Then when you install on the other subnet, you use 'boot lan.ipoftheboothelper install' instead of 'boot lan.ipoftheigniteserver install".
Sorry I am not more specific, but I am out of town.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 07:27 AM
03-21-2002 07:27 AM
Re: Ignite across different network segment
You don't need dedicated ignite server on each segment / subnet. You can have one ignite server and setup boot helper for other subnets,
Take a look at this thread,
http://www.software.hp.com/products/IUX/iux_faq
Look at section 6.10 .
Here is another thread,
http://www.software.hp.com/products/IUX/docs/sysadm.html#Chapter-6
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 05:48 PM
03-26-2002 05:48 PM
Re: Ignite across different network segment
Thx for all your effort, now I seems to able to setup the Ignite server, and able to "Create Network Image across different network segment machine", however, I have one Q about the recover, like those command "bootsys", it require the OS is up and running fine, suppose my system hang and core dump, and then reboot, can I recover the machine in the ISL boot prompt? I checked out the menu, they said press "ESC" at the bootup interrupt prompt
BOOT ADMIN>
I cannot do it as I just get the normal menu which can enter pa, bo... etc. I do try to type "search lan install" at this prompt but no boot device were found... any idea, thx.
Bgds,
Gordon