AIX 4.3 storage usage report


 
Thread Tools Search this Thread
Operating Systems AIX AIX 4.3 storage usage report
# 1  
Old 10-15-2007
Power AIX 4.3 storage usage report

hi,

i'm new to this company and i'm using old AIX 4.3 with DAS and SSA storage. What is the best way to query a report for disk capacity, usage, free, etc.

I know in AIX 5 there's a command for "du -g /" or "du -m /" to report the total usage but I'm not using AIX5. In AIX 4.3 I can use "df -t" so that it will give report of the total "512-bolcks/used/free/%use". How I can compute the "total 512-blocks" so that I can give to my boss in mega byte or giga byte? Is the calculation the same with "used" and "free" on "512-blocks"?

Thanks,
vene
# 2  
Old 10-15-2007
"df -k" works in kilobytes which may be easier to translate
# 3  
Old 10-15-2007
so the total "1024-blocks" if 50,000,000 is a total of 50G. is that correct?
# 4  
Old 10-15-2007
That looks right to me.
# 5  
Old 10-15-2007
coooooooooooooollllllllllllllllllll.
# 6  
Old 10-16-2007
Sorry to interrupt your excitation, but a "report on storage usage" is NOT achieved by the command df, which only gives you the used filesystem space.

Use the commands lsvg and lspv (see "man lsvg" and "man lspv") instead to get a report about how much disks are allocated to a specific volume group, how of that space is available for extending/creating filesystems, and so on.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Storage usage over time

Hi every one, im kind new in scripting. i need to write a script that will collect my storage usage (df -k) like every hour and save the max amout and min amout into csv file so over time lest say one month we have the min/max values. Is it possible with awk command ? Any ideas are welcome.:) (4 Replies)
Discussion started by: venus699
4 Replies

2. Shell Programming and Scripting

Users and their storage usage

Hey, I'm trying to make a script that can list users and their storage usage in a file. Im trying to get it to where the format is: User xxkbs User2 xkb and so on. So far I figured out how to get the users, but I cannot figure out how to get the storage usage per user. This is what... (2 Replies)
Discussion started by: HakerDemon
2 Replies

3. AIX

Aix and Storage Hitachi

Hello everyone I would like to hear your opinions about Aix 6.1 and Aix 5.3 with Storage Hitachi the model is USP VM. We buy it and I want to know day to day task with this storage and Aix. Thanks for your comments. Best wishes for this 2010 (2 Replies)
Discussion started by: lo-lp-kl
2 Replies

4. AIX

How to monitor the IBM AIX server for I/O usage,memory usage,CPU usage,network..?

How to monitor the IBM AIX server for I/O usage, memory usage, CPU usage, network usage, storage usage? (3 Replies)
Discussion started by: laknar
3 Replies

5. HP-UX

how can I find cpu usage memory usage swap usage and logical volume usage

how can I find cpu usage memory usage swap usage and I want to know CPU usage above X% and contiue Y times and memory usage above X % and contiue Y times my final destination is monitor process logical volume usage above X % and number of Logical voluage above can I not to... (3 Replies)
Discussion started by: alert0919
3 Replies

6. AIX

unused storage on AIX 4.3

Hi, How do I query for unused partition in AIX 4.3 with DAS and SAA storage? I know most unix administrator don't put all the capacity on the system at once. thanks, vene (1 Reply)
Discussion started by: venerayan
1 Replies

7. AIX

AIX and Storage

Hi:- What is the best way to determine what type of storage is attached to an AIX server? Thanks, (2 Replies)
Discussion started by: janet
2 Replies

8. UNIX for Advanced & Expert Users

AIX 5.2 and DS4300 Storage

Hello, We're setting up a solution for a group of customers with 2 p520 servers and 1 DS4300 unit with 9 disks (at this stage). The meaning is to create two arrays on the DS4300. Both servers will be connected to the DS4300 unit and to both controllers (e.g. Controller 1 connected to server 1... (0 Replies)
Discussion started by: EricBE
0 Replies
Login or Register to Ask a Question