Sun Desktop Manager 1.0 Administration Guide

Configuration Repositories Table

The Configuration Repositories table consists of five columns:

You can perform the following actions within the Configuration Repositories table:

ProcedureCreating a New Configuration Repository

A configuration repository is a place where organizational hierarchy information is stored, along with profile and assignment data for each element.

Steps
  1. Click the New button in the Configuration Repositories table

    The New Configuration Repository Wizard opens. The wizard is used to create a configuration repository for use with the Desktop Manager.

  2. In the Repository Name field, type a name for the new configuration repository, and then click Next.

  3. Select the repository type from the Repository Type list.

    The wizard can be used to configure three types of repositories:

    • LDAP: The hierarchy is taken from LDAP, and all data is stored in LDAP.

    • File-Based: The hierarchy is taken from a file, and all data is stored in directories and files.

    • Hybrid: The hierarchy is taken from LDAP, but all data is stored in directories and files.

  4. Click the Next button.

  5. Enter the details of the LDAP server that you want to configure for this repository.

    The Hostname and Port on which the server runs are required. You can also choose whether or not to connect to this server using SSL.


    Note –

    Note To connect to the server using SSL, the proper certifcate needs to be present in the Desktop Manager key store. This key store is located in /etc/opt/webconsole/keystore, and either the Certifcation Authority or the LDAP server certifcate needs to be present in that store. A certifcate can be added to that location by running the command:


    keytool -import -file <certificate file> -keystore /etc/opt/webconsole/keystore

    The default password for that key store is changeit. The Java Web Console must be restarted using the smcwebserver restart command for the new certifcate to be recognized by the Desktop Manager.


  6. Further steps are determined by the choices made in the preceding steps. Follow the instructions provided by the wizard.


    Note –

    The directory whose URL is provided for the creation of file-based or hybrid repositories must be owned by user noaccess, group noaccess, and have permissions 755 set. This results in read and write permissions for user noaccess, and read only permissions for all others.


ProcedureRemoving a Configuration Repository

Steps
  1. Select the check box corresponding to the configuration repository that you want to remove.

  2. Click the Remove button.

    A confirmation dialog appears.

  3. If you really want to remove the configuration repository, click the OK button in the confirmation dialog.

ProcedureRenaming a Configuration Repository

Steps
  1. Select the check box corresponding to the configuration repository that you want to rename.

  2. Click the Rename button.

    A Rename dialog opens.

  3. Type the new name of the configuration repository in the text field of the dialog, and click OK.

ProcedureSynchronizing Configuration Repositories

With the Desktop Manager you can manage multiple back ends in parallel. This allows you to define one back end for testing and one back end for the final production. Configuration changes can now be defined and evaluated first in the test back end. Thereafter you can synchronize parts or the complete test back end with the production back end to apply the required changes quickly and safely to the production system. This method can also be used for a simple backup and restore mechanism of the production back end. The Synchronization window allows you to perform this synchronization.

Steps
  1. In the Configuration Repositories window, select the repository that you want to synchronize.

    The Synchronization window opens.

  2. Select the source repository from the Source Configuration Repository list.

    You can change the source repository which serves as source for the changes. This repository is not changed.

  3. (Optional) You can restrict the source repository by clicking the Change button next to Source Starting Point.

    This specifies another element than the root as the source starting point for the synchronization.

    A dialog opens, which allows you to navigate to the desired organization or domain element. Once an element is selected, the new path is reflected in the Source Starting Point.

  4. Select a target repository from the Target Configuration Repository list.

    You can change the target repository which serves as target for the changes. This repository is changed.

  5. (Optional) You can restrict the target repository by clicking the Change button next to Target Starting Point.

    This specifies another element than the root as the target for the synchronization.

    A dialog opens, which allows you to navigate to the desired organization or domain element. Once an element is selected, the new path is reflected in the Target Starting Point.

  6. Click the Compare button.

    The two trees are compared and all differences are listed in a table.

  7. Select the check boxes next to the table rows containing the profiles you want to synchronize and click the Synchronize button.

    When the synchronization is finished the target repository matches the source repository regarding the selected profiles.