Skip to content

Commit 10d4e26

Browse files
Merge pull request #1699 from redis/DOC-5337-rdi-var-noexec-warning
DOC-5337 added warning about /var mounted with noexec
2 parents 1a5b1f1 + 634688e commit 10d4e26

File tree

1 file changed

+14
-1
lines changed
  • content/integrate/redis-data-integration/installation

1 file changed

+14
-1
lines changed

content/integrate/redis-data-integration/installation/install-vm.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,20 @@ sudo ufw reload
134134

135135
## Installation steps
136136

137-
Follow the steps below for each of your VMs:
137+
Follow the steps below for each of your VMs.
138+
139+
{{< note >}}RDI installs executables by default in the `/var` partition, so you must
140+
ensure it is mounted without the `noexec` option. Use the following command to
141+
find any partitions mounted with the `noexec` option:
142+
143+
```bash
144+
mount | grep noexec
145+
```
146+
147+
If your `/var` partition is listed in the output from this command, you must remount
148+
it without the `noexec` option. See
149+
[Using the mount command](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/5/html/deployment_guide/chap-using_the_mount_command) in the Red Hat documentation to learn how to remount a partition.
150+
{{< /note >}}
138151

139152
1. Download the RDI installer from the
140153
[Redis download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-installation-{{< rdi-version >}}.tar.gz)

0 commit comments

Comments
 (0)