Dear experts,
I am trying to interrupt a SUM upgrade to EHP7
I am executing ./SAPup reset prepare and getting
./SAPup reset prepare
=========== Resetting procedure ===========
The tool will reset the whole procedure now.
01) - Yes
02) - No
Do you really want to reset the procedure? []: 01
=========== Required System Passwords ===========
Enter the password for SAP user DDIC in client 000:
DDIC PASSWORD []: ********
ERROR: DDIC password does not work:
RFC login to system SED ashost sapdev nr gwhost sapdev gwservice sapgw failed with code 1 key RFC_COMMUNICATION_FAILURE:
LOCATION CPIC (TCP/IP) on local host with Unicode
ERROR partner '10.1.0.54:3300' not reached
TIME Thu May 15 04:12:45 2014
RELEASE 721
COMPONENT NI (network interface)
VERSION 40
RC -10
MODULE nixxi.cpp
LINE 2895
DETAIL NiPConnect: 10.1.0.54:3300
SYSTEM CALL connect
ERRNO 239
ERRNO TEXT Connection refused
COUNTER 2
.
Enter the password for SAP user DDIC in client 000:
DDIC PASSWORD [********]:
but there is the other instance number in our system which equals 10
sapcontrol -nr 10 -function GetAccessPointList
15.05.2014 04:11:47
GetAccessPointList
OK
address, port, protocol, processname, active
127.0.0.1, 8010, HTTP, icm, Yes
10.1.0.54, 8010, HTTP, icm, Yes
127.0.0.1, 0, SMTP, icm, Yes
10.1.0.54, 0, SMTP, icm, Yes
127.0.0.1, 8110, HTTPS, icm, Yes
10.1.0.54, 8110, HTTPS, icm, Yes
127.0.0.1, 51014, HTTPS, sapstartsrv, Yes
10.1.0.54, 51014, HTTPS, sapstartsrv, Yes
127.0.0.1, 3310, RFC, gwrd, Yes
10.1.0.54, 3310, RFC, gwrd, Yes
127.0.0.1, 3210, DPTM, disp+work, Yes
10.1.0.54, 3210, DPTM, disp+work, Yes
127.0.0.1, 3910, MS, msg_server, Yes
10.1.0.54, 3910, MS, msg_server, Yes
127.0.0.1, 3610, MS, msg_server, Yes
10.1.0.54, 3610, MS, msg_server, Yes
127.0.0.1, 8210, HTTP, msg_server, Yes
10.1.0.54, 8210, HTTP, msg_server, Yes
127.0.0.1, 41000, IGS, igsmux, Yes
10.1.0.54, 41000, IGS, igsmux, Yes
127.0.0.1, 41080, HTTP, igsmux, Yes
10.1.0.54, 41080, HTTP, igsmux, Yes
127.0.0.1, 41001, IGS, igspw, Yes
10.1.0.54, 41001, IGS, igspw, Yes
127.0.0.1, 41002, IGS, igspw, Yes
10.1.0.54, 41002, IGS, igspw, Yes
Is it an error in SUM?