To download your software
order and use the SAS Download Manager to create your SAS Software
Depot, follow these steps:
-
Make sure that you know
your SAS order number and the SAS installation key, both of which
are contained in your
Software Order Email (SOE).
You will be asked for
this information later.
-
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.
-
Open a web browser and
point it to
http://support.sas.com/downloadmgr.
The Downloads page
is displayed.
-
If you are not already
logged in to the website, do so now by clicking
Log in.
(If you are logged in, skip to step 7.)
The SAS
Login page is displayed.
-
Enter your email address
and password, and click
Login.
You are returned to
the Downloads page.
-
Select
SAS
Download Manager.
The SAS
Download Manager window is displayed.
-
Click the
Request
Download link that is appropriate for your operating
system.
The SAS
License Agreement for Download window is displayed.
-
Review the license agreement
and click
Accept.
Your web browser should
prompt you to save the download file.
For example, in Firefox,
you see the Opening dialog box.
-
Save the file on your
machine to a subdirectory under your SAS directory, such as
/opt/sas9.4/dlm
.
Your web browser should
give you some indication that the file has been saved and the download
is finished.
For example, in Firefox,
you see the Downloads dialog box and a Downloads
Complete message.
-
-
From the UNIX command
line, run the download file (for example,
/opt/sas9.4/dlm/esdclient__94360__lax__xx__web__1
).
Note: You might need to turn on
the execute bit (for example, chmod 744 esdclient__94360__lax__xx__web__1)
.
The command begins uncompressing
the download manager installation files.
You should see output
similar to the following:
Verifying archive integrity... All good.
Uncompressing SAS Download Manager..............................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
............
When the files are uncompressed,
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 Order
Information window is displayed.
-
Referring to your SAS
order email, enter your SAS order number and SAS installation key
and click
Next.
Tip
You speed up entry of the
SAS installation key by copying the key from your SAS order email,
and clicking the
Paste from Clipboard button.
The Specify
Order Details window 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 window of the download manager and click
Next.
The Specify
Order Options window is displayed.
-
Make sure that
Include
complete order contents is selected and click
Next.
The Specify
SAS Software Depot Options window is displayed.
-
Enter the location (for
example,
/opt/sas9.4/depot
)
where you want to download your SAS Software Depot. Make sure that
Remove
duplicate files and save space is selected. Click
Next.
If you have not yet
created the SAS Software Depot directory, you see the following alert
box.
Click Yes,
to have the download manager create the directory automatically for
you.
The Final
Review window 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
start your download, click Download.
The Download
in Progress window is displayed with the estimated time
it takes to complete the software download.
Wait until the Download
Complete window is displayed.
-
A second Download
Complete window is displayed. It identifies the software
order that you added to your new SAS Software Depot, and confirms
the directory that contains your depot.
-
-
Make sure that the SAS
installation files that you have just downloaded—referred to
as a SAS Software Depot—are owned by your user ID 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 .
-