Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Starting and stopping PDM Link

  • Thread starter Thread starter kdmgooner
  • Start date Start date
K

kdmgooner

Guest
Under Intralink 3.4 it was possible to shut down or start the dataserver using the batch filesdbshut and db start.


Does anyone know of a similar method to stop and start PDM Link bearing in mind that Tomcat, then Apache and then the Method Server have to be started in the correctorder.


I want to be able to shut down PDM Link each evening before server backup takes place.
 
What you will need to do is to find out what the services are called. You will need to create a batch file with the commands net stop "service" to stop them, and net start "service" to start them.


This is the order to stop them, reverse it to restart them:


CAD Worker services (GS Worker Demon, FLEXlm)
Retrievalware services (Windchill indexes, Retrievalware)
Main services (Windchill, Apache, Tomcat)
Oracle (Services, Listener, Agent)
Aphelion (Services, Drive Mapping, Administration)
 

Part and Inventory Search

Sponsor

Back
Top