PowerConnect for SAP Solutions
Breadcrumbs

Start & Stop PowerConnect Java agent (PowerConnect Java - All Versions)

When ever a new license is installed, or if you need to restart the agent it can be stopped using /nwa or via Telnet.

NetWeaver Administrator

Open a browser and navigate to the NetWeaver Administrator page http://<serverhost>:<port>/nwa

Open the Start & Stop Java Applications View

image-20210219-064354.png

Search for application vendor powerconnect

image-20210219-064414.png

Stop applications in this order

  1. spcj_wd

  2. spcj_app

image-20210219-064602.png


1-2 mins later it will say stopped.

image-20210219-064447.png

Start the applications in this order

  1. spcj_app

  2. spcj_wd

image-20210219-064602.png
image-20210219-064414.png

Telnet

This provides an alternative way to restart the PowerConnect Java agent.

Log in to the J2EE via telnet.

image-20200929-054500.png

Check the node list

image-20200929-054516.png

jump <ID of problematic server node>

image-20200929-054543 (1).png

Using following command to display the applications
To get the status of a PowerConnect application
list_app|grep -i power

image-20200929-054646.png

To get all references for this application
app_refs_graph <app_name>

image-20200929-054713 (1).png

Then you may start or stop instance with following command, stop and start in the order shown below.

stop_app com.powerconnect5/spcj_wd

stop_app com.powerconnect5/spcj_app

image-20200929-054830.png

Start is again with start_app command

start_app com.powerconnect5/spcj_wd

start_app com.powerconnect5/spcj_app

image-20200929-054842.png