RHEL SoftNAS Installation Steps
Recommended minimum system requirements
No. of vCPU – 4
Memory – 16 GB
Storage – 250 GB
Operating System – RHEL-8.6
For new installations, a fresh RHEL-8.6 OS is required for the RHEL SoftNAS Installer to successfully complete.
Steps to install SoftNAS on RHEL-8.6
Register RHEL system with RHEL subscription
subscription-manager register --username X --password X --auto-attachUsers will need to provide their RedHat username and password.
Resizing Filesystem
sudo lvresize -r -L +15G /dev/mapper/rootvg-rootlv
sudo lvresize -r -L +2G /dev/mapper/rootvg-tmplvIf using AWS/VMware, you do not need to issue the "Resizing Filesystem" commands.
INSTALL_SCRIPT=https://www.softnas.com/software/softnas/installer/installer_rhel.sh
wget -O /tmp/installer_rhel.sh ${INSTALL_SCRIPT}
chmod +x /tmp/installer_rhel.sh
/tmp/installer_rhel.shsubscription-manager remove --all
subscription-manager unregister
subscription-manager cleanNote / Warning
When installing SoftNAS using the RHEL installer on AWS or Azure, the password is not set by default. You will need to manually set up the password for your account in order to access the StorageCenter User Interface.
To set the password for your instance, you will need to access the command line interface of your SoftNAS instance as the root user account.
Use the following default login credentials:
Username: root
Password: Pass4W0rd
Once you're logged into the root account and have accessed the command line interface, issue the following command:
passwd softnasNow that you've accessed the root user account for your instance, we encourage you to change your default login credentials - it's easy to do and explained here: Changing Default Passwords