Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Memory Questionaire,

Status
Not open for further replies.

makesysb

Technical User
Dec 4, 2002
34
US
Hello Geeks,

How much is 524288 when ran a bootinfo -r on an aix server, what does this indicate the size to be. Does anyone let me know how to calculate disk and memory spaces on an aix operating system. Greatly appreciate your help.

thanx
SA
 
for memory :
lsattr -El sys0

for diskspace :
for i in `lspv | awk '{print($1)}'`
do
lspv $i | grep "TOTAL"
done

Bye.
 
Hello All ,


Thanx a lot , guys for the confusion i had.

SA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top