Tool

dgiles's picture

Linux List Partitions

Author Info

12 September 2008 - 12:49pm
Submitted by: dgiles

tool
Reads:

3539

Score:
2
2
3
 
Comments:

0

license: 
Free

This utility lists all of the partitions on a 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:

linuxListPartitions.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 linuxListPartitions.pl

Example:

perl linuxListPartitions.pl <enter>

This would list all of the partitions on the server.

Sample output:

ask:/b # perl linuxListPartitions.pl 
file is now open 
+</_admin/Manage_NSS/manage.cmd 
<virtualIO><datastream name="command"/></virtualIO><nssRequest><server><listPartitions/></server></nssRequest> 
<nssReply> 
<server> 
<listPartitions> 
<partition><partitionID>sda1</partitionID><type>130</type><result value="0"><description>success</description></result> 
</partition> 
<partition><partitionID>sda2</partitionID><type>131</type><result value="0"><description>success</description></result> 
</partition> 
<partition><partitionID>sda5</partitionID><type>131</type><result value="0"><description>success</description></result> 
</partition> 
<partition><partitionID>sda6</partitionID><type>131</type><result value="0"><description>success</description></result> 
</partition> 
<partition><partitionID>sda7</partitionID><type>131</type><result value="0"><description>success</description></result> 
</partition> 
<partition><partitionID>sda8</partitionID><type>131</type><result value="0"><description>success</description></result> 
</partition> 
<partition><partitionID>sda_freespace1</partitionID><type>0</type><result value="0"><description>success</description></result> 
</partition> 
<partition><partitionID>sdb1.1</partitionID><type>105</type><result value="0"><description>success</description></result></partition> 
<partition><partitionID>sdb1.freespace1</partitionID><type>0</type><result value="0"><description>success</description></result> 
</partition> 
<partition><partitionID>sdb_freespace1</partitionID><type>0</type><result value="0"><description>success</description></result> 
</partition> 
<result value="0"><description>success</description></result> 
</listPartitions> 
</server> 
<result value="0"><description>zOK</description></result> 
</nssReply> 

AttachmentSize
linuxListPartitions.pl.txt1.3 KB

Author Info

12 September 2008 - 12:49pm
Submitted by: dgiles




User Comments

© 2009 Novell, Inc. All Rights Reserved.