Starting the DS Server engine

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
jtenshaw
Premium Member
Premium Member
Posts: 34
Joined: Thu Dec 08, 2005 9:26 am

Starting the DS Server engine

Post by jtenshaw »

What do the "dshome/bin/uv -admin -start" and "dshome/bin/uv -admin -stop" commands do to start/stop the DS server engine. Does it basically make a call to /etc/rc2.d/S99ds.rc? If not, what's the difference between the two? Thanks.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The uv -admin command executes $DSHOME/sample/ds.rc (on most systems the entries in /etc/rc2.d and so on are symbolic links to the script in sample).

The difference is that uv -admin has more options available, which go off and do other things, for example uv -admin -version or uv -admin -info commands.

Code: Select all

uv [-admin option]
        -autostart  [on|off]    enable/disable autostart feature
        -clearshm               clear BASIC catalog bit.
        -freeLOGSEM             release LOGSEM semaphore.
        -impersonation [on|off] enable/disable impersonation mode
        -info                   implementation information
        -lic_report             display licensing information.
        -regen      {opts}      generate configuration file.
        -reset      {opts}      reinitialize shared memory.
        -start      [force]     start DSEngine. (force if lockfile exists)
        -stop       [nowait]    shutdown DSEngine (nowait on segments).
        -version                display version number.
        -Lock                   Suspend file I/O.
        -Report                 Current suspension status.
        -Unlock                 Unsuspend file I/O.
The uv -admin -info command includes, among other things, the "autostart links" and the actual startup script's pathname.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
jtenshaw
Premium Member
Premium Member
Posts: 34
Joined: Thu Dec 08, 2005 9:26 am

Post by jtenshaw »

Great, thanks Ray!
Andet
Charter Member
Charter Member
Posts: 63
Joined: Mon Nov 01, 2004 9:40 am
Location: Clayton, MO

Post by Andet »

Ray, what manual has the UV command options descriptions?

Thanks,

Ande
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply