stop and restart datastage server

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
sainath
Premium Member
Premium Member
Posts: 138
Joined: Fri Nov 19, 2004 3:57 pm

stop and restart datastage server

Post by sainath »

Code: Select all

Here is what I've done:

/sbin/init.d/ds.rc stop

/sbin/init.d/ds.rc start
to stop and restart server here what i did but i am giving error

the connection was refused or RPC DEMAN WAS NOT RUNNNUG.
pl tell me what to do
thks
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

What you should do first is to use the Search facility in this forum.

If you try to restart the DataStage engine when not all processes have been terminated then the RPC daemon will not initialize and DataStage will not run.

Do another stop and make sure that you don't see any DataStage users left logged in before attempt to restart the engine.
mauherga
Participant
Posts: 31
Joined: Thu Mar 02, 2006 9:47 am
Location: Mexico

Post by mauherga »

Hi sainath,

I recomend you to read "DS Install and Upgrade Guide" that comes with your instalation software. There you can find some instructions to start and stop the DS server.

The clue is confirm that no one are connected and none process or DS running when you stop DS server. Chek in your operating system...

Regards.
maurik
Bryceson
Charter Member
Charter Member
Posts: 88
Joined: Wed Aug 03, 2005 1:11 pm
Location: Madison, WI

Post by Bryceson »

Sainath,

It appear to me you are running Windows Server Machine, what you can do is:

Login to the Server, then Control Panel, then you will see DataStage
in that there is Start All Services and Stop All Services. Of cource make sure no body is connect to server (running DS) they could losse their work. Good luck!!!

Bryceson
Bryceson
Charter Member
Charter Member
Posts: 88
Joined: Wed Aug 03, 2005 1:11 pm
Location: Madison, WI

Post by Bryceson »

Sainath,

It appear to me you are running Windows Server Machine, what you can do is:

Login to the Server, then Control Panel, then you will see DataStage
in that there is Start All Services and Stop All Services. Of cource make sure no body is connect to server (running DS) they could losse their work. Good luck!!!

Bryceson
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Bryceson,

I thought he was on windows as well, until I saw the command he used to stop/start DS with.
Post Reply