Installing the Falcon Package
- Install the Falcon RPM or package by using the following command: - RHEL/CentOS/Oracle Linux: - yum install falcon
 - For SLES: - zypper install falcon
 
- After installation, verify that the owner and group of falcon.war in - /usr/hdp/current/falcon-server/webapp/is falcon:falcon. If the owner and group are not falcon:falcon, change them using the following command:- chown falcon:falcon falcon.war.
- Update the falcon.url in - /etc/falcon/conf/client.propertiesto use the web url of falcon server.
- By default Falcon starts at port 15443. Set ".falcon.enableTLS" to false in - /etc/falcon/conf/startup-propertiesto disable SSL and to start Falcon at port 15000.

