Installing ClickPack?

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
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Installing ClickPack?

Post by chulett »

I need to get ClickPack installed for one of the developers here on our dev server and I don't know beans about it other than what it purports to do.

At this point I'm wondering if there is more to it than simply mounting the cdrom and running the 'install.sh' script in the 'clickpack' directory? I have to walk an SA through this and I've never installed this thing before. The script doesn't seem ask many questions, so maybe this won't be too painful. :roll:

Is this one of those installs that, even though they can be done by the 'admin' user, are better off being done as root?

Any 'gotchas' that people are aware of?

Thanks!
-craig

"You can never have too many knives" -- Logan Nine Fingers
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

It comes with a couple plugins so you need to run the install.sh and then run the register plugin. I think you can do that from the Manager or the command line. It also has some sample jobs that you need to import. The samples are very important as the log reader has some funny codes and the example job helps clarify it. There are also a bunch of transformation routines for converting URL strings that come in that import.

The best part of the clickpack is the log reader stage that takes a standard web server log files and parses it for actions and URLs. Kind of like a sequential file stage but with lots of automated parsing functions.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Yah, the addition of this seems to enable using Perl from your DataStage jobs, which is what it uses to do the log parsing from what I've read. I'll see about importing the .dsx they have provided, but don't recall seeing documented anywhere the need to register any plugins - even though that does make sense. :?

Any idea where the plugins are listed, how I'll know which ones to register?
-craig

"You can never have too many knives" -- Logan Nine Fingers
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

I think the install.sh unpacks the plugins to a subdirectory of the install file. Have a look at the script to see what it is doing.
Post Reply