Tuesday, 28 January 2014
SMD Agent Admin URL
To navigate directly to the Solution Manager diagnostic agent administration page in Solution Manager the following URL can be used:
http://<server>:<port>/smd/AgentAdmin
Wednesday, 22 January 2014
SAP Host Agent, SAPOSCOL, SAP Host Control URLs
SAP Host Agent URL:
http://<server name>:5<inst>13/SAPHostAgent/?wsdlSAP Host Control URL:
http://<server name>:1128/SAPHostControl/?wsdlSAPOSCOL URL:
http://<server name>:1128/SAPOscol/?wsdlEnd points can be queried using Wizdler extension for Chrome
Wednesday, 8 January 2014
Find executable and process ID from port number
To find out what process/executable is using a port on AIX:
lsof -i :1527
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
tnslsnr 11534508 oradep 12u IPv4 0xf1000e0014b5dbb8 0t0 TCP hdep001a:tl isrv (LISTEN)
ps -ef |grep 11534508
oradep 11534508 1 0 Feb 04 - 0:09 /oracle/DEP/102_64/bin/tnslsnr LISTENER_DEP -inherit
lsof -i :1527
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
tnslsnr 11534508 oradep 12u IPv4 0xf1000e0014b5dbb8 0t0 TCP hdep001a:tl isrv (LISTEN)
ps -ef |grep 11534508
oradep 11534508 1 0 Feb 04 - 0:09 /oracle/DEP/102_64/bin/tnslsnr LISTENER_DEP -inherit
Subscribe to:
Posts (Atom)