<InstallDir>/site/rc.spds
start-up script as: NSPORT=<data server port> and SNSPORT=<snet server port>.
admingrp
. Next, issue the Password Manager add command to add an SPD Server user ID for yourself
(assuming that you are the SPD Server administrator). Both the groupdef and add commands prompt
you to enter values. Use the following transcript file from a typical
command sequence for reference. Notice that the password prompt does
not echo any characters as you type. If you want to verify your work,
issue the Password Manager list command to
print the contents of the SPD Server password file, after you issue
the add command.
SAS Scalable Performance Data Server Host 4.50 Password Manager Utility Copyright (c) 1996-2009 by SAS Institute Inc, Cary NC 27513 USA Enter command > groupdef admingrp Group admingrp defined Enter command > add Enter username to add > admin Enter password for admin > Verify password > Enter authorization level (0 to 7) for admin: > 7 Enter IP Address or <Return > Enter password expiration time in days > 365 Enter group name or <Return> > admingrp Enter the maximum allowed time (in days) between successful logins <Default = infinite> > Enter the maximum allowed login failures <Default = infinite> > Enter admin’s performance class(1=LOW 2=MED 3=HIGH carriage return for LOW) > User admin added Enter command > quit
InstallDir/site
directory, edit the libnames.parm
file to add the site-specific LIBNAME domains that your SPD Server
supports. Decide how to organize your existing disk storage to best
exploit the capabilities of the SPD Server. For more information,
see SPD Server Host Commands and the libsamp.parm file. For more information about managing resources, see Managing Computing Resources with a Name Server.
/InstallDir/site
directory, use a UNIX text editor to open the rc.spds file. The
tasks to configure the rc.spds file include the following:
/etc/services
or /etc/inet/services
file on the SPD Server host machine.
The following example assumes that you want to use registered ports
for your SPD Server host, and you choose to use the default SPD Server
name server port 5190 and the SNET Server port 5191.
????
strings in the following examples with unused 4-digit port addresses.
Also remember to update your rc.spds script accordingly. Determine
unused port addresses by scanning the existing addresses and then
choosing a number that does not appear. Choose a port number greater
than 5000 to avoid conflicts with reserved and system-defined port
addresses.
InstallDir/site/rc.spds
script
that you customized in the previous steps. The SPD Server environment
starts in the context of your current UNIX user ID.