Backup Exec Job Engine Service wiederherstellen

Symantec_Backup_Exec_for_Windows_MPscom2007_DE.ConsoleTask.JobEngine.RunBEngine (Task)

Startet den Backup Exec Job Engine-Dienst neu.

Element properties:

TargetSymantec_Backup_Exec_for_Windows_MPscom2007_DE.Server
AccessibilityPublic
CategoryCustom
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA WriteAction System.CommandExecuter Default

Source Code:

<Task ID="Symantec_Backup_Exec_for_Windows_MPscom2007_DE.ConsoleTask.JobEngine.RunBEngine" Accessibility="Public" Enabled="true" Target="Symantec_Backup_Exec_for_Windows_MPscom2007_DE.Server" Timeout="300" Remotable="true">
<Category>Custom</Category>
<WriteAction ID="PA" TypeID="System!System.CommandExecuter">
<ApplicationName>net.exe</ApplicationName>
<WorkingDirectory/>
<CommandLine>start BackupExecJobEngine</CommandLine>
<TimeoutSeconds>60</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</WriteAction>
</Task>