MACPING(1) General Commands Manual MACPING(1)NAME
macping - A tool for pinging other RouterOS or mactelnetd devices
SYNOPSIS
mactelnet [options] <MAC-Address|hostname>
DESCRIPTION
This tool enables you to ping other RouterOS or MAC-Telnetd enabled devices. You can ping either a hostname or a MAC address. If speci-
fied, the hostname (identity) will be looked up via MNDP discovery.
OPTIONS
These programs follow the usual GNU command line syntax. A summary of options is included below.
-f Fast mode, do not wait before sending next ping request. The next ping will be sent immediately when the last ping is received. This
cannot be used with -c 0
-s Specify the amount of bytes to send in each ping packet, up to ~1400 bytes.
-c Number of packets to send before exiting. A value of 0 means unlimited packets and the tool must be exited with Control + C.
-h Show summary of options.
-v Show version of program.
SEE ALSO mndp(1), mactelnet(1), mactelnetd(1).
AUTHOR
macping was written by Hakon Nessjoen <haakon.nessjoen@gmail.com>.
This manual page was written by Hakon Nessjoen <haakon.nessjoen@gmail.com>, for the Debian project (and may be used by others).
February 27, 2011 MACPING(1)
Check Out this Related Man Page
OCF_PACEMAKER_PING(7) Pacemaker Configuration OCF_PACEMAKER_PING(7)NAME
ocf_pacemaker_ping - node connectivity
SYNOPSIS
[OCF_RESKEY_pidfile=string] [OCF_RESKEY_dampen=integer] [OCF_RESKEY_name=string] [OCF_RESKEY_multiplier=integer]
[OCF_RESKEY_host_list=string] [OCF_RESKEY_attempts=integer] [OCF_RESKEY_timeout=integer] [OCF_RESKEY_options=string]
[OCF_RESKEY_debug=string]
ping [start | stop | reload | monitor | meta-data | validate-all]
DESCRIPTION
Every time the monitor action is run, this resource agent records (in the CIB) the current number of ping nodes the host can connect to. It
is essentially the same as pingd except that it uses the system ping tool to obtain the results.
SUPPORTED PARAMETERS
OCF_RESKEY_pidfile = string [/ping-]
PID file
OCF_RESKEY_dampen = integer [5s]
Dampening interval
The time to wait (dampening) further changes occur
OCF_RESKEY_name = string [pingd]
Attribute name
The name of the attributes to set. This is the name to be used in the constraints.
OCF_RESKEY_multiplier = integer []
Value multiplier
The number by which to multiply the number of connected ping nodes by
OCF_RESKEY_host_list = string []
Host list
The list of ping nodes to count.
OCF_RESKEY_attempts = integer [2]
no. of ping attempts
Number of ping attempts, per host, before declaring it dead
OCF_RESKEY_timeout = integer [2]
ping timeout in seconds
How long, in seconds, to wait before declaring a ping lost
OCF_RESKEY_options = string []
Extra Options
A catch all for any other options that need to be passed to ping.
OCF_RESKEY_debug = string [false]
Verbose logging
Enables to use default attrd_updater verbose logging on every call.
AUTHOR
Andrew Beekhof <andrew@beekhof.net>
Author.
Pacemaker Configuration 04/17/2012 OCF_PACEMAKER_PING(7)
I need a script to open a text file with ip's in it, ping them, split the results into the ip and time from the results and e-mail them ?
here what i've done.
its porbly wrong and not workin.its for win nt4
use Net::SMTP;
# get list of ip's to ping
open (PINGFILE, "< c:\\Documents and... (20 Replies)
Hi.
I just installed the HP-UX 11i V2.
I have problems with CDE - it is inoperative (after logon there is a message box: messaging system failure - or something like that, it asks to check /etc/hosts and network settings).
nslookup works by hostname and IP, hostname shown the correct... (7 Replies)
I am trying to make a bash script to scan subnets to see what hosts are available. Is it correct that you can not make the ping command time out less than a second? The script below works, but can take up to 255 seconds which is a bit long :( Is there a way to solve this using bash only?
<code>... (6 Replies)
Hi all,
I am trying ping command in SUN v240 server but it is not working
but when i am using the full path
/usr/sbin/ping <ip address> then it is working.
how to set the path of ping command so that by simply typing
ping <ip address>
it should work ?
Plz help me out:( (7 Replies)
from the hostname command I get this:
scosysv.mycompany0
when I ping scosysv.mycompany0 i get 64.158.xx.xx which fails with 100% packet loss.
/etc/hosts shows
199.199.199.1 scosysv scosysv.mycompany0 scosysv.mycompany0.com
when I ping the hostname value isn't the local IP 199.199.199.1... (6 Replies)
I am redirecting my ping output to a file. The sample output is like this:
64 bytes from xx.xx.xx.167: icmp_seq=4490 ttl=116 3.75 ms 2011Jul12- 15 40 16
64 bytes from xx.xx.xx.167: icmp_seq=4491 ttl=116 5.29 ms 2011Jul12- 15 40 17
64 bytes from xx.xx.xx.167: icmp_seq=4492 ttl=116 4.88 ms... (6 Replies)
Hello Admins,
I am trying to ping java.sun.com/xml/ns/j2ee from my solaris 10 command prompt... But it's saying unknown host..
I can ping google.com and others... Internet is OK..
What might be the issue? (14 Replies)
anyone ever seen this problem:
I can ping the server by IP address but I can't by hostname.
nslookup is working and dns query is ok.
# nslookup mwxnsb24
Server: 10.11.49.206
Address: 10.11.49.206#53
Name: mwxnsb24
Address: 10.10.58.175
# ping... (8 Replies)
Hi All,
I used to work on Sun Solaris, On the Solaris, when I do ping, I used to get the results as
XYZ is alive
but now I work on Linux. when I do ping. I get the results. For example:
ping nyus -c 3
PING nyus (x.x.x.x) 56(84) bytes of data.
64 bytes from nyus (x.x.x.x):... (7 Replies)
Hi all,
I have gone through many posts related to this issue,but my issue wasn't resolved hence creating new thread.
I am unable to ping localhost.
ping localhost tries to ping localhost which is defined in DNS.
My /etc/hosts has entry for localhost as
127.0.0.1 loopback localhost.
... (8 Replies)
hi,
working on Solaris 10. need your help on ping behaviour that I encountered.
I ping from source to destination
-bash-3.2# ping -s -t 128 10.10.10.200
PING 10.10.10.200: 56 data bytes <===== stops here for 2 minutues before getting reply back
64 bytes from 10.10.10.200:... (9 Replies)
Hi all,
New to this forum.
I have just been reading through a historical thread about some issues with IPMP.
Some tips from "Peasant" where very useful. Please see below
"Just couple of more hints regarding VM.
For VDS, use one VDS - one guest LDOM, don't put everything in primary-vds.... (9 Replies)
Hi
I have established LAN with the help of D-Link router. I am having 2 desktops ethernet connection managed by this D-Link router.
One PC is with Windows 7 OS
Second PC is with Redhat Linux 6.1
Both the PCs now stands connected to internet via this D-Link router.
I could ping windows PC... (12 Replies)
I still haven't had chance to read the entire Debian manual, which I promise I will do as soon as I can, and I will start putting info back into this forum.
However, for the mean time, could someone please help with a small script? I understand what I've got to do and how to do it, but I'm... (13 Replies)