sapbasisbasics
Jul 10, 2024

SAP Basis Basics Part 13

Deploy SCA with telnet

Create Telnet port for localhost:
icm/server_port_6 = PROT=TELNET,PORT=50008,HOST=localhost

Connect to telnet port from the localhost:
telnet localhost 50008

Trying 127.0.0.1
Connected to localhost.
Escape character is ‘^]’.
***********************************************
**********************************************
****###*******####*****#######**************
**##***##****##**##****##****##************
***##*******##****##***##****##**********
*****##*****########***######***********
******##****##****##***##*************
**##***##**##******##**##************
****###****##******##**##**********
**********************************
********************************
Telnet Administration
SAP Java EE Application Server v7.50

Logon:
User name: Administrator
Password: ***********

Deploy Package:
add deploy
deploy /sapinst/ELSTER_PATCH/ELSTER01_23–10004120.SCA on_prerequisite_error=stop

You can also deploy multiple packages as list:
deploy list=/home/aipadm/list.txt on_prerequisite_error=stop

No responses yet