2.3 Exporting the Adapter Installation File

The adapter installation file is included in the connector that was installed in the previous section.

To extract the installation file:

  1. Determine the command required to export the adapter installation file. To do this, perform the following steps:

    1. From the Setup menu, select Extensibility, then Self Update.

    2. Click on the Management Connector link in the Type column.

    3. Click on the CASD connector to select it, then select Export from the Actions list.

      A pop-up window, like the example shown in Figure 2-1, appears with the command required to export the file.

      Figure 2-1 Export Command Example


      Export Command

  2. Open a command window on the Management Server host system and navigate to a temporary directory where you can copy and unzip the file.

  3. Log into EM CLI using the following command. You will be asked to provide the password information for the sysman account.

    emcli login -username=sysman
    

    EM CLI must be executed from the OMS host. See the Oracle Enterprise Manager Command Line Interface for information about setting up EM CLI.

  4. Run the EM CLI export_update command from your system, changing <dirname> to the full path of the temporary directory.

    This action creates a zip file. The file name is comprised of the id value you specify in the export_update command with a .zip extension. In the example command in Figure 2-1, the zip file name would be E9F684312AE7A18E98340715D079E58D.zip .

  5. Extract the adapter installation .jar file from the .zip file using the following command:

    unzip *.zip archives/casd_adapter.jar