Sun Update Connection - Enterprise Release Notes

Missing Solaris Packages After an Upgrade From Sun Aduva OnStage 439 to Sun Update Connection – Enterprise (#6456178)

Description:

Following an upgrade from Sun Aduva OnStage 439 to Sun Update Connection – Enterprise, Solaris packages might not be available.

Workaround:

If the Solaris packages are not available, upload them to the System Dependency Server.

    For each of the Solaris channels (Solaris 8, Solaris 9, and Solaris 10), do the following:

  1. Create a temporary directory for uploading.


    # mkdir /tmp/files_to_re_upload
    
  2. Copy the files to your upload directory.


    # cp /usr/local/uce/server/public/private_blobs/Solaris-channel/*.blob \
    /tmp/files_to_re_upload
    
  3. Access the file upload page in a web browser.

    Go to https://SDS-hostname:8002/upload.html.

    1. Specify the channel.

    2. Specify the path to the temporary upload directory.

    3. Specify the user name and password to start the upload.

    4. Click Submit.

  4. Remove the temporary directory you created for uploading.


    # rm -rf /tmp/files_to_re_upload