Adding Vendor Software Sources

Add vendor software sources for OS Management Hub before migrating instances to OS Management Hub.

Tip

For simplicity and efficiency, we recommend that you use the migration assistant tool to perform this task. For more information, see Installing the Migration Assistant.

Using the Migration Assistant

Use the osms-to-osmh create vendor-software-source command and required parameters to add vendor software sources to OS Management Hub and make them available for use in the service.

For example, to add all vendor software sources you are using in OS Management to OS Management Hub:

osms-to-osmh create vendor-software-source

The command first runs the discovery operation in case your environment has changed and then adds the vendor software sources to the OS Management Hub.

The following is sample output:

$ osms-to-osmh create vendor-software-source -y
Discovering vendor software sources ......

OCID                                       Name                                                        OS Family       Arch    Compartment Migrated                                                                                                                                                                          
----------------------------------------   ----------------------------------------------------------  --------------  ------  ----------- --------  
ocid1.osmssoftwaresource.oc1..<unique_ID>  Oracle Linux 8 UEK Release 7 (x86_64)                       ORACLE_LINUX_8  X86_64  idg         Yes       
ocid1.osmssoftwaresource.oc1..<unique_ID>  MySQL 8.0 for Oracle Linux 8 (x86_64)                       ORACLE_LINUX_8  X86_64  idg         Yes       
ocid1.osmssoftwaresource.oc1..<unique_ID>  MySQL 8.0 Tools Community for Oracle Linux 8 (x86_64)       ORACLE_LINUX_8  X86_64  idg         Yes       
ocid1.osmssoftwaresource.oc1..<unique_ID>  MySQL 8.0 Connectors Community for Oracle Linux 8 (x86_64)  ORACLE_LINUX_8  X86_64  idg         Yes       
ocid1.osmssoftwaresource.oc1..<unique_ID>  Ksplice for Oracle Linux 8 (x86_64)                         ORACLE_LINUX_8  X86_64  idg         Yes       
ocid1.osmssoftwaresource.oc1..<unique_ID>  Oracle Linux 8 Application Stream (x86_64)                  ORACLE_LINUX_8  X86_64  idg         Yes       
ocid1.osmssoftwaresource.oc1..<unique_ID>  Oracle Linux 8 Addons (x86_64)                              ORACLE_LINUX_8  X86_64  idg         Yes       
ocid1.osmssoftwaresource.oc1..<unique_ID>  Oracle Software for OCI users on Oracle Linux 8 (x86_64)    ORACLE_LINUX_8  X86_64  idg         Yes       
ocid1.osmssoftwaresource.oc1..<unique_ID>  Oracle Linux 8 BaseOS Latest (x86_64)                       ORACLE_LINUX_8  X86_64  idg         Yes       
                                                                                                                                                                                                                  
ocid1.osmssoftwaresource.oc1..<unique_ID>  Oracle Linux 9 Addons (x86_64)                              ORACLE_LINUX_9  X86_64  idg         Yes       
ocid1.osmssoftwaresource.oc1..<unique_ID>  Oracle Software for OCI users on Oracle Linux 9 (x86_64)    ORACLE_LINUX_9  X86_64  idg         No        
ocid1.osmssoftwaresource.oc1..<unique_ID>  Oracle Linux 9 UEK Release 7 (x86_64)                       ORACLE_LINUX_9  X86_64  idg         Yes       
ocid1.osmssoftwaresource.oc1..<unique_ID>  Oracle Linux 9 Application Stream Packages (x86_64)         ORACLE_LINUX_9  X86_64  idg         Yes       
ocid1.osmssoftwaresource.oc1..<unique_ID>  Ksplice for Oracle Linux 9 (x86_64)                         ORACLE_LINUX_9  X86_64  idg         No        
ocid1.osmssoftwaresource.oc1..<unique_ID>  Oracle Linux 9 BaseOS Latest  (x86_64)                      ORACLE_LINUX_9  X86_64  idg         Yes       



Elapsed times: 84.79501104354858
Added 'Oracle Software for OCI users on Oracle Linux 9 (x86_64)' to OS Management Hub

Added 'Ksplice for Oracle Linux 9 (x86_64)' to OS Management Hub

Usage

osms-to-osmh create vendor-software-source [-c | --compartment name] [-y | --yes] [-v | --verbose] [--vendor-software-source-id ocid] [ --help]

Option Details

Parameter Description
-c | --managed-instance-compartment name

Adds the vendor software sources used by instances in the compartment. For name, specify either the name of the compartment or the OCID assigned to compartment.

If no compartment is specified, all instances in the tenancy are examined.

-y | --yes Proceeds with creating all vendor software sources in OS Management Hub without prompting you for confirmation.
-v | --verbose Displays details about incompatible vendor software sources.
--vendor-software-source-id ocid Adds the specified vendor software source to OS Management Hub. For ocid, specify the OCID assigned to the OS Management vendor software source.
--help Displays help information about the migration assistant command, such as the available options and the supported values for each option.

Using the Console

Using the information gathered in discovery, add vendor software sources in OS Management Hub using the Console. See Adding Vendor Software Sources in the OS Management Hub documentation.