cancel
Showing results for 
Search instead for 
Did you mean: 

SDM issue

former_member759680
Contributor
0 Kudos

I logged into AIX using sidadm

I went to cd /usr/sap/Q3W/DVEBMGS10/SDM/program

But when I run teh command -

sdm startup "mode=standalone" "sdmhome=/usr/sap/Q3W/DVEBMGS10/SDM/program"

I get:

sdm: Command not found.

Please help.

Why am I not able to run the sdm startup command?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

To start the SDM in standalone mode, please use the below command.

./sdm.sh jstartup mode=standalone

Please fire this command from path /usr/sap/Q3W/DVEBMGS10/SDM/program

Please make sure that you have stopped SDM if it is already running in intregated mode before.

With Regards,

Saurabh

Former Member
0 Kudos

Hi,

To start SDM you need to call the remoteGui program. Please do the following to start SDM,

go the the SDM directory

$ cd /usr/sap/Q3W/DVEBMGS10/SDM/program

$ ./remoteGui.sh

Thanks,

Sudip.

former_member759680
Contributor
0 Kudos

Thanks, Saurabh.

But how do I stop SDM. Could you guide me with that please.

Edited by: Gautam Poddar on May 20, 2009 5:11 AM

Former Member
0 Kudos

Hi,

To stop SDM do the following,

$ jcmon pf=D:\usr\sap\GDT\SYS\profile\GDT_JC00_ABCD

Then give the value 20. (Value 20 is for Local Administration Menu)

In the Local Administration Menu type 4 to disable the process.

Now the system will ask you for the index number of SDM. You can see the below example.

Process Index : 2

Idx

Name

PID

State

Error

Restart

---






0

dispatcher

2528

Running

0

yes

1

server0

20368

Running

0

yes

2

SDM

2624

Stopping

0

yes

-


The SDM will be stoped.

Thanks,

Sudip

Former Member
0 Kudos

if you go into the directory SDM/program there you will find StopServer.sh .Jus type ./StopServer.sh.sdm server would be stopped.