1753259 Members
5589 Online
108792 Solutions
New Discussion юеВ

Re: boot helper problem

 

boot helper problem

Hello,
I like to make a boot helper system (to connect to a ignite server in an other subnet). The steps are:
Step 1: Install the Ignite-UX minimum core functionality onto the helper system
(I already installed ignite on my system)
Step 2: On the helper, run the following command to point the INSTALLFS at the correct Ignite-UX server:

# /opt/ignite/bin/instl_adm -t

Verify that INSTALLFS is referencing the correct Ignite-UX server, and gateway for your subnet:

# /opt/ignite/bin/instl_adm -d

Here is the problem:
# /opt/ignite/bin/instl_adm -t xxx.xxx.xxx.xxx
instl_adm: Cannot open file: "": No such file or directory
(xxx.xxx.xxx.xxx = ip ignite server in other subnet)
does anybody knows why the instl_adm command doesn't work?
Thanks,
Robert Verhagen.
3 REPLIES 3
Tim Adamson_1
Honored Contributor

Re: boot helper problem

Hi Robert,

The documentation I have also says to install what you have stated. However, the instl_adm file belongs in the Ignite-UX.MGMT-TOOLS fileset on the later versions of Ignite-UX.

So I would include Ignite-UX.MGMT-TOOLS. In fact I typically install the full product.

I know the boot helper works because I use it too.


Cheers!!!
Yesterday is history, tomorrow is a mystery, today is a gift. That's why it's called the present.
Robert-Jan Goossens
Honored Contributor

Re: boot helper problem

Hi Robert,

Was the following error message you wrote, an output from the instl_adm command ???

(xxx.xxx.xxx.xxx = ip ignite server in other subnet)

Otherwise,

Date: 5/24/00
Document description: make_recovery fails instl:adm cannot open /var/tmp/tmp_cfg_file
Document id: KBRC00000320

http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063199627

Hope it helps,

Robert-Jan.

Re: boot helper problem

the message was from the instl_adm command.
I can't get it work so I put the client computer in the subnet of the ignite server (by vlan).
Everything works again.
Thanks for the help.