Operating System - HP-UX
1754876 Members
5582 Online
108827 Solutions
New Discussion юеВ

make_net_recovery completed unsuccessfully

 
Nitsulenko Sergey
Frequent Advisor

make_net_recovery completed unsuccessfully

Excuse me.

#/opt/ignite/bin/make_net_recovery -s archive -v
.....
.....
ERROR: Connnection to the server:archive failed.
-----
The servers see each other orderly in network, On archive in /etc/exports :
/var/opt/ignite/clients -anon=2
NFS serv. is started.

Can You help me.
Thank's.
sin
5 REPLIES 5
Cheryl Griffin
Honored Contributor

Re: make_net_recovery completed unsuccessfully

Use the example in the FAQ in /opt/ignite/share/doc to configure tftp.

The formatting is probably going to look terrible here, but you may be missing this in your inetd.conf:
tftp dgram udp wait root /usr/lbin/tftpd tftpd /opt/ignite /var/opt/ignite

if not, fix inetd.conf and run "inetd -c". Kill any "tftpd" processes that may be running.
Cheryl
"Downtime is a Crime."
Cheryl Griffin
Honored Contributor

Re: make_net_recovery completed unsuccessfully

Posting forward slashes to the Forums does not work. So check the FAQ because there are slashes in that line that is not showing up here.

Cheryl
"Downtime is a Crime."
Nitsulenko Sergey
Frequent Advisor

Re: make_net_recovery completed unsuccessfully

I has found the discrepancy of versions (on Ignite Server - below). I has instaled the last. It's Ok, but it wants to mount /var/opt/ignite/recovery/...... now, rather then /var/opt/ignite/clients.
:))
Thank You!
sin
John J Read
Frequent Advisor

Re: make_net_recovery completed unsuccessfully

Looks like your syntax is off.

-s should be the ignite server. Unless the hostname of yours is archive..

make_net_recovery -s hostname -v.

hostname=hostname of your ignite server.

-jr
John J Read
Frequent Advisor

Re: make_net_recovery completed unsuccessfully

forgive me.. Looks like your server's name is archive.. Threw me off. I'll think about this one more..