Setup Red Hat AMQ Streams Lab
Last updated
Last updated
Following below instruction for prepare lab environment:
base on RHPDS --> "The Definitive RHEL8 Hands-On Lab"
after success request lab go to bookbag_url to run workshop setup, wait until complete all node.
Get Lab Server Information from Instructor
Lab Information URL: http://xxx.xxx/lab-amq
ssh information to bastion such as ssh student@bastion.828xv.sandbox2440.opentlc.com
bastion password : xxxxxx
your lab node such as node1, node2 or node3
For Lab on RHPDS, connection flow is your terminal --> bastion --> lab server (node1, node2 or node 3)
open your terminal
run secure shell to bastion server (receive ssh command & password from instructor)
Remark: for the first time to bastion, type "yes" to accept connection.
ssh to your node (receive node name from instructor)
run tmux for for block connection timeout
terminal ready for lab
Use the same method to open a new terminal or split windows with ctrl+b+" or ctrl+b+% and use ctrl+b+d for close current pane
install openjdk 11
test java command
if java not found, install openjdk 11 command
check openssl (rhel already install) for generate/managed ssl
check & install wget, nc, tmux, maven, tree (if you don't found it in RHEL VM)
install cfssl, cfssljson (CloudFlare's PKI/TLS toolkit) for generate/managed ssl
install cfssl command
install cfssljson command
set default java version to 11 (if you have more than one java version in your system)
run command to change java version
example result, type selection number to select java 11 and enter
change javac version to 11
example result, type selection number to select java 11 and enter
check java & javac version to 11
clone git from repository URL: https://github.com/chatapazar/amq-streams-2022
clone git command
check lab resource