Re: Checking the Machine's Operating System

2005-11-25 Thread Mazhar
Then how well can i write the script to log to a remote server and then capture the following thing 1. to know the operating system of the logged remote server 2. to know the free space and then the number of drives or partitiones created in the remote server Mazhar On 11/21/05, John Doe

Re: Checking the Machine's Operating System

2005-11-25 Thread Mohammed Shameer
Can't you use Net::SSH::Perl module ? On Friday 25 November 2005 17:51, Mazhar wrote: Then how well can i write the script to log to a remote server and then capture the following thing 1. to know the operating system of the logged remote server 2. to know the free space and then the

Checking the Machine's Operating System

2005-11-21 Thread Mazhar
Hi Folks, I have a requirement from the clinet where in i have to take control of the machines (either by telnet,SSH). My first point to be addressed is how can i take a remote machine TELNET through perl script and also once i take the same i have to check the type of operating system and then

Re: Checking the Machine's Operating System

2005-11-21 Thread Dan Klose
On Mon, 2005-11-21 at 14:16 +0530, Mazhar wrote: Hi Folks, Hello I have a requirement from the clinet where in i have to take control of the machines (either by telnet,SSH). My first point to be addressed is how can i take a remote machine TELNET through perl script and also once i take the

Re: Checking the Machine's Operating System

2005-11-21 Thread John Doe
Mazhar am Montag, 21. November 2005 09.46: Hi Folks, I have a requirement from the clinet where in i have to take control of the machines (either by telnet,SSH). My first point to be addressed is how can i take a remote machine TELNET through perl script and also once i take the same i have