Distribute Solaris 10 Agent to Management Servers

Microsoft.Solaris.10.CopyAgentKits.Rule (Rule)

This rule deploys the bundled Solaris 10 agent packages to Management Servers

Knowledge Base article:

Summary

This rule deploys the bundled Solaris 10 agent packages to Management Servers.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryOperations
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Discovery.Scheduler Default
CopyKits WriteAction Microsoft.Unix.CopyDownloadedKit.WriteAction Default

Source Code:

<Rule ID="Microsoft.Solaris.10.CopyAgentKits.Rule" Target="SC!Microsoft.SystemCenter.ManagementServer" Enabled="true" Remotable="true">
<Category>Operations</Category>
<DataSources>
<DataSource ID="Scheduler" TypeID="System!System.Discovery.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">86400</Interval>
<SyncTime/>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CopyKits" TypeID="Unix!Microsoft.Unix.CopyDownloadedKit.WriteAction">
<Files>$FileResource[Name='Microsoft.Solaris.10.Kit.sparc']/Path$</Files>
<PlatformID>Solaris.10</PlatformID>
<CurrentVersion>scx-1.6.8-0</CurrentVersion>
</WriteAction>
</WriteActions>
</Rule>