Administration Commands
query_rje_wkstn_def
INVALID_WORKSTATION
The list_options parameter was set to LIST_INCLUSIVE to list all entries starting from the specified name, but the workstation_name or system_name parameter was not set to a valid value.
State Check
No specific state errors, other than those listed in Appendix A, Common Return Codes from snapadmin Commands, occur for this command.
Other Conditions
Appendix A, Common Return Codes from snapadmin Commands, lists combinations of primary and secondary return codes that are common to all commands.
2.164 query_rje_wkstn_def
The query_rje_wkstn_def command returns information about RJE workstations. The command can return summary or detailed information about a single workstation or multiple workstations, depending on the options used. The command returns information about the definition of the workstation, not on its current usage. Use query_rje_wkstn to obtain information about current usage.
This command is not associated with a particular node because RJE workstations are defined as domain resources.
2.164.1 Supplied Parameters
Parameter name | Type | Length | Default |
[query_rje_wkstn_def] |
|
|
|
num_entries | decimal |
| 1 |
list_options | constant |
| SUMMARY + LIST_INCLUSIVE |
workstation_name | character | 4 | (null string) |
Supplied parameters are:
num_entries
Maximum number of workstations for which data should be returned. You can specify 1 to return data for a specific workstation, a number greater than 1 to return data for multiple workstations, or 0 to return data for all workstations.
list_options
The level of information required for each entry and the position in the list of workstations from which SNAplus2 begins to return data.
Specify the level of information required with one of the following values:
SUMMARY
Summary information only
DETAIL
Detailed information
Use a + character to combine this value with one of the following values:
FIRST_IN_LIST
Start at the first entry in the list
519