12 April,16 at 11:13 AM
Applies to: All versions of Centrify Deployment Manager
Problem:
Cause:
Deployment Manager/DM creates temporary folders on the target system(unix box) and copies the installation package in it. After that, DM makes sure that the data in the folder is not compromised and DM does some validation checking including the ownership of the folder.
In this environment, the user is (NIS user) and DM creates temporary folder and set ownership to the user (NIS user). When DM validates the ownership of the folder, the owner is set to 'root'(because the NIS user is map to UID 0 in the local unix box). DM finds the owner is not the same and deletes the temporary folder, that cause the deployment to fail.
Workaround:
The working folder /var/centrifydm/tmp must be owned by the current user. The DM validates it by comparing the name of the user. The ownership of the folder must be done by comparing the userid instead of user name