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 <[EMAIL PROTECTED]> wrote:
> >
> > 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 to check the type of operating system and then find the
> > size of
> > > the disks partitioned. Waiting for your help at the earliest
> > >
> > > Thanks in Advance
> > > Mazhar
> >
> > Just one thing: Don't use telnet unless absolutely necessary. It's
> > unsecure
> > since all data is transferred in plain text. Even if you don't login as
> > root
> > (or su to root after login): Don't use it.
> >
> > joe
> >
> > --
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > <http://learn.perl.org/> <http://learn.perl.org/first-response>
> >
> >
> >
>

Reply via email to