@Anamika

 Well if you are looking for GUI should go for RDP or VNC. To keep things
simple you can use the OpenSSH server - client, setting up one should be
easy lots of tutorials out there. You can also use sshpass in along with ssh
to run commands on the B machine from A .

             sshpass -p 'password' ssh user@Ip-B command

Make sure you have the the B figerprint in your .ssh/known_host  before
running the command.
You could write up cool shell scripts to check disk space, memory, server
loads etc. Have Fun.

Himesh.

On Sun, May 29, 2011 at 11:08 PM, ANAMIKA CHAUHAN <
[email protected]> wrote:

> hello everybody.......
> I wanted to knw how to enable communication between two servers.....as I
> was using write command that was doing communication between different
> terminals but on same server.........It is not on different servers.,I
> guess........
>  But  I wanted to know communication between different servers such as
>   Server A of a company xyz is in India and Server B  is in America
>
> From india's server I want to use any file which is on america's server,
> or Perform any processing on the file which is on america's server...
> or I wanted to know disk configration of server B from india's server...
>
> What shud i do for dis....
>
>  --
> Mailing list guidelines and other related articles:
> http://lug-iitd.org/Footer
>

-- 
Mailing list guidelines and other related articles: http://lug-iitd.org/Footer

Reply via email to