<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.reddnet.org/mwiki/index.php?action=history&amp;feed=atom&amp;title=LoRS_Instructions_-_Other_LoRS_Commands</id>
	<title>LoRS Instructions - Other LoRS Commands - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.reddnet.org/mwiki/index.php?action=history&amp;feed=atom&amp;title=LoRS_Instructions_-_Other_LoRS_Commands"/>
	<link rel="alternate" type="text/html" href="https://www.reddnet.org/mwiki/index.php?title=LoRS_Instructions_-_Other_LoRS_Commands&amp;action=history"/>
	<updated>2026-05-25T02:25:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://www.reddnet.org/mwiki/index.php?title=LoRS_Instructions_-_Other_LoRS_Commands&amp;diff=3010&amp;oldid=prev</id>
		<title>Managanj: New page: {| align=&quot;right&quot; | __TOC__ |} #Setting up LoRS #Uploading/Downloading Files #Other LoRS Commands  ==LoRS List== *A...</title>
		<link rel="alternate" type="text/html" href="https://www.reddnet.org/mwiki/index.php?title=LoRS_Instructions_-_Other_LoRS_Commands&amp;diff=3010&amp;oldid=prev"/>
		<updated>2008-01-16T16:51:50Z</updated>

		<summary type="html">&lt;p&gt;New page: {| align=&amp;quot;right&amp;quot; | __TOC__ |} #&lt;a href=&quot;/mwiki/index.php/LoRS_Instructions&quot; title=&quot;LoRS Instructions&quot;&gt;Setting up LoRS&lt;/a&gt; #&lt;a href=&quot;/mwiki/index.php/LoRS_Instructions_-_Uploading/Downloading_Files&quot; title=&quot;LoRS Instructions - Uploading/Downloading Files&quot;&gt;Uploading/Downloading Files&lt;/a&gt; #Other LoRS Commands  ==LoRS List== *A...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
| __TOC__&lt;br /&gt;
|}&lt;br /&gt;
#[[LoRS Instructions|Setting up LoRS]]&lt;br /&gt;
#[[LoRS Instructions - Uploading/Downloading Files|Uploading/Downloading Files]]&lt;br /&gt;
#Other LoRS Commands&lt;br /&gt;
&lt;br /&gt;
==LoRS List==&lt;br /&gt;
*An interesting LoRS command is lors_ls which gives details about files uploaded to the depot from your PWD. The basic command is:&lt;br /&gt;
&amp;lt;pre&amp;gt; $ ./lors_ls &amp;lt;filename.xnd&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To list all files uploaded from your PWD, use the * wildcard:&lt;br /&gt;
&amp;lt;pre&amp;gt; $ ./lors_ls *.xnd&amp;lt;/pre&amp;gt;&lt;br /&gt;
*A sample output:&lt;br /&gt;
&amp;lt;pre&amp;gt; TOOL List&lt;br /&gt;
 SIZE 39&lt;br /&gt;
 EXNODEFILE directorychange.xnd&lt;br /&gt;
 TITLE Filename directorychange&lt;br /&gt;
 MAXLENGTH 39&lt;br /&gt;
  0 Hrwma  1         0        39 vpac12.phy.vanderbilt.edu:6771 Fri Oct 12 16:20:11 2007&lt;br /&gt;
  1 Hrwma  1         0        39 vpac12.phy.vanderbilt.edu:6771 Fri Oct 12 16:20:11 2007&lt;br /&gt;
  2 Hrwma  1         0        39 vpac12.phy.vanderbilt.edu:6771 Fri Oct 12 16:20:09 2007&amp;lt;/pre&amp;gt;&lt;br /&gt;
*The details above include the read(r), write(w), and manage(m) properties, the file size (39), the depot, and the date/time when storage ends.&lt;br /&gt;
*If you see this type of error, make sure you use &amp;lt;filename&amp;gt;'''.xnd''' in the command line&lt;br /&gt;
&amp;lt;pre&amp;gt; Entity: line 1: parser error : Start tag expected, '&amp;lt;' not found&lt;br /&gt;
 (file contents will appear here)&lt;br /&gt;
 ^&lt;br /&gt;
 LORS_ERROR: -15&amp;lt;/pre&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== LoRS Refresh ==&lt;br /&gt;
