Tool

dgiles's picture
tool
Reads:

2805

Score:
0
0
 
Comments:

0

NW Ping Epoch

Author Info

24 April 2007 - 6:28am
Submitted by: dgiles

(View Disclaimer)

license: 
Free

This perl script pings an inactive Epoch to prevent it from being removed. 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_File_Services_for_NetWare. 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:

NWRemoveEventEpoch.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 NWPingEpoch.pl VOLUME_NAME <enter>

Where VOLUME_NAME is the name of the NSS volume where the active EFL Epoch is to be stopped.

Example:

perl NWPingEpoch.pl VOL1 <enter>

Sample output:

perl NWPingEpoch.pl NSS1 file is now open+</_admin/Manage_NSS/Volume/NSS1/FileEvents.xml <nssRequest><fileEventList><listEpochs/></fileEventList></nssRequest> 
<nssReply> 
<fileEventList> 
<listEpochs> 
<activeEpochs>
 <epoch value="999b2e58-8ee7-01db-80-00-7d12a3031248"/>
 </activeEpochs> 
<usedEpochs> 
<epoch value="999b2e58-8ee7-01db-80-00-7d12a3031248"/>
 </usedEpochs> 
<result value="0"><description>success</description></result>
 </listEpochs> 
</fileEventList> 
</nssReply>

Choose an epoch and type in the complete 37 letter code including dashes.

999b2e58-8ee7-01db-80-00-7d12a3031248 
+</_admin/Manage_NSS/Volume/NSS1/FileEvents.xml <nssRequest><fileEventList>
<pingEpoch epochNumber="999b2e58-8ee7-01db-80-00-7d12a3031248"/></fileEventList></nssRequest>
 <nssReply>
 <fileEventList>
 <pingEpoch> 
<epoch value="999b2e58-8ee7-01db-80-00-7d12a3031248"/>
 <result value="0"><description>success</description></result> 
</pingEpoch> 
</fileEventList>
 </nssReply>
AttachmentSize
NWPingEpoch.zip1.34 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

Post new comment

Anonymous
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <p> <a> <em> <i> <cite> <code> <img> <ul> <ol> <li> <div> <dl> <dt> <dd> <b> <strong> <h1> <h2> <h3> <pre> <table> <td> <tr> <th> <blockquote>
  • Lines and paragraphs break automatically.
  • Glossary terms will be automatically marked with links to their descriptions. If there are certain phrases or sections of text that should be excluded from glossary marking and linking, use the special markup, [no-glossary] ... [/no-glossary]. Additionally, these HTML elements will not be scanned: a, abbr, acronym, code, pre.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
1 + 6 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

© 2012 Novell