Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
4.6. Administering Repositories in JBoss EAP
4.6.2. Managed Resource Commands Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
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
To obtain descriptions, possible attribute types, and possible child types:
:read-resource-description
To obtain current metric values:
: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)
4.6.3. Administering Repositories with JBoss Operations Network Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
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.