BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
sathya66
Barite | Level 11

 

I tried to submit a job in EG but getting below ERROR if I remove RSUBMIT it will work. 
https://support.sas.com/rnd/scalability/grid/PlatformSuiteForSASDebugging.pdf

on 4th page from above link looks useful but not sure how to define a SASApp server in the lsf.shared file.

something like this

SASApp Boolean () () ()

27         
28         %let RC = %SYSFUNC(grdsvc_enable(_all_,Server=SASApp));
29         OPTIONS AUTOSIGNON;
30         RSUBMIT  MySes1 WAIT=NO;
NOTE: Remote session ID MYSES1 will use the grid service _ALL_.
ERROR: An invalid grid resource was requested or the resource was not associated with any grid node.
ERROR: A communication subsystem partner link setup request failure has occurred.
ERROR: Could not start grid job or grid job failed.
NOTE: Subsequent lines will be ignored until ENDRSUBMIT.
1 ACCEPTED SOLUTION

Accepted Solutions
gwootton
SAS Super FREQ
This looks like you have something invalid configured in the SASApp grid server configuration in SAS Management Console under required resources. The submission is including a resource requirement that is either not defined in the grid at all or is not associated with any grid node. By default the required resource there is for "SASApp" is defined during deployment, you can see what resources are associated with your grid hosts in the output of the lshosts command:

$ lshosts -w
HOST_NAME type model cpuf ncpus maxmem maxswp server RESOURCES
compute-01.example.com X86_64 Intel_EM64T 60.0 2 31.9G 3.9G Yes (mg SASApp SASAppVA node1 SASAppFM)
compute-02.example.com X86_64 Intel_EM64T 60.0 2 15.9G 3.9G Yes (mg SASApp)
compute-03.example.com X86_64 Intel_EM64T 60.0 2 15.9G 3.9G Yes (mg SASApp)
--
Greg Wootton | Principal Systems Technical Support Engineer

View solution in original post

3 REPLIES 3
gwootton
SAS Super FREQ
This looks like you have something invalid configured in the SASApp grid server configuration in SAS Management Console under required resources. The submission is including a resource requirement that is either not defined in the grid at all or is not associated with any grid node. By default the required resource there is for "SASApp" is defined during deployment, you can see what resources are associated with your grid hosts in the output of the lshosts command:

$ lshosts -w
HOST_NAME type model cpuf ncpus maxmem maxswp server RESOURCES
compute-01.example.com X86_64 Intel_EM64T 60.0 2 31.9G 3.9G Yes (mg SASApp SASAppVA node1 SASAppFM)
compute-02.example.com X86_64 Intel_EM64T 60.0 2 15.9G 3.9G Yes (mg SASApp)
compute-03.example.com X86_64 Intel_EM64T 60.0 2 15.9G 3.9G Yes (mg SASApp)
--
Greg Wootton | Principal Systems Technical Support Engineer
sathya66
Barite | Level 11

Thanks,

Yes, SASApp is missing in the resources. I have added SASApp to the resources and restarted. Now working fine 

  • lsadmin reconfig to reconfigure LIM
  • badmin mbdrestart to restart mbatchd
  • lsadmin limrestart to restart LIM (on all changed non-management hosts)

but on SMC

where can I find this option "This looks like you have something invalid configured in the SASApp grid server configuration in SAS Management Console under required resources"

gwootton
SAS Super FREQ
The required resources field is in the properties for the Grid Server in SAS Management Console -> Server Manager -> SASApp -> SASApp - Grid Server. It would be "SASApp" by default (so if SASApp was not configured as a resource you would encounter that error).
--
Greg Wootton | Principal Systems Technical Support Engineer

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
  • 3 replies
  • 635 views
  • 2 likes
  • 2 in conversation