KB 094 – Stopping and starting the java agent from the command line
Symptom:
You want to stop or start PowerConnect java agent and you have no access to the NetWeaver administrator /nwa and you want to stop/start the app from the command line. This can be done using SAP J2EE telnet
Procedure
- telnet <J2EE host> 5<XX>08 # XX is instance number
- <login as admin user>
- lsc # Check node list, where ID is displayed
- jump <ID of problematic server node>
- Using following command to display the applications
- To get the status of a PowerConnect application
list_app | grep -i power - To get all references for this application
app_refs_graph <app_name>
- To get the status of a PowerConnect application
- Then you may start or stop instance with following command
- stop_app com.powerconnect5/spcj_wd
- stop_app com.powerconnect5/spcj_app
Start is again with start_app command
- start_app com.powerconnect5/spcj_wd
- start_app com.powerconnect5/spcj_app