You install and initially
configure SAS by running the SAS Deployment Wizard.
To install and configure
SAS:
-
-
Log in to your machine
as the SAS Installer user (for example, sas).
This can be your regular
account, but you must use this same account in the future if you want
to add, modify, or remove SAS software.
-
Change to the location
where the SAS installation files (referred to as the SAS Software
Depot) were downloaded (for example,
/opt/sas9.4/depot
).
-
Enter the following
command:
./setup.sh
You see output similar
to the following:
Preparing the SAS Deployment Wizard...
Launching the SAS Deployment Wizard...
The Choose
Language dialog box is displayed.
-
Select the language
that you want the SAS Deployment Wizard to use when it displays text,
and click
OK.
The download wizard
splash screen is displayed.
Next, the Select
Deployment Task page is displayed.
-
Make sure that
Install
SAS Software is selected, and click
Next.
The Specify
SAS Home page is displayed.
-
Enter the path where
you want the deployment wizard to install SAS (for example,
/opt/sas9.4/install/SASHome
).
Click
Next.
If you have not yet
created the SAS installation directory, you see the following alert
box.
Click Yes,
to have the deployment wizard create the directory automatically
for you.
The Select
Products to Install page is displayed.
-
Tip
We recommend that you do not
change the default settings on this page.
The Select
SAS Foundation Products page is displayed.
-
Tip
We recommend that you do not
change the default settings on this page.
The Specify
SAS Installation Data File page is displayed.
-
If your order has more
than one SID file, be sure to select the one that includes the SAS
Foundation products that you want to install.
Click Next.
The Select
Language Support page is displayed.
-
Select the languages
for your SAS software to support:
-
Click
Clear
All. (English remains selected as the default language.)
-
Add any additional languages
that you want SAS software to support.
By default, SAS attempts
to support all languages for which your machine’s operating
system is configured.
-
The Select
Regional Settings page is displayed.
-
Select the language,
region, and locale settings that affect how SAS displays text, numbers,
currencies, dates, and times and how SAS sorts data. Then click
Next.
At this point in the
installation, you might see different SAS Foundation products to configure.
For example, you might
see an offering such as SAS/ACCESS for Oracle.
-
Supply the necessary
information, and click
Next.
The Select
Authentication Type page is displayed.
-
The Configure
SAS Studio Basic page is displayed.
-
The SAS
Studio Basic Configuration page is displayed.
-
Enter a path (for example,
/opt/sas9.4/studioconfig
),
and click
Next.
The SAS
Studio Basic Ports page is displayed.
-
The SAS
Studio Basic Password page is displayed.
-
If you have decided
to allow the deployment wizard to use sudo to run the setuid.sh script,
select
Provide password and click
Next.
Otherwise, click
Next only. (For more information
about why sudo access is needed, see
Deploying SAS Foundation.)
The SAS
Studio Basic E-mail Support page is displayed.
-
The SAS
Studio Basic Deployment Summary page is displayed.
-
The deployment wizard
scans your machine to determine whether any pre-existing SAS files
are locked or do not have Write permission. The wizard also checks
whether there is adequate disk space to install SAS.
-
When the scan is completed,
If no action is required, click
Next.
If the wizard lists
any files in the text box, then while the wizard is running, quit
SAS and add Write permission to the files listed, or clear the lock
on any affected files. When you finish, click Next.
The Deployment
Summary page is displayed.
-
Review the summary of
software that the deployment wizard will install.
This is the last opportunity
to go back and change any information that you have provided in previous
pages before the wizard begins installing SAS. Make one of the following
choices:
-
Click Start to
begin installing SAS files. The deployment wizard launches the installation
and provides an ongoing status update.
-
Click Back to
navigate to earlier wizard pages to change installation information
previously entered.
-
Click Cancel to
terminate the wizard session. Note that you will lose installation
information previously entered.
If you click Start,
the Deployment in Progress page is displayed.
When the deployment
wizard has finished installing SAS, the Deployment Complete page
is displayed.
-
The
Deployment
Complete page displays the installation results for each
SAS product.
-
Green check marks next to every
item on this page indicate that your installation completed successfully.
Click Next.
-
The Additional
Resources page is displayed.
-
Use the links displayed
to review more information about your SAS deployment.
Click Finish to
close the SAS Deployment Wizard.
-
If you did not set up
sudo for the SAS Installer or provide the sudo password when prompted
by the deployment wizard, you must run the setuid.sh script with sudo
or be logged in as the root user as shown below.
Enter the following
command:
sudo SAS-installation-directory/SASFoundation/9.4/utilities/bin/setuid.sh
Output similar to the
following indicates that setuid.sh ran successfully:
Performing the User Authentication setup step required by SAS.
Attempting to setuid bit and change ownership of files:
sasperm sasauth elssrv, to root
User Authentication setup has successfully completed.
-