- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Trying to validate the grid server and workspace but I am getting below error.
ERROR [00000565] :sas - PROVIDER(Platform): Request from non-LSF host rejected
ERROR [00000565] :sas - An invalid grid resource was requested or the resource was not associated with any grid node.
ERROR [00000495]sas - An invalid grid resource was requested or the resource was not associated with any grid node.
ERROR [00000495] :sas - The launch of server SASApp - Workspace Server for user sas failed.
ERROR [00000495] :sas - The specified uuid DA4E-823F-8938AFF2B492 did not match any process managed by this spawner.
Workspace validation from SMC
INFO: Starting extended validation for Workspace server (level 1) - Making a connection
SEVERE: An invalid grid resource was requested or the resource was not associated with any grid node.
SEVERE: The launch of server SASApp - Workspace Server for user sasdemo failed.
SEVERE: Failed to start the server.
SEVERE: The application could not connect to any server in the cluster
SASApp resources are added in the lsf_cluster and shared and no luck
Thanks
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
USERMODS="$USERMODS -encryptfips "
Greg Wootton | Principal Systems Technical Support Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Greg Wootton | Principal Systems Technical Support Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
We have done this . We just restarted only lsf and pm services. Do we need to restart all SAS services ( meta, compute) as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
What is needed is for LSF to be able to resolve the IP address making the request back to a configured LSF client.
Greg Wootton | Principal Systems Technical Support Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
In the grid server metadata under the Options tab would be a field named 'Required Resources'. If that field has a value in it (like 'SASApp'), then one of the hosts in the LSF cluster has to have that resource name associated with it as a boolean resource in the lsf.cluster.<cluster-name> file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Everything looking good on setup wise. Looks like AES encryption ERROR. See below.
We have tested in TEST environment, it is working fine but issue is with PROD
2025-02-13T16:29:51,873 INFO [00000094] :sasdemo - New client connection (13) accepted from server port 8591 for user sasdemo. Encryption level is Everything using encryption algorithm AES. Peer IP address and port are [::ffff:11.87.120.33]:58440 for APPNAME=ConnectionService 904801.
2025-02-13T16:29:52,007 INFO [00000094] :sasdemo - Created process 486901 using credentials sasdemo (child id 0).
2025-02-13T16:29:58,773 ERROR [00000109] :sas - Encryption run-time execution error
2025-02-13T16:29:58,773 INFO [00000109] :sas - Client connection 13 for user sasdemo closed.
2025-02-13T16:29:58,913 INFO [00000111] :sas - Process 0 (originally 486901) for user sasdemo (child id 0) has ended.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
USERMODS="$USERMODS -encryptfips "
Greg Wootton | Principal Systems Technical Support Engineer