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..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 @@ -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 @@ -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. 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..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 @@ -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 @@ -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.