RTVNETSVRA RETRIEVE NETSERVER ATTRIBUTES TAANETI |
The Retrieve NetServer Attributes command retrieves attributes about
the i5/OS NetServer. Both current and pending attributes may be
retrieved. The QjoRetrieveJournalInformation API is used.
RTVNETSVRA escape messages you can monitor for
----------------------------------------------
None. Escape messages from based on functions will be re-sent.
RTVNETSVRA Command parameters *CMD
-----------------------------
For a more complete explanation of the return values, see the API
QZLSOLST.
CCSID The current CCSID. This is an optional return
variable that if used must be specified as *DEC
LEN(5 0).
CCSIDP The pending CCSID. This is an optional return
variable that if used must be specified as *DEC
LEN(5 0).
IDLETO The current Idle Timeout in seconds. This is an
optional return variable that if used must be
specified as *DEC LEN(10 0).
IDLETOP The pending Idle Timeout in seconds. This is an
optional return variable that if used must be
specified as *DEC LEN(10 0).
OPLKTO The current Opportunistic Lock Timeout in seconds
that the server will wait to break a lock request.
This is an optional return variable that if used
must be specified as *DEC LEN(10 0).
OPLKTOP The pending Opportunistic Lock Timeout in seconds
that the server will wait to break a lock request.
This is an optional return variable that if used
must be specified as *DEC LEN(10 0).
BRWSINT The current Browsing Interval Time in milliseconds.
This is an optional return variable that if used
must be specified as *DEC LEN(10 0).
BRWSINTP The pending Browsing Interval Time in milliseconds.
This is an optional return variable that if used
must be specified as *DEC LEN(10 0).
WINSENAB A Y/N return value for whether WINS is enabled.
This is an optional return variable that if used
must be specified as *CHAR LEN(1).
WINSENABP A Y/N return value for whether WINS is pending to be
enabled. This is an optional return variable that
if used must be specified as *CHAR LEN(1).
GSTUSRSPT A Y/N return value for whether Guest Profile support
exists. This is an optional return variable that if
used must be specified as *CHAR LEN(1).
GSTUSRSPTP A Y/N return value for whether Guest Profile support
is pending. This is an optional return variable
that if used must be specified as *CHAR LEN(1).
GSTUSR The current name of the Guest user to be used. This
is an optional return variable that if used must be
specified as *CHAR LEN(10.
GSTUSRP The pending name of the Guest user to be used. This
is an optional return variable that if used must be
specified as *CHAR LEN(10.
SVRNAM The name of the server. This is an optional return
variable that if used must be specified as *CHAR
LEN(15).
SVRNAMP The pending name of the server. This is an optional
return variable that if used must be specified as
*CHAR LEN(15).
DOMAIN The domain name of the server. This is an optional
return variable that if used must be specified as
*CHAR LEN(15).
DOMAINP The pending domain name of the server. This is an
optional return variable that if used must be
specified as *CHAR LEN(15).
TEXT The text description of the server. This is an
optional return variable that if used must be
specified as *CHAR LEN(50).
TEXTP The pending text description of the server. This is
an optional return variable that if used must be
specified as *CHAR LEN(50).
PRIWINS The current primary WINS address of the server.
This is an optional return variable that if used
must be specified as *CHAR LEN(15).
PRIWINSP The pending primary WINS address of the server.
This is an optional return variable that if used
must be specified as *CHAR LEN(15).
SECWINS The current secondary WINS address of the server.
This is an optional return variable that if used
must be specified as *CHAR LEN(15).
SECWINSP The pending secondary WINS address of the server.
This is an optional return variable that if used
must be specified as *CHAR LEN(15).
WINSSCOP The current WINS server scope. This is an optional
return variable that if used must be specified as
*CHAR LEN(224).
WINSSCOPP The pending WINS server scope. This is an optional
return variable that if used must be specified as
*CHAR LEN(224).
ALWSYSNAM A Y/N return current value for whether to allow a
connection to the server using a system name. This
is an optional return variable that if used must be
specified as *CHAR LEN(1).
ALWSYSNAMP A Y/N return pending value for whether to allow a
connection to the server using a system name is
pending. This is an optional return variable that
if used must be specified as *CHAR LEN(1).
AUTMETHOD The current authorization method. This is an
optional return variable that if used must be
specified as *CHAR LEN(11).
AUTMETHODP The pending authorization method. This is an
optional return variable that if used must be
specified as *CHAR LEN(11).
SVRROLE A Y/N return current value for whether to allow
server logon. This is an optional return variable
that if used must be specified as *CHAR LEN(1).
SVRROLEP A Y/N return pending value for whether to allow
server logon. This is an optional return variable
that if used must be specified as *CHAR LEN(1).
MSGAUTMTD The current status of message authentication method.
This is an optional return variable that if used
must be specified as *CHAR LEN(11).
MSGAUTMTDP The pending status of message authentication method.
This is an optional return variable that if used
must be specified as *CHAR LEN(11).
MINMSGSEV The current minimum message severity of
administrative alerts. This is an optional return
variable that if used must be specified as *CHAR
LEN(5).
MINMSGSEVP The pending minimum message severity of
administrative alerts. This is an optional return
variable that if used must be specified as *CHAR
LEN(5).
LANMGTAUT A Y/N return current value for whether LAN
management password hash restriction is allowed.
This is an optional return variable that if used
must be specified as *CHAR LEN(1).
LANMGTAUTP A Y/N return pending value for whether LAN
management password hash restriction is allowed.
This is an optional return variable that if used
must be specified as *CHAR LEN(1).
AUTOSTR A Y/N return value for the auto start status. This
is an optional return variable that if used must be
specified as *CHAR LEN(1).
Restrictions
------------
Because the RTVNETSVRA command returns variables, it may only be used
in a CL type of program.
Prerequisites
-------------
The following TAA Tools must be on your system:
SNDESCINF Send escape information
SNDESCMSG Send escape message
Implementation
--------------
None, the tool is ready to use.
Objects used by the tool
------------------------
Object Type Attribute Src member Src file
------ ---- --------- ---------- ----------
RTVNETSVRA *CMD TAANETI QATTCMD
TAANETIC *PGM CLP TAANETIC QATTCL
TAANETIR *PGM RPGLE TAANETIR QATTRPG
|
Added to TAA Productivity tools July 15, 2012