LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   filesystem space in readable format on hpux? (https://www.linuxquestions.org/questions/linux-general-1/filesystem-space-in-readable-format-on-hpux-821665/)

machielr 07-23-2010 05:49 AM

filesystem space in readable format on hpux?
 
HI All

I am not sure whether this is something that can be answered here, but I figured this is the best place to start (next to google not giving me the answer I was looking for).



One of our clients are running HPUX as filesystem, however when the support guys need to report the filesystem space they keep getting it wrong. Even after someone gave them the full command which will do the calculations for them, they still seem to make mistakes.

On linux the df -h works very weel but this is obviously not available here...


Does anybody perhaps know of an easier method that the guys can use to display the filesystem space in the correct formats?

Even if there is a set of commands that we can work into a script and they can then just run the script.

Would really appeciate the assistance.

Regards

AlucardZero 07-23-2010 06:25 AM

There's only -k for kilobytes on HPUX. (Even AIX has -g for gigabytes..). You'd have to cook up a script that takes those numbers and redisplays them.


All times are GMT -5. The time now is 02:15 AM.