In Linux / Unix OS we normally use sas.servers to start the services. The script in the background follows an order to start the services. It is important to follow the order to run the services correctly. In this post we can see what is the order to start / stop and to generate the sas.servers script. It is not really required to memorize the order because SAS provide an utility to create the sas.servers script automatically which will start / stop the service in order.
Starting order
SAS Metadata server
Olap server
SAS object spawner
SAS / SHARE server
SAS / connect spawner
SAP table server
SAP remote services
SAS deployment tester server
Stopping will be the same in reverse.
How to create sas.server script?
We can create sas.server script by using generate_boot_script.sh. if you have made any changes to your environment like adding a new server or spawner we can use the script to generate new sas.server.
You can use the script even if you have removed the spanner or change the location of server log.
Starting order
SAS Metadata server
Olap server
SAS object spawner
SAS / SHARE server
SAS / connect spawner
SAP table server
SAP remote services
SAS deployment tester server
Stopping will be the same in reverse.
How to create sas.server script?
We can create sas.server script by using generate_boot_script.sh. if you have made any changes to your environment like adding a new server or spawner we can use the script to generate new sas.server.
You can use the script even if you have removed the spanner or change the location of server log.
Comments
Post a Comment