Hello,
I have 14 RS/6000 servers all with SSA or SCSI attached external disk.
I have been asked to figure out total disk space per server and amount of disk in use.
Is there a quick way to figure this out (They want the results in Gigabyte).
Thanks,
jkc924
I have a script that I got from The AIX Survival Guide by Andreas Siegert -- the best book for AIX, except it is getting really dated. Some of the stuff is still relevant.
This script goes out and lists each disk, telling you how much space is left on each disk. This is sort of a summary. Then it lists each mount point and how much disk space each mount point is taking and on what disk.
If you post your email, I will send it to you. It will make your life a whole lot easier. (I'll also send you my other script that gathers other info about the system. I use it as part of my "disaster recovery" routine.)
Hi,
when you have choosen the right command to retrieve
total-used-free space, I suggest to enable your client
to romote shell from (root@yourmachine) (.rhost)
Then, on the server, (or in a your machine) build
a script that loops in a list of your clients, then
executes the 1st script (lsvg...) . You can put this
script on the server, mounted by NFS, so that you can
modify it without download each time on client.
Clicking a button, after some minutes you can know:
1) if the client is on
2) total space
3) any other thing that you can want know
4) you can print them, and why not, see it on a web page
5) it is not Tivoli, but it's yours .
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.