- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- failed to boot the client from ignite server conso...
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
03-11-2005 09:16 AM
03-11-2005 09:16 AM
failed to boot the client from ignite server console
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2005 09:31 AM
03-11-2005 09:31 AM
Re: failed to boot the client from ignite server console
You might get some clues.
You know that you can only boot ignite via the built in lan card? If you are trying to boot off an add in card, that could be a cause of failure.
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
03-11-2005 09:41 AM
03-11-2005 09:41 AM
Re: failed to boot the client from ignite server console
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 02:14 AM
03-14-2005 02:14 AM
Re: failed to boot the client from ignite server console
ERROR: The install server's IP address is not set. See instl_adm(1M) on how to set the default on the server. Failed to startup networking, user interaction required
The instl_adm -d on the server is :-
server="10.76.44.12"
netmask[]="255.255.255.240"
route_gateway[0]="10.76.44.1"
route_destination[0]="default"
which is its own ip address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 02:42 AM
03-14-2005 02:42 AM
Re: failed to boot the client from ignite server console
Then look in the file host.info
Are these informations correct?
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 02:59 AM
03-14-2005 02:59 AM
Re: failed to boot the client from ignite server console
Use the following procedure to resolve this issue:
1. instl_adm -d>/tmp/cfg
2. vi /tmp/config and add the following
line:
server="ip_address"
3. instl_adm -f /tmp/cfg
4. Ensure that the changes have occurred:
instl_adm -d
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 03:09 AM
03-14-2005 03:09 AM
Re: failed to boot the client from ignite server console
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 03:36 AM
03-14-2005 03:36 AM
Re: failed to boot the client from ignite server console
As I understand right the only thing, which does not work is - Boot Client - from the server GUI for install. I want only mention that this is only working if your client is already up. This option is only for reinstallation of clients. Just to prevent missunderstandings.
This option don't need a boot-helper. The server login to client and collect all the data
he need for buiding a WSINSTALL file on the client. Then the client is booting and popup in the server GUI for install. The client needs therefore no boot-helper because it does not need a dhcp-adress from the boot-helper. The client use it's own ip-adress and gateway, which he has had before.
So if you try to install a system that isn't already up with the -Boot Client> option from the GUI, you will fail. In this case it will only work with the boot-helper.
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 04:08 AM
03-14-2005 04:08 AM
Re: failed to boot the client from ignite server console
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 04:19 AM
03-14-2005 04:19 AM
Re: failed to boot the client from ignite server console
DO this in the GUI
Menu->Options->Server Configurations->Server Options
What value has the
"Run client installation UI from."
I think you have to set it to "server" before you boot the client from server gui.
Check that you had not get any errors when you boot the client from the gui in the terminal window.
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2005 07:04 AM
03-18-2005 07:04 AM
Re: failed to boot the client from ignite server console
thanks everyone