torque+maui问题-任务不运行

2024-03-24 10:38
文章标签 问题 运行 任务 maui torque

本文主要是介绍torque+maui问题-任务不运行,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

这次因停电服务器关机重启后发现pbs系统不能正常工作了,提上去任务显示Q状态,就是不运行。


pbs_server进程、pbs_mom进程及trqauthd进程重启多次都无果,无意中使用了showq命令,提示
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

ERROR:    cannot send request to server logon:42559 (server may not be running)
ERROR:    cannot request service (status)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

然后就在这里找到了答案:http://www.supercluster.org/pipermail/torqueusers/2011-June/012986.html

=================================================================================

[torqueusers] still problem with FQDN and torque


Mahmood Naderan nt_mahmood at yahoo.com 
Wed Jun 8 23:07:30 MDT 2011
Previous message: [torqueusers] still problem with FQDN and torque
Next message: [torqueusers] TORQUE 2.4.14 available. Contains fix for buffer overflow risk
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>that is maui, not torque. does maui run?


You are right. I didn't start maui.
it is now ok. Thanks for your help :)


// Naderan *Mahmood;




----- Original Message -----
From: Axel Kohlmeyer <akohlmey at cmm.chem.upenn.edu>
To: Mahmood Naderan <nt_mahmood at yahoo.com>
Cc: torque cluster <torqueusers at supercluster.org>
Sent: Thursday, June 9, 2011 12:48 AM
Subject: Re: [torqueusers] still problem with FQDN and torque


On Wed, Jun 8, 2011 at 1:18 PM, Mahmood Naderan <nt_mahmood at yahoo.com> wrote:
>>did you restart the servers?
>
> Even I reboot the server but I get
>
> root at srv:/var/spool/maui# /etc/init.d/pbs_mom restart
>  * Restarting TORQUE mom pbs_mom                                                       [ OK ]
>
> root at srv:/var/spool/maui# showq
> ERROR:    cannot send request to server srv:42559 (server may not be running)
> ERROR:    cannot request service (status)


that is maui, not torque. does maui run?




>>depends on your torque configuration.
>
> Exactly what?


for example: /var/spool/torque/server_name


axel.


