Unmount and Mount a File System Used by SN-NAS Shares
The following procedure applies to the Appliance Controller 2.1. or newer.
-
Execute the following commands on all of the nodes participating in a NAS cluster to stop the StorNext NAS services and the Appliance Controller:
/usr/local/quantum/bin/snnas_service.py stop
systemctl stop snnas_controller
Note: You must execute the two commands in succession to prevent systemd from attempting to restart the StorNext NAS services (within 2 minutes).
-
Perform maintenance on the file system, and so on:
- Umount the file system.
- Configure the file system.
- Mount the file system.
Note: Specific steps vary, depending upon the maintenance you need to perform.
-
Restart the Appliance Controller and the StorNext NAS services on all nodes:
systemctl start snnas_controller
/usr/local/quantum/bin/run-panshell -c 'system restart services all'