Operating System - HP-UX
1748265 Members
4131 Online
108760 Solutions
New Discussion юеВ

Re: add new client for recovery

 
John Carver
Frequent Advisor

add new client for recovery

I am attempting to add new client for recovery in Ignite. I get the error message:
Could not determine if the IUX server supports archives for the HP-UX release of the system: "fully qualified hostname". make_net_recovery may not work properly.
When I ok through the message, the next message states the addition was successful and to select the icon, but the icon nevers appears.
I can rlogin into the client from the server and both systems are running version 11.00.
7 REPLIES 7
Kellogg Unix Team
Trusted Contributor

Re: add new client for recovery

How does /etc/hosts file of your (new) client looks like?
work is fun ! (my manager is standing behind me!!)
John Carver
Frequent Advisor

Re: add new client for recovery

I just checked the /etc/hosts file on the client and all looks ok.
James Murtagh
Honored Contributor

Re: add new client for recovery

Hi John,

The Ignite-UX server uses tftp to verify the Ignite version on the client. You must ensure the following entry is in /etc/inetd.conf (hope the format is OK) :

tftp dgram udp wait root /usr/lbin/tftpd tftpd /opt/ignite /var/opt/ignite

You then need to run inetd -c to refresh the inetd daemon.

Regards,

James.
John Carver
Frequent Advisor

Re: add new client for recovery

Checked the entry in inetd.conf, made a slight adjustment to make 1 line out of 3.
Ran inetd -c. No change.
James Murtagh
Honored Contributor

Re: add new client for recovery

Hi John,

What system did you run this on? This needs to be done on the client. Actually, keep the 3 lines, it was my pasting that changed the format.

Regards,

James.
Kellogg Unix Team
Trusted Contributor

Re: add new client for recovery

If /etc/hosts entries are OK, then check if tftp is configured on the client or not. Please look at the Doc ID# UIUXKBRC00010546 at ITRC . Here is the link -

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

Rgds
...Manjeet
work is fun ! (my manager is standing behind me!!)
John Carver
Frequent Advisor

Re: add new client for recovery

I had an entry in inetd.sec on the client that
allowed only localhost. Once I commented out
the entry I am moving forward. At this moment I am creating an archive. I will post a comment
when I am successful.