Skip to content

Commit 28346c3

Browse files
authored
Update register-existing-system.md
1 parent 0524a69 commit 28346c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sap/center-sap-solutions/register-existing-system.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ To fix the Windows VM Agent, follow [Troubleshooting Azure Windows VM Agent](/tr
193193
**Cause:** This issue occurs when multiple ASCS (MESSAGESERVER and/or ENQREP) instances present in the configured SAP, which is not a valid configuration. Ensure that there exists only one ASCS instance for the SID.
194194

195195
**Solution:** To fix the issue, you will need to reconfigure the SAP system so that there is only one ASCS instance present for the SID. Perform below steps:
196-
1. Logon to the affected server, at operating system level, as "<sid>adm";
196+
1. Logon to the affected server, at operating system level, as "'sid'adm";
197197
2. Run "ps -ef | grep sapstartsrv", and take note of the command line related to the sapstartsrv process from the affected instance;
198198
3. Run "sapcontrol -nr <$$> -function StopService". Run the "ps" command again (see the previous step), and ensure that the sapstartsrv process was stopped (<$$> is the number of the affected instance);
199-
4. Access the folder "/usr/sap/<SID>/SYS/global/sapcontrol".
199+
4. Access the folder "/usr/sap/'SID'/SYS/global/sapcontrol".
200200
5. If you list the files with "ls -l", you will notice that there is more than one file for the affected server.
201201
6. The name of the files consists of a few numbers separated by the "underscore" ("_") character, and the last field is the hostname of the server related to that particular file;
202202
7. Delete (you can move or rename, if you prefer) all the conflicting files with the command "rm *hostname" (where "hostname" is the actual name of the server, not the word "hostname" itself);

0 commit comments

Comments
 (0)