此内容没有您所选择的语言版本。
4.6. Administering Repositories in JBoss EAP
4.6.2. Managed Resource Commands 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
To view attribute values, metric values, and child managed nodes of a resource, like a repository, enter "ls" for a listing. A nicer way to see the same information in a much more readable form is to enter the following:
:read-resource
:read-resource
To obtain descriptions, possible attribute types, and possible child types:
:read-resource-description
:read-resource-description
To obtain current metric values:
:read-resource(include-runtime=true)
:read-resource(include-runtime=true)
To obtain current attribute values recursively for child nodes so that you do not have to navigate to each child node:
:read-resource(recursive-depth=10)
:read-resource(recursive-depth=10)
You can administer hierarchical database repositories using JBoss Operations Network. For more information, see the JBoss Operations Network documentation.
Note
You can use JBoss Operations Network to deploy VDBs that are present in the hierarchical database repository.