配置提交节点

07-19 610阅读

方法一:配置lsf.cluster.

到$LSF_TOP/conf目录,编辑lsf.cluster.文件。将下面配置中的server列设置成0,此节点就会作为Login节点。此方法通过bhosts不可以查看到这个节点。

配置提交节点
(图片来源网络,侵删)
# cd $LSF_ENVDIR
# vim lsf.cluster.cluster1
Begin   Host
HOSTNAME  model    type        server  RESOURCES    #Keywords
master   !   !   1   (mg)
node02  !       !       1       ()
node01  !       !  0       ()
End     Host
# su - lsfadmin
$ lsadmin reconfig
$ badmin mbdrestart

如果使用lshosts查看lsf client的type、model是UNKNOWN,可以手动在lsf.cluster.文件里为这个机子配置一个type。在type那列,将 !改为具体的type值,可运行lshosts -w查看type值。

配置如下所示:

[lsfadmin@master ~]$ lshosts -w
HOST_NAME       type       model  cpuf ncpus maxmem maxswp server RESOURCES
master          X86_64    Intel_E5  12.5     4   3.6G   3.8G    Yes (mg)
node02          X86_64    Intel_E5  12.5     4   3.6G   3.8G    Yes ()
node01          UNKNOWN UNKNOWN_    12.5     4   3.6G   3.8G    Yes ()

复制上面的type类型到lsf.cluster.文件中。

# vim $LSF_ENVDIR/lsf.cluster.cluster1
Begin   Host
HOSTNAME  model    type        server  RESOURCES    #Keywords
master   !   !   1   (mg)
node02  !       !       1       ()
node01   Intel_E5    X86_64  0       ()
End     Host
# su - lsfadmin
$ lsadmin reconfig
$ badmin mbdrestart

方法二:配置lsb.hosts

将lsb.hosts文件中的 MXJ设置为0,代表此节点无资源,不接收作业。此方法通过bhosts可以查看到这个节点。

[root@master conf]# cd lsbatch/cluster1/configdir/
[root@master configdir]# vim lsb.hosts 
[root@master configdir]# grep -w 'Begin Host' lsb.hosts -A 10
Begin Host
HOST_NAME MXJ   r1m     pg    ls    tmp mem ut  DISPATCH_WINDOW  AFFINITY  # Keywords
default    !    ()      ()    ()     ()  ()  ()    ()		  (Y)   # Example
master    32    ()      ()    ()     ()   ()  ()  ()		  (Y)   # Example
node1   32    ()      ()    ()     ()  ()  ()   ()		  (Y)   # Example
node2   0    ()      ()    ()     ()   ()  ()  ()		  (Y)   # Example
[root@master configdir]# su - lsfadmin
[lsfadmin@master ~]$ badmin reconfig
VPS购买请点击我

文章版权声明:除非注明,否则均为主机测评原创文章,转载或复制请以超链接形式并注明出处。

目录[+]