Installation of DS on Linux

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
saikrishna
Participant
Posts: 158
Joined: Tue Mar 15, 2005 3:16 am

Installation of DS on Linux

Post by saikrishna »

Hi

We have installed DataStage server edition on Linux box using non-root user.
we couldnt see any network sockets in Listen mode for DataStage services using netstat -a|grep dsrpc command.

According to the document, we need to do following two things after non-root install.
1. $DSHOME/scripts/DSEservices.sh -add
2. $DSHOME/scripts/DSEenable_impersonation.sh

While running the first script under root, we are getting the following error:

$DSHOME/scripts/DSEservices.sh -add
DataStage Engine must be shutdown before this script
can be executed. Update of /etc/services aborted.


As there is no DS service running (which we confirmed from netstat -a|grep dsrpc), why are we getting the above error saying that DS Engine must be shutdown...

Can you please help us on this.

Thanks
Sai
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That's not how you check to see if the 'engine' is running. Shut it down and then execute your commands.
-craig

"You can never have too many knives" -- Logan Nine Fingers
saikrishna
Participant
Posts: 158
Joined: Tue Mar 15, 2005 3:16 am

Post by saikrishna »

Chullet

I tried using
$DSHOME/bin/uv -stop -admin
to shut down DSEngine?

Is it right way to do ?

How do I check the DSEngine running or not?

Thanks
Sai
saikrishna
Participant
Posts: 158
Joined: Tue Mar 15, 2005 3:16 am

Post by saikrishna »

Chullet

Dont know the reason...
But when I tried again the following command after some time, it worked fine.
$DSHOME/bin/uv -stop -admin

Then I made the necessary post install things..which worked fine..

One thing I didnt understand is, why were we not able to see that status in netstat -a|grep dsrpc?

Thanks
Sai
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That checks for client connections and if the 'rpc' deamon is running. The engine can start but it can fail, which I assume is what happened to you. What does that check show now?
-craig

"You can never have too many knives" -- Logan Nine Fingers
saikrishna
Participant
Posts: 158
Joined: Tue Mar 15, 2005 3:16 am

Post by saikrishna »

Chullet

I have used the uv command wrongly in the following manner to stop ade
$DSHOME/bin/uv -stop -admin

instead of
$DSHOME/bin/uv -admin -stop



Thanks
Sai
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Umm... ok, true. So where are we at with this? Do you still have a question you are trying to get answered? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
saikrishna
Participant
Posts: 158
Joined: Tue Mar 15, 2005 3:16 am

Post by saikrishna »

No..I got the answer.

Thanks
Sai
Post Reply