PowerScale: How To Move The Admin Home Directory
Summary: How to move the admin home directory.
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Instructions
Introduction
There are some security implications to keeping admin home directories under /ifs. The following procedure moves it out of the cluster coherent /ifs/home/admin and makes it nodes specific in /admin.
Procedure
Verify directory space.
- Open an SSH connection on any node in the cluster and log in using the "root" account.
- Run the following commands to verify that each node has space to fit the contents of the
/ifs/home/admindirectory:
powerscale1-1# du -sh /ifs/home/admin powerscale1-1# isi_for_array df -h /
Output similar to the following should be seen:
powerscale1-1# du -sh /ifs/home/admin 28K /ifs/home/admin powerscale1-1# isi_for_array df -h / OneFS-3: Filesystem Size Used Avail Capacity Mounted on OneFS-3: /dev/mirror/root0 1.9G 740M 1.0G 42% / OneFS-2: Filesystem Size Used Avail Capacity Mounted on OneFS-2: /dev/mirror/root0 1.9G 847M 912M 48% / OneFS-1: Filesystem Size Used Avail Capacity Mounted on OneFS-1: /dev/mirror/root0 1.9G 1.1G 641M 64% /
Note: Ensure that each node has an Avail size greater than that listed from the
du command.
Create local home directories and copy contents.
- Create the new empty admin home directory:
powerscale1-1# isi_for_array 'mkdir /admin'
- Duplicate the existing admin home directory:
powerscale1-1# isi_for_array cp -rp /ifs/home/admin/ /admin
- Assign ownership and permissions:
powerscale1-1# isi_for_array chown admin /admin; chmod 700 /admin
Verify the contents of the directory.
powerscale1-1# isi_for_array 'diff /ifs/home/admin /admin && echo directories match || echo directories do not match'
Output similar to the following should be seen:
powerscale1-2: directories match powerscale1-1: directories match powerscale1-3: directories match
Modify the user.
powerscale1-1# isi auth users modify admin --home-directory=/admin
Remove the old directory.
powerscale1-1# rm -rf /ifs/home/admin
Affected Products
IsilonProducts
Isilon, PowerScale OneFSArticle Properties
Article Number: 000158102
Article Type: How To
Last Modified: 21 Jan 2026
Version: 6
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.