Table of Contents |
---|
minLevel | 1 |
---|
maxLevel | 6 |
---|
outline | false |
---|
style | none |
---|
type | list |
---|
printable | true |
---|
|
...
Expand |
---|
title | Creating the *SYSTEM certificate store |
---|
|
In a web browser, enter http://mysystem:2001/dcm, where mysystem is the host name or IP address of the system. This opens IBM Digital Certificate Manager for i. Log in with an IBM i profile with sufficient authority. Click on Create Certificate Store on the left-hand navigation menu On the right-hand side of the page select *SYSTEM. 
Info |
---|
Note: If the *SYSTEM option is not available in the list, it indicates that there is a *SYSTEM store already created on this system, and these steps have already been performed. |
Create a password for the *SYSTEM store and click Create.
Info |
---|
Note: The password is case-sensitive. It is recommended not to use special characters. This password is not attached to a user profile and it will not lock you out of the system after too many attempts. |
|
Panel |
---|
panelIconId | atlassian-light_bulb_on |
---|
panelIcon | :light_bulb_on: |
---|
panelIconText | :light_bulb_on: |
---|
bgColor | #E3FCEF |
---|
|
Tip: The system certificate store must be created on all nodes in the cluster. Ensure the *SYSTEM certificate store is created on all nodes in the cluster before continuing. |
...
There are two options for trusting the IBM Cloud Certificate Authority:
...
Expand |
---|
title | Bypassing strict-certificate checking in PowerHA using a PowerHA Policy |
---|
|
Note |
---|
Warning: While this step only needs to be performed on one node, it is not as secure as the option for trusting well-known certificates. While this option still uses encrypted communication between PowerHA and IBM Cloud services, it does not protect against a man-in-the-middle attack. |
Add a PowerHA policy to bypass strict certificate checking in PowerHA. For example, the following policy would bypass strict certificate checking for any configuration description: ADDHAPCY PCY(QHA_COMM_STRICT_CERT_CHECK) PCYDMN(*NONE) QUAL('CFGD(*ALL)') VALUE(*NO)
This step only needs to be performed on one node as the policy applies to the entire PowerHA cluster. |
...
Expand |
---|
title | Manually Configuring GRS |
---|
|
Info |
---|
If the CFGPVSMIR command was used, these steps should be skipped. |
While the CFGPVSMIR command will handle many of the steps in an automated fashion, GRS can also be manually configured. This includes performing the following actions: Actions on the primary site: Ensuring the IASP volumes are all in the same storage pool. Enabling replication for the IASP volumes by setting the volumes to be replication-enabled Creating a new volume group Placing the replication enabled volumes into the volume group
Actions on the target workspace: See the IBM Cloud documentation on getting started with GRS for additional information. Adding Volumes to the Backup (Target) Copy DescriptionVolumes are added to the target copy description in the same way that they are added to the source copy description, using the CHGPVSCPYD command. In this instance, the volume IDs must be obtained from the target Power Virtual Server workspace in the IBM Cloud. For example, the copy description for the backup copy can be added using the following command: CHGPVSCPYD ASPCPY(WDC07CPY) ACTION(*ADDVOL)
|
...