Hey all...  I am developing a series of scripts to collect system
information on a fairly large number of HP-UX servers.  Initially, this
system information is fairly limited to filesystem information but will be
expanded over time to include other things like kernel parameter settings,
user account information, etc.  I am wanting to capture this information
into a MySQL database on one of these servers.  Currently I have a setup
that captures some of this basic information and ftps it over to the
database server.  The database server then has a cron job that kicks off a
separate script that processes these data files.  I would prefer to have
each server simply update the database directly.  The problem with this is
that I cannot seem to compile the DBI module for MySQL on each server
without having some MySQL libraries installed on each server.  I really
don't want to have to screw around with installing or copying MySQL
libraries on 80+ servers.
        Does anyone have any suggestions on how to address this issue?
Thanks in advance for the feedback.

Scott Nipp
Phone:  (214) 858-1289
E-mail:  [EMAIL PROTECTED]
Web:  http:\\ldsa.sbcld.sbc.com


Reply via email to