Retrieves the list of status descriptions for a server or component. Components are monitored objects within a server. The state of a server or component consists of a state integer constant and a list of description strings. The get server and get component commands return the first description in the list and a flag that indicates whether the description list contains more than one string.
Client applications can use get server or get component to display the state of all servers monitored by the RMS. If more information is needed, the application can display all descriptions.
get status descriptions {[for {connection | logical connection | route | queue | rep agent | partition} component_name] for server_name | for group_name}
get status descriptions for INVENTORY_RS
get status descriptions for group1
get status descriptions for connection inventory_pds.pdb1 for INVENTORY_ASE
get status descriptions returns all strings in the description list (including the first description).
You can use get status descriptions to return the status descriptions for the RMS.
get status descriptions returns a result set that contains a single string column that contains one status description. The result set returns multiple rows, one for each description.