cancel
Showing results for 
Search instead for 
Did you mean: 

Stopping ASCS while EHP4 upgrade

Former Member
0 Kudos

Hi,

Dear all, i am in a process of upgrading ecc6.0 to EHP4 in High Availability , OS is Solaris,

After reaching the phase downtime , SAP asked us to stop the ASCS Instance.

pls see the msg below.

"You are running a so-called High-availibility setup.

To enter the downtime it is necassary to stop the

ASCS instance manually on the remote host.

In addition also the sapstartsrv and saposcol processes

on the remote host must be stopped."

if i understand correctly ASCS is the Central Instance under High Availability.

pls let me know is it mandatory to stop this and also its is asking me to stop sapstartsrv and saposcol.

pls let me know the procedure to stop all these 3.

Thank you.

Irfan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes , it is must to stop ASCS as well for upgrade .For stopping you can follow normal process to stop ..Normally we will use cluster tool only to avoid switch over (If you will do using MMC) ..Stop ASCS and then you can stop saposcol using

saposcol -k

for sapstartsrv i guess this comand will help

sapcontrol -nr <instancenumber> -function StopService

Regards,

Former Member
0 Kudos

Hi,,

Thanks for your response..

In profile directory i could see 2 files associated with ASCS they are.

PRD_ASCS00_eccprd

START_ASCS00_eccprd

so, the command to stop ASCS would be

stopsap ASCS00

PLEASE VERIFY..

Thanks

Former Member
0 Kudos

Hi,

stopsap r3 ASCS<nn> <virtual host name> in your case it's stopsap r3 ASCS00 eccprd ( also use -v for virtual hostname before eccprd)

or in case of seperately hosted ASCS execute => stopsap r3 <virtualhost> i.e stopsap r3 eccprd - this will stop instances in sequence order check ps -ef | grep ms.sap<SID_ASCS00>

Regards;

Former Member
0 Kudos

Use realted cluster software to start/stop ABAP central services (ASCS).

Regards,

Former Member
0 Kudos

Hi,

Thank you for your reply, i managed to stop the ASCS,,

now i tried to stop the sapstartsrv using the below command,

sapcontrol -nr 00 -function StopService

and i get the following error,,

Error -


      1. Phase STOPSAP_XCNV:

BLOCKED SIGNALS: ''

SAPehpi> Starting subprocess 27843 at 20101121120711

ENV: DIR_LIBRARY=/usr/sap/PRD/DVEBMGS04/exe

ENV: JAVA_HOME=/usr/jdk/j2sdk1.4.2_17

ENV: LD_LIBRARY_PATH=/usr/sap/PRD/DVEBMGS04/exe:/sap_sw/EHPI/jvm/jre/lib/sparcv9/server:/sap_sw/EHPI/jvm/jre/lib/sparcv9:/sap_sw/EHPI/jvm/jre/../lib/sparcv9:/usr/sap/PRD/SYS/exe/run:/oracle/client/10x_64/instantclient

ENV: NLS_LANG=AMERICAN_AMERICA.UTF8

ENV: ORACLE_BASE=/oracle

ENV: ORACLE_HOME=/global/oracle/PRD/102_64

ENV: ORACLE_SID=PRD

ENV: PATH=/usr/sap/PRD/DVEBMGS04/exe:/global/oracle/PRD/102_64/bin:/usr/jdk/j2sdk1.4.2_17/bin:/export/home/prdadm:/usr/sap/PRD/SYS/exe/run:/bin:/usr/bin:/usr/ucb:/etc:.:/usr/ccs/bin

ENV: SAPSYSTEMNAME=PRD

ENV: auth_shadow_upgrade=0

ENV: dbms_type=ORA

ENV: dbs_ora_schema=SAPSR3

ENV: dbs_ora_tnsname=PRD

EXECUTING /usr/sap/PRD/DVEBMGS04/exe/sapcontrol (/usr/sap/PRD/DVEBMGS04/exe/sapcontrol) -prot NI_HTTP -host eccprd01 -nr 04 -function StopWait 10000 10

21.11.2010 12:07:11

Stop

FAIL: NIECONN_REFUSED (Connection refused), NiRawConnect failed in plugin_fopen()

21.11.2010 12:07:11

StopWait

FAIL: NIECONN_REFUSED (Connection refused), NiRawConnect failed in plugin_fopen()

Process with ID 27843 terminated with status 1

-


pls advise.

thanks

former_member227283
Active Contributor
0 Kudos

Hi,

You have to Stop Central instance / Dialog instance first then Central services.

ASCS00 is called as Central services.

DVEBMGS04 is called as Central instance

In you case your are stopping first central services and then central instance. which is not physible.

Thanks

Anil

Former Member
0 Kudos

This message was moderated.