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 inactive subservers ?

    Posted 12/01/08 03:35 AM

    Originally posted by: Vilius


    Hi,

    I can list active subservers of subsystem by issuing "lssrc -l -s somesubsystem"
    How do I list inactive subservers or at least all subservers(active+inactive) of certain subsystem ?

    thanks
    Vilius
    #AIX-Forum


  • 2.  Re: List inactive subservers ?

    Posted 12/02/08 06:26 AM

    Originally posted by: SystemAdmin


    Hi Dude,

    lssrc -h csrb2401 -a |grep -i "active"

    lssrc -h csrb2401 -a |grep -i "inoperative"
    #AIX-Forum


  • 3.  Re: List inactive subservers ?

    Posted 12/02/08 06:28 AM

    Originally posted by: SystemAdmin


    Hi Dude
    lssrc -h csrb2401 -a |grep -i "active"

    lssrc -h csrb2401 -a |grep -i "inoperative"
    #AIX-Forum