Do I need to be root for this?

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ivannavi
Premium Member
Premium Member
Posts: 120
Joined: Mon Mar 07, 2005 9:49 am
Location: Croatia

Do I need to be root for this?

Post by ivannavi »

Enable job administration in Director is checked. Cleanup resources dialog is always empty. It lists nothing, no matter if a job is hanginng, locked or running. Is this feature available only when you login as a root? I'm logged as dsadm.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

No, you don't need to be root. What happens when you switch it to 'Show All'?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ivannavi
Premium Member
Premium Member
Posts: 120
Joined: Mon Mar 07, 2005 9:49 am
Location: Croatia

Post by ivannavi »

Nothing happens!
I thought maybe something was setup wrong with the dsadm rights, because I also cannot start and stop DataStage server engine if not root.(I can start it but clients couldn't connect)
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Get to the operating system, execute the following command, and post the result.

Code: Select all

$DSHOME/bin/uv -admin -info
This will show whether you have a root install or a non-root install, and whether impersonation mode is in effect or not.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ivannavi
Premium Member
Premium Member
Posts: 120
Joined: Mon Mar 07, 2005 9:49 am
Location: Croatia

Post by ivannavi »

Here it is:

Details for DataStage Engine release 7.5.1.1 instance "ade"
===============================================================================
Install history : Installed by root (admin:dsadm) on: Nov 11 2004 13:10:58
Instance tag : ade
Engine status : Running w/active nls
Engine location : /asc/Ascential/DataStage/DSEngine
Binary location : /asc/Ascential/DataStage/DSEngine/bin
Impersonation : Enabled
Administrator : dsadm
Autostart mode : enabled
Autostart link(s) : /sbin/init.d/ds.rc
: /sbin/rc1.d/K999ds.rc
: /sbin/rc2.d/S999ds.rc
Startup script : /asc/Ascential/DataStage/DSEngine/sample/ds.rc
Cache Segments :0 active
User Segments :15 active

15 phantom printer segments!
DSnum Uid Pid Ppid C Stime Tty Time Command
47996 dsadm 17540 17517 1 09:11:18 ? 0:00 dsapi_slave 8 7 0
38460 dsadm 27076 27074 0 Nov 30 ? 147:43 dsapi_slave 8 7 0
52715ikovacic 12821 12818 0 10:54:16 ? 26:18 dsapi_slave 8 7 0
39367ikovacic 26169 16851 0 09:26:47 ? 0:00 phantom DSD.RUN ADV_DWH_TE
64550 dsadm 986 985 0 16:07:07 ? 74:06 dsapi_slave 8 7 0
39311ikovacic 26225 26169 0 09:26:51 ? 0:00 phantom SH -c 'RT_SC662/Os
61005 ecehaja 4531 4530 0 12:23:42 ? 0:00 dsapi_slave 8 7 0
48685ikovacic 16851 16850 0 06:09:19 ? 0:56 dsapi_slave 8 7 0
35834ikovacic 29702 29701 0 10:17:34 ? 5:55 dsapi_slave 8 7 0
39302ikovacic 26234 26169 0 09:26:52 ? 0:01 phantom DSD.OshMonitor ADV
60922ikovacic 4614 4611 0 06:47:40 ? 0:16 dsapi_slave 8 7 0
36617 rbuzdon 28919 28916 0 07:52:48 ? 0:38 dsapi_slave 8 7 0
37935 dsadm 27601 27600 14 09:30:06 ? 0:00 dsapi_slave 8 7 0
48002 dsadm 17534 17531 0 Nov 30 ? 11:22 dsapi_slave 8 7 0
48696 rbuzdon 16840 16838 0 08:41:22 ? 0:01 dsapi_slave 8 7 0


Please note that I'm not a premium member, but I will become one very soon, so until then make sure I can read your posts :)
ivannavi
Premium Member
Premium Member
Posts: 120
Joined: Mon Mar 07, 2005 9:49 am
Location: Croatia

Post by ivannavi »

I just hope my last post wasn't offensive. What could be the reason I don't get any replies? :oops:
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Some of us don't work every weekend, and are busy when we are at work.

The output from uv -admin -info suggests no problems, so you should be able to see things from the Cleanup Resources utility. You do not need to be dsadm; indeed, just to look you can be any user.

There are two Show All option buttons, one for locks, one for users. Select both and tell us what happens.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ivannavi
Premium Member
Premium Member
Posts: 120
Joined: Mon Mar 07, 2005 9:49 am
Location: Croatia

Post by ivannavi »

Thanks Ray.
Post Reply