Difference between revisions of "ARS0198E"
(Added ARS0198E.) |
m (Typo.) |
||
| Line 28: | Line 28: | ||
Fix the permissions on individual files or directories with the chmod command. | Fix the permissions on individual files or directories with the chmod command. | ||
IBM CMOD cache storage files and subdirectories should have the following permissions. | |||
All directories should be set to read-write-execute with the following command: | All directories should be set to read-write-execute with the following command: | ||
Latest revision as of 02:36, 24 March 2018
What was the error?
Message Number: ARS0198E
Message Severity: Error (Corrective action is required to continue)
Message Name: Invalid ownership and/or permissions on cache file/directory
Message Text:
Invalid ownership and/or permissions on cache file/directory >/arscache/cache1/12345/ABC/DOC<
Related Errors
ARS0199E - Unexpected empty directory in cache
What were you doing?
Validating the cache filesystem with the arsmaint -v command.
What happened?
arsmaint found a file or directory with invalid permissions.
Example
Invalid ownership and/or permissions on cache file/directory >/arscache/cache1/12345/ABC/DOC<
Troubleshooting
Fix the permissions on individual files or directories with the chmod command.
IBM CMOD cache storage files and subdirectories should have the following permissions.
All directories should be set to read-write-execute with the following command:
chmod 700 /arscache/cache1/12345/ABC/DOC
All files in the cache filesystem that have already been migrated to TSM need to be set to the read permission:
chmod 400 /arscache/cache1/12345/ABC/DOC/123FAAA
All files in the cache filesystem that have NOT been migrated to TSM need to be set with read and write permissions:
chmod 600 /arscache/cache1/12345/ABC/DOC/456FAAB
Symbolic links in the retr subdirectory need all permissions (777):
chmod 777 /arscache/cache1/retr/ABC/DOC/123FAAC