You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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:

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: 

    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: 

    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: 

    tar xzf Products.LDAPUserFolder-2.12.tar.gz -C $ZENHOME/Products
    tar xzf Products.LDAPMultiPlugins-1.7.tar.gz -C $ZENHOME/Products
    cd $ZENHOME/Products
    mv Products.LDAPMultiPlugins/Products/LDAPMultiPlugins/ .
    mv Products.LDAPUserFolder/Products/LDAPUserFolder/ .
    rm -rf Products.LDAP*
  4. restart zopectl:

    zopectl restart

System Configurations

Turn off Error messages for non-manageable services

 

  • No labels