Different QUERY_* verbs return information about
the definition of a resource, on its current status, or on both
definition and status. Status information can only be obtained from
a running node. Verbs that return only status information cannot
be issued to an inactive node, and verbs that return both definition
and status will return only definition information when issued to
an inactive node. For example, QUERY_PARTNER_LU_DEFINITION can be
issued either to an inactive node (to determine the stored configuration)
or to a running node (to determine the current definition). However, QUERY_PARTNER_LU
(which returns information about the LU's current sessions) can
be issued only to a running node. QUERY_LS (which returns both the
definition of the LS and its current status) can be issued either
to an inactive node or to a running node, but status information
is not returned if you issue it to an inactive node. The description
of each QUERY_* verb in Chapter 3 “NOF
API Verbs (ACTIVATE_SESSION to OPEN_FILE)” includes
information about the valid target types for the verb.