AIX

AIX

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


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  List running subservers ?

    Posted 11/24/08 03:28 AM

    Originally posted by: Vilius


    Hi,

    How do I do that ?
    I can use "lssrc -a" to get subsystems status, but how to get status on running subservers - for example how to know telnet subserver running or not ? How to get list of all running subservers ?
    One more question why I can't list anything with "ps -ef|grep ftp" even though I now that ftp is running ?

    thanks
    Vilius
    #AIX-Forum


  • 2.  Re: List running subservers ?

    Posted 11/24/08 05:20 AM

    Originally posted by: hdkutz


    Hello,
    a simple
    lssrc -a |grep active
    would return all running Subserver-Systems.

    Cheers,
    ku
    #AIX-Forum


  • 3.  Re: List running subservers ?

    Posted 11/24/08 06:20 AM

    Originally posted by: tony.evans


    telnet and ftp are started as required by inetd.

    inetd listens on the required ports, and spawns daemons when requests are received.
    #AIX-Forum


  • 4.  Re: List running subservers ?

    Posted 11/24/08 09:32 AM

    Originally posted by: SystemAdmin


    Hello, lssrc -t ftp will show if ftp is active
    #AIX-Forum