This is a discussion on View used memory slots at the OS level??? within the AIX Operating System forums, part of the Unix Operating Systems category; --> Is there a way in AIX, to 'see' what memory slots are being used or not? In HPUX, there ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| You might get close to this with svmon, though you will not be able to map logical vmm page to physical memory chip with svmon. I guess it is possible to somehow obtain access to translation tables used to translate logical page to physical location, however I dont believe these tools are documented. In case of an LPAR this is probably 100% impossible since translation is done outside of AIX instance and within a hypervisor. |