On Sep 9, 3:36 am, [EMAIL PROTECTED] (Gregory Machin) wrote:
> Hi
> I have a database with my servers details in .. I would like to write
> a scripts to get the servers log on info ssh to the box and get basic
> info using the following
>
> hostname
> cat /etc/issue
> cat /proc/cpuinfo | grep "mode
>If you really need to do a ssh operation in Perl, see "perldoc Net::SSH".
>For database oepration, see "perldoc DBI".
Expect-perl can be another useful tool to record each program response...
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://
Thanks will look into those .
On Tue, Sep 9, 2008 at 10:07 AM, Jeff Pang <[EMAIL PROTECTED]> wrote:
> 2008/9/9 Gregory Machin <[EMAIL PROTECTED]>:
>> Hi
>> I have a database with my servers details in .. I would like to write
>> a scripts to get the servers log on info ssh to the box and get basic
2008/9/9 Gregory Machin <[EMAIL PROTECTED]>:
> Hi
> I have a database with my servers details in .. I would like to write
> a scripts to get the servers log on info ssh to the box and get basic
> info using the following
>
> hostname
> cat /etc/issue
> cat /proc/cpuinfo | grep "model name"
> cat /p