BookmarkSubscribeRSS Feed
pradevd
Calcite | Level 5

SAS Information Retrieval Studio Server was not stopping i.e using  sas.server script on compute server. We tried multiple times still was showing up.

we kill this service manually on linux but post patching activity now we could not able to UP this service.

 

/opt/app/sas/config/Lev1/sas.servers status
SAS servers status:
SAS Web Infrastructure Data Server is UP
SAS Financial Management Data Server is UP
SAS OLAP Server 1 is UP
SAS Object Spawner 1 is UP
SAS Share Server 1 is UP
SAS CONNECT Spawner 1 is UP
SAS DIP Job Runner 1 is UP
SAS Information Retrieval Studio Server is NOT up
SAS Cache Locator Service ins_41415 is UP
SAS Environment Manager Agent is UP

 

When we tried the start the IRstudio script it is saying no such file or directory it look like this script is looking for python path.

 

 SASInformationRetrievalStudioforSAS $ ./IRStudio.sh start
./IRStudio.sh: line 36: /bin/python: No such file or directory

 

please help and advise on this issue

2 REPLIES 2
gwootton
SAS Super FREQ

IRStudio.sh has a PYTHON_EXEC variable set to the path of the python executable, in your case this appears to be "/bin/python" and should probably be "/usr/bin/python". If you update this setting to the correct path of the python binary in the IRStudio.sh file, does it work as expected?

--
Greg Wootton | Principal Systems Technical Support Engineer
pradevd
Calcite | Level 5
Python symlink was missing in /use/bin

Created the symlink and started the IRstudio.sh and it was started and up.

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

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.

Discussion stats
  • 2 replies
  • 941 views
  • 0 likes
  • 2 in conversation