Install Linux
Suggest changes
-
PDF of this doc site
- Install and maintain appliance hardware
- Install and upgrade software
- Perform system administration
-
Monitor and maintain StorageGRID
-
Recover and maintain
- Grid node recovery procedures
-
Recover and maintain
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
You must install Linux on all grid hosts. Use the NetApp Interoperability Matrix Tool to get a list of supported versions.
Steps
-
Install Linux on all physical or virtual grid hosts according to the distributor's instructions or your standard procedure.
Do not install any graphical desktop environments. When installing Ubuntu, you must select standard system utilities. Selecting OpenSSH server is recommended to enable ssh access to your Ubuntu hosts. All other options can remain unselected. -
Ensure that all hosts have access to Ubuntu or Debian package repositories.
-
If swap is enabled:
-
Run the following command:
$ sudo swapoff --all
-
Remove all swap entries from
/etc/fstab
to persist the settings.
Failing to disable swap entirely can severely lower performance. -