>
>
> // Naderan *Mahmood;
>
>
> ----- Original Message -----
> From: Axel Kohlmeyer <akohlmey at cmm.chem.upenn.edu>
> To: Mahmood Naderan <nt_mahmood at yahoo.com>
> Cc: torque cluster <torqueusers at supercluster.org>
> Sent: Wednesday, June 8, 2011 8:29 PM
> Subject: Re: [torqueusers] still problem with FQDN and torque
>
> On Wed, Jun 8, 2011 at 11:18 AM, Mahmood Naderan <nt_mahmood at yahoo.com> wrote:
>>
>> How about changeing  srv.domain.com
>>
>> to srv-ex.domain.com ? I think it is much easier. Do you agree with that?
>
> yes.
>
>> I change that however  the server_log still says
>>
>> 06/08/2011 19:43:52;0001;PBS_Server;Svr;PBS_Server;LOG_ERROR::is_request, bad attempt to connect from 192.168.1.1:1023 (address not trusted - check entry in server_priv/nodes)
>
> did you restart the servers?
>
>
>> It is very strange for me and I can not understand.
>>
>> root at srv:/var/spool/pbs/server_logs# ping srv
>> PING srv (192.168.1.1) 56(84) bytes of data.
>> 64 bytes from srv (192.168.1.1): icmp_seq=1 ttl=64 time=0.092 ms
>>
>>
>> As you can see the IP address of srv is 192.168.1.1
>> also the server_priv/nodes contains
>>
>> srv np=14
>>
>> however I am really confused why it says "192.168.1.1 address not trusted" !!!!
>
> depends on your torque configuration.
> again, did you restart after changing /etc/hosts and DNS entries?
>
> axel.
>
>> Please assume
>>  192.168.1.1     srv
>>  196.215.64.105 srv-ex.domain.com
>>
>> // Naderan *Mahmood;
>>
>>
>> ----- Original Message -----
>> From: Axel Kohlmeyer <akohlmey at cmm.chem.upenn.edu>
>> To: Mahmood Naderan <nt_mahmood at yahoo.com>
>> Cc: torque cluster <torqueusers at supercluster.org>
>> Sent: Wednesday, June 8, 2011 7:25 PM
>> Subject: Re: [torqueusers] still problem with FQDN and torque
>>
>> On Wed, Jun 8, 2011 at 9:11 AM, Mahmood Naderan <nt_mahmood at yahoo.com> wrote:
>>> root at srv:~# cat /etc/hosts
>>> 127.0.0.1       localhost.localdomain localhost
>>> 192.168.1.1     srv-internal
>>> 196.215.64.105 srv.domain.com
>>>
>>>
>>> root at srv:~# cat /var/spool/pbs/server_priv/nodes
>>> srv-internal np=14
>>> ...
>>>
>>>
>>> root at srv:~# cat /var/spool/pbs/server_name
>>> srv-internal
>>>
>>> root at srv:~# /etc/init.d/pbs_mom restart
>>>  * Restarting TORQUE mom pbs_mom                                                       [ OK ]
>>>
>>> root at srv:~# showq
>>> ERROR:    cannot connect to 'srv' port 42559
>>
>>>
>>> Still it is looking for srv.....
>>
>> sure. did you change your configuration to
>> connect to srv-internal?
>> you have to do this and the corresponding
>> changes in the hosts files on _all_ compute
>> nodes, mom config files, pbs_server and so on.
>> you want the batch system communication only
>> on the internal network, so you have to use
>> the proper names to get it to use the right
>> ip numbers. elementary.
>>
>> axel.
>>
>>>
>>> // Naderan *Mahmood;
>>>
>>>
>>> ----- Original Message -----
>>> From: Axel Kohlmeyer <akohlmey at cmm.chem.upenn.edu>
>>> To: Mahmood Naderan <nt_mahmood at yahoo.com>
>>> Cc: torque cluster <torqueusers at supercluster.org>
>>> Sent: Wednesday, June 8, 2011 5:30 PM
>>> Subject: Re: [torqueusers] still problem with FQDN and torque
>>>
>>> On Wed, Jun 8, 2011 at 8:50 AM, Mahmood Naderan <nt_mahmood at yahoo.com> wrote:
>>>>>have you tried using
>>>>>something like this instead?
>>>>>192.168.1.1 srv-internal
>>>>
>>>> You mean the hostname for the invalid ip should be different from valid ip?
>>>>
>>>>
>>>>  127.0.0.1           localhost.localdomain localhost
>>>>  192.168.1.1        srv-internal
>>>>  196.215.64.105 srv.domain.com
>>>>
>>>> you mean that?
>>>
>>> yes.
>>>
>>>>
>>>> // Naderan *Mahmood;
>>>>
>>>>
>>>> ----- Original Message -----
>>>> From: Axel Kohlmeyer <akohlmey at cmm.chem.upenn.edu>
>>>> To: Mahmood Naderan <nt_mahmood at yahoo.com>; Torque Users Mailing List <torqueusers at supercluster.org>
>>>> Cc:
>>>> Sent: Wednesday, June 8, 2011 4:58 PM
>>>> Subject: Re: [torqueusers] still problem with FQDN and torque
>>>>
>>>> On Wed, Jun 8, 2011 at 6:09 AM, Mahmood Naderan <nt_mahmood at yahoo.com> wrote:
>>>>> Dear all
>>>>>
>>>>> I have asked about FQDN before while torque is running however somethings are still vague that causes the server node to be "down".
>>>>>
>>>>> The server has two NIC. One is connected to internet with valid IP and the other is connected to a local switch with invalid IP. The content of /etc/hosts looks like
>>>>>
>>>>> 127.0.0.1           localhost.localdomain localhost
>>>>> 192.168.1.1        srv
>>>>> 196.215.64.105  srv.domain.com
>>>>
>>>> i think it is a bad idea to have "srv" for the internal name
>>>> and "srv.<something" for the external one. this will defeat
>>>> attempts to canonicalize hostnames. have you tried using
>>>> something like this instead?
>>>>
>>>> 192.168.1.1 srv-internal
>>>>
>>>> axel.
>>>>
>>>>>
>>>>> some information:
>>>>>
>>>>> mahmood at srv:~$ cat /var/spool/pbs/server_name
>>>>> srv
>>>>>
>>>>>
>>>>> root at srv:~# cat /var/spool/pbs/server_priv/nodes
>>>>> srv np=14
>>>>> ...
>>>>>
>>>>>
>>>>> mahmood at srv:~$ pbsnodes -a srv
>>>>> srv
>>>>>      state = down
>>>>>      np = 14
>>>>>      ntype = cluster
>>>>>      status = rectime=1307513072,varattr=,jobs=26463.srv,state=free,netload=359025735787,gres=,loadave=0.34,ncpus=16,physmem=33013828kb,availmem=11987350430564kb,totmem=12345261654628kb,idletime=8,nusers=1,nsessions=4,sessions=21685 21758 22420 27547,uname=Linux srv 2.6.32-24-server #39-Ubuntu SMP Wed Jul 28 06:21:40 UTC 2010 x86_64,opsys=linux
>>>>>      mom_service_port = 15002
>>>>>      mom_manager_port = 15003
>>>>>      gpus = 0
>>>>>
>>>>>
>>>>>
>>>>> My question is hy the srv is "down". What is wrong?
>>>>>
>>>>> // Naderan *Mahmood;
>>>>> _______________________________________________
>>>>> torqueusers mailing list
>>>>> torqueusers at supercluster.org
>>>>> http://www.supercluster.org/mailman/listinfo/torqueusers
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Dr. Axel Kohlmeyer    akohlmey at gmail.com
>>>> http://sites.google.com/site/akohlmey/
>>>>
>>>> Institute for Computational Molecular Science
>>>> Temple University, Philadelphia PA, USA.
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Dr. Axel Kohlmeyer    akohlmey at gmail.com
>>> http://sites.google.com/site/akohlmey/
>>>
>>> Institute for Computational Molecular Science
>>> Temple University, Philadelphia PA, USA.
>>>
>>>
>>
>>
>>
>> --
>> Dr. Axel Kohlmeyer    akohlmey at gmail.com
>> http://sites.google.com/site/akohlmey/
>>
>> Institute for Computational Molecular Science
>> Temple University, Philadelphia PA, USA.
>>
>>
>
>
>
> --
> Dr. Axel Kohlmeyer    akohlmey at gmail.com
> http://sites.google.com/site/akohlmey/
>
> Institute for Computational Molecular Science
> Temple University, Philadelphia PA, USA.
>
>






