How To Install Antelope for MacOS and RHEL Users
Summary
This page will walk you through the installation process for Antelope on macOS and RHEL hosts. The download and installation process is the same for both macOS and RHEL users. For RHEL users, after completing the Antelope installation, see Registering and Requesting Licensing For RHEL.
If you have any issues with this installation, please contact the IGPP HelpDesk for assistance.
Downloading and Installing Antelope
To obtain the Antelope installer:
- Fill out the Antelope registration page: http://sunlight.brtt.com:8010/edu_registration_download.
- Check your email for the Antelope ISO download link.
- Mount the ISO:
- macOS: double-click on the ISO to mount it.
RHEL:
mount -t iso9660 -o loop Antelope5.14.rhel9_x86.iso /mnt
- Run the installer:
- macOS: double-click on Install_antelope.
RHEL:
sudo /mnt/Install_antelope
During the RHEL installation process:
- Do you accept the above license agreement [yn] ? y
- Do you wish to download and install the Antelope contributed code [yn] ? y
- Do you wish to download and install the approx. 5.0 GB of high-resolution map data [yn] ? n
- At the end of the macOS installation process, go to How To Install Antelope for MacOS and RHEL Users#Registering and Requesting a License for macOS.
At the end of the RHEL installation process, you will see something like:
Exiting Antelope Installer. Done.
On RHEL, unmount the ISO:
umount /mnt
On RHEL, go to How To Install Antelope for MacOS and RHEL Users#Registering and Requesting a License For RHEL.
Registering and Requesting a License for macOS
During the installation on MacOS, you will see a pop-up to register Antelope. Fill out the form with your information and click "Register" in the bottom right corner.
**Note: For the hostname, enter <HOSTNAME>.ucsd.edu of the host that you are installing on.**The register_antelope(1) GUI will run as a normal part of the Antelope installation process. This program will request that you fill out a form with relevant details. When you hit the Register button, the license request will be sent to register@brtt.com.
For renewal
If you already have Antelope installed and need to renew or request a license, you may run register_antelope(1) from the command line after properly setting up your Antelope environment (register_antelope(1) resides in $(ANTELOPE)/bin). Setting up your environment is done by executing one of the following commands:
For csh or tcsh shells:
source /opt/antelope/5.12/setup.csh
For zsh or bash shells:
source /opt/antelope/5.12/setup.sh
To start a license request, use this command:
~/BRTT-license-request
- You will be sent an email to confirm your license request after you click to register. It will take roughly 1-3 days for BRTT to respond with your license.
- You will see another pop-up requesting additional information. This can be skipped by clicking "Abort"
- Go back to your Terminal window and type "yes" to continue with the download and installation of Antelope.
After the download is complete, unmount the ISO with the following command:
umount /Volumes/Antelope_5.12
Applying the License to MacOS
Once you have the license.pf file, open the /opt/antelope/5.12/data/pf folder
open /opt/antelope/5.12/data/pf.
- drop the license.pf file into the pf folder
Registering and Requesting a License For RHEL
Run register_Antelope:
/opt/antelope/5.13/bin/register_antelope
Sample output:
Please edit and completely fill out the form in this file: ~/BRTT-license-request Then send it to register@brtt.com.
Edit the file listed in the output:
vim ~/BRTT-license-request
Filing out the following fields:
License Key Request for Release 5.13 Linux CentOS release 7.9.2009 (Core) 3.10.0 2023-04-29 (Please e-mail this file to register@brtt.com) # parameters: contact email institution address1 city state country zip phone
Email the completed file to:
register@brtt.com
When the license.pf file is returned, move the file to /opt/antelope/5.13/data/pf:
sudo mv ~/license.pf /opt/antelope/5.13/data/pf/
Change the permissions:
sudo chmod 664 /opt/antelope/5.13/data/pf/license.pf
Check License
Setup the Antelope environment for the current session (for Bourne or related shells):
source /opt/antelope/5.13/setup.sh
(for CSH-compatible shell):
source /opt/antelope/5.13/setup.csh
Check license:
/opt/antelope/5.13/bin/check_license
Should see:
license ok
For additional information:
/opt/antelope/5.13/bin/check_license -v