Editing the Mirror Sync Schedule

Modify when the mirror sync occurs for a management station in OS Management Hub.

Tip

Need to sync a software source immediately? See Syncing Specific Mirrors Immediately.

  • Edit the sync schedule

    1. Select the Management station information tab.
    2. Next to the Mirror sync schedule field, select Edit.
    3. Adjust the following:
      1. Date and time for the next mirror sync.
      2. Frequency interval of mirror syncs (by hour, day, week, or month).

    Review and update

    Review the modified details of the sync schedule, and then click Save changes.

  • Use the oci os-management-hub management-station get command and required parameters to get details for the management station, including its mirror sync scheduled job.

    oci os-management-hub management-station get --management-station-id ocid [OPTIONS]

    Use the oci os-management-hub scheduled-job update command and required parameters to edit the scheduled job.

    oci os-management-hub scheduled-job update --scheduled-job-id ocid [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Run the GetManagementStation operation to get details for a management station.

    Run the UpdateScheduledJob operation to edit the scheduled job.