Problem during shutdown

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
pat_raman2000
Premium Member
Premium Member
Posts: 16
Joined: Tue Apr 17, 2007 12:38 am

Problem during shutdown

Post by pat_raman2000 »

When I'm trying to stop DataStage server engine with the command uv -admin -stop being 'dsadmin' user the script stops with 2 errors:

Unable to remove the following shared memory segment(s) during shutdown:
m 1308622910 0xadec7521 --rw-rw-rw- root apps 9661 9679
m 419430460 0xadee7521 --rw-rw-rw- root apps 9662 9679
2 error(s) encountered during shutdown procedure.
DataStage Engine 7.5.2.1 instance "ade" may be in an inconsistent state.

I made a non root DataStage installation (and with root set dsenable impersonation.sh), this is second tinme initially i have installed without NLS and i didn't face any problem during that time.


When i started the engine it started .But i was not able to login from client
so i try to stop it then i faced the error.


ls -l uv

returned

-rwsr-x--x 1 root apps 95832 Mar 23 2006 uv
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The shared memory errors can sometimes occur. After you try shutting down DataStage again, are there any datastage processes still running?
pat_raman2000
Premium Member
Premium Member
Posts: 16
Joined: Tue Apr 17, 2007 12:38 am

Problem during shutdown

Post by pat_raman2000 »

No,none of it is running but ipcs -m returns those two shared segments.When i installed first and started the server i was not able to connect to the client
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

after shutdown, get the segment number from the "ipcs -a | grep 0xace" command, then remove them using "ipcrm -m {memsegnumber}". What about "netstat -a | grep ds"?
pat_raman2000
Premium Member
Premium Member
Posts: 16
Joined: Tue Apr 17, 2007 12:38 am

Problem during shutdown

Post by pat_raman2000 »

I got the shared segments with ipcs -mop and used ipcrm to remove it.Then when i restarted teh server i was not able to login from client
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

after restaring do you have an dsrpcd?
Post Reply