*lors_refresh adds storage time to an uploaded file on the depot. You can set the storage time to:&lt;br /&gt;
**the depot maximum (-m)&lt;br /&gt;
**a specified extension (i.e., --add=5h OR -d 5h)&lt;br /&gt;
**a specified amount of time from the present (i.e., --set=10d OR -s 10d)&lt;br /&gt;
**an absolute time (i.e., --absolute=&amp;lt;abs time&amp;gt; OR -a &amp;lt;abs time&amp;gt;) &lt;br /&gt;
*A sample command string could look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt; $ ./lors_upload --xndrc dansdepot --depot-list -n -d 5m -f refresher (to upload refresher w/ 5m storage)&lt;br /&gt;
     (output)&lt;br /&gt;
 $ ./lors_ls refresher.xnd (to list the files and see when it expires)&lt;br /&gt;
 TOOL List&lt;br /&gt;
 SIZE 41&lt;br /&gt;
 EXNODEFILE refresher.xnd&lt;br /&gt;
 TITLE Filename refresher&lt;br /&gt;
 MAXLENGTH 41&lt;br /&gt;
 0 Hrwma  1         0        41 vpac12.phy.vanderbilt.edu:6771 Tue Oct 16 15:00:21 2007 &lt;br /&gt;
 1 Hrwma  1         0        41 vpac12.phy.vanderbilt.edu:6771 Tue Oct 16 15:00:21 2007 &lt;br /&gt;
 2 Hrwma  1         0        41 vpac12.phy.vanderbilt.edu:6771 Tue Oct 16 15:00:20 2007&lt;br /&gt;
 $ ./lors_refresh -d 1h refresher.xnd (to add 1d of storage to refresher.xnd)&lt;br /&gt;
 CLEAR&lt;br /&gt;
 TOOL Refresh&lt;br /&gt;
 EXNODEFILE refresher.xnd&lt;br /&gt;
 TITLE Filename refresher&lt;br /&gt;
 MAXLENGTH 41&lt;br /&gt;
 $ ./lors_ls *.xnd (if you want to view the new expiration time stamp)&lt;br /&gt;
 TOOL List&lt;br /&gt;
 SIZE 41&lt;br /&gt;
 EXNODEFILE refresher.xnd&lt;br /&gt;
 TITLE Filename refresher&lt;br /&gt;
 MAXLENGTH 41&lt;br /&gt;
 0 Hrwma  1         0        41 vpac12.phy.vanderbilt.edu:6771 Wed Oct 17 15:00:21 2007 &lt;br /&gt;
 1 Hrwma  1         0        41 vpac12.phy.vanderbilt.edu:6771 Wed Oct 17 15:00:21 2007 &lt;br /&gt;
 2 Hrwma  1         0        41 vpac12.phy.vanderbilt.edu:6771 Wed Oct 17 15:00:20 2007&amp;lt;/pre&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Downloading an exnode from Lstore ==&lt;br /&gt;
*Using lstore's [[L-Store Usage Instructions - Other Applications#Retrieving and Showing an Exnode|--get-exnode]] and [[L-Store Usage Instructions - Other Applications#Retrieving and Showing an Exnode|--show-exnode]] options, copy an existing exnode to a file, and place it in the LoRS directory using output redirection ( &amp;gt; ). Example:&lt;br /&gt;
&amp;lt;pre&amp;gt; $ lstcp --get-exnode --show-exnode lstore.server.name:/home/username/filepath/filename &amp;gt; ~/lors/filepath/filename&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Use the download command to download the exnode:&lt;br /&gt;
&amp;lt;pre&amp;gt; $ ./lors_download -o newfilepath/newfilename filename.xnd&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Managanj</name></author>
	</entry>
</feed>