Questo contenuto non è disponibile nella lingua selezionata.
14.2. Viewing JBoss Data Virtualization Settings Using Management CLI
To view all of the current settings for JBoss Data Virtualization, run the following command within the Management CLI:
/subsystem=teiid:read-resource
/subsystem=teiid:read-resource
To view a particular JBoss Data Virtualization setting, run the following command within the Management CLI:
/subsystem=teiid:read-attribute(name=SETTING_NAME)
/subsystem=teiid:read-attribute(name=SETTING_NAME)
For example:
/subsystem=teiid:read-attribute(name=max-active-plans)
/subsystem=teiid:read-attribute(name=max-active-plans)
Note
To view current translator and transport (including SSL) settings refer to Section 14.4, “Managing Transport and SSL Settings Using Management CLI” and Section 14.5, “Managing Translator Settings Using Management CLI”.