Remove inactive file system

Microsoft.Unix.RemoveFileSystem.Task (Task)

This task will remove the selected file system from monitoring. A removed file system will be removed from Operations Manager after the next periodic Discovery. Note: if the file system still exists on the managed computer, it will not be removed.

Element properties:

TargetMicrosoft.Unix.LogicalDisk
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
RemoveFileSystem WriteAction Microsoft.Unix.RemoveInactiveFileSystem.WriteAction Default

Source Code:

<Task ID="Microsoft.Unix.RemoveFileSystem.Task" Target="Microsoft.Unix.LogicalDisk" Accessibility="Public" Enabled="true">
<Category>Maintenance</Category>
<WriteAction ID="RemoveFileSystem" TypeID="Microsoft.Unix.RemoveInactiveFileSystem.WriteAction">
<TimeoutSeconds>60</TimeoutSeconds>
</WriteAction>
</Task>