Hi Friends -
Need your help on issue with the sas grid setup
We have 3 machines Grid Control Server, Node 1 and Node 2.
As per the below doc I followed all the steps correctly till Chapter 3 and all deamons are up and running and also all lsf commands on Master Grid Server worked correctly,
but I have issues on Grid Nodes. It is in nfs shared directory we have installed and configured the SAS Grid.
http://support.sas.com/rnd/scalability/grid/PSS10.1_Unix_Install.pdf
From "Chapter 4 - Installing and Configuring LSF on Grid Nodes, SAS Foundation Grid Clients or UNIX" section I performed below steps to make the Grid Node work.
Am am not sure whether below followed steps correct or not..or i missed anything else
Logged in with root on Grid Node
Added the Grid Node Host name in LSF_CONFDIR/lsf.cluster.cluster_name.
Change into the <LSF_TOP>/10.1/install share directory
Ran the following command to set up the proper initialization files for future reboots:
./hostsetup --top=”/usr/share/lsf” --boot=”y” --profile=”y” --start=”y”
Ran the following two commands on the grid control node to make the new node known:
'
lsadmin reconfig badmin reconfig
got below error
[root@kkg-node1 install]# lsadmin reconfig Restart only the master candidate hosts? [y/n] n ls_gethostinfo: LIM is down; try later Operation aborted [root@kkg-node1 install]# lsadmin reconfig Restart only the master candidate hosts? [y/n] y Restart LIM on <kkg-master.corp.abc.com> ...... ls_limcontrol: Communication time out [root@JS-node1 install]# lsadmin reconfig Restart only the master candidate hosts? [y/n] y Restart LIM on <kkg-master.corp.abc.com> ...... ls_limcontrol: Communication time out
Then I went to Grid Master server to run below commands, since the commands did not work on Node 1
Below Commands worked fine on Master Grid server
lsadmin reconfig badmin reconfig
After I ran above Commands on Master Grid server for Node 1 setup all daemons worked correctly on Node 1, Then I ran below commands to Start LSF on the new host:
# lsadmin limstartup # lsadmin resstartup # badmin hstartup
All the Deamons started running
Then again I went to Node 1 and sourced the profile and ran the lsf commands, but it does not work and gave below error So am not sure where am doing mistake and what steps I have missed, please advice.
/kkgshare/lsf/conf
[lsfadmin@kkg-node1 conf]$ source ./profile.lsf [lsfadmin@kkg-node1 conf]$ lsload lsinfo: Error 10027 [lsfadmin@kkg-node1 conf]$ lsid lsid: ls_getentitlementinfo() failed: Error 10027 [lsfadmin@kkg-node1 conf]$ lshosts ls_gethostinfo(): Error 10027
Thank you all in advance
... View more