Hi guys,
Looking at changes in FS's supported in newer agents. I found the following:
<invalidFsDevicePattern>sol_9_803_spar</invalidFsDevicePattern>
Is there any reason why that particular version and or platform is not supported?
-
For those seeking to enable ZFS monitoring (on the system running the STM agent), find the file mod.sys.strg.Storage.xml and comment out the following line:
<validFsDevicePattern>c\d+t\d+d\d+s\d+|c\d+d\d+s\d+|c\d+d\d+p\d+|/dev/vx/dsk|/dev/md/dsk/d\d+|/dev/dsk</validFsDevicePattern>
So that it reads:
<!--
<validFsDevicePattern>c\d+t\d+d\d+s\d+|c\d+d\d+s\d+|c\d+d\d+p\d+|/dev/vx/dsk|/dev/md/dsk/d\d+|/dev/dsk</validFsDevicePattern>
-- >