Note: The
tar
command is the recommended method for copying and
moving a SAS deployment in UNIX because this command preserves the
date-and-time stamps of the files. The information in this topic is
relevant only if you used the
cp
command
without the
-p
option (which is required
to preserve the date-and-time stamps on your files) to copy your SAS
deployment from one location to another.
The installation process
for a maintenance release uses the date-and-time stamps for some non-versioned
files to determine whether the file needs to be updated. If you copied
a deployment of SAS 9.2 (using the
cp
command
without the
-p
option ), then the maintenance
release might not install properly because the date-and-time stamps
on the copied files might be different from the deployment that was
installed using the SAS Deployment Wizard. In order for the maintenance
release to install correctly, the date-and-time stamps of the copied
files must be February 20, 2009.
To change the date-and-time
stamp of your files to February 20, 2009, enter the following command
from the SAS installation directory:
find . | xargs touch -t 200902200000.00
You must run this UNIX
command under the user ID that was used to install SAS 9.2. You can
modify the attributes of these SAS files under that user ID only.