Article ID: 54051
Article Type: Troubleshooting
Last Modified:
OnePass stub recall fails for UNIX clients
Recall of data fails to replace the stub.
When data is archived, a .cxfs_restore directory is automatically created on the archived data's source mount point. The .cxfs_restore directory is used to temporarily hold files during the recall process.
Failure to recall a file may be because the user executing recall does not have write permissions to the .cxfs_restore directory.
To set the write permission on the .cxfs_restore directory, do one of the following and restart Commvault services on the client:
# chmod 777 .cxfs_restore
# acledit .cxfs_restore
Examples
# acledit .cxfs_restore
*
* ACL_type AIXC
*
attributes:
base permissions
owner(root): rwx
group(system): r-x
others: r-x
extended permissions
enabled
permit rw- g:g2,g:g3
# acledit .cxfs_restore
*
* ACL_type AIXC
*
attributes:
base permissions
owner(root): rwx
group(system): r-x
others: r-x
extended permissions
enabled
permit rw- u:u2,u:u3