×
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.
On 25-Feb-2015 13:19 -0600, Gord Hutchinson wrote:
Is it possible to Autostart *SSHD when doing STRTCP STRSVR(*YES).
I've only seen instructions to do STRTCPSVR SERVER(*SSHD).
Change the attribute of the that TCP/IP server to auto-start, and
then that server should autostart per the Start Application Servers
(STRSVR) specification of *YES for the Start TCP/IP (STRTCP) command:
CHGTCPSVR SVRSPCVAL(*SSHD) AUTOSTART(*YES)
Also, is there a way to see if it is running? i Navigator doesn't
show it under the TCP/IP servers.
As I recall, there is an API to present effectively the same as the
TCP/IP Connection Status from NETSTAT. The following perhaps?:
<
http://www.ibm.com/support/knowledgecenter/ssw_ibm_i_71/rzaku/rzakuwhatsnew.htm>
_What's new for V6R1_
"Read about new or significantly changed information for the TCP/IP
troubleshooting topic collection.
_Ways to determine if TCP/IP is active or not_
Starting in V6R1, you need to use one of the following ways to determine
if TCP/IP is active or not:
• In the character-based interface, run the following NETSTAT command:
NETSTAT OPTION(*STATUS)
• In programs, use the Retrieve TCP/IP Attributes (QtocRtvTCPA) API.
..."
As an Amazon Associate we earn from qualifying purchases.
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.