we are running sas 9.4 on linux redhat - having grid environment with around 16 nodes. wanted to know how can i identify what daemons are running on metadata server and each grid node? Thank you...
You can find all the LSF Deamons by using grep - your LSF Mount Point. If you are logged in as LSF administrator you can do echo $LSF_TOP to find out the mount point where your LSF has been configured then grep that path on the machine - ps -ef | grep -i "Path of $LSF_TOP"
For all the LSF Deamons you can and their purpose you can check this link out -
There is NO consolidated sas.servers script for these deamons however you can use EGO to start/stop them. In case you use to start/stop them directly use commands like badmin & lsadmin.
I don't think there will be common script for all these demons combined, since they are all individual services and configured to respective locations.
You can find all the LSF Deamons by using grep - your LSF Mount Point. If you are logged in as LSF administrator you can do echo $LSF_TOP to find out the mount point where your LSF has been configured then grep that path on the machine - ps -ef | grep -i "Path of $LSF_TOP"
For all the LSF Deamons you can and their purpose you can check this link out -
There is NO consolidated sas.servers script for these deamons however you can use EGO to start/stop them. In case you use to start/stop them directly use commands like badmin & lsadmin.
Hope this helps.
Anand!
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.