cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IGS Server

Former Member
0 Likes
3,481

Hello.

I'd like to know, how i can find out, if the IGS is running, how i can start it, if it isn't running and how i can configure it.

I'd also like to know, how or where i can see, which services of the server are currentliy running.

Thank you very much for your help.

Greetz Tobias

View Entire Topic
manu_susankar
Active Contributor
0 Likes

Hi Greetz Tobias,

If your OS is Unix flavour you can find the processers with the help of below command....

ps -ef |grep -i igs

you will see the process running ...somthing like

sidadm 19367 19365 1:23 /usr/sap/SID/DVEBMGS18/exe/igspw_mt -mode=profile -no=0 -restartcount=0 pf=/usr

sidadm 19366 19365 0 Sep 21 ? 2:30 /usr/sap/SID/DVEBMGS18/exe/igsmux_mt -mode=profile -restartcount=0 pf=/usr/sap/

sidadm 19368 19365 0 Sep 21 ? 1:22 /usr/sap/SID/DVEBMGS18/exe/igspw_mt -mode=profile -no=1 -restartcount=0 pf=/usr

Regards,

S.Manu.

Former Member
0 Likes

Oh sorry, I forgot to mention the OS.

My OS is Windows Server 2003.

How can, in this case, determine if the igs server is running? And how is this process called exactly?

Thanks again