Adding Packages to a Group
Add packages to the group manifest to install them on all instances in a group in Autonomous Linux.
- On the Groups list page, select the name of the group. If you need help finding the list page, see Listing Groups.
- Under Resources, select Group manifest.
-
Select the Group packages tab. Then select an option.
Option 1: Select Add packages. This option allows you to select from a list of available packages.
Option 2: Select Add packages by name. This option must be used for packages provided by third-party or private software sources.
-
Enter the details for the job that adds the packages:
Name: Enter a name for the job. The name doesn't need to be unique, because an Oracle Cloud Identifier (OCID) uniquely identifies the job. Avoid entering confidential information.
Description: (Optional) Enter a description for the job. Avoid entering confidential information.
Packages: Identify the packages to add.
-
If selecting from a list of available packages, the list only shows the latest package versions. For older versions, clear the Latest only option.
Tip
Use the search box to find a specific package. - If providing a package list, add a list of packages using name, NVRA, or NEVRA format. See Package List Format.
Schedule: Choose when to run the job.
- Run immediately: Select this option to run the job now.
- Schedule: Select this option to run the job at a future date and time. Select the calendar icon to select a date and time.
- Automatic Retry: When selected, if the initial execution of the job fails, the service retries the job up three times. Each retry is five minutes apart.
-
Show advanced options: Add tags to this resource.
If you have permissions to create a resource, then you also have permissions to apply free-form tags to that resource. To apply a defined tag, you must have permissions to use the tag namespace. For more information about tagging, see Resource Tags. If you're not sure whether to apply tags, ask an administrator or skip this option. You can apply tags later.
-
- Select Add.
Use the oci os-management-hub managed-instance-group install-packages command and required parameters to install packages on the instances that are members of a group.
oci os-management-hub managed-instance-group install-packages --group-id ocid --package-names names.json [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the InstallPackagesOnManagedInstanceGroup operation to install packages on the instances that are members of a group.