Tool
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 delete a specified Linux NSS Pool Snapshot 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:
linuxRemoveTrustee.pl is a Perl script. So Perl must be installed and running on the Linux server that this file is being loaded on. NSS must be installed to get the VFS support.
To run the perl script type:
perl linuxRemoveTrustee.pl USER_NAME FILE_NAME
where USER_NAME is the dot delimited distinguished edir name of the user.
where FILE_NAME is the name of the file including the entire path from the root directory.
Example:
perl linuxRemoveTrustee.pl .user1.novell.TREE /media/nss/VOL1/file.txt
Sample output:
seek:/a # perl linuxRemoveTrustee.pl .user1.sms.FIND /media/nss/NSS1/file.txt file is now open NSS management file Name: +</_admin/Manage_NSS/files.cmd Trustee: .user1.sms.FIND FileName: /media/nss/NSS1/file.txt Request Sent: <virtualIO><datastream name="command"/></virtualIO><fileRequest><trustees><removeTrustee><name>.user1.sms.FIND</name><rights>fileScan</rights><fileName>/media/nss/NSS1/file.txt</fileName></removeTrustee></trustees></fileRequest> <fileReply> <trustees> <removeTrustee> <result value="0"><description>success</description></result> </removeTrustee> </trustees> <result value="0"><description>zOK</description></result> </fileReply>
| Attachment | Size |
|---|---|
| linuxRemoveTrustee.pl.txt | 2.92 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.
Related Articles
User Comments
- Be the first to comment! To leave a comment you need to Login or Register
- 6005 reads


0