-- 
Dr. Axel Kohlmeyer    akohlmey at gmail.com
http://sites.google.com/site/akohlmey/


Institute for Computational Molecular Science
Temple University, Philadelphia PA, USA.


Previous message: [torqueusers] still problem with FQDN and torque
Next message: [torqueusers] TORQUE 2.4.14 available. Contains fix for buffer overflow risk
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the torqueusers mailing list

这篇关于torque+maui问题-任务不运行的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/841347

相关文章

IDEA和GIT关于文件中LF和CRLF问题及解决

《IDEA和GIT关于文件中LF和CRLF问题及解决》文章总结:因IDEA默认使用CRLF换行符导致Shell脚本在Linux运行报错,需在编辑器和Git中统一为LF,通过调整Git的core.aut... 目录问题描述问题思考解决过程总结问题描述项目软件安装shell脚本上git仓库管理,但拉取后,上l

idea npm install很慢问题及解决(nodejs)

《ideanpminstall很慢问题及解决(nodejs)》npm安装速度慢可通过配置国内镜像源(如淘宝)、清理缓存及切换工具解决,建议设置全局镜像(npmconfigsetregistryht... 目录idea npm install很慢(nodejs)配置国内镜像源清理缓存总结idea npm in

pycharm跑python项目易出错的问题总结

《pycharm跑python项目易出错的问题总结》:本文主要介绍pycharm跑python项目易出错问题的相关资料,当你在PyCharm中运行Python程序时遇到报错,可以按照以下步骤进行排... 1. 一定不要在pycharm终端里面创建环境安装别人的项目子模块等,有可能出现的问题就是你不报错都安装

idea突然报错Malformed \uxxxx encoding问题及解决

《idea突然报错Malformeduxxxxencoding问题及解决》Maven项目在切换Git分支时报错,提示project元素为描述符根元素,解决方法:删除Maven仓库中的resolv... 目www.chinasem.cn录问题解决方式总结问题idea 上的 maven China编程项目突然报错,是

Python爬虫HTTPS使用requests,httpx,aiohttp实战中的证书异步等问题

《Python爬虫HTTPS使用requests,httpx,aiohttp实战中的证书异步等问题》在爬虫工程里,“HTTPS”是绕不开的话题,HTTPS为传输加密提供保护,同时也给爬虫带来证书校验、... 目录一、核心问题与优先级检查(先问三件事)二、基础示例:requests 与证书处理三、高并发选型:

前端导出Excel文件出现乱码或文件损坏问题的解决办法

《前端导出Excel文件出现乱码或文件损坏问题的解决办法》在现代网页应用程序中,前端有时需要与后端进行数据交互,包括下载文件,:本文主要介绍前端导出Excel文件出现乱码或文件损坏问题的解决办法,... 目录1. 检查后端返回的数据格式2. 前端正确处理二进制数据方案 1:直接下载(推荐)方案 2:手动构造

Python绘制TSP、VRP问题求解结果图全过程

《Python绘制TSP、VRP问题求解结果图全过程》本文介绍用Python绘制TSP和VRP问题的静态与动态结果图,静态图展示路径,动态图通过matplotlib.animation模块实现动画效果... 目录一、静态图二、动态图总结【代码】python绘制TSP、VRP问题求解结果图(包含静态图与动态图

MyBatis/MyBatis-Plus同事务循环调用存储过程获取主键重复问题分析及解决

《MyBatis/MyBatis-Plus同事务循环调用存储过程获取主键重复问题分析及解决》MyBatis默认开启一级缓存,同一事务中循环调用查询方法时会重复使用缓存数据,导致获取的序列主键值均为1,... 目录问题原因解决办法如果是存储过程总结问题myBATis有如下代码获取序列作为主键IdMappe

Spring定时任务之fixedRateString的实现示例

《Spring定时任务之fixedRateString的实现示例》本文主要介绍了Spring定时任务之fixedRateString的实现示例,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有... 目录从毫秒到 Duration:为何要改变?核心:Java.time.Duration.parse

Oracle Scheduler任务故障诊断方法实战指南

《OracleScheduler任务故障诊断方法实战指南》Oracle数据库作为企业级应用中最常用的关系型数据库管理系统之一,偶尔会遇到各种故障和问题,:本文主要介绍OracleSchedul... 目录前言一、故障场景:当定时任务突然“消失”二、基础环境诊断:搭建“全局视角”1. 数据库实例与PDB状态2