The service defines the port number for the SPD Server Name Server process. Make
sure the added port number matches the port number used during the SPD Server
installation. If you are running SAS with an existing SPD Server installation, this
service name is probably already defined. You can either define another service name
for the SAS client to use (for example, sp45name) or you can directly include the SPD
Server port number in your SAS statements.
2. The SPD Server can be accessed with the SAS 9.2 ODBC Driver, JDBC Driver, and
htmSQL driver. Each of these drivers can be downloaded from the
Support
tab at
ODBC client applications require installation of the spds.dll application extension.
Install the ODBC client application extension as follows
•
Install the SAS 9.2 ODBC Driver
•
Copy
InstallDir/lib/spds.dll
to
<drive letter>:\Program Files\sas\shared files\general
•
Configure an ODBC data source for direct SPD Server access.
Testing Your SPD Server Installation Using SAS
Testing your SPD Server installation is simple. To verify, you make two SAS LIBNAME
assignments using the SPD Server LIBNAME engine. The examples in this section refer
to the SASSPDS engine, which is the engine for SAS 9.2.
1. Start the SPD Server environment by executing your customized rc.spds script. Execute
this script from the UNIX user ID that owns the LIBNAME directories that are
configured in the SPD Server LIBNAME file. For more information about the rc.spds
script and SPD Server LIBNAME files, see
“Notes for SPD Server Administrators” on
.
2. On a correctly configured client system, invoke SAS, and make the following
LIBNAME assignments:
LIBNAME test sasspds 'tmp'
server=serverNode.port
user='anonymous';
serverNode
is the server's node name and port is either the numeric value assigned to
NSPORT from the rc.spds file, or the service name you use to access the SPD Server
Name Server. If you used the sample rc.spds, your LIBNAME assignment would look
similar to the following:
LIBNAME test sasspds 'tmp'
server=serverNode.5190
user='anonymous';
If you use the spdsname service, your LIBNAME assignment would look similar to
the following:
24
Chapter 3 • SPD Server UNIX Installation Guide
Summary of Contents for Scalable Performance Data Server 4.5
Page 1: ...SAS Scalable Performance Data Server 4 5 Administrator s Guide...
Page 7: ...Part 1 Product Notes Chapter 1 SPD Server 4 5 Product Notes 3 1...
Page 8: ...2...
Page 12: ...6...
Page 63: ...Part 3 Migration Chapter 5 SPD Server 3 x to SPD Server 4 5 Conversion Utility 59 57...
Page 64: ...58...
Page 70: ...64 Chapter 5 SPD Server 3 x to SPD Server 4 5 Conversion Utility...
Page 72: ...66...
Page 76: ...70 Chapter 6 Using the SPD Server Name Server to Manage Resources...
Page 94: ...88 Chapter 7 Administering and Configuring SPD Server Using the SAS Management Console...
Page 98: ...92 Chapter 8 SPD Server SQL Query Rewrite Facility...
Page 116: ...110 Chapter 10 Configuring Disk Storage for SPD Server...
Page 128: ...122 Chapter 11 Setting Up SPD Server Parameter Files...
Page 154: ...148...
Page 198: ...192 Chapter 14 ACL Security Overview...
Page 212: ...206 Chapter 15 Managing SPD Server Passwords Users and Table ACLs...
Page 214: ...208...
Page 224: ...218 Chapter 16 SPD Server Operator Interface Procedure PROC SPDO...
Page 236: ...230 Chapter 18 SPD Server Table List Utility Spdsls...
Page 256: ...250 Chapter 19 SPD Server Backup and Restore Utilities...
Page 264: ...258 Chapter 20 SPD Server Directory Cleanup Utility...
Page 270: ......