TRIBURG - Desktop Central and AD Deployment
Appearance
DESKTOP CENTRAL - WINDOWS
Desktop Central is distributed in the EXE Format. Run the self-extracting EXE with an Install Shield program for installation and follow the instructions provided. The installation wizard will guide you through a series of instructions like the installation directory, web server port, etc. You can either install the product with the default values or can change the values as required. If you are changing the web server port (default port is 8020), ensure that you open the appropriate port in the firewall. Upon successful installation of the product, all the required components like the web server and database server will automatically be installed.
1. Prerequisites
Full Host Name – IP Address – EXE File Download Link:- https://www.manageengine.com/products/desktop-central/download.html
We have download for 64bit
2. Installation Process
1. Double click on ManageEngine Desktop Central 9 setup.exe file.
2. Below window will be pop up.
3. Click Next. 4. Accept the License Agreement : Click On Yes. 5. Provide the Destination folder for DC : Click on Browse. 6. Select D drive > Next. 7. Define D Drive exception from Anti-Virus Scanners : Click on Ok. 8. Default port is 8020 > Click on Next. 9. Click on Next. 10. Click on the skip because that time we did no't have the certificate details at that point of time. 11. Finish
SAMBA4 ADC - LINUX
vi /etc/yum.repos.d/local.repo
[local] name=local baseurl=file:///mnt gpgcheck=0 enabled=1
yum install perl gcc attr libacl-devel libblkid-devel gnutls-devel readline-devel python-devel gdb pkgconfig krb5-workstation zlib-devel setroubleshoot-server libaio-devel setroubleshoot-plugins policycoreutils-python libsemanage-python perl-ExtUtils-MakeMaker perl-Parse-Yapp perl-Test-Base popt-devel libxml2-devel libattr-devel keyutils-libs-devel cups-devel bind-utils libxslt docbook-style-xsl openldap-devel autoconf python-crypto pam-devel
Download samba file from https://www.samba.org/ and extract it.
tar xvzf samba-4.4.4.tar.gz cd samba-4.4.4/ ./configure make make install /usr/local/samba/bin/samba-tool domain provision --use-rfc2307 --interactive
- Set the permissions on samba4 file.
# chmod 755 /etc/rc.d/init.d/samba4 # chmod +x /etc/rc.d/init.d/samba4 # ln -s /etc/rc.d/init.d/samba4 /etc/rc3.d/S80samba4 # chkconfig --add samba4 # chkconfig samba4 on service samba4 restart /usr/local/samba/bin/smbclient -L localhost -U%