dslictool usage

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
phanee_k
Charter Member
Charter Member
Posts: 68
Joined: Thu Nov 20, 2003 11:02 pm

dslictool usage

Post by phanee_k »

Hi ,
I understand that using dslictool , we can find the number of licenses being used by datastage. But I believe it is not working as supposed to.

When I logged into the corresponding project through dssh ( UV environment ) , I found that 1 license is being utilized otherwise I am getting the below message.


$ dslictool
Warning License is in effect.
Message[PIN0037]
8 CPU's licensed.
DSPX package licensed.
DSSRV package licensed.
No. Pid, Package Device name IP address Device sub-key
0 license seats are in use.
8 license seats are available.


How can we see the number of licenses being utilized.

Phani
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Re: dslictool usage

Post by ArndW »

phanee_k wrote:Hi ,
...When I logged into the corresponding project through dssh ( UV environment ) , I found that 1 license is being utilized otherwise I am getting the below message...Phani
How did you find this out in dssh?

The correct display of the number of licenses that DataStage thinks are in use are displayed via the dslictool; any other result you see (perhaps using PORT.STATUS) might show the number of DataStage processes in use but will not reflect the number of licenses.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Search is your friend! :wink:

Many more examples exist... and no, it doesn't work.
-craig

"You can never have too many knives" -- Logan Nine Fingers
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

So, Arnd... are you of the opinion that the silly thing actually does work? :?

I know it should, but that certainly doesn't seem to be the case in my 7.0.1 version.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I thought that it was used to cap the number of sessions; isn't that the program used to validate creating another connection? That's why I said that is show the number of licenses that DS thinks is in use. I'll need to check up on that.
phanee_k
Charter Member
Charter Member
Posts: 68
Joined: Thu Nov 20, 2003 11:02 pm

Post by phanee_k »

Hi ,
Once you log onto UV account using ./bin/dssh you need to logto the project by issuing LOGTO <projectname>

Now login into the ETL box through Telnet and issue the command dslictool.

You will be able to see that a PID is listed and the license is being utilized.

But when you login through designer / director / manager , dslictool is not showing the licenses utilized.

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

Post by chulett »

This is all I ever get from it:

Code: Select all

$ pwd
/opt/datastage/Ascential/DataStage/DSEngine
$ ./bin/dslictool
Standard License is in effect.
Message[PIN0037]
8 CPU's licensed.
DSSRV package licensed.
No. Pid, Package  Device name             IP address      Device sub-key
0 license seats are in use.
8 license seats are available.
It always says 0 license seats are in use and 8 available, regardless of the number actually in use or the fact that we are licensed for 22. So, what am I missing? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Throws arms up in surrender :)

looks like a bug...
koolnitz
Participant
Posts: 138
Joined: Wed Sep 07, 2005 5:39 am

Post by koolnitz »

Seriously, looks like a BUG..

In my case, I have DS license for 4 CPUs, 5 users.
But dslictool shows something totally wierd:

Code: Select all

nnj@lpar5m:/dstage/dsadm/Ascential/DataStage/DSEngine:$ ./bin/dslictool
Warning License is in effect.
Message[PIN0037]
80 CPU's licensed.
DSPX package licensed.
DSSRV package licensed.
No. Pid, Package  Device name             IP address      Device sub-key
0 license seats are in use.
8 license seats are available.
It's showing me the license for 80 CPUs :roll:
Nitin Jain | India

If everything seems to be going well, you have obviously overlooked something.
Post Reply