Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC) Threadsafe: No |
Parameters Examples Error messages |
The Work with Network Server Status (WRKNWSSTS) command displays a list of servers and their current status. Specific options are available to work with individual servers in the list. These options provide functions such as displaying active users, restarting a server, displaying statistics, and so on. The display that appears differs depending on the value of the SVRTYPE parameter.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
SERVER | Server | Character value, *ALL | Optional, Positional 1 |
SVRTYPE | Server type | *NWSUSRA, *NWSA, *WINDOWS, *NETWARE, *NDS, *LINUX, *AIX, *WINDOWSNT | Optional |
Top |
Specifies the name of a server.
Top |
Specifies which type of server to work with. The Work with Network Server Status display lists either NetWare servers, or Windows servers.
Note: *WINDOWS should be used in V5R4 and later releases. The *WINDOWSNT value is supported for compatibility with releases prior to V5R4.
Note: If the NWSD server type is *GUEST, then the Status is shown only. Display details option is not available to be displayed.
Top |
WRKNWSSTS SERVER(SERVER2) SVRTYPE(*WINDOWS)
This command displays the Work with Network Server Status panel for a Windows server named SERVER2.
WRKNWSSTS SERVER(SERVER1) SVRTYPE(*NETWARE)
This command displays the Work with Network Server Status panel for a NetWare server named SERVER1.
Top |
Top |