Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Start-JobSchedulerMaster -Service [-Cluster <String>] -Backup -Pause -PauseAfterFailure <CommonParameters>

...

Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?

Cluster

-Cluster <String>
Specifies that the JobScheduler instance is a cluster member.

  • An active cluster operates a number of instances for shared job execution
  • A passive cluster operates a single instance as a primary JobScheduler and any number of additional instances as
    backup JobSchedulers.

When using -Cluster "passive" then the -Backup parameter can be used to specify that the instance to be installed i
s a backup JobScheduler.

Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters?

Backup

-Backup <SwitchParameter>
Specifies that the JobScheduler instance is a backup instance in a passive cluster.

Backup instances use the same JobScheduler ID and database connection as the primary instance.

This parameter can only be used with -Cluster "passive".

Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?

...

-------------------------- EXAMPLE 1 --------------------------

C:\PS>Start-MasterJobSchedulerMaster

Starts the JobScheduler Master in dialog mode.

-------------------------- EXAMPLE 2 --------------------------

C:\PS>Start-Master JobSchedulerMaster -Service

Starts the JobScheduler Master Windows service.