X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=sgml%2Fadminmanual.sgml;h=07c7238602e37cddc06c107984b02114f04436c6;hb=db143ea6ee006dd7ffc360fcf022459d68412976;hp=d66afd9addc3f3264ac66d717eb01bb040f5fb11;hpb=59e40dfc42f6e9046859fa66ff6465417e4f1750;p=spider.git diff --git a/sgml/adminmanual.sgml b/sgml/adminmanual.sgml index d66afd9a..07c72386 100644 --- a/sgml/adminmanual.sgml +++ b/sgml/adminmanual.sgml @@ -19,7 +19,7 @@ A reference for SysOps of the DXSpider DXCluster program. Installation (Original version by Iain Phillips, G0RDI)

-Last modified: 24 January 2001 by Ian Maude, G0VGS +Last modified: 26 January 2001 by Ian Maude, G0VGS Introduction @@ -1687,6 +1687,40 @@ Please be careful not to flood the cluster network with unnecessary mail. Make sure you only send mail to the clusters that want it by using the Forward.pl file very carefully. +Updating kepler data + +

+Spider has a powerful and flexible show/satellite command. In order for +this to be accurate, the kepler data has to be updated regularly. In +general, this data is available as an email or via cluster mail. +Updating it is simple. First you need to export the mail message as a +file. You do this with the export command from the cluster prompt +as the sysop. For example ... + + +export 5467 /spider/perl/keps.in + + +would export message number 5467 as a file called keps.in in the +/spider/perl directory. + +Now login to a VT as sysop and cd /spider/perl. There is a command in +the perl directory called convkeps.pl. All we need to do now is +convert the file like so ... + + +./convkeps.pl keps.in + + +Now go back to the cluster and issue the command ... + + +load/keps + + +That is it! the kepler data has been updated. + + CVS