Sponsored Content
Full Discussion: Ssh on ping result?
Top Forums Shell Programming and Scripting Ssh on ping result? Post 303026508 by wbport on Wednesday 28th of November 2018 05:46:17 PM
Old 11-28-2018
Quote:
Originally Posted by Corona688
That's rather the long way around. Why not just check ping's return value?
No problem if only one remote site. In our shop we had to check a number of remote sites so we checked all of them then looked at the log to see if there was a problem.
 

10 More Discussions You Might Find Interesting

1. Linux

Can't SSH / ping Linux box !!!

I have a linux box build11 which can be pinged from build18 (Windows) box. And we can only login to the box (using SSH) from build18 box. Plz help to characterize the problem, network, DNS, DHCP, etc (or whatever which I am unsure) Any idea what may be the reason ? :confused: Thanks in... (4 Replies)
Discussion started by: csaha
4 Replies

2. Shell Programming and Scripting

Problem storing SSH result in a variable

i have this SSH command which runs perfectly on command prompt in sunOS ssh -o Port=${portno} ${uname}@${server} find ${dir_path} -name '***' output : /usr/local/home/*** My problem is when i run same command in my script #!/usr/bin/ksh res=`ssh -o Port=${portno} ${uname}@${server}... (1 Reply)
Discussion started by: prash184u
1 Replies

3. Solaris

could not ssh and ping

hi , i cannot ssh to a server , i have restarted the ssh instances also. and i cannot ping to the server.. any ideas ..plz (5 Replies)
Discussion started by: jegaraman
5 Replies

4. Solaris

could not ssh and ping

Hi, I have a solaris 8 machine. I see ssh is running in the machine sbnismwp2# ps -aef | grep ssh root 947 945 0 04:34:45 ? 0:00 /export/opt/SSHtecagt/sbin/ssh-mgmt-sysmonitor root 945 1 0 04:34:45 ? 0:00 /export/opt/SSHtecagt/sbin/ssh-mgmt-agent... (11 Replies)
Discussion started by: jegaraman
11 Replies

5. Shell Programming and Scripting

prevent ssh from executing result in shell

Hi, I am writing a script on Solaris 10 and want to execute a remote ssh command. Normally this command should just return the value 0000000000002356 but when using ssh it seems it is passing the result to the shell to execute. ssh root@10.5.112.145 `/usr/bin/nawk -F\, '$1=="USG" && $2=="01"... (3 Replies)
Discussion started by: borderblaster
3 Replies

6. Solaris

Ping = no, SSH = eventually. Next step?

I have a Solaris 9 server that does not return a ping. When I try to log in via SSH I eventually get in. I am logged in now. I know this is a wide open question, but can you recommend some things I should check? . Thanks in advance, ~R (2 Replies)
Discussion started by: abstractrick
2 Replies

7. Shell Programming and Scripting

Perl : code on ping showing difference result

Hi all, I am using the below code to ping a code and print whehter the connection is successful or not. use Net::Ping; $p = Net::Ping->new(); my $host = "x.x.x.x"; # print "$host is alive.\n" if $p->ping($host); if ($p->ping($host,3)) { print... (0 Replies)
Discussion started by: scriptscript
0 Replies

8. Shell Programming and Scripting

Ping result talking too long

Hello all, I am writing a script that pings various machines to check connectivity. If a machine is available, the prompt returns a result immediately: root@ops # ping 172.21.5.5 172.21.5.5 is alive BUT if a machine is Down , the reply takes a long time to come. The issue is I want to... (1 Reply)
Discussion started by: Junaid Subhani
1 Replies

9. AIX

Not able to ssh or ping a server

Hi, Earlier I was able to ssh /ping the server but now it just hangs Please suggest how to troubleshoot. Best regards, Vishal (4 Replies)
Discussion started by: Vishal_dba
4 Replies

10. UNIX for Advanced & Expert Users

Cant ssh, but ping works

I cant ping to some of my machines, but ping works. I attach screenshots. Port is open and it is 22. I can't figure out why i cant access. https://www.unix.com/attachments/unix-for-advanced-and-expert-users/7492d1541541072-cant-ssh-but-ping-works-sshlisten-jpg... (17 Replies)
Discussion started by: tomislav91
17 Replies
XINE-CHECK(1)						      General Commands Manual						     XINE-CHECK(1)

NAME
xine-check - a checker for the xine video player SYNOPSIS
xine-check [-q] [-v] [-B] [-b] xine-bugreport [-q] [-v] [-B] DESCRIPTION
This manual page explains the xine-checker program. xine-check is a program, which tests the xine video player installation for common problems. If you experience any problem with or while running xine, running xine-check might provide useful hints for problem tracking. xine-check tests the operating system settings, installation of plugins, CD/DVD drive settings and video support parameters. If run as xine-bugreport, it will produce a terse system description and guide you through the process of reporting a bug. This is the pre- ferred way to report xine bugs, as it's easier for you and provides the developers with a more complete bugreport. OPTIONS
The program follows usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options are included below. For a complete description, see README and FAQ in /usr/share/doc/xine-ui or on the xine home page. -h, --help Show summary of options and version number. The remaining options, labelled XINE-CHECK options: when listed with "xine-check --help", are explained here. -q, --quiet Only give a single one-line messages, even if problems are found. Normally xine-check provides hints for every problem found to help solve the problem. -v, --verbose Enable extended output describing each check in detail, which produces a kind of frequently asked questions (FAQ) list. -B, --batch Turn off pause after long messages. Normally xine-check waits for confirmation after a problem was found or a long message was printed. -b, --bug Produce a bug report. This is the same as calling xine-bugreport directly. BUGS
none, of course ;-) Well, there are surely a few of those. You can probably best ask for support (and report bugs) on our mailing list at <xine-user@lists.sf.net>. SEE ALSO
xine(1), aaxine(1), xine-lib(3), http://xinehq.de <http://xinehq.de/> AUTHOR
This manual page was written by Philipp Hahn <pmhahn@users.sf.net> for the xine project. COPYRIGHT NOTICE
Copyright (C) 2002 Siggi Langauf The xine project Januar 16, 2002 XINE-CHECK(1)
All times are GMT -4. The time now is 08:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy