Page 1 of 1

infra structure documentation

Posted: Wed Feb 07, 2007 2:06 pm
by fmartinsferreira
I have 3 DataStage servers and no infra structure documentation.
I need to make the documentation now, I never make this kind of
documentation and I thinking to start by something like:

DataStageServer1

1 - Hardware
20GB RAM
900GB HD
...

2 - Projects: a
b
c

2.1 - Project a
I - uvconfig
II - configuration file(.apt)
III - Jobs
* 200 server - 130 read from file and write to DB2 ...
* 30 parallel
IV - ???

3 - Environment variables

4 - ??

What do you think?
Does anyone already make a documentation like that?
Any suggestion ?

Regards,

Fernando

Posted: Wed Feb 07, 2007 7:45 pm
by ray.wurlod
Under hardware include number and speed of CPUs. If you are in a cluster/grid environment, separate information may be required for each machine. If in a grid, some extra information about grid management also.

Do you do everything in memory or do you have some disk? If you have some disk, how much of it is local and how much in SAN? What kind of SAN? How is the SAN partitioned?

I don't really think that your DataStage environments are properly classified as infrastructure. If they are, then you will need to record each and every database/data source connection also, and how they are configured.

What other applications demand resources from these machines? If you can document competitors for resources, it may help to resolve future bottleneck issues.

What monitoring tools are available and what operating system, database, network, etc., monitoring is actually done? Where are the results kept? What analyses are performed? Trends and forecasts?

My $0.02 worth.

Posted: Mon Feb 12, 2007 11:50 am
by fmartinsferreira
ray.wurlod wrote:Under hardware include number and speed of CPUs. If you are in a cluster/grid environment, separate information may be required for each machine. If in a grid, some extra information about grid mana ...
Thanks Ray!