Hi All,
I am new to SAS Admin. I have the following query.
I need to know why SASServer1_1 is started first in mid-tier and why do we have to wait for this to be started cleanly before starting other WebApp instances SASServer1_2, 1_3 and so on
Could you please help me with this?
Thanks,
Sampath
Hi Sampath
Are you referring to SASServer1 instances SASServer1_2, 1_3 or other WebApp servers SASServer12_1, SASServer2_1, SASServer9_1?
Applications that run inside SAS Web Application Server instances have dependencies on other SAS services. Many SAS web applications must connect to other servers during their initialization process. If these prerequisite servers are not running, failures might occur during application initialization. The prerequisite servers include the following:
- SAS Web Server, if it is configured
- database servers, including SAS Web Infrastructure Platform Data Server and third-party data servers
- SAS Metadata Server
- SAS Cache Locator, only for the server where SAS Web Infrastructure Platform is deployed
- SAS JMS BrokerSASServer1_1
Usually, SAS Web Infrastructure Platform is deployed in SASServer1.
Regards
Nithin Reddy
For questions like these, you should at least mention the SAS version you are working with and the OS.
Can you provide us with the SAS LOG of these statements (after submitting them)? :
%PUT &=sysvlong4;
%PUT &=sysscp;
Also, do you have a multi-server setup of SAS?
Can you tell us a bit about the SAS server architecture (SAS environment) as existing on your site?
Thanks,
Koen
Hi Koen,
We have meta/compute in one windows 2008 server and mid-tier in another windows 2008 server.
We have the following services running in mid-tier.
Services in Mid-tier
JMS Broker on port 61616
Cache locator on port 41415
httpd-webserver
SASServer1_1 => We need this to be started cleanly before starting remaining webApp servers.
SASServer12_1
SASServer2_1
SASServer9_1
Deployment Tester Server
Remote services
SAS Environment Manager
SAS Environment Manager Agent
Deployment Agent
output from SASStudio:
1 %put &=sysvlong4;
SYSVLONG4=9.04.01M2P07232014
2 %put &=sysscp;
SYSSCP=WIN
Hope this helps.
Thanks,
Sampath
Hi Sampath
Are you referring to SASServer1 instances SASServer1_2, 1_3 or other WebApp servers SASServer12_1, SASServer2_1, SASServer9_1?
Applications that run inside SAS Web Application Server instances have dependencies on other SAS services. Many SAS web applications must connect to other servers during their initialization process. If these prerequisite servers are not running, failures might occur during application initialization. The prerequisite servers include the following:
- SAS Web Server, if it is configured
- database servers, including SAS Web Infrastructure Platform Data Server and third-party data servers
- SAS Metadata Server
- SAS Cache Locator, only for the server where SAS Web Infrastructure Platform is deployed
- SAS JMS BrokerSASServer1_1
Usually, SAS Web Infrastructure Platform is deployed in SASServer1.
Regards
Nithin Reddy
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.