NDR Sensor CLI

get support-bundle [file <filename> [log-age <no-of-days>] [all]]

Display the contents of the tech support bundle. Specify the file argument to save the bundle to a file with the specified file name in the file store. This support bundle does not contain core or audit log files. To include those files, specify the all argument.

Core files contain system information and all information stored in memory at the time of the dump (this may include confidential, sensitive or personal information such as passwords and encryption keys, if they are being processed in memory at that time). If you choose to send the support bundle to VMware, it will be processed in accordance with VMware's standard processes and policies, to provide you with support, fix problems and improve the product and services.

Parameters:

Option Description
<filename> Name of file to generate, for example support-bundle.tgz
Allowed pattern: ^[^/ *;&|]+$


Example:

ndr-sensor> get support-bundle -------------------------------------------------------------------------------- /usr/sbin/arp -n -------------------------------------------------------------------------------- Address HWtype HWaddress Flags Mask Iface 172.18.0.5 ether 02:42:ac:12:00:05 C br-0475930e3e1b 10.80.18.1 ether 00:00:00:11:11:11 C eth0 -------------------------------------------------------------------------------- /bin/df -lT -x securityfs -------------------------------------------------------------------------------- Filesystem Type 1K-blocks Used Available Use% Mounted on tmpfs tmpfs 2033080 1372 2031708 1% /run /dev/sda4 ext4 34138800 9428236 22944164 30% / tmpfs tmpfs 10165388 4 10165384 1% /dev/shm tmpfs tmpfs 5120 0 5120 0% /run/lock /dev/mapper/sensor-config ext4 14657416 56 13891000 1% /config /dev/mapper/sensor-data ext4 68318528 55888 64746432 1% /data /dev/mapper/sensor-image ext4 19506412 40 18490156 1% /image /dev/mapper/sensor-config__bak ext4 14657416 24 13891032 1% /config_bak /dev/mapper/sensor-tmp ext4 3853768 56 3637444 1% /tmp /dev/mapper/sensor-var+dump ext4 19506412 24 18490172 1% /var/dump /dev/mapper/sensor-var+log ext4 43533328 175384 41121040 1% /var/log /dev/sda3 ext4 964900 7300 891248 1% /boot /dev/sda5 ext4 34138800 24 32372376 1% /os_bak /dev/sda2 vfat 510952 4 510948 1% /boot/efi . . . ndr-sensor> get support-bundle file support-bundle.tgz support-bundle.tgz created, use the following command to transfer the file: copy file support-bundle.tgz url After transferring support-bundle.tgz, extract it using: tar xzf support-bundle.tgz ndr-sensor> get support-bundle file support-bundle-all.tgz all support-bundle-all.tgz created, use the following command to transfer the file: copy file support-bundle-all.tgz url After transferring support-bundle-all.tgz, extract it using: tar xzf support-bundle-all.tgz