AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
Expand all | Collapse all

Verisioned WPAR and network access

  • 1.  Verisioned WPAR and network access

    Posted Tue August 26, 2014 10:42 AM

    Originally posted by: robinsguk


    Hello,

    I've created a 5.3 WPAR from a mksysb.

    The install and startup are all fine.

    I can clogin to the wpar and I from there I can ping another LPAR (not the Global LPAR)in the same subnet and I can ping the default gateway too.

    I can also telnet from my wpar in to my other LPAR.

    From my other LPAR, which is on the same physical Power 7+ system and in the same VLAN, I can ping the wpar IP address but I cannot telnet in to it. I get:

    Trying...
    telnet: connect: Connection refused

     

    Telnet is the main method of connection to the physical AIX 5.3 system so I need to be able to get to this WPAR via telnet too.

    Any ideas why I can ping but cannot telnet in to the WPAR? Everything is telling me my networking config is good.

     

    Thanks

    Glenn


    #AIX-Forum


  • 2.  Re: Verisioned WPAR and network access

    Posted Mon September 15, 2014 12:27 PM

    Originally posted by: GarlandJoseph


    Can you telnet from the WPAR itself back to the WPAR?  Is SSH installed?


    #AIX-Forum


  • 3.  Re: Verisioned WPAR and network access

    Posted Tue September 16, 2014 03:24 AM

    Originally posted by: Wouter Liefting


    Agreed. If you can ping the WPAR you have basic network connectivity. If you can't telnet in, it's most likely the telnet daemon is not running. (Actually, telnet is accessed via the inetd daemon so you need to check your /etc/inetd.conf file.)

    Check the output of netstat -a | grep telnet. It should read:

    tcp        0      0  *.telnet               *.*                    LISTEN
     

    #AIX-Forum