Browse Community
Help
Log In
Responses(3)
Solutions(0)
ble1
4 Operator
•
14.4K Posts
0
July 6th, 2011 05:00
Can you explain in more details what is failing? Is it RPC or something else?
zhernandez
2 Posts
July 26th, 2011 03:00
Hello,
The problem is the next:
If we configure AIX clients for the Networker version 7.6.1 and after we tried to configure Weblogic in same clients, Networker does not work:
(this is the output from AIX client):
cmcamds3sv /etc>recover -s legato
recover: Failed to resolve the IPv6 localhost address ::1. Please verify an entry for the IPv6 localhost address exists in your /etc/hosts file.
In host file:
cmcamds3sv /etc>cat irs.conf
hosts local
hosts dns4
cmcamds3sv /etc>cat netsvc.conf
hosts=local4,bind4
cmcamds3sv /etc>env | grep ORDER
NSORDER=local4,bind4
If we change the NSORDER variable, it works:
cmcamds3sv /etc>export NSORDER=local,bind4
Current working directory is /etc/
But:
The environment variable NSORDER overrides the host settings in the /etc/netsvc.conf file
We find the next conclusions:
1. We have to ignore NSORDER or define this variable as same values as netsvc.conf
2. To make that weblogic works, netsvc have to have got: local4,bind4 (and NSORDER must have the same values)
3. If we configure values as point 2, NetWorker does not work.
4. If we configure legato to works, weblogic not works.
5. We have not IPv6 in our environment or Network.
Do you have any idea about why is it happening?
July 29th, 2011 09:00
What is says is that you have IPv6 enabled on host and ::1 (localhost) is found, but this is not defined in /etc/hosts. Define it there and this error should disappear.
Dell Support Resources
View All
Top
ble1
4 Operator
•
14.4K Posts
0
July 6th, 2011 05:00
Can you explain in more details what is failing? Is it RPC or something else?
zhernandez
2 Posts
0
July 26th, 2011 03:00
Hello,
The problem is the next:
If we configure AIX clients for the Networker version 7.6.1 and after we tried to configure Weblogic in same clients, Networker does not work:
(this is the output from AIX client):
cmcamds3sv /etc>recover -s legato
recover: Failed to resolve the IPv6 localhost address ::1. Please verify an entry for the IPv6 localhost address exists in your /etc/hosts file.
In host file:
cmcamds3sv /etc>cat irs.conf
hosts local
hosts dns4
cmcamds3sv /etc>cat netsvc.conf
hosts=local4,bind4
cmcamds3sv /etc>env | grep ORDER
NSORDER=local4,bind4
If we change the NSORDER variable, it works:
cmcamds3sv /etc>export NSORDER=local,bind4
cmcamds3sv /etc>recover -s legato
Current working directory is /etc/
But:
The environment variable NSORDER overrides the host settings in the /etc/netsvc.conf file
We find the next conclusions:
1. We have to ignore NSORDER or define this variable as same values as netsvc.conf
2. To make that weblogic works, netsvc have to have got: local4,bind4 (and NSORDER must have the same values)
3. If we configure values as point 2, NetWorker does not work.
4. If we configure legato to works, weblogic not works.
5. We have not IPv6 in our environment or Network.
Do you have any idea about why is it happening?
ble1
4 Operator
•
14.4K Posts
0
July 29th, 2011 09:00
What is says is that you have IPv6 enabled on host and ::1 (localhost) is found, but this is not defined in /etc/hosts. Define it there and this error should disappear.