How do I stop or start GoAnywhere?

View some of the Frequently Asked Questions to our support staff. Included are some tips and tricks making this forum ideal for users getting started with GoAnywhere Director. Note: Users can reply to existing topics but only our support staff can add new topics to this forum.
1 post Page 1 of 1

Support_Duane

Support Specialist
Posts: 66
Joined: Thu Mar 05, 2009 3:49 pm

Post by Support_Duane » Mon Mar 09, 2009 10:55 am
System i instructions
Start the GoAnywhere application server by executing the i5/OS command - STRGA
Stop the GoAnywhere application server by executing the i5/OS command - ENDGA

The STRGA and ENDGA commands are located in the GoAnywhere installation library, which is named GOANYWHERE by default.


Windows instructions
Start the GoAnywhere application server:
  • Go to the Windows machine and logon with an administrator account.
  • Go to Control Panel -> Administrative tools -> Services.
  • In the Services window, right-click on the GoAnywhere service and select Start.
    Within seconds after starting the GoAnywhere service, its status should be updated to “Started”.
Stop the GoAnywhere application server by following these instructions:
  • Go to the Windows machine and logon with an administrator account.
  • Go to Control Panel -> Administrative tools -> Services.
  • In the Services window, right-click on the GoAnywhere service and select Stop.

Linux and UNIX instructions
Start the GoAnywhere application server:
  • Open a Terminal window.
  • Change the working directory to the directory where GoAnywhere is installed (for example, cd /usr/local/Linoma_Software/GoAnywhere)
  • Start the GoAnywhere application server by executing the following shell script:
    ./goanywhere.sh start
Stop the GoAnywhere application server by following these instructions:
  • Open a Terminal window.
  • Change the working directory to the directory where GoAnywhere is installed (for example, cd /usr/local/Linoma_Software/GoAnywhere)
  • Stop the GoAnywhere application server by executing the following shell script:
    ./goanywhere.sh stop
1 post Page 1 of 1