From ad09247caa7d2597f61a4cb394e0a3a5e98a3ed6 Mon Sep 17 00:00:00 2001 From: Riya Date: Wed, 24 May 2023 12:12:09 +0530 Subject: [PATCH 1/4] PBENCH-1153 pbench-agent configuration for server --- docs/Agent/config/config.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/Agent/config/config.md diff --git a/docs/Agent/config/config.md b/docs/Agent/config/config.md new file mode 100644 index 0000000000..92c864b0c6 --- /dev/null +++ b/docs/Agent/config/config.md @@ -0,0 +1,22 @@ +###Configuration + +**Note**: This Documentation is only required for administrative purposes. +       By Default the collected results are moved to pbench-server + + +####Configure with Server < 1.0 + +For the purpose of defining the required configuration, a pbench-agent configuration file must be created. The config file and the ssh key file must be present in the specified place for the ansible roles to function. + +The installation includes a sample configuration file at '/opt/pbench-agent/config/pbench-agent.cfg'. Make a backup of this file, then update the lines marked with # CHANGE ME! comments to suit your setup. Please make sure to make this file accessible to users. + +The ssh key pair can be generated with: + + ssh-keygen -t rsa + +with an empty passphrase. The private key must be made available to users before they can complete the installation of pbench-agent as stated above. The authorized_keys list should include the public key. + + +####Configure with Server-1.0 + +For the purpose of defining the required configuration, a pbench-agent configuration file must be created. The pbench-agent installation contains an example configuration file at '/opt/pbench-agent/config/pbench-agent.cfg'. Make a backup copy of this file, update the lines marked with # CHANGE ME! comments to suit your configuration. Please make sure to make this file accessible to users. From c16dbd7b154b34db958646d9b6e3b0604f8f8a2e Mon Sep 17 00:00:00 2001 From: Riya Date: Wed, 24 May 2023 12:34:02 +0530 Subject: [PATCH 2/4] Update config.md --- docs/Agent/config/config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Agent/config/config.md b/docs/Agent/config/config.md index 92c864b0c6..0585f89678 100644 --- a/docs/Agent/config/config.md +++ b/docs/Agent/config/config.md @@ -1,10 +1,10 @@ -###Configuration +### Configuration **Note**: This Documentation is only required for administrative purposes.       By Default the collected results are moved to pbench-server -####Configure with Server < 1.0 +#### Configure with Server < 1.0 For the purpose of defining the required configuration, a pbench-agent configuration file must be created. The config file and the ssh key file must be present in the specified place for the ansible roles to function. @@ -17,6 +17,6 @@ The ssh key pair can be generated with: with an empty passphrase. The private key must be made available to users before they can complete the installation of pbench-agent as stated above. The authorized_keys list should include the public key. -####Configure with Server-1.0 +#### Configure with Server-1.0 For the purpose of defining the required configuration, a pbench-agent configuration file must be created. The pbench-agent installation contains an example configuration file at '/opt/pbench-agent/config/pbench-agent.cfg'. Make a backup copy of this file, update the lines marked with # CHANGE ME! comments to suit your configuration. Please make sure to make this file accessible to users. From 050b26df6185b559b2107d9f1d3cdbbc6f13279e Mon Sep 17 00:00:00 2001 From: Riya Date: Wed, 24 May 2023 12:37:10 +0530 Subject: [PATCH 3/4] Update config.md --- docs/Agent/config/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Agent/config/config.md b/docs/Agent/config/config.md index 0585f89678..6b4e8039a9 100644 --- a/docs/Agent/config/config.md +++ b/docs/Agent/config/config.md @@ -1,7 +1,7 @@ ### Configuration **Note**: This Documentation is only required for administrative purposes. -       By Default the collected results are moved to pbench-server +By Default the collected results are moved to pbench-server. #### Configure with Server < 1.0 From 0f784da0763903080195223c818d16bf5eb7ca43 Mon Sep 17 00:00:00 2001 From: Riya Date: Wed, 24 May 2023 13:22:01 +0530 Subject: [PATCH 4/4] Update config.md --- docs/Agent/config/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Agent/config/config.md b/docs/Agent/config/config.md index 6b4e8039a9..9d6b01020c 100644 --- a/docs/Agent/config/config.md +++ b/docs/Agent/config/config.md @@ -17,6 +17,6 @@ The ssh key pair can be generated with: with an empty passphrase. The private key must be made available to users before they can complete the installation of pbench-agent as stated above. The authorized_keys list should include the public key. -#### Configure with Server-1.0 +#### Configure with Server 1.0 or above For the purpose of defining the required configuration, a pbench-agent configuration file must be created. The pbench-agent installation contains an example configuration file at '/opt/pbench-agent/config/pbench-agent.cfg'. Make a backup copy of this file, update the lines marked with # CHANGE ME! comments to suit your configuration. Please make sure to make this file accessible to users.