To use the SAS Deployment
Wizard in playback mode, your first step is to create a response file.
A
response file is a text file
that contains values for the SAS Deployment Wizard to use to install
and configure SAS when running in one of the three playback modes.
You create a response file by running the SAS Deployment Wizard in
record mode. While in record mode, you interact with the SAS Deployment
Wizard as if you are installing and configuring SAS. However, the
SAS Deployment Wizard does not install or configure any software while
in record mode. The only output is the response file.
The SAS Deployment Wizard
stores any passwords that you choose to record in the response file
using a fixed-key, 32–bit proprietary encryption algorithm.
The SAS Deployment Wizard
resides at the root of the SAS Software Depot directory, or on the
root of the SAS media that you are installing from. The following
command runs the SAS Deployment Wizard in record mode:
-
-
-
Note: While in quiet mode, if the
deployment wizard encounters errors or missing parameters, it halts
the SAS deployment.
To run the SAS Deployment
Wizard, you must be a user who is known to the target machine and
who will be available for the long term (to perform future SAS maintenance).
On Windows, the installer user should be a member of the Administrators
group; on UNIX, use the same account on all machines. For more information,
see
Required External User Accounts for SAS.
By default, the SAS
Deployment Wizard names the response file sdwresponse.properties and
writes the file to the current user’s home directory. For example,
the default path and filename on Windows is as follows:
C:\Documents
and Settings\
current-user\sdwresponse.properties
To specify a response
file that does not use the default name, use the
-responsefile
option.
For example, on Windows that you might enter a command similar to
this:
setup.exe
-record -responsefile "C:\my_files\response.properties"
If you want, you can
force the wizard to deploy SAS during recording mode by using the
-deploy
option.
For example, on Windows, you might enter a command similar to this:
setup.exe
-record -deploy -responsefile "C:\my_files\response.properties"