AIX

AIX

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


#Power
 View Only
  • 1.  How to locate free memory slots and free hard disk slots for AIX ?

    Posted Fri January 04, 2008 12:31 AM

    Originally posted by: SystemAdmin


    Hi

    Is it possible to determine if there are free memory slots and free hard disk slots( internal ) in AIX without physical inspection of the server ?

    System Model: IBM,7028-6C4
    AIX 5.3

    Please advice.

    Thanks with regards
    Kuntal
    #AIX-Forum


  • 2.  Re: How to locate free memory slots and free hard disk slots for AIX ?

    Posted Fri January 04, 2008 02:44 AM

    Originally posted by: j.gann


    Have a look at the "physical location codes" charts for your server model on the IBM Hardware Information website.

    The "lscfg" command will show you the locations of your devices (disks e.g.)
    lscfg -vp |grep -p DIMM should do the same for the memory modules.

    Regards
    Joachim Gann
    #AIX-Forum


  • 3.  Re: How to locate free memory slots and free hard disk slots for AIX ?

    Posted Mon January 07, 2008 10:14 PM

    Originally posted by: sungkenkok


    Hi! can you try the following commands for your question ;
    lscfg -vpl mem0
    can you let me know if you successfully exculted it, really !
    #AIX-Forum


  • 4.  Re: How to locate free memory slots and free hard disk slots for AIX ?

    Posted Tue January 08, 2008 07:55 PM

    Originally posted by: dukessd


    The service guide shows the location codes of all available resources, including memory card and dimm locations in the system:


    http://publib16.boulder.ibm.com/pseries/en_US/infocenter/base /hardware_docs/pdf/380604.pdf


    the output of:
    lscfg -vp
    will show what is installed in your system, from that you should be able to work out what is installed and from that what room you have left.


    The system has eight dimm slots per processor card and up to two processor cards per system, page 18 shows the memory slots on the processor cards.

    In the service guide check out page 23 onwards for the location codes. They vary slightly between AIX versions.


    Page 25 has processor card and dimm location examples so you can determine if you have one or two processor cards.


    So if you only see, in the lscfg -vp output, U0.1-P1-C1 and no U0.1-P1-C2 then you only have one processor card and so only eight dimm slots. If you also have a card at U0.1-P1-C1 and another at U0.1-P1-C2 then you have both processor cards installed and so sixteen dimm slots are available.


    Then check for U0.1-P1-Cx-My locations in the lscfg -vp output, whare x can be 1 or 2 (processor cards) and y can be 1 to 16 (dimm slots) and you can work out how many dimm slots are in use / available on each processor card.


    The lscfg -vp output will also tell you the size of the dimms fitted, you may have no free dimm slots but if the dimms are small you could replace them with bigger ones to increase the memory - and sell the old ones back to the company you buy the new stuff from, or another IBM reseller, or stick them on ebay.


    Dimms must be installed in quads (groups of four) with one quad in slots 1, 3, 6 and 8 and the second quad in 2, 4, 5 and 7.


    It seems the system supports dimms from 256MB to 2GB giving 1GB to 16GB per processor card - page 18.


    There are up to four internal disks, see page 33 for the location codes.


    This new forum interface is rubbish, even if you do understand html! Took me ages to make this readable.


    Message was edited by: dukessd
    #AIX-Forum


  • 5.  Re: How to locate free memory slots and free hard disk slots for AIX ?

    Posted Thu June 19, 2008 07:56 AM

    Originally posted by: SystemAdmin


    Hi,
    I think the following command will help you to locate free memory slots lscfg -vp | grep mem0.

    Thanks&Regards
    venkataraju.d
    IBM-AIX(UNIX)Administrator,
    Hyderabad,
    Mob-+91-9948304507.
    #AIX-Forum