21.7.2 mss_configure_instance
(Ask a Question)Description
This command is used to configure the parameters of a core instance inside the MSS component.
mss_configure_instance \
-component_name {component_name} \
-instance_name {instance_name} \
-params{param:value list}
Arguments
Parameter | Type | Description |
---|---|---|
-component_name {component_name} | string | Mandatory. Name of the MSS component. |
-instance_name {instance_name} | string | Mandatory. Name of the core instance to be configured inside the MSS component. |
-params{param:value list} | string | Mandatory. List of parameters and values to be configured for the selected core instance inside the MSS component. |
Example
mss_configure_instance -component_name {test_sb_MSS} -instance_name {CC} -params {\
"CACHE_ENABLED:false" \
"CC_CACHE_REGION:128MB_0001" }