Skip to content

Commit bbcf000

Browse files
authored
DOC-4385 RS: All nodes in a cluster should use the same user/group during install (#1552)
1 parent de9c458 commit bbcf000

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

content/operate/rs/installing-upgrading/install/customize-user-and-group.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,26 @@ linkTitle: Customize user and group
1010
weight: 40
1111
---
1212

13-
By default, Redis Enterprise Software is installed with the user:group `redislabs:redislabs`. See [Access control]({{< relref "/operate/rs/security/access-control" >}}) for user and group security information.
13+
By default, Redis Enterprise Software is installed with the user:group `redislabs:redislabs`.
1414

1515
During installation, you can specify the user and group that own all Redis Enterprise Software processes.
1616

17-
If you specify the user only, then installation is run with the primary group that the user belongs to.
17+
## Considerations
1818

19-
{{< note >}}
2019
- Custom installation user is supported on Red Hat Enterprise Linux.
21-
- When you install with custom directories, the installation does not run as an RPM file.
22-
- You must create the user and group before attempting to install Redis Software.
20+
21+
- You must create the user and group before installing Redis Enterprise Software.
22+
23+
- You must install Redis Enterprise Software on all nodes in the cluster with the same user and group.
24+
2325
- You can specify an LDAP user as the installation user.
24-
{{< /note >}}
2526

26-
To customize the user or group during [installation]({{< relref "/operate/rs/installing-upgrading/install/install-on-linux" >}}), include the `--os-user` or `--os-group` [command-line options]({{< relref "/operate/rs/installing-upgrading/install/install-script" >}}) when you run the `install.sh` script. For example:
27+
- If you specify the user only, then installation is run with the primary group that the user belongs to.
28+
29+
## Install with custom user or group
30+
31+
To customize the user or group during [installation]({{< relref "/operate/rs/installing-upgrading/install/install-on-linux" >}}), include the `--os-user` or `--os-group` [command-line options]({{< relref "/operate/rs/installing-upgrading/install/install-script" >}}) when you run the `install.sh` script.
2732

2833
```sh
2934
sudo ./install.sh --os-user <user> --os-group <group>
3035
```
31-

0 commit comments

Comments
 (0)