We have a full LSF license and SAS grid manager licensed but we are having an issue after the install & config with validating the SAS Grid Server.
Questions:
I've heard, but want to confirm that SAS grid manager can work correctly with a Full LSF License (license for LSF from IBM for a large cluster). Can someone confirm this?
We installed SAS grid manager and the grid control server is on a host (Linux Server) that has LSF installed as an LSF Client. When we try to validate the grid server from SAS management console it fails. The log contains these lines (cleaned up):
%put rc=%sysfunc(grdsvc_enable(_all_,server="SASApp"));signon t1; rsubmit;proc options;run;endrsubmit;signoff _all_;
rc=0
NOTE: Remote session ID T1 will use the grid service _ALL_.
NOTE: Remote signon to T1 commencing (SAS Release 9.04.01M3P062415).
ERROR: PROVIDER(Platform): LIM is down; try later ERROR: Cannot initialize the grid provider module. ERROR: A communication subsystem partner link setup request failure has occurred. ERROR: Cannot initialize the grid provider module. ERROR: Remote signon to T1 canceled. ERROR: Invalid or unspecified remote session ID. Set OPTIONS REMOTE=session_id. ...
I know LIM is up on the servers.
I will try running a bsub sleep from that host later today, but meanwhile does anyone have any suggestions?
Thanks,
Bryan
... View more