× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Thanks Terry - works like a bomb!

Prevesh Kuni
RPG Developer
Smollan Group SA (Pty) Ltd
(011) 640 8154
kunip@xxxxxxxxxxxxx


terry.winchester@xxxxxxxxxxxxxxx 2008/07/08 12:10:34 PM >>>
We use this simple routine to see if one or more servers
are available:

/* Attempt to "ping" another server using only a single packet */
/* just to see if it is "alive" */

PING RMTSYS(&ADDRESS) MSGMODE(*QUIET *ESCAPE) +
NBRPKT(1) WAITTIME(1)

/* Was the host found? (e.g. Invalid IP Address) */

MONMSG MSGID(TCP3202) EXEC(DO)
Do something if the address is not found...
ENDDO

/* Did it respond to the PING? */

MONMSG MSGID(TCP3210) EXEC(DO)
Do something if the host did not respond...
ENDDO

Terry

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Prevesh Kuni
Sent: Tuesday, July 08, 2008 3:50 AM
To: midrange-l@xxxxxxxxxxxx
Subject: Ping Remote System

Hi Guys, some advice please.

I need to ping a remote system in the early part of the
morning. I have
scheduled the following command: PING RMTSYS('IP Address')
This command works off a command line. Any reason why it wouldn't
work
as a scheduled job? Do I need to add the command to a CLE first?
Was also thinking about writing the output to a file and then
checking
the messages to see if all is good.
What would be the best route to take?

Thanks


Prevesh Kuni
RPG Developer
Smollan Group SA (Pty) Ltd
(011) 640 8154
kunip@xxxxxxxxxxxxx

--
This is the Midrange Systems Technical Discussion
(MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l .



Confidentiality Notice:

The preceding e-mail message (including any attachments) contains
information that may be confidential, protected by applicable legal
privileges, or constitute non-public information. It is intended to be
conveyed only to the designated recipient(s). If you are not an intended
recipient of this message, please notify the sender by replying to this
message and then delete it from your system. Use, dissemination,
distribution or reproduction of this message by unintended recipients is

not authorized and may be unlawful.




As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.