1849874 Members
3906 Online
104045 Solutions
New Discussion

Re: make_recovery

 
Sprint Unix Team
Frequent Advisor

make_recovery

Iam trying to make_recovery using ignite GUI. I was successful with some of the servers on the same vlan. Now that I have some servers on the other side of the firewalls and these servers are bastion/trusted hosts. Ignite fails..

I try to do rexec on the command line to see remsh works fine..but i get the following message :

rexec 10.11.xxx.xx -l smith -n bdf
password (10.11.xxx.xx:smith):
rexec: connect:10.11.xxx.xx: connection refused

can anybody give a correct solution for this??
Points will be assigned to the correct solution.
2 REPLIES 2
Sridhar Bhaskarla
Honored Contributor

Re: make_recovery

exec is commented out in /etc/inetd.conf
file.

Uncommment and restart inetd

inetd -c

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Sridhar Bhaskarla
Honored Contributor

Re: make_recovery

Above will definitely fix your problem. Since it is commented out, I assume, you might have disabled exec service also. So, you need to do the following in addition to the above

1. Check /etc/services and uncomment exec if it is commented
2. Check /var/adm/inetd.sec file and add
"exec allow IP_OF_IGNITE_SERVER" if You need
an entry like "exec deny"

Refresh inetd.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try