Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Table of Contents

Table of Contents

Server configuration

After using the script to install and prep the server. Add it to Active Directory using Centrify. 

One the server is added to the domain and configured, install the following applications:

Code Block
themeEmacs
languagebash
apt-get install python-ldap

Configure Active Directory Integration

  1. Make sure your install folder is mapped to the system with the proper versions of files: 

    Code Block
    themeEmacs
    languagebash
    lin-server01#df -h
    Filesystem                                              Size  Used Avail Use% Mounted on
    rootfs                                                   19G  2.7G   15G  16% /
    udev                                                     10M     0   10M   0% /dev
    tmpfs                                                   397M  228K  397M   1% /run
    /dev/disk/by-uuid/8e0f19a8-a71f-4f2d-9b87-3a71431736d0   19G  2.7G   15G  16% /
    tmpfs                                                   5.0M     0  5.0M   0% /run/lock
    tmpfs                                                   1.1G   56K  1.1G   1% /run/shm
    /dev/mapper/lin--mon01--home-home                        60G  2.7G   54G   5% /home
    //fileserver/server_files$                              200G  178G   23G  89% /home/vault/serverfiles
    lin-server01#ls -sl serverfiles/Installs/Zenoss/ | grep Product*
        32 -rwxr-xr-x 0 root root     31424 Dec  7  2011 Products.LDAPMultiPlugins-1.14.tar.gz
       124 -rwxr-xr-x 0 root root    126574 Dec  7  2011 Products.LDAPUserFolder-2.20.tar.gz
  2. Copy the necessary files from the Zenoss Install folder to the root of the zenoss folder, change the permissions, su to zenoss: 

    Code Block
    themeEmacs
    languagebash
    cp /home/vault/serverfiles/Installs/Zenoss/Zenpacks/4.2.3/LDAP* /home/zenoss
    chown zenoss:zenoss /home/zenoss/LDAP*
    su zenoss
  3. Extract the files to the ZENHOME folder, move the useful folders to the root, and delete the garbage: 

    Code Block
    themeEmacs
    languagebash
    tar xzf LDAPUserFolder-2.12.tgz -C $ZENHOME/Products
    tar xzf LDAPMultiPlugins-1.7.tgz -C $ZENHOME/Products
  4. restart zopectl:

    Code Block
    themeEmacs
    languagebash
    zopectl restart

System Configurations

Turn off Error messages for non-manageable services