2.4. Download and Install JBoss Data Grid
- Download JBoss Data Grid from the Red Hat Customer Portal.
- Verify the downloaded files.
- Install JBoss Data Grid.
2.4.1. Download Red Hat JBoss Data Grid
Procedure 2.2. Download JBoss Data Grid
- Log into the Customer Portal at https://access.redhat.com.
- Click thebutton near the top of the page.
- In the Product Downloads page, click .
- Select the appropriate JBoss Data Grid version from the Version: drop down menu.
- Download the appropriate files from the list that is displayed.
2.4.2. About the Red Hat Customer Portal
- Manage and maintain Red Hat entitlements and support contracts.
- Download officially-supported software.
- Access product documentation and the Red Hat Knowledgebase.
- Contact Global Support Services.
- File bugs against Red Hat products.
2.4.3. Checksum Validation
2.4.4. Verify the Downloaded File
Procedure 2.3. Verify the Downloaded File
- To verify that a file downloaded from the Red Hat Customer Portal is error-free, access the portal site and go to that package's Software Details page. The Software Details page displays the
MD5
andSHA256
"checksum" values. Use the checksum values to check the integrity of the file. - Open a terminal window and run either the
md5sum
orsha256sum
command, with the downloaded file as an argument. The program displays the checksum value for the file as the output for the command. - Compare the checksum value returned by the command to the corresponding value displayed on the Software Details page for the file.
Note
Microsoft Windows does not come equipped with a checksum tool. Windows operating system users have to download a third-party product instead.
If the two checksum values are identical then the file has not been altered or corrupted and is, therefore, safe to use.
2.4.5. Install Red Hat JBoss Data Grid
Locate the appropriate version, platform, and file type and download Red Hat JBoss Data Grid from the Customer Portal.
Procedure 2.4. Install JBoss Data Grid
- Copy the downloaded JBoss Data Grid package to the preferred location on your machine.
- Run the following command to extract the downloaded JBoss Data Grid package:
$ unzip JDG_PACKAGE
Replace JDG_PACKAGE with the name of the JBoss Data Grid usage mode package downloaded from the Red Hat Customer Portal. - The resulting unzipped directory will now be referred to as $JDG_HOME.