Linux Server Check


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Linux Server Check
# 1  
Old 07-17-2013
Linux Server Check

Hi,

Is there a way to check linux server is up or not from my desktop (windows 7)?

from the command prompt or powershell script. I have about 100 servers which I have to check daily..right now, i ssh to terminal with my login to verify.

Thanks,
vasu
# 2  
Old 07-17-2013
You could ping their IP addressess.

More detailed ways to check depend on what services you expect to be operating on them.
# 3  
Old 07-17-2013
Quote:
Originally Posted by myguess21
Hi,

Is there a way to check linux server is up or not from my desktop (windows 7)?

from the command prompt or powershell script. I have about 100 servers which I have to check daily..right now, i ssh to terminal with my login to verify.

Thanks,
vasu
Quote:
Originally Posted by Corona688
You could ping their IP addressess.

More detailed ways to check depend on what services you expect to be operating on them.
As Corona688 said, if you just want to know whether a specific machine is "up" you can just ping it and see if it responds. Checking the status of services / processes is a different story.

Anyway, instead of using Windows's native command prompt, you could install Cygwin and its ssh complement, which gives you access to a Linux-like console from inside Windows. That way you can write a script just like you'd do it in Linux for pinging / testing services purposes.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Passwordless login from Linux server to windows server

Hi, I am a newbie and has been given a task to connect to a windows server from a linux server (using putty of course; for file transfer) that too passwordless. Searching through google I found "ssh-keygen" but this also couldn't work because as I tried ssh <username>@<windowsServerIP>, it says... (5 Replies)
Discussion started by: pratria
5 Replies

2. Linux

How to connect Linux server (configure two way authentication) with Windows server?

Hi my name is Manju. ->I have configure the two way authentication on my linux server. ->Now I am able to apply two way authenticator on particuler user. ->Now I want to map this linux server to my AD server. ->Kindly tell me how to map AD(Active Directory) with this linux server. ... (0 Replies)
Discussion started by: manjusharma128
0 Replies

3. Homework & Coursework Questions

Configure the AD Window server with Linux server(google Authenticator is installed)

Hi my name is Manju. ->I have configure the two way authentication on my linux server. ->Now I am able to apply two way authenticator on particuler user. ->Now I want to map this linux server to my AD server. ->Kindly tell me how to map AD(Active Directory) with this linux server. ... (2 Replies)
Discussion started by: manjusharma128
2 Replies

4. Shell Programming and Scripting

Copy files from Linux server to Windows server

Hi All, I am generating report in a Linux server and once the report is generated the report(.txt file) needs to be automatically saved in a Windows servers. So i am looking for a script to transfer the file automatically from Linux server to Windows server? Please advise. Thanks... (3 Replies)
Discussion started by: arunmanas
3 Replies

5. Shell Programming and Scripting

Connect (SSH) to Windows server via Linux server through a script and passing command.. but failing

I am trying to connect to Windows server via Linux server through a script and run two commands " cd and ls " But its giving me error saying " could not start the program" followed by the command name i specify e g : "cd" i am trying in this manner " ssh username@servername "cd... (5 Replies)
Discussion started by: sunil seelam
5 Replies

6. Shell Programming and Scripting

Copy folder and files from unix server to linux server

We would be migrating unix solaries to Linux redhat. Basically source is unix and target is linux. i would like to copy entire file system unix/source/* to target linux/souce/* but target linux has only folder setup so what ever files copied need to be placed in the linux server with same... (8 Replies)
Discussion started by: balajikalai
8 Replies

7. Red Hat

microsoft Server 2008 Active authentication to a linux server

Hi, Please could someone advise I'm trying to use winscp from a Window server 2008 R2, but i need to add the authentication key to access the linux rh 5.4 servers ? What is the best way of approaching this ? If there are any web links that could help me do this, that would be good. ... (1 Reply)
Discussion started by: venhart
1 Replies

8. UNIX for Dummies Questions & Answers

Check server configuration in Linux

Hi, How do i check the server configuration in Linux like the RAM size, OS version, type of database configured etc...basically i need everything about the server. Is there a command to see this information?? Thanks in advance!!! (7 Replies)
Discussion started by: stunnerz_84
7 Replies

9. Red Hat

how do i check i/o in server?

Hello, I am using linux OS. I want to check I/0 performance and CPU load on the server. CPU load can be seen by using TOP command. How do i check the I/O performance? I want to see which file system is hitting more I/O wait.. How do i see this... I tried to use iostat? Above first... (2 Replies)
Discussion started by: govindts
2 Replies
Login or Register to Ask a Question