Title: Alarm for infrastructure_service.vrni_streaming_failure
Event ID: infrastructure_service.vrni_streaming_failure
Alarm Description:
VMware NSX
Steps to Resolve
For VCF 9.0 and higher
Recommended Action:
Check the status code in the alarm description.
Remediation based on status code:
collector_type
' is VRNI_STREAMING
.GET https://{MP_IP}/policy/api/v1/infra/ops-global-config
"operation_collectors": [
{
"username": "<user>",
"password": "<password>",
"root_certificate": "-----BEGIN CERTIFICATE-----<certificate contents>-----END CERTIFICATE-----",
"collector_type": "VRNI_STREAMING",
"collector_ip": "<IP>",
"collector_port": 50000
}
]
username
" is configured correctly.password
" is configured correctly.root_certificate
" is configured correctly.PATCH https://{MP_IP}/policy/api/v1/infra/ops-global-config
"operation_collectors": [
{
"username": "<user>",
"password": "<password>",
"root_certificate": "-----BEGIN CERTIFICATE-----<certificate contents>-----END CERTIFICATE-----",
"collector_type": "VRNI_STREAMING",
"collector_ip": "<IP>",
"collector_port": 50000
}
]
collector_type
' is VRNI_STREAMING
.GET https://{MP_IP}/policy/api/v1/infra/ops-global-config
"operation_collectors": [
{
"username": "<user>",
"password": "<password>",
"root_certificate": "-----BEGIN CERTIFICATE-----<certificate contents>-----END CERTIFICATE-----",
"collector_type": "VRNI_STREAMING",
"collector_ip": "<IP>",
"collector_port": 50000
}
]
collector_port
" field in the API's response is same as {metrics_target_port}
in the alarm description.collector_ip
" field in the API's response is same as {metrics_target_address}
in the alarm description.PATCH https://{MP_IP}/policy/api/v1/infra/ops-global-config
"operation_collectors": [
{
"username": "<user>",
"password": "<password>",
"root_certificate": "-----BEGIN CERTIFICATE-----<certificate contents>-----END CERTIFICATE-----",
"collector_type": "VRNI_STREAMING",
"collector_ip": "<IP>",
"collector_port": 50000
}
]
Maintenance required for remediation? No