Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing indentation and versioning for PEM 8 and 9 #5379

Merged
merged 3 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions product_docs/docs/pem/8/installing_pem_agent/windows_agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The PEM agent graphical installer for Windows installs and registers the PEM age
To invoke the PEM agent installer, assume administrator privileges and navigate to the directory that contains the installer. Then, invoke the installer:

```shell
pem_agent-7.<x>.<x>-<x>-platform.exe
pem_agent-8.<x>.<x>-<x>-platform.exe
```

1. The Setup screen opens, welcoming you to the PEM agent installer. Select **Next**.
Expand All @@ -26,18 +26,18 @@ pem_agent-7.<x>.<x>-<x>-platform.exe

1. By default, the PEM agent is installed in the `C:\Program Files (x86)\edb\pem` directory. You can accept the default installation directory. Or you can modify the contents of the **Installation Directory** field, specifying an alternate installation directory for the PEM agent.

- By default, the PEM agent installer places a certificate in the Administrator’s `%APPDATA%\pem` directory. Select **Show advanced options** to include a dialog box in the installation process that allows you to specify an alternate path for the certificate file.
- By default, the PEM agent installer places a certificate in the Administrator’s `%APPDATA%\pem` directory. Select **Show advanced options** to include a dialog box in the installation process that allows you to specify an alternate path for the certificate file.

- Select **Register now?** to register the newly installed PEM agent with the PEM server.
- Select **Register now?** to register the newly installed PEM agent with the PEM server.

- Select **Next**.
- Select **Next**.

1. Enter the connection details for the PEM server in the PEM Server Installation Details dialog box.

- Specify the name or IP address of the system where the PEM database server resides in the **Host** field. If the PEM-HTTPD web server and PEM database are hosted on different systems, you must specify the host of the PEM database.
- Specify the name of the database superuser in the **User Name** field.
- Specify the password associated with the database superuser in the **Password** field.
- Specify the port that PostgreSQL is monitoring in the **Port** field.
- Specify the name or IP address of the system where the PEM database server resides in the **Host** field. If the PEM-HTTPD web server and PEM database are hosted on different systems, you must specify the host of the PEM database.
- Specify the name of the database superuser in the **User Name** field.
- Specify the password associated with the database superuser in the **Password** field.
- Specify the port that PostgreSQL is monitoring in the **Port** field.

1. Select **Next** to continue to pemAgent Service Account. The installer attempts to connect to the server to verify that the details are correct.

Expand Down Expand Up @@ -78,7 +78,7 @@ Before invoking the PEM agent installer in unattended mode, you must:
You need administrator privileges to install the PEM Agent. Use the following command to invoke the PEM agent installer in unattended mode:

```shell
pem-agent-7.<x>.<x>-windows-x64.exe --mode unattended
pem-agent-8.<x>.<x>-windows-x64.exe --mode unattended
--pghost <pem_server_host_address> --pgport <pem_server_port>
--pguser postgres --pgpassword <pguser_password>
--agent_description <agent_name>
Expand All @@ -92,4 +92,4 @@ Where:
- `agent_name` specifies a descriptive name for the PEM agent.

!!! Note
When configuring a shell/batch script run by a Windows agent that has PEM 7.11 or later version installed, set the `AllowBatchJobSteps` parameter to `True` in the `agent.cfg` file. The PEM agent doesn't execute any batch/shell script by default.
When configuring a shell/batch script run by a Windows agent, set the `AllowBatchJobSteps` parameter to `True` in the `agent.cfg` file. The PEM agent doesn't execute any batch/shell script by default.
20 changes: 10 additions & 10 deletions product_docs/docs/pem/9/installing_pem_agent/windows_agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The PEM agent graphical installer for Windows installs and registers the PEM age
To invoke the PEM agent installer, assume administrator privileges and navigate to the directory that contains the installer. Then, invoke the installer:

```shell
pem_agent-7.<x>.<x>-<x>-platform.exe
pem_agent-9.<x>.<x>-<x>-platform.exe
```

1. The Setup screen opens, welcoming you to the PEM agent installer. Select **Next**.
Expand All @@ -25,18 +25,18 @@ pem_agent-7.<x>.<x>-<x>-platform.exe

1. By default, the PEM agent is installed in the `C:\Program Files (x86)\edb\pem` directory. You can accept the default installation directory. Or you can modify the contents of the **Installation Directory** field, specifying an alternate installation directory for the PEM agent.

- By default, the PEM agent installer places a certificate in the Administrator’s `%APPDATA%\pem` directory. Select **Show advanced options** to include a dialog box in the installation process that allows you to specify an alternate path for the certificate file.
- By default, the PEM agent installer places a certificate in the Administrator’s `%APPDATA%\pem` directory. Select **Show advanced options** to include a dialog box in the installation process that allows you to specify an alternate path for the certificate file.

- Select **Register now?** to register the newly installed PEM agent with the PEM server.
- Select **Register now?** to register the newly installed PEM agent with the PEM server.

- Select **Next**.
- Select **Next**.

1. Enter the connection details for the PEM server in the PEM Server Installation Details dialog box.

- Specify the name or IP address of the system where the PEM database server resides in the **Host** field. If the PEM-HTTPD web server and PEM database are hosted on different systems, you must specify the host of the PEM database.
- Specify the name of the database superuser in the **User Name** field.
- Specify the password associated with the database superuser in the **Password** field.
- Specify the port that PostgreSQL is monitoring in the **Port** field.
- Specify the name or IP address of the system where the PEM database server resides in the **Host** field. If the PEM-HTTPD web server and PEM database are hosted on different systems, you must specify the host of the PEM database.
- Specify the name of the database superuser in the **User Name** field.
- Specify the password associated with the database superuser in the **Password** field.
- Specify the port that PostgreSQL is monitoring in the **Port** field.

1. Select **Next** to continue to pemAgent Service Account. The installer attempts to connect to the server to verify that the details are correct.

Expand Down Expand Up @@ -77,7 +77,7 @@ Before invoking the PEM agent installer in unattended mode, you must:
You need administrator privileges to install the PEM Agent. Use the following command to invoke the PEM agent installer in unattended mode:

```shell
pem-agent-7.<x>.<x>-windows-x64.exe --mode unattended
pem-agent-9.<x>.<x>-windows-x64.exe --mode unattended
--pghost <pem_server_host_address> --pgport <pem_server_port>
--pguser postgres --pgpassword <pguser_password>
--agent_description <agent_name>
Expand All @@ -91,4 +91,4 @@ Where:
- `agent_name` specifies a descriptive name for the PEM agent.

!!! Note
When configuring a shell/batch script run by a Windows agent that has PEM 7.11 or later version installed, set the `AllowBatchJobSteps` parameter to `True` in the `agent.cfg` file. The PEM agent doesn't execute any batch/shell script by default.
When configuring a shell/batch script run by a Windows agent, set the `AllowBatchJobSteps` parameter to `True` in the `agent.cfg` file. The PEM agent doesn't execute any batch/shell script by default.
Loading