Identify a user to perform scanning or create a new user ID.
About this task
You can identify an existing user to perform scanning or follow these steps on the IBM Storage
Scale system to create a special user ID for
scanning.
Procedure
-
Log in to the IBM Storage
Scale management
node as root.
Alternatively, you can sudo to root from another user
ID.
-
Use the following
adduser steps to ensure that you are able to ssh into the
cluster:
-
adduser <user> -m
-
passwd <user>
-
Run: visudo.
-
Add the following line in the users section:
<user> ALL=NOPASSWD: /usr/lpp/mmfs/bin/mmapplypolicy,
/usr/lpp/mmfs/bin/mmrepquota
-
Write and quit:
:wq
-
Create an IBM Data Cataloging working directory and
ensure that <user> has write permissions.
For example: mkdir -p /gpfs/fs1/sd_scan -m 770;
chown <user> /gpfs/fs1/sd_scan
- To execute a Data Mover policy for tiering data on the
IBM Storage
Scale cluster by using the ScaleILM
application on the IBM Storage
Scale connection , do the
following:
- Run: visudo
- Add or update the following line in the users section:
<user> ALL=NOPASSWD: /usr/lpp/mmfs/bin/mmapplypolicy, /usr/lpp/mmfs/bin/mmrepquota,
/usr/lpp/mmfs/bin/mmlspool, /opt/ibm/ltfsee/bin/eeadm,/usr/bin/ls
- Write and quit:
:wq
For more information, see Tiering data by using ScaleILM application.
For more information, see the topic Tiering data by using ScaleILM
application in the Data Cataloging: Administration Guide.
- To execute a Data Mover policy for copying data to the
IBM Storage
Scale cluster by using the ScaleAFM
application on the IBM Storage
Scale connection, do the
following:
- Run: visudo.
- Add or update this line in the users section:
<user>ALL=NOPASSWD:
/usr/lpp/mmfs/bin/mmapplypolicy, /usr/lpp/mmfs/bin/mmrepquota, /usr/lpp/mmfs/bin/mmlspool,
/usr/lpp/mmfs/bin/mmafmctl, /usr/lpp/mmfs/bin/mmafmcosctl, /usr/lpp/mmfs/bin/mmaddcallback,
/usr/lpp/mmfs/bin/mmdelcallback
- Write and quit:
:wq
For more information, see Copying
data using ScaleAFM application.
For more information, see the topic Copying data using ScaleAFM
application in the Data Cataloging: Administration Guide.