AIX

AIX

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


#Power
 View Only
Expand all | Collapse all

Command to list Bladecenter name from Aix blade server

  • 1.  Command to list Bladecenter name from Aix blade server

    Posted Wed July 02, 2014 02:23 PM

    Originally posted by: aravinthsamy


    We have lot of bladecenters in our environment.  We are unable to check for all bladecenter to find the particular blade resides in which bladecenter.   So anyone tell me What is the command to list the Bladecenter name from Aix blade server...?

    To find HMC ip from server , we are using lsrsrc IBM.ManagementServer.  in similar way am asking for bladecenter.

     


    #AIX-Forum


  • 2.  Re: Command to list Bladecenter name from Aix blade server

    Posted Thu July 03, 2014 07:41 AM

    Originally posted by: Mohammed Farooqui


    We have the Pureflex server. and we use the FSM (like the HMC)  to list all our managed servers.

     

    To list the managed Machines <Blades>

    lssyscfg -r sys -F name
     

     

    To list the LPARs in the machine
     
    lssyscfg  -r lpar -F name,state,lpar_id -m <Blade name>

     

    If you have access to the HMC, you can use these commands to list the managed machines.

    Hope this helps. 

     

    #AIX-Forum