Sponsored Content
Operating Systems AIX AIX with 2 Net Interfaces lose connectivity Post 302908395 by karlochacon on Monday 7th of July 2014 01:33:54 PM
Old 07-07-2014
Quote:
Originally Posted by ibmtech
How many default gateways are configured?

Can you paste the output of netstat -nr

like I said I configured an extra AIX LPAR just for testing using just one nic interface not 2 like the others LPARs being backed up.

this AIX LPAR for testing is 10.10.20.16 and this is the command you are looking for

Code:
# netstat -nr                                                                      
Routing tables                                                                     
Destination        Gateway           Flags   Refs     Use  If   Exp  Groups        
                                                                                   
Route Tree for Protocol Family 2 (Internet):                                       
10.10.20.0          10.10.20.16        UHSb      0         0 en0      -      -   =>  
10.10.20/24         10.10.20.16        U         0     18306 en0      -      -       
10.10.20.16         127.0.0.1         UGHS      0       670 lo0      -      -       
10.10.20.255        10.10.20.16        UHSb      2      1172 en0      -      -       
127/8              127.0.0.1         U         6    184693 lo0      -      -       
                                                                                   
Route Tree for Protocol Family 24 (Internet v6):                                   
::1%1              ::1%1             UH        1     14560 lo0      -      -

but the way VIO in my p260 and AIX-TSM Power 701 are using etherchannel.

but just to let you know I removed etherchannel in Power 701 to test more and same issue I am not able to remove the etherchannel in the p260 since is Production and I am sure network 10.10.10.x has been working fine for quite some time
 

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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. 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

7. 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

8. 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

9. 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
ifconfig(8c)															      ifconfig(8c)

Name
       ifconfig - configure network interface parameters

Syntax
       /etc/ifconfig interface [ address [ dest_address ] ] [ parameters ]

Description
       The  command assigns an address to a network interface and/or configures network interface parameters.  You must use at boot time to define
       the network address of each interface present on a machine. You can also use it at a later time to redefine an  interface's  address.   The
       interface parameter is a string of the form: name, unit, for example, en0.  The address is either a host name present in the host name data
       base, or a DARPA Internet address expressed in the Internet standard dot notation.

Arguments
       You can set the following parameters with

       up	 Marks an interface up.

       down	 Marks an interface down.  When an interface is marked down, the system does not attempt to transmit messages through that  inter-
		 face.

       trailers  Enables  the  use of a trailer link level encapsulation when sending.	If a network interface supports trailers, the system, when
		 possible, encapsulates outgoing messages in a manner that minimizes the number of memory-to-memory copy operations  performed	by
		 the receiver.
		 Although trailers is the default on some network interfaces, the use of trailers is not recommended; failures in trailer negotia-
		 tion can disrupt network transmissions.  See -trailers.

       -trailers Disables the use of a trailer link level encapsulation.  This is the recommended setting.

       promisc	 Enables the use of the in the promiscuous mode. The promiscuous mode allows the network interface to receive all the packets  off
		 the wire and pass it onto to the packet filter.

       -promisc  Disables the promiscuous mode of the packet filter. This is the default.

       +copyall  Sets  the interface into copy-all mode (receives packets sent/received by the kernel-resident protocol software [for example, IP,
		 ARP, DECnet, LAT] on this host).

       -copyall  Disables copy-all mode. (See for more information aboutut the flag.)

       arp	 Enables the use of the Address Resolution Protocol in mapping between network level addresses and link level addresses.  This	is
		 the default.  This is currently implemented for mapping between DARPA Internet addresses and 10Mb/s Ethernet addresses.

       -arp	 Disables the use of the Address Resolution Protocol.

       debug	 Enables driver-dependent debugging code. Usually, this turns on extra console error logging.

       -debug	 Disables driver dependent debugging code.

       netmask	 Specifies  how  many  bits  of  the  address you wish to reserve for subdividing Class A and B networks into sub-networks.  (Inet
		 only).

       dstaddr	 Specifies the correspondent on the other end of a point to point link.

       broadcast Specifies the address you wish to use to represent broadcasts to the network.

       The command displays the current configuration for a network interface when no optional parameters are supplied.

       Only the superuser can modify the configuration of a network interface.

Diagnostics
       The command returns messages indicating the specified interface does not exist, the requested address is unknown, the user tried  to  alter
       an interface's configuration but is not privileged.

See Also
       netstat(1), intro(4n), packetfilter(4), MAKEDEV(8), pfconfig(8c), pfstat(8), rc(8)

																      ifconfig(8c)
All times are GMT -4. The time now is 08:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy