LPAR Networking: Can't ping


 
Thread Tools Search this Thread
Operating Systems AIX LPAR Networking: Can't ping
# 8  
Old 07-17-2012
You need a gateway or an adapter into that other subnet. So is 10.1.40.1 a gateway? Is it up and running?
# 9  
Old 07-17-2012
Yes, 10.1.40.1 is a gateway and it's up and running. My other systems using that as the default GW is up.
# 10  
Old 07-17-2012
Is the gateway 10.1.40.1 external ie. not an LPAR but a router? If yes, you might be missing a SEA (Shared Ethernet Adapter) to bridge the VLAN to the physical LAN. Maybe compare with the LPARs that are working, if they use a SEA.
In the output of your lsdev -Ccadapter I see no SEA listed. That could be it.
# 11  
Old 07-17-2012
Quote:
Originally Posted by zaxxon
Is the gateway 10.1.40.1 external ie. not an LPAR but a router? If yes, you might be missing a SEA (Shared Ethernet Adapter) to bridge the VLAN to the physical LAN. Maybe compare with the LPARs that are working, if they use a SEA.
In the output of your lsdev -Ccadapter I see no SEA listed. That could be it.
I'm 99% sure 10.1.40.1 is external because my non-LPAR systems use that gateway as well.

How do I know if an LPAR is using a SEA? I know I have a SEA because on the VIO Server...

Code:
$ lsmap -all -net
SVEA    Physloc
----- ----------------------------------------
ent2  U9110.51A.06A027D-V1-C3-T1

SEA                     ent3
Backing device          ent0
Physloc                 U788C.001.AAAA6218-P1-T1

On the LPAR that's working....
Code:
# lsdev -Ccadapter
ent0   Available         Virtual I/O Ethernet Adapter (l-lan)
ide0   Defined     01-08 ATA/IDE Controller Device
vsa0   Available         LPAR Virtual Serial Adapter
vscsi0 Available         Virtual SCSI Client Adapter

And on the LPAR that's not working:
Code:
# lsdev -Ccadapter
ent0   Available 01-08 10/100/1000 Base-TX PCI-X Adapter (14106902)
ent1   Available       Virtual I/O Ethernet Adapter (l-lan)
ide0   Available 03-08 ATA/IDE Controller Device
usbhc0 Available 02-08 USB Host Controller (33103500)
usbhc1 Available 02-09 USB Host Controller (33103500)
vsa0   Available       LPAR Virtual Serial Adapter
vscsi0 Available       Virtual SCSI Client Adapter

# 12  
Old 07-17-2012
Right, SEA is only visible on VIO, my bad. Hm, no more ideas from here, sorry. Hopefully someone else comes up with an idea.
# 13  
Old 07-17-2012
Quote:
Originally Posted by zaxxon
Right, SEA is only visible on VIO, my bad. Hm, no more ideas from here, sorry. Hopefully someone else comes up with an idea.
That's alright zaxxon. Thanks for the quick responses Smilie

I'm just really frustrated...I don't have a lot of experience with AIX. I have a little more experience with Solaris and it's almost trivial to setup the network on that platform. I've been staring at the terminal for a few days but have no idea what the problem could be Smilie

---------- Post updated at 03:58 PM ---------- Previous update was at 03:55 PM ----------

Here's a question: how do I verify the interface I have on my LPAR is using the SEA? As in, what command(s) do I run on the LPAR to see if it's linked up correctly?
# 14  
Old 07-17-2012
I would suggest you compare via HMC the settings of the virtual ethernet adapter of one of your working LPARs with the non-working one.
Both have to be in a VLAN that is set on the SEA on the VIO. Your SEA can have more than 1 Virtual Lan ID. It needs to match at least one VLAN-ID between your LPAR's vAdapter and the VIO/SEA. It could also be, that all your client LPAR vAdapters are in the same VLAN which makes things a tad easier when comparing settings.
Maybe you have accidentally hooked a box for trunking or priority, whatever.
Have no HMC at hand, but here is a link, that shows exactly how things are set up:

http://www.ibm.com/developerworks/sy...5-virtualvlan/

Last edited by zaxxon; 07-18-2012 at 05:45 AM.. Reason: Rephrasing the whole post to a more proper english
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

Ping test sends mail when ping fails

help with bash script! im am working on this script to make sure my server will stay online, so i made this script.. HOSTS="192.168.138.155" COUNT=4 pingtest(){ for myhost in "$@" do ping -c "$COUNT" "$myhost" &&return 1 done return 0 } if pingtest $HOSTS #100% failed... (4 Replies)
Discussion started by: mort3924
4 Replies

2. AIX

How to differentiate between a standalone LPAR and a VIOC (which again is a lpar)?

There can be configurations in IBM Server wherein a standalone partition is created on some supported IBM Server Or A VIOS - VIOC LPARs created. Now in both cases they are lpars. But if I want to differentiate b/w a standalone LPAR vs an VIOC LPAR how can I do..? On a... (2 Replies)
Discussion started by: Manish00712
2 Replies

3. Shell Programming and Scripting

How to get reason for ping failure using perls Net::Ping->new("icmp");?

Hi I am using perl to ping a list of nodes - with script below : $p = Net::Ping->new("icmp"); if ($p->ping($host,1)){ print "$host is alive.\n"; } else { print "$host is unreacheable.\n"; } $p->close();... (4 Replies)
Discussion started by: tavanagh
4 Replies

4. AIX

Networking Issue (Cant Ping the gateway)

Hi, I installed AIX 7.1 on a blade though (hmc with vio). I can ping the IP address, but not the gateway. Is there anything that I should configure? Is there anything that I have to check with vio setting or Am I missing any configuration? Please let me know further. Thank you (5 Replies)
Discussion started by: pjeedu2247
5 Replies

5. Shell Programming and Scripting

Animation Ping on Solaris Like Cisco Ping

Hi, I develop simple animation ping script on Solaris Platform. It is like Cisco ping. Examples and source code are below. bash-3.00$ gokcell 152.155.180.8 30 Sending 30 Ping Packets to 152.155.180.8 !!!!!!!!!!!!!.!!!!!!!!!!!!!!!. % 93.33 success... % 6.66 packet loss...... (1 Reply)
Discussion started by: gokcell
1 Replies

6. AIX

LPAR freezes after switching of storage (lpar is mirrored)

Hi all, I have the following configuration 2 ds3524 storage disk systems located over 2 locations 2 P720 server located over 2 locations DS3524 are connected to san switch. Each vio server has 1 fc adapter attached to a san switch. per p720 server 2 virtual io servers. Vio 1 has 1 lun... (2 Replies)
Discussion started by: markiemark
2 Replies

7. AIX

LPAR creation

can i get a step b syep explanation in creating LPAR... i have searched for tutorials i couldn't find the right one.... (2 Replies)
Discussion started by: udtyuvaraj
2 Replies

8. AIX

LPAR

I am planning for System P with 2 number of 2-core processor (4 core in total). Can I make 3 LPARS with this processor configuration without the support of micropartitioning, that means with simple LPAR only. (3 Replies)
Discussion started by: pchangba
3 Replies

9. IP Networking

ping and networking

Dear friends, Please explain the functionality of the ping command and explain the network details, and IP layers. I want some more clarification about following things i) switch ii) hub iii) routers iv) proxy (3 Replies)
Discussion started by: thangappan
3 Replies

10. AIX

LPAR and CFGMGR

I have a P570 that for some reason is not allowing the P1-T6 NIC to be recognized. I have confirmed from the HMC that it is set for the LPAR, but when I do a cfgmgr, it won't recognize it. It though is recognizing the slot cards just fine which are P1-C3 for one shelf and P1-C3 of another shelf.... (1 Reply)
Discussion started by: LegendMan
1 Replies
Login or Register to Ask a Question