You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/guides/flows.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@ ARCAD builder has a specific way it fetches source code from a repository before
20
20
21
21
In order for ARCAD Builder to successfully clone from the 'External source code Management' URL defined in the ARCAD application, the user profile that is running the ARCAD Builder job needs access to the repository URL.
22
22
23
-
* The `AGENSSHKEY` can be used to generate the keypair for the user running the ARCAD Builder job on IBM i. The standard directory for the public key is `/home/<user>/.ssh/id_rsa.pub`.
23
+
* The `AGENSSHKEY` can be used to generate the key pair for the user running the ARCAD Builder job on IBM i. The standard directory for the public key is `/home/<user>/.ssh/id_rsa.pub`.
24
24
* The generated public key must be added to a GitHub/Azure/BitBucket account that has access to the repository being used.
25
25
* The user who runs the ARCAD Builder job can be changed with the `CHGAFSSVR` command.
26
26
27
-
It is also possible to override the user used for the clone. If you head to the ARCAD Builder Web Interface and navigate to the application, under the build model it is possible to define a 'Build' login and password (an IBM i user profile) which will be used for this application. The user profile provided also needs an SSH keypair setup.
27
+
It is also possible to override the user used for the clone. If you head to the ARCAD Builder Web Interface and navigate to the application, under the build model it is possible to define a 'Build' login and password (an IBM i user profile) which will be used for this application. The user profile provided also needs an SSH key pair setup.
Copy file name to clipboardexpand all lines: docs/guides/ide/debug.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ You need to restart the debug service after changing a port number.
166
166
**Answer**: The Service Entry Points are removed from the debug client after the connection is terminated. However, the SEPs are still saved in the running host debug service job. The SEPs will be restored in the client if you connect to the same host again.
167
167
168
168
**Question**: Service entry point without a condition works for me but conditional service entry point does not work. The program appears to be hung from a 5250 session when a conditional service entry point is hit.
169
-
**Answer**: It may be an authority issue with your debug user profile. Your debug user profile need to have *USE authority to the profile that owns the QB5ROUTER job and also its job description. Suppose the owner of the QB5ROUTER job is USR1 and your debug user profile is USR2, and the job description of the USR1 profile is QGPL/USR1, you can use the following commands from a terminal session to grant additional authority to your debug user profile:
169
+
**Answer**: It may be an authority issue with your debug user profile. Your debug user profile need to have *USE authority to the profile that owns the QB5ROUTER job and also its job description. Suppose the owner of the QB5ROUTER job is USR1 and your debug user profile is USR2, and the job description of the USR1 profile is QGPL/USR1, you can use the following commands from a terminal session to grant additional authority to your debug user profile:
Copy file name to clipboardexpand all lines: docs/guides/openshift/local.md
+2-19
Original file line number
Diff line number
Diff line change
@@ -10,25 +10,8 @@ This guide exists for users who potentially have hardware available for OpenShif
10
10
11
11
## System requirements
12
12
13
-
Red Hat OpenShift Local at present is only supported on AMD64 and Intel 64 processor architectures. It has the following minimum hardware requirements:
13
+
Please see the official Red Hat documentation regarding system requirements: [Openshift Local System Requirements](https://access.redhat.com/documentation/en-us/red_hat_openshift_local/2.5/html/release_notes_and_known_issues/minimum-system-requirements_rn-ki)
14
14
15
-
- 4 physical CPU cores
16
-
- 9 GB of free memory
17
-
- 35 GB of storage space
18
-
19
-
And the following operating system requirements:
20
-
21
-
- Microsoft Windows 10 Fall Creators Update (version 1709) or later
22
-
- macOS 11 Big Sur or later
23
-
- The latest two Red Hat Enterprise Linux/CentOS 7, 8 and 9 minor releases and on the latest two stable Fedora releases.
24
-
25
-
**Note:**
26
-
27
-
The OpenShift Local requires these (above) minimum hardware resources to run the smallest OpenShift Container Platform. Some workloads may require more resources. We recommend the following resources for running OpenShift Local:
28
-
29
-
- 8 physical CPU cores
30
-
- 64 GB of free memory
31
-
- 256 GB of storage space
32
15
33
16
## Install Red Hat OpenShift Local
34
17
@@ -247,7 +230,7 @@ From OpenShift web console, locate the Merlin namespace, open the postgres pod t
247
230
* In the psql session, run the following command to create an empty merlindb database:
248
231
* `DROP DATABASE IF EXISTS merlindb WITH (FORCE);`
249
232
* `CREATE DATABASE merlindb;`
250
-
* Run `\q` to quit the psql sesison.
233
+
* Run `\q` to quit the psql session.
251
234
* In the Terminal, run `psql -f /tmp/merlindb_dumpfile -d merlindb` to restore the merlindb database.
252
235
253
236
Now, you can use admin user and password to access Merlin GUI and use the vault secret and token to unseal vault which you had already written down.
Copy file name to clipboardexpand all lines: docs/guides/openshift/merlin-reqs.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ See [Supported product versions](./guides/platform/Install_IBM_i_Modernization_E
13
13
| Merlin | 2.5 | 5 | 7Gi | 15Gi ||
14
14
| IBM i Developer Tool | 1.3 | 6.6 | 1.2Gi | 9Gi | The resource is per each instance |
15
15
| IBM i CI/CD | 0.5 | 1 | 1Gi | 2Gi | The resource is per each instance |
16
-
|IDE workspace | 0.08 | 1.4 | 320Mi | 3.25Gi | The resource is per user |
16
+
|Developer workspace | 0.08 | 1.4 | 320Mi | 3.25Gi | The resource is per user |
17
17
18
18
> **Meaning of a instance for IBM i Developer and IBM i CI/CD tools:** If admin installs one of these two tools in a OpenShift project, that means one instance.\
19
19
> **Unit of CPU:** CPU is measured in units called millicores. If a node has 2 cores, the node’s CPU capacity would be represented as 2000m.\
Copy file name to clipboardexpand all lines: docs/guides/openshift/merlininstall.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ The admin user can be used to log in to the Merlin instance for first time setup
102
102
103
103
## Initializing the Vault
104
104
105
-
After Merlin has been installed, an admin will need to initialise the vault. The vault is used to securely store credentials and important information securely. When you initialise the vault, **be sure to store** the secrets and token that are provided by the UI. **These are required** during Merlin upgrades and any time the vault needs to be unsealed.
105
+
After Merlin has been installed, an admin will need to initialize the vault. The vault is used to securely store credentials and important information securely. When you initialize the vault, **be sure to store** the secrets and token that are provided by the UI. **These are required** during Merlin upgrades and any time the vault needs to be unsealed.
Copy file name to clipboardexpand all lines: docs/guides/overview/sandbox.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Merlin Test Drive
2
2
3
-
It is now possible to try Merlin (and all components) for a limited timeframe. Please reach out to your Seller to be nominated for participation.
3
+
It is now possible to try Merlin (and all components) for a limited timeframe. Please reach out to your seller to be nominated for participation.
4
4
5
5
The Merlin Test Drive environment provides access to:
6
6
@@ -16,7 +16,7 @@ With access to the Merlin Test Drive environment, this hands-on documentation ca
16
16
* A [self-guided tour](./workshop/readme.md) and sample code are provided
17
17
* Leverage, test, and / or demonstrate IBM i Merlin.
18
18
* The user is provided an OpenShift Merlin Workspace and a dedicated IBM i partition
19
-
* IBM Client Engineering for Systems team provides the infrastructure, IBM i Development provides the Merlin expertise, and you test-drive Merlin
19
+
* IBM Client Engineering for Systems team provides the infrastructure. IBM i Development provides the Merlin expertise. And you test-drive Merlin
20
20
21
21
#### Limitations
22
22
@@ -29,5 +29,5 @@ With access to the Merlin Test Drive environment, this hands-on documentation ca
29
29
* BP or IBM Sellers can engage with the submission of a Deal Support Request against a pre-sales opportunity.
30
30
* Clients should reach out to your Seller to be nominated for participation. Your Seller will submit a Deal Support Request for `Power IBM i Merlin TestDrive` via the Client Engineering engagement process.
0 commit comments