Skip to content

Commit f788eeb

Browse files
DOC-5337 added warning about /var mounted with noexec
1 parent 1a5b1f1 commit f788eeb

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 executable code 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)