-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5823 from EnterpriseDB/docs/install/generated-fil…
…es-for-removed-platforms Generated files to reinstate SLES 12 for all products
- Loading branch information
Showing
131 changed files
with
4,336 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 59 additions & 0 deletions
59
product_docs/docs/edb_plus/41/installing/linux_ppc64le/edbplus_sles_12.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
navTitle: SLES 12 | ||
title: Installing EDB*Plus on SLES 12 ppc64le | ||
# This topic is generated from templates. If you have feedback on it, instead of | ||
# editing the page and creating a pull request, please enter a GitHub issue and | ||
# the documentation team will update the templates accordingly. | ||
|
||
redirects: | ||
- /edb_plus/41/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_sles12_ppcle | ||
--- | ||
|
||
## Prerequisites | ||
|
||
Before you begin the installation process: | ||
|
||
- Set up the EDB repository. | ||
|
||
Setting up the repository is a one-time task. If you have already set up your repository, you don't need to perform this step. | ||
|
||
To determine if your repository exists, enter this command: | ||
|
||
`zypper lr -E | grep enterprisedb` | ||
|
||
If no output is generated, the repository isn't installed. | ||
|
||
To set up the EDB repository: | ||
|
||
1. Go to [EDB repositories](https://www.enterprisedb.com/repos-downloads). | ||
|
||
1. Select the button that provides access to the EDB repository. | ||
1. Select the platform and software that you want to download. | ||
|
||
1. Follow the instructions for setting up the EDB repository. | ||
|
||
- Activate the required SUSE module: | ||
```shell | ||
sudo SUSEConnect -p PackageHub/12.5/ppc64le | ||
sudo SUSEConnect -p sle-sdk/12.5/ppc64le | ||
|
||
``` | ||
- Refresh the metadata: | ||
```shell | ||
sudo zypper refresh | ||
``` | ||
|
||
## Install the package | ||
|
||
```shell | ||
sudo zypper -n install edb-edbplus | ||
``` | ||
|
||
## Initial configuration | ||
|
||
After performing a Linux installation of EDB\*Plus, you must set the values of environment variables that allow EDB\*Plus to locate your Java installation: | ||
|
||
```shell | ||
export JAVA_HOME=<path_to_java> | ||
export PATH=<path_to_java>/bin:$PATH | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 59 additions & 0 deletions
59
product_docs/docs/edb_plus/41/installing/linux_x86_64/edbplus_sles_12.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
navTitle: SLES 12 | ||
title: Installing EDB*Plus on SLES 12 x86_64 | ||
# This topic is generated from templates. If you have feedback on it, instead of | ||
# editing the page and creating a pull request, please enter a GitHub issue and | ||
# the documentation team will update the templates accordingly. | ||
|
||
redirects: | ||
- /edb_plus/41/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_sles12_x86 | ||
--- | ||
|
||
## Prerequisites | ||
|
||
Before you begin the installation process: | ||
|
||
- Set up the EDB repository. | ||
|
||
Setting up the repository is a one-time task. If you have already set up your repository, you don't need to perform this step. | ||
|
||
To determine if your repository exists, enter this command: | ||
|
||
`zypper lr -E | grep enterprisedb` | ||
|
||
If no output is generated, the repository isn't installed. | ||
|
||
To set up the EDB repository: | ||
|
||
1. Go to [EDB repositories](https://www.enterprisedb.com/repos-downloads). | ||
|
||
1. Select the button that provides access to the EDB repository. | ||
1. Select the platform and software that you want to download. | ||
|
||
1. Follow the instructions for setting up the EDB repository. | ||
|
||
- Activate the required SUSE module: | ||
```shell | ||
sudo SUSEConnect -p PackageHub/12.5/x86_64 | ||
sudo SUSEConnect -p sle-sdk/12.5/x86_64 | ||
|
||
``` | ||
- Refresh the metadata: | ||
```shell | ||
sudo zypper refresh | ||
``` | ||
|
||
## Install the package | ||
|
||
```shell | ||
sudo zypper -n install edb-edbplus | ||
``` | ||
|
||
## Initial configuration | ||
|
||
After performing a Linux installation of EDB\*Plus, you must set the values of environment variables that allow EDB\*Plus to locate your Java installation: | ||
|
||
```shell | ||
export JAVA_HOME=<path_to_java> | ||
export PATH=<path_to_java>/bin:$PATH | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 71 additions & 0 deletions
71
product_docs/docs/efm/4/installing/linux_ppc64le/efm_sles_12.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
--- | ||
navTitle: SLES 12 | ||
title: Installing Failover Manager on SLES 12 ppc64le | ||
# This topic is generated from templates. If you have feedback on it, instead of | ||
# editing the page and creating a pull request, please enter a GitHub issue and | ||
# the documentation team will update the templates accordingly. | ||
|
||
redirects: | ||
- /efm/4/03_installing_efm/ibm_power_ppc64le/efm_sles12_ppcle | ||
--- | ||
|
||
## Prerequisites | ||
|
||
Before you begin the installation process: | ||
|
||
- Install Postgres on the same host (not needed for witness nodes). | ||
|
||
- See [Installing EDB Postgres Advanced Server](/epas/latest/installing/) | ||
|
||
- See [PostgreSQL Downloads](https://www.postgresql.org/download/) | ||
|
||
- Set up the EDB repository. | ||
|
||
Setting up the repository is a one-time task. If you have already set up your repository, you don't need to perform this step. | ||
|
||
To determine if your repository exists, enter this command: | ||
|
||
`zypper lr -E | grep enterprisedb` | ||
|
||
If no output is generated, the repository isn't installed. | ||
|
||
To set up the EDB repository: | ||
|
||
1. Go to [EDB repositories](https://www.enterprisedb.com/repos-downloads). | ||
|
||
1. Select the button that provides access to the EDB repository. | ||
1. Select the platform and software that you want to download. | ||
|
||
1. Follow the instructions for setting up the EDB repository. | ||
|
||
- Activate the required SUSE module: | ||
```shell | ||
sudo SUSEConnect -p PackageHub/12.5/ppc64le | ||
sudo SUSEConnect -p sle-sdk/12.5/ppc64le | ||
|
||
``` | ||
- Refresh the metadata: | ||
```shell | ||
sudo zypper refresh | ||
``` | ||
|
||
## Install the package | ||
|
||
```shell | ||
sudo zypper -n install edb-efm<4x> | ||
``` | ||
|
||
Where `<4x>` is the version of Failover Manager that you're installing. For example, if you're installing version 4.9, the package name is `edb-efm49`. | ||
|
||
The installation process creates a user named efm that has privileges to invoke scripts that control the Failover Manager service for clusters owned by enterprisedb or postgres. | ||
|
||
## Initial configuration | ||
|
||
If you're using Failover Manager to monitor a cluster owned by a user other than enterprisedb or postgres, see [Extending Failover Manager permissions](../../04_configuring_efm/04_extending_efm_permissions/#extending_efm_permissions). | ||
After installing on each node of the cluster: | ||
1. Modify the [cluster properties file](../../04_configuring_efm/01_cluster_properties/#cluster_properties) on each node. | ||
2. Modify the [cluster members file](../../04_configuring_efm/03_cluster_members/#cluster_members) on each node. | ||
3. If applicable, configure and test virtual IP address settings and any scripts that are identified in the cluster properties file. | ||
4. Start the agent on each node of the cluster. For more information, see [Controlling the Failover Manager service](../../08_controlling_efm_service/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 71 additions & 0 deletions
71
product_docs/docs/efm/4/installing/linux_x86_64/efm_sles_12.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
--- | ||
navTitle: SLES 12 | ||
title: Installing Failover Manager on SLES 12 x86_64 | ||
# This topic is generated from templates. If you have feedback on it, instead of | ||
# editing the page and creating a pull request, please enter a GitHub issue and | ||
# the documentation team will update the templates accordingly. | ||
|
||
redirects: | ||
- /efm/4/03_installing_efm/x86_amd64/efm_sles12_x86 | ||
--- | ||
|
||
## Prerequisites | ||
|
||
Before you begin the installation process: | ||
|
||
- Install Postgres on the same host (not needed for witness nodes). | ||
|
||
- See [Installing EDB Postgres Advanced Server](/epas/latest/installing/) | ||
|
||
- See [PostgreSQL Downloads](https://www.postgresql.org/download/) | ||
|
||
- Set up the EDB repository. | ||
|
||
Setting up the repository is a one-time task. If you have already set up your repository, you don't need to perform this step. | ||
|
||
To determine if your repository exists, enter this command: | ||
|
||
`zypper lr -E | grep enterprisedb` | ||
|
||
If no output is generated, the repository isn't installed. | ||
|
||
To set up the EDB repository: | ||
|
||
1. Go to [EDB repositories](https://www.enterprisedb.com/repos-downloads). | ||
|
||
1. Select the button that provides access to the EDB repository. | ||
1. Select the platform and software that you want to download. | ||
|
||
1. Follow the instructions for setting up the EDB repository. | ||
|
||
- Activate the required SUSE module: | ||
```shell | ||
sudo SUSEConnect -p PackageHub/12.5/x86_64 | ||
sudo SUSEConnect -p sle-sdk/12.5/x86_64 | ||
|
||
``` | ||
- Refresh the metadata: | ||
```shell | ||
sudo zypper refresh | ||
``` | ||
|
||
## Install the package | ||
|
||
```shell | ||
sudo zypper -n install edb-efm<4x> | ||
``` | ||
|
||
Where `<4x>` is the version of Failover Manager that you're installing. For example, if you're installing version 4.9, the package name is `edb-efm49`. | ||
|
||
The installation process creates a user named efm that has privileges to invoke scripts that control the Failover Manager service for clusters owned by enterprisedb or postgres. | ||
|
||
## Initial configuration | ||
|
||
If you're using Failover Manager to monitor a cluster owned by a user other than enterprisedb or postgres, see [Extending Failover Manager permissions](../../04_configuring_efm/04_extending_efm_permissions/#extending_efm_permissions). | ||
After installing on each node of the cluster: | ||
1. Modify the [cluster properties file](../../04_configuring_efm/01_cluster_properties/#cluster_properties) on each node. | ||
2. Modify the [cluster members file](../../04_configuring_efm/03_cluster_members/#cluster_members) on each node. | ||
3. If applicable, configure and test virtual IP address settings and any scripts that are identified in the cluster properties file. | ||
4. Start the agent on each node of the cluster. For more information, see [Controlling the Failover Manager service](../../08_controlling_efm_service/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
e297b9e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://edb-docs-staging.netlify.app as production
🚀 Deployed on https://6682d82b92523d44c02e72e9--edb-docs-staging.netlify.app