To create your SAS
Software Depot from your software order on DVDs, follow these steps:
-
Note: If you plan to move your
SAS software order to another machine running a different operating
system after you download it, please read the following SAS Note available
at
http://support.sas.com/kb/38/258.html.
-
As the SAS Installer
user (for example, sas), log on to the machine on which you want to
install SAS.
-
Mount the DVD that contains
your SAS software order.
-
At the root of the mounted
file system, run setup.sh.
You should 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 download manager to use when it displays text, and
click OK.
The download manager
splash screen is displayed.
The Select
Deployment Task page is displayed.
-
Select
Create
or Add to a SAS Software Depot and click
Next.
The Specify
Order Details page is displayed.
You have the option
to Click to see the contents of your order that correspond
with the SAS Products to Include below.
When you click this
link, the SAS Order Information page is displayed.
-
Return to the
Specify
Order Details page of the deployment wizard and click
Next.
The Specify
Order Options page is displayed.
-
Make sure that
Include
complete order contents is selected and click
Next.
The Specify
SAS Software Depot Directory page is displayed.
Enter the location where
you want to create your SAS Software Depot (for example, /opt/sas9.4/depot
),
and click Next.
If you have not yet
created the depot directory, you see the following alert box.
Click Yes,
to have the deployment wizard create the directory automatically for
you.
The Final
Review page is displayed.
-
Review the information
displayed in the window. If you want to change any earlier choices
that you made, click
Back.
When you are ready to
create your software depot, click Start.
The Adding
SAS Software Order page is displayed with the estimated
time it will take to create the software depot.
Wait until the SAS
Software Order Added page is displayed.
-
Another instance of
the SAS Software Order Added page is displayed.
The SAS
Software Order Added page identifies the software order
that you have added to your new SAS Software Depot, and confirms the
directory that contains your depot.
-
-
Make sure that the files
contained in your SAS Software Depot are owned by your SAS Installation
user and have the correct permissions. (Your user ID is referred to
as the SAS Installation user.)
In the following example,
sas
is the SAS Installation user, and sasgroup
is
the SAS installation group:
cd /opt/sas9.4/depot
chmod -R 755 .
chown -R sas:sasgroup .
-