[LON-CAPA-cvs] cvs: loncom / lonManage

foxr lon-capa-cvs@mail.lon-capa.org
Tue, 12 Aug 2003 09:46:27 -0000


foxr		Tue Aug 12 05:46:27 2003 EDT

  Added files:                 
    /loncom	lonManage 
  Log:
  New file:  lonManage will be the user side of the lonCAPA remote management
  interface.  It is a command line utility that will initially be capable of:
  
     lonManage  -push   <tablename>  newfile  host
          Push <tablename> to the lonTabs directory.  Note that
          <tablename> must be one of:
             hosts  (hosts.tab)
             domain (domain.tab)
  
      lonManage  -reinit lonc host
             Sends a HUP signal to the remote systems's lond.
  
      lonmanage  -reinit lond host
            Requests the remote system's lond perform the same action as if
            it had received a HUP signal.
  
      In the above syntax, the host above is the hosts.tab name of a host,
      not the IP address of the host.