|
Starting Servers
Server and Services Startup Order
To ensure proper operation of your implementation, you must start your servers and deploy the SAS Foundation Services
in the appropriate order. The IOM servers and SAS Foundation Services have the following dependencies:
The IOM servers are dependent on the SAS Metadata Server.
The SAS Foundation Services deployment might be dependent on a service deployment
configuration on the SAS Metadata Server.
The servlet container might have a dependency on the remote SAS Foundation Services.
The following table shows the server and service dependencies:
Server | Dependency |
SAS Metadata Server | none |
Xythos WFS WebDAV Server | none |
SAS Stored Process Server | SAS Metadata Server |
SAS Workspace Server | SAS Metadata Server |
SAS OLAP Server | SAS Metadata Server |
SAS Foundation Services | SAS Metadata Server |
Servlet Container / Application Server | SAS Metadata Server, Xythos WebDAV Server, SAS Stored Process Server, SAS Workspace Server, SAS Foundation Services deployment |
Ensure that the servers are started in the following order:
Start the SAS Metadata Server.
Start the WebDAV server.
Depending on how you configured your SAS Workspace Server and SAS Stored Process Server, start these servers as follows:
If you set up one spawner to start both the SAS Workspace Server and SAS Stored Process Server, use that spawner to start both the stored process and workspace servers.
If you set up different spawners for your SAS Workspace Server and SAS Stored Process Server,
use each spawner to start the respective servers.
- Start the SAS OLAP Server.
- Deploy your SAS Foundation Services.
The remote SAS Foundation Services must be started and initialized before you start the
servlet container.
- Start your servlet container.
If the servlet container is already running, you must restart it before you access any
Web applications.
|