Tool

dgiles's picture
tool
Reads:

6443

Score:
0
0
 
Comments:

0

Linux Get Server Free Space

Author Info

17 September 2008 - 2:09pm
Submitted by: dgiles

(View Disclaimer)

license: 
Free

This tool lists all of the free space on Partitions on the Linux server.

It uses the Virtual File Services (Originally called Virtual File Services for NetWare) which were ported over to Linux. The SDK for this API set can be downloaded from http://developer.novell.com/wiki/index.php/Virtual.... The objective of the tool is to add a trustee to a file using XML as specified in the VFS for NetWare specification. It is intended to be used as a sample script for developers that may want to use the VFS API set to view and manage storage.

How to Use the file:

linuxGetServerFreeSpace.pl is a Perl script. So Perl must be installed and running on the NetWare server that this file is being loaded on. NSS must be installed to get the VFS support.

To run the perl script type: perl linuxGetServerFreeSpace

Example:

perl linuxGetServerFreeSpace <enter> 

Would list all of the free space on Partitions on the Linux server.

Sample output:

File Name: +</_admin/Manage_NSS/manage.cmd
Request Sent: <virtualIO><datastream name="command"/></virtualIO><nssRequest><server><getServerFreeSpace/></server></nssRequest>
<nssReply>
<server>
<getServerFreeSpace>
<deviceSimpleInfo>
<!-- ctID>sda</obj --ID><name>sda</name><size>80215645696</size><result value="0"><description>success</description></result>
</deviceSimpleInfo>
<deviceSimpleInfo>
<!-- ctID>sdb</obj --ID><name>sdb</name><size>36419567616</size><result value="0"><description>success</description></result>
</deviceSimpleInfo>
<result value="0"><description>success</description></result>
</getServerFreeSpace>
</server>
<result value="0"><description>zOK</description></result>
</nssReply>

AnhangGröße
linuxGetServerFreeSpace.pl.txt2.19 KB

Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).

It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.




User Comments

© 2013 Novell