Displaying your GREP11 environment¶
List Crypto Domains on your Hyper Protect Virtual Servers LPAR¶
-
List your available domains with the Hyper Protect Virtual Server CLI:
hpvs crypto list
Example output
hpvs crypto list +---------------+--------+ | CRYPTO.DOMAIN | STATUS | +---------------+--------+ | 08.0014 | in use | | 0a.0014 | in use | +---------------+--------+
A value of in use in the STATUS column indicates that each crypto domain has a GREP11 server connected to it.
Display the GREP11 servers¶
-
Display the virtual servers running on the Hyper Protect Virtual Servers LPAR:
hpvs vs list
Example output
+----------------------+---------+-------------+----------------------------------------------------------------------------------------------------------------+ | NAMES | STATE | STATUS | IMAGE | +----------------------+---------+-------------+----------------------------------------------------------------------------------------------------------------+ | grep11-08-0014-9876 | running | Up 19 hours | docker-eu-public.artifactory.swg-devops.com/sys-zaas-team-hpcs-dev-docker-local/hpcs/grep11-ep11server:1.2.7.5 | | grep11-0a-0014-19876 | running | Up 19 hours | docker-eu-public.artifactory.swg-devops.com/sys-zaas-team-hpcs-dev-docker-local/hpcs/grep11-ep11server:1.2.7.5 | +----------------------+---------+-------------+----------------------------------------------------------------------------------------------------------------+
Observe that there are two servers listed whose name starts with
grep11
. These are the two GREP11 servers that we have provided. One accessible from host port 9876 and one from host port 19876.Note
The list you see may differ from what is shown in our example, but you should see the two GREP11 servers whose names are highlighted in our example.
-
Display details about one of the GREP11 servers with this command:
hpvs vs show --name grep11-08-0014-9876
Example output
+-------------+------------------------------+ | PROPERTIES | VALUES | +-------------+------------------------------+ | Name | grep11-08-0014-9876 | | CPU | 2 | | Memory | 2048 | | State | running | | Status | Up 19 hours | | Networks | Gateway:172.31.0.1 | | | IPAddress:172.31.0.2 | | | MacAddress:02:42:ac:1f:00:02 | | | Network:bridge | | | Subnet:16 | | Ports | LocalPort:9876/tcp | | | GuestPort:9876 | | Quotagroups | [] | +-------------+------------------------------+
-
(Optional) Feel free to run the
hpvs vs show
command against the other GREP11 server.
Please proceed to the next section of the lab.
Created: July 12, 2020