BookmarkSubscribeRSS Feed
sasprofile
Quartz | Level 8

Hello all,

 

Please can some one provide answer to below question

 

In our environment all the users by default have access to submit jobs to SAS Grid.

 

How can we restrict some users  to submit Jobs to sas grid environment ?

 

Thank you

 

3 REPLIES 3
Anand_V
Ammonite | Level 13

Hi @sasprofile

If logical server under your SAS application server context has a property checked under Load Balancing tab to launch servers via grid then all jobs would use grid. This is usually checked for standard workspace servers so that all the users submitted jobs can utilize the power of grid.

if you have lot of users that use grid then I dont think it's a good option to remove this check.
Instead you can configure a seperate application context for few applications that do not want to use GRID.

Thanks,
AV

LinusH
Tourmaline | Level 20

Can you elaborate a bit around this requirement?

Usually (but perhaps not in your case!) data needs to be protected, not computing resources...?

Data never sleeps
JuanS_OCS
Amethyst | Level 16

Hello @sasprofile,

 

In GRID you normally can achieve this objective on many ways. The general recommendation would be to set different Queues ( http://support.sas.com/documentation/cdl/en/gridref/67371/HTML/default/viewer.htm#p0yk1u22p15nn8n1f2... , http://support.sas.com/resources/papers/proceedings14/1868-2014.pdf ) and SAS GRID Option Sets ( https://sasglobalforum2016.lanyonevents.com/connect/sessionDetail.ww?SESSION_ID=11100 ).

 

The main idea would be:

  • Different queues can access different SAS resources. Examples: different application servers.
  • You can ser a different SAS application Server, for executing SAS code on GRID, and another app server for non GRID jobs.
  • You can set the access to each application server/queue through SAS GRID option sets, ot just metadata permissions

 

More info about GRID:

https://support.sas.com/rnd/scalability/grid/griddocs.html

https://support.sas.com/rnd/scalability/grid/gridpapers.html

 

PS. @AndrewHowell, many thanks for your excellent job with the papers!

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 

CLI in SAS Viya

Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 942 views
  • 1 like
  • 4 in conversation