AIX with 2 Net Interfaces lose connectivity


 
Thread Tools Search this Thread
Operating Systems AIX AIX with 2 Net Interfaces lose connectivity
# 15  
Old 07-08-2014
So, you when you do
nslookup <tsm server> you get what?

If you are relying on local /etc/hosts file for name resolution, then go ahead and add the entry for tsm server on the client's hosts file.
# 16  
Old 07-08-2014
Quote:
Originally Posted by ibmtech
So, you when you do
nslookup <tsm server> you get what?

If you are relying on local /etc/hosts file for name resolution, then go ahead and add the entry for tsm server on the client's hosts file.
no we are not using DNS to resolve this

since DNS resolve only 10.10.10.x IPs that are used by our customer and they added an entry in /etc/host to resolve by name and IP this AIX-TSM Server
# 17  
Old 07-08-2014
Ok. So, this x.x.20.11 is a private network.

So, how did you configure the IP (ent1 - 10.10.20.11)?

I assume you did
Code:
smitty chinet --> selected en1 -->
INTERNET ADDRESS (dotted decimal)                  [10.10.20.11]
  Network MASK (hexadecimal or dotted decimal)       [xx.xx.xx.xx]
Rest values default

Now the question is, have you correctly feeded the subnet mask value?

Show me the subnet mask value from client and also from TSM server
You can get it by running
ifconfig en1 ( if you want to grep netmask you can do so)
Value will be something like 0xffffff00 (this is an example)

Post the values from TSM server for 20.x network and also from client for 20.x network.
# 18  
Old 07-08-2014
Quote:
Originally Posted by ibmtech
Ok. So, this x.x.20.11 is a private network.

So, how did you configure the IP (ent1 - 10.10.20.11)?

I assume you did
Code:
smitty chinet --> selected en1 -->
INTERNET ADDRESS (dotted decimal)                  [10.10.20.11]
  Network MASK (hexadecimal or dotted decimal)       [xx.xx.xx.xx]
Rest values default

Now the question is, have you correctly feeded the subnet mask value?

Show me the subnet mask value from client and also from TSM server
You can get it by running
ifconfig en1 ( if you want to grep netmask you can do so)
Value will be something like 0xffffff00 (this is an example)

Post the values from TSM server for 20.x network and also from client for 20.x network.
yes I did there is nothing difficult in setting mask: 255.255.255.0
# 19  
Old 07-08-2014
Ok,
Nothing more is coming to my mind now, at this point what I can say is

Add tsm server (20.x) to /etc/hosts file of client.

Make sure you follow the correct naming convention for both, if you go with default hostname it will try to connect using 10.10.10.x network.

Also, check what is the IP address of tsm server on client's dsm.sys file
You can find it under /usr/tivoli/tsm/client/ba/bin(64)
earlier version it will be bin and later version it will be bin64
And look for TCPServeraddress in dsm.sys file

Run dsmc from client and see if it connecting to tsm server and you can do some queries
q files
This User Gave Thanks to ibmtech For This Post:
# 20  
Old 07-08-2014
thanks a lot ibmtechh, yes it's weird and seeing Windows virtual Machines working fine makes think in something about AIX

I will try to do the last things you are telling me Smilie
# 21  
Old 07-09-2014
Some questions which might shed a bit more light on the issue:

- you said you use 2 physical NICs in your LPAR. There is an etherchannel formed of the two NICs. How are those NICs connected? Are there different switches, which VLANs are configured on the ports, etc..

- we have seen mixed data, once from a production server, once from a test server. If your procuction server is the one described in #8, having two interfaces "10.10.10.11" and "10.10.20.11" and your subnet masks are "255.255.255.0" then your routing for "en1" is definitely wrong. With a subnet mask of 24 bit your interface "10.10.20.11" is in the network range "10.10.20.0-255". In other words, your default gateway is not reachable from your second interface.

- in addition, your routing table in #8 shows two entries directing "10.10.10.11" and "10.10.20.11" over "127.0.0.1". What is that supposed to do? If these both would work (gladly they do not) you would effectively prohibiting any network traffic by directing any outgoing traffic to the loopback device.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Temporarily lose connection to AIX box

Hello All, I have a strange problem and I'm hoping someone can help. I honestly don't know where else to look. I have a number of AIX boxes in my environment and for some reason I would periodically lose connectivity to all services (except ping) to one of my boxes. It happens sporadically... (2 Replies)
Discussion started by: bbbngowc
2 Replies

2. AIX

Udp_sendspace setting in AIX diff interfaces

Hey, would like to set udp_sendspace parameters in diferrent interface ent2 ent3 ent4 , no -p -o udp_sendspace=65536 just set on ent2 and chdev -l ent3 -a udp_sendspace=65536 doesn't work is that possible to set up this parameters by interface? (1 Reply)
Discussion started by: prpkrk
1 Replies

3. Solaris

Interfaces and Virtual-interfaces queries

Hi Al, In course of understanding networking in Solaris, I have these doubts on Interfaces. Please clarify me. I have done fair research in this site and others but could not be clarified. 1. In the "ifconfig -a" command, I see many interfaces and their configurations. But I see many... (1 Reply)
Discussion started by: satish51392111
1 Replies

4. AIX

ODBC Connectivity between Oracle10g on AIX and Mainframe

Hi, I have a task of setting up connectivity between Oracle 10g (AIX) and Mainframe (1 library). Went through couple of documents, forums, blogs etc. MY understanding is ODBC Generic Connectivity is free from Oracle side. Question: (may be dumb to you) 1. Has anybody done this and would... (3 Replies)
Discussion started by: jvmani_1
3 Replies

5. AIX

Connectivity from WIndows to AIX

Hi, We have installed oracle on a AIX machine and when we try to connect to AIX machine from oracle client installed on a windows machine or do a telnet to AIX machine on 1521 port , it throws an error connection refused on port 1521 , where all the ports and firewalls are open from windows to... (2 Replies)
Discussion started by: adityakp123
2 Replies

6. Programming

How to run C#.NET in AIX

Hi Guys Am new in UNIX environment I was asked by my boss to write a program that transfer files from the AIX server to the Wintel Server. I have written the program in C# windows which does almost the same thing. So how to run the C# program in UNIX? (1 Reply)
Discussion started by: michmsk
1 Replies

7. UNIX for Advanced & Expert Users

Running C#.NET program in AIX?

Hi Guys Am new in UNIX environment I was asked by my boss to write a program that transfer files from the AIX server to the Wintel Server. I have written the program in C# windows which does almost the same thing. So how to run the C# program in UNIX? (1 Reply)
Discussion started by: michmsk
1 Replies

8. Solaris

list of physical net interfaces

hi, Can I listdown all available net interfaces on my system like SF4800 or Netra440. I know there are 4 port physically present but I can't see or list them using either sysdef -v prtconf -vp prtdiag -v dladm kstat may be I'm missing switched on these or may some other command... (8 Replies)
Discussion started by: busyboy
8 Replies

9. Shell Programming and Scripting

Net::SFTP problem AIX

I am having an issue while trying to run the Net::SFTP module. I have been able to install this on several machines before but have never had this problem. When I am running a simple script to test the sftp it dies but does not trigger the print statement for my error. The last line is in red. ... (0 Replies)
Discussion started by: kofs79
0 Replies
Login or Register to Ask a Question