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
Copy file name to clipboardExpand all lines: content/integrate/redis-data-integration/installation/install-vm.md
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,20 @@ sudo ufw reload
134
134
135
135
## Installation steps
136
136
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.
0 commit comments