cancel
Showing results for 
Search instead for 
Did you mean: 

stopsap error - FAIL: End of file or no input: 'Broken pipe'

former_member201054
Contributor
0 Kudos

Hi ,

I am trying to stop the ECC 6.0 EHP7 system, but the stopsap command is not stopping the system and gives me error.

-------------------------------------------

10:56:11

/usr/sap/SID/DVEBMGS56/exe/sapcontrol -prot NI_HTTP -nr 56 -function Stop

03.02.2016 10:56:11

Stop

FAIL: End of file or no input: 'Broken pipe'

-------------------------------------------

10:56:13

stop of Instance failed

Please help me to resolve the issue.

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185239
Active Contributor
0 Kudos

Dear Daniel,

Just follow the below steps

- Startsap (it will start the process which have been stopped at OS level and it will not start the process which are already running)

Then fired the command

Stopsap

It will hopefully resolve your issue.

With Regards

Ashutosh Chaturvedi

isaias_freitas
Advisor
Advisor
0 Kudos

Hello,

How many sapstartsrv processes for the instance 56 do you see active?

You can check this with "ps -ef | grep sapstartsrv", then check for processes pointing to a profile for the DVEBMGS56 instance.

If there is more than one process, it could be causing this issue.

You can terminate all these processes manually, and then start it again using one of the following methods:

1) Preferred method: execute

    sapcontrol -nr 56 -function StartService SID

2) If #1 does not work, execute

    /usr/sap/SID/DVEBMGS56/exe/sapstartsrv pf=/usr/sap/SID/SYS/profile/<profile> -D -u sidadm

Regards,

Isaías