Event ID: infrastructure_service.application_crashed
Alarm Description :-
Application on NSX node <node> has crashed. The number of core files found is 1. Collect the Support Bundle including core dump files and contact VMware Support team. Recommended Action Collect Support Bundle for NSX node <nsx manager> using NSX Manager UI or API.
/var/log/syslog.log
on NSX appliance node (Unified Appliance, Edge, etc), similar to:
2023-05-19T02:50:34.898Z local-manager NSX 85581 MONITORING [nsx@6876 alarmId="e44e47ae-
####-####-####
-7a159b72d7ee" alarmState="OPEN" comp="nsx-manager" entId="340cd33e-####-####-####-ff3b6fc90faf" errorCode="MP701099" eventFeatureName="infrastructure_service" eventSev="CRITICAL" eventState="On" eventType="application_crashed" level="FATAL" nodeId="d1be0142-####-####-####-d5ae7b37180b" subcomp="monitoring"] Application on NSX node local-manager has crashed. The number of core files found is 1. Collect the Support Bundle including core dump files and contact VMware Support team.
/var/log/nsx-syslog.log
:
2023-05-18T10:07:31Z nsx-sha: NSX 268653 - [nsx@6876 comp="nsx-esx" subcomp="nsx-sha" username="root" level="CRITICAL" eventFeatureName="infrastructure_service" eventType="application_crashed" eventSev="critical" eventState="On" entId="76a85727-####-####-####-a064668252f0"] Application on NSX node has crashed. The number of core files found is 1. Collect the Support Bundle including core dump files and contact VMware Support team.
Note: The preceding log excerpts are only examples. Date, time, and environmental variables may vary depending on the environment.
VMware NSX 4.x
Services have crashed, and the system generated the respective core dump files. All NSX services are configured to be auto-restarted in the event of a crash. Depending on the application which has crashed, it might be possible other services depending on it may not be functioning correctly. It is recommended to verify the status of services that have crashed to confirm the running state. On an NSX Manager, core files can be generated at either /var/log/core/ or /image/core/.
nsxcli> get service <service-name>
or
nsxcli> get services
nsxcli> get core-dumps
Directory: /var/log/core
20762624 May 18 2023 11:44:13 UTC core.nginx.1559278043.gz
Note: In the above example output, the service nginx
crashed and the system generated a core dump file.
nsx_manager1> get core-dumps
Directory: /image/core
123456 Aug 30 2024 18:00:04 UTC proxy_oom.hprof
Recommended Action:
In order to report application crash issues, use the steps below:
core dump and audit logs
from the nodes where the application crashed alarm is observed. Please refer to Collect Support Bundles for details on how to collect the support bundle with core and audit logs.copy core-dump
get core-dumps
nsxcli> get core-dumps
Directory: /var/log/core
20762624 May 18 2023 11:44:13 UTC core.nginx.1559278043.gz
nsxcli> copy core-dump /var/log/core/core.nginx.1559278043.gz url scp://[email protected]/tmp/
[email protected]'s password:
If contacting Broadcom Support for this issue, provide the text of the alarm(s) from the NSX UI as well as the log files and core dump(s).
del core-dump
get core-dumps
nsxcli> get core-dumps
Directory: /var/log/core
20762624 May 18 2023 11:44:13 UTC core.nginx.1559278043.gz
nsxcli> del core-dump /var/log/core/core.nginx.1559278043.gz
or
nsxcli> del core-dump all
Using the "all" option above will delete cores from all locations where they may be generated on that appliance. For example, on the NSX Manager it will remove from both /var/log/core/ and /image/core/.
In NSX version 4.1.1 or above, the core dump files can also be removed as part of the collection of a support bundle, with the command: get support-bundle
nsxcli> get support-bundle file support-bundle.tgz all remove-core-files
command below to be executed in shell console of ESXi host
root> rm -rf /var/core
command below to be executed in NSX CLI of ESXi host
nsxcli> del core-dump all
nsxcli> del core-dump <core-dump-file>
Maintenance window required for remediation? No
The following articles detail known core dump issues and steps to know for which service crash a core dump was generated.
API Guide
Admin Guide
CLI Guide