如何收集存储DM7000H日志

收集PA 日志:

::*> system node autosupport invoke-performance-archive -start-date “4/18/2023 08:30:00” -duration 6h  -node siteA-01-uri file://localhost/mroot/etc/log/siteA-01_perfarchive.7z

::*> system node autosupport invoke-performance-archive -start-date “4/18/2023 08:30:00” -duration 6h  -node siteA-02-uri file://localhost/mroot/etc/log/siteA-02_perfarchive.7z

大约等待3分钟左右,浏览器导航到以下目录,导出日志

https://<cluster-mgmt-ip>/spi/<node_name>/etc/log/data_node_name-asup_ perfarchive.7z;

收集ASUP日志:

::> system node autosupport invoke -node siteA-01 -type all –uri file://localhost/mroot/etc/log/ siteA-01.7z

::> system node autosupport invoke -node siteA-02 -type all –uri file://localhost/mroot/etc/log/ siteA-02.7z

可以使用 “system node autosupport history show” 查看日志是否收集完成

大约等待5分钟左右,浏览器导航到以下目录,导出日志

https://<cluster-mgmt-ip>/spi/<node_name>/etc/log/data_node_name-asup.7z;

siteB-01、 siteB-02收集日志方法同上。