Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • shutdown the pipeline server with the shutdown command:
    Code Block
    $ ./pipeline shutdown
    
  • It can take up to a minute or more for the pipeline to finish what it is doing and exit. You can issue the pipeline ping command a few times until you see it has exited:
    Code Block
    
    $ ./pipeline ping
    Pinged server version 1.3.5 running on glastlnx12.slac.stanford.edu since 2010-09-07 16:57:28.012
    $ ./pipeline ping
    org.glast.pipeline.client.PipelineClient$PipelineServerNotRunningException: Pipeline server not running
            at org.glast.pipeline.client.PipelineClient.initialize(PipelineClient.java:62)
            at org.glast.pipeline.client.PipelineClient.<init>(PipelineClient.java:52)
            at org.glast.pipeline.client.command.PipelineCommand.getPipelineClient(PipelineCommand.java:220)
            at org.glast.pipeline.client.command.Ping.execute(Ping.java:26)
            at org.glast.pipeline.client.command.PipelineCommand.parseCommand(PipelineCommand.java:149)
            at org.glast.pipeline.client.command.PipelineCommand.main(PipelineCommand.java:100)
    
  • perform whatever work required the outage

...