how to list config parameter values

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
ratikmishra1
Charter Member
Charter Member
Posts: 42
Joined: Wed Aug 18, 2004 2:49 pm

how to list config parameter values

Post by ratikmishra1 »

Is there a command to list the current settingg of config parameters i.e T30FILES etc etc which are typically defined in .uvconfig file.

I am not sure whether my changes in the .uvconfig file were applied or not. Hence the reason for asking.

Thanks
Rati
alanwms
Charter Member
Charter Member
Posts: 28
Joined: Wed Feb 26, 2003 2:51 pm
Location: Atlanta/UK

Post by alanwms »

Bring up DS Administrator, choose any project, choose command. Type in CONFIG ALL and execute. All your .uvconfig values will be displayed.

Also, CONFIG BRIEF shows just your license info, CONFIG DATA shows your tunables.

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

Post by ray.wurlod »

From the operating system:

Code: Select all

$DSHOME/bin/analyze.shm -c 
shows the config file contents

Code: Select all

$DSHOME/bin/analyze.shm -t
shows the values loaded in memory

Code: Select all

$DSHOME/bin/analyze.shm -t0
shows the values loaded in memory and suppresses asterisks that show non-default values

smat (shared memory analysis tool) is a synonym for analyze.shm

If you're not part of the US hegemony, beware the American spelling of "analyze".
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ratikmishra1
Charter Member
Charter Member
Posts: 42
Joined: Wed Aug 18, 2004 2:49 pm

Post by ratikmishra1 »

Thank to all of you guys. I truly appreciate your help.

Thanks
Rati
Post Reply