From a1b67139923ead6c02a8ccf3a39cc57768d7c1f0 Mon Sep 17 00:00:00 2001 From: gvasquezvargas Date: Tue, 12 Mar 2024 17:52:48 +0100 Subject: [PATCH 1/3] Fixing indentation and versioning for PEM 8 and 9 --- .../8/installing_pem_agent/windows_agent.mdx | 18 +++++++++--------- .../9/installing_pem_agent/windows_agent.mdx | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/product_docs/docs/pem/8/installing_pem_agent/windows_agent.mdx b/product_docs/docs/pem/8/installing_pem_agent/windows_agent.mdx index 68e02ac5348..b3d7f970633 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/windows_agent.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/windows_agent.mdx @@ -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..--platform.exe +pem_agent-8..--platform.exe ``` 1. The Setup screen opens, welcoming you to the PEM agent installer. Select **Next**. @@ -26,18 +26,18 @@ pem_agent-7..--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. @@ -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..-windows-x64.exe --mode unattended +pem-agent-8..-windows-x64.exe --mode unattended --pghost --pgport --pguser postgres --pgpassword --agent_description diff --git a/product_docs/docs/pem/9/installing_pem_agent/windows_agent.mdx b/product_docs/docs/pem/9/installing_pem_agent/windows_agent.mdx index ddaec4c77ea..f22c91f3548 100644 --- a/product_docs/docs/pem/9/installing_pem_agent/windows_agent.mdx +++ b/product_docs/docs/pem/9/installing_pem_agent/windows_agent.mdx @@ -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..--platform.exe +pem_agent-9..--platform.exe ``` 1. The Setup screen opens, welcoming you to the PEM agent installer. Select **Next**. @@ -25,18 +25,18 @@ pem_agent-7..--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. @@ -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..-windows-x64.exe --mode unattended +pem-agent-9..-windows-x64.exe --mode unattended --pghost --pgport --pguser postgres --pgpassword --agent_description From 76c78bdfcb5d26d3cf00bd0c4ddc30ac637863a1 Mon Sep 17 00:00:00 2001 From: gvasquezvargas Date: Tue, 12 Mar 2024 18:00:39 +0100 Subject: [PATCH 2/3] updating AllowBatchJobSteps note --- product_docs/docs/pem/8/installing_pem_agent/windows_agent.mdx | 2 +- product_docs/docs/pem/9/installing_pem_agent/windows_agent.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/pem/8/installing_pem_agent/windows_agent.mdx b/product_docs/docs/pem/8/installing_pem_agent/windows_agent.mdx index b3d7f970633..aa7cbc90181 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/windows_agent.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/windows_agent.mdx @@ -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 that has PEM 8 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. diff --git a/product_docs/docs/pem/9/installing_pem_agent/windows_agent.mdx b/product_docs/docs/pem/9/installing_pem_agent/windows_agent.mdx index f22c91f3548..90f5e9a0678 100644 --- a/product_docs/docs/pem/9/installing_pem_agent/windows_agent.mdx +++ b/product_docs/docs/pem/9/installing_pem_agent/windows_agent.mdx @@ -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 that has PEM 8 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. From 67304f0096c29333e10353df4bafd5ae1f93dbb5 Mon Sep 17 00:00:00 2001 From: gvasquezvargas Date: Wed, 13 Mar 2024 09:15:06 +0100 Subject: [PATCH 3/3] last edits --- product_docs/docs/pem/8/installing_pem_agent/windows_agent.mdx | 2 +- product_docs/docs/pem/9/installing_pem_agent/windows_agent.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/pem/8/installing_pem_agent/windows_agent.mdx b/product_docs/docs/pem/8/installing_pem_agent/windows_agent.mdx index aa7cbc90181..55eb533ddeb 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/windows_agent.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/windows_agent.mdx @@ -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 8 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. diff --git a/product_docs/docs/pem/9/installing_pem_agent/windows_agent.mdx b/product_docs/docs/pem/9/installing_pem_agent/windows_agent.mdx index 90f5e9a0678..5393ddc3fb0 100644 --- a/product_docs/docs/pem/9/installing_pem_agent/windows_agent.mdx +++ b/product_docs/docs/pem/9/installing_pem_agent/windows_agent.mdx @@ -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 8 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.