You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you install Redis Enterprise Software to custom directories, you can specify custom storage paths for persistent and ephemeral storage during [cluster setup]({{< relref "/operate/rs/clusters/new-cluster-setup">}}) or when [adding nodes]({{< relref "/operate/rs/clusters/add-node">}}).
82
+
83
+
84
+
1. Specify the custom file location with the `--var-dir` option when you install Redis Enterprise Software:
85
+
86
+
```sh
87
+
sudo ./install.sh --var-dir <path>
88
+
```
89
+
90
+
2. Grant the `redislabs` user access to the custom directories:
For more information about storage requirements, see [Persistent and ephemeral node storage]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/persistent-ephemeral-storage">}}).
108
+
79
109
## Limitations
80
110
81
111
Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use custom installation directories.
Copy file name to clipboardExpand all lines: content/operate/rs/installing-upgrading/install/install-on-linux.md
+19-8Lines changed: 19 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -29,33 +29,44 @@ To install Redis Enterprise Software, use the command line:
29
29
1. _(Optional)_ Use the {{< download "GPG key file""../GPG-KEY-redislabs-packages.gpg">}} to confirm the authenticity of Ubuntu/Debian or RHEL RPM packages:
30
30
31
31
- For Ubuntu:
32
-
1. Import the key:
32
+
1. Import the key:
33
33
```sh
34
34
gpg --import <path to GPG key>
35
-
```
36
-
2. Verify the package signature:
37
-
```sh
35
+
```
36
+
2. Verify the package signature:
37
+
```sh
38
38
dpkg-sig --verify </path-to/package.deb>
39
39
```
40
40
41
41
- For RHEL:
42
-
1. Import the key:
42
+
1. Import the key:
43
43
```sh
44
44
rpm --import <path to GPG key>
45
45
```
46
-
2. Verify the package signature:
46
+
2. Verify the package signature:
47
47
```sh
48
48
rpm --checksig </path-to/package.rpm>
49
49
```
50
50
51
-
1. To start the installation process, run the installation script. See [installation script options]({{< relref "/operate/rs/installing-upgrading/install/install-script">}}) for a list of command-line options you can add to the following command:
51
+
1. To start the installation process, run the installation script. See [installation script options]({{< relref "/operate/rs/installing-upgrading/install/install-script">}}) for a completelist of command-line options.
52
52
53
+
**For default installation:**
53
54
```sh
54
55
sudo ./install.sh
55
56
```
56
57
58
+
**For custom installation directories:**
59
+
60
+
If you need to specify custom storage paths for persistent or ephemeral storage during cluster setup, you must install Redis Enterprise Software to custom directories.
For detailed information about custom installations, see [Customize installation directories]({{< relref "/operate/rs/installing-upgrading/install/customize-install-directories">}}).
67
+
57
68
{{< note >}}
58
-
- The Redis Enterprise Software files are installed in the default [file locations]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/file-locations.md">}}).
69
+
- The Redis Enterprise Software files are installed in the default [file locations]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/file-locations.md">}}) unless you specify custom directories.
59
70
- By default, Redis Enterprise Software runs on the OS as the `redislabs` user and `redislabs` group. If needed, you can [specify a different user and group]({{< relref "/operate/rs/installing-upgrading/install/customize-user-and-group.md">}}) during the installation.
60
71
- You must either be the root user or use `sudo` to run the installation script.
Copy file name to clipboardExpand all lines: content/operate/rs/installing-upgrading/install/plan-deployment/file-locations.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,3 +41,7 @@ You can change these file locations for:
41
41
42
42
-[Ephemeral and persistence storage]({{< relref "/operate/rs/clusters/new-cluster-setup.md" >}}) during cluster setup
43
43
-[Socket files]({{< relref "/operate/rs/installing-upgrading/configuring/change-location-socket-files.md" >}}) after cluster setup
44
+
45
+
{{< note >}}
46
+
To specify custom paths for ephemeral and persistent storage during cluster setup, you must install Redis Enterprise Software using [custom installation directories]({{< relref "/operate/rs/installing-upgrading/install/customize-install-directories" >}}). If you use the default installation, you cannot specify custom storage paths and will receive a "path not mounted" error.
0 commit comments