INSTALLATION DOCUMENTS BY RAVI

Tuesday, June 6, 2017

STEP BY STEP CLOUDERA HADOOP INSTALLATION WITH 4 NODES ON LINUX

1. Setting prerequisites on linux server
2. Downloading and installing cloudera manager
3. Installing Hadoop

 Setting prerequisites on linux server:

1. Login to linux server as a root user
2. Stop iptables using below command
#chkconfig  --list iptables       
#chkconfig  --level 0123456 iptables off
3. Disable firewall
#service iptables stop
4. Edit the /etc/hosts file and add all the 4 nodes information in it
# vi /etc/hosts
















5. Install jdk1.6 or jdk1.7 and set java home and path variables
6. Install python and all its packages
yum install python*

Note : Like above prepare all the 4 nodes

Downloading and installing cloudera manager:

1. Download the cloudera manager software by using wget command as below
wget  http://archive.cloudera.com/cm4/installer/latest/cloudera-manager-installer.bin
2. Give full permissions to the downloaded software
3. Start the cloudera manager installation by running the command as below
./cloudera-manager-installer.bin
4. In the cloudera manager read me screen click next
















5. In the cloudera manager license screen click next

















6.  To accept the license click yes








7. In the oracle binary code license agreement screen click next

















8. To accept the license click yes







9. In the installing screen we can see the cloudera manager installation progress







10. In the next step screen find the cloudera manager login details and click ok






11. In the finish screen click ok to complete the installation









Installing Hadoop:

1. Now we are going to install hadoop using cloudera manager
2. Login to cloudera manager , default user name and password is "admin"














3. For cluster environment select cloudera enterprise trail or cloudera standard and click continue













4. Review the distribution screen and click continue













5. In the specify hosts for cdh screen, specify the hostnames and ip addresses of the nodes we want to add in the cluster













6. Add all the nodes and click on search to check whether nodes are ready or not and then click continue


7. Select the packages we want to install and click continue













8. Select the latest cdh4 release and click continue
















9. Select none for impala and soir as they are going to consume lot of ram, we are not installing them now. If we have more ram we can select them also.













10. Leave default for cloudera agent and click continue
11. Provide the root user details and click continue













12. Cloudera hadoop cluster installation starts now














13. After successful completion of cluster installation click continue
















14. In the next screen choose the service we want to install for cluster and click continue















15. In the next screen check which services will be install on which node and click continue















16. Select the database type and provide the database details and click on test connection











17. If all the connections got succeeded click continue















18. In the next screen review all the configurations and click continue














19. All the services will start now and it will take some time














20. When all the services were started successfully click continue















21. We will get the success screen now


22. Now login as user 'admin' in Cloudera manager and we can see our clusters running successfully in our environment


Tuesday, May 30, 2017

Installing WinGate

WinGate is an integrated multi-protocol proxy server, email server and internet gateway from Qbik New Zealand Limited in Auckland. 

Operating systemMicrosoft Windows
Initial release5 October 1995
Stable release9.0.4 / 20 December 2016; 4 months ago
LicenseProprietary commercial software Free for 10 users
Platformx64




Steps for installing WinGate :

1. Download the software and run it as administrator

























2. In the welcome screen select next




















3. In the license agreement screen accept the license and click next



















4. In the installation folder screen provide the path and click next




















5. In the select packages screen , select the packages to install and click next




















6. Enter an admin email address and click next




















7. In the ready to install screen click next




















8. Installing WinGate





















9. In installation finish screen click finish to complete the installation




















10. Reboot the computer, click yes to reboot the computer










11. Go to start - programs -  WinGate and click on start the WinGate service







































Saturday, May 20, 2017

INFORMATICA 9.1.0 INSTALLATION IN WINDOWS

Create a schema for informatica repository










Increasing the parameter open_cursors to 1000










Go to the software folder and double click on setup file


















In the installation type screen select install informatica with hot fix 2
and click next



















In the prerequisite screen verify the prerequisites
 and complete the pending tasks if any and click next



















In the license and directory screen provide the license key file path
 and installation directory path and then click next



















In the pre-installation summary screen check the summary and click install



















In the installing screen check the progress of installation





































In the domain selection screen select create domain

Check the option enable https and click next



















In the configuration repository screen

Provide the repository and database details and click test connection



















If the test connection was successful click ok and click next

In the domain configuration screen provide password and click next


In windows service screen uncheck the option and click next



















In the post installation summary screen click done




















Sunday, May 14, 2017

How to recover the forgot linux root password

Boot into single usermode or boot using rescue disk.

If Grub is password protected then use the rescue disk, chroot /mnt/sysimage, then use the passwd command.

If Grub is not password protected, then you can login to single usermode by appending an "S" to the end of the kernel line that you have to boot. Select the kernel that you wish to boot with and press 'e'.

Now append an 'S' to the end of the line, press Return, and then 'b', once the system is booted into single usermode you can use the passwd command to reset the root password.

  Opatch reports 'Cyclic Dependency Detected' error when patching ODI   Issue: When applying a Patch Set Update (PSU) to WebLogic Se...