Versions Compared

Key

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

...

Resume-JobSchedulerMaster [[-MasterHost] <String>] [[-MasterPort] <Int32>] [[-AuditComment] <String>] [[-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [<CommonParameters>]

DESCRIPTION

When JobScheduler Master is continued then

* any task starts that would normally have occurred during the pause period are immediately executed.

PARAMETERS

MasterHost

-MasterHost <String>
Should the operation to terminate or to restart a Master not be applied to a standalone Master instance
or to the active Master instance in a cluster, but to a specific Master instance in a cluster then the respective Master's hostname has to be specified.
Use of this parameter requires to specify the corresponding -MasterPort parameter.
This information is returned by the Get-JobSchedulerStatus cmdlet with the "Cluster" node information.

...

MasterPort

...

Required?false
Position?2
Default value0
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

AuditComment

...

AuditTimeSpent

...

Required?false
Position?4
Default value0
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

about_jobscheduler

...

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

PS > Resume-JobSchedulerMaster

Continues a previously suspended standalone JobScheduler Master instance or the active Master instance in a cluster.

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

PS > Resume-JobSchedulerMaster -MasterHost localhost -MasterPort 40444Continues a previously suspended specific Master instance that could be a member in a cluster. e.g. the Backup Master instance in a cluster.