Perform the following steps to create a fileset for AIX®.
Prerequisites
Steps
- In the My Work frame, click .
- In the Create a Fileset panel:
- Fill in the Name field (AIX_Fileset), the Description field
(for example, A fileset for AIX-only files), and select a server (for example,
ST0) from the drop-down list.
- Under Attach Point, fill in the Directory Path field
(for example, sanfs) and the Directory Name field (for example, aix51).
Click OK.
- Optionally, select a Server Assignment Method and Quota
Options.
- Click . Verify your new fileset in the list.
- Grant root privileges to the client by clicking .
- In the Client Sessions panel, Select a client, select Grant
Clients Root Privileges from the drop-down list, and then click Go.
- On the IBM® AIX client machine, switch to the SAN File System mount
point, and change to the global fileset directory.
# pwd
/mnt/SAN_FS_MOUNTPT/sanfs
# ls
total 8
d-------- 2 1000000 1000000 4096 July 3 10:21 aix51
dr-xr-xr-x 2 1000000 1000000 4096 July 3 10:08 .flashcopy
dr-xr-xr-x 2 1000000 1000000 4096 July 3 10:08 lost+found#|
- Change the ownership and permissions of the fileset.
# chown root:system aix51
# chmod 755 aix51
# ls
total 8
drwxr-xr-x 2 root system 4096 July 3 10:21 aix51
dr-xr-xr-x 2 1000000 1000000 4096 July 3 10:08 .flashcopy
#|