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

相关文章

mysqld_multi在Linux服务器上运行多个MySQL实例

《mysqld_multi在Linux服务器上运行多个MySQL实例》在Linux系统上使用mysqld_multi来启动和管理多个MySQL实例是一种常见的做法,这种方式允许你在同一台机器上运行多个... 目录1. 安装mysql2. 配置文件示例配置文件3. 创建数据目录4. 启动和管理实例启动所有实例

IDEA运行spring项目时,控制台未出现的解决方案

《IDEA运行spring项目时,控制台未出现的解决方案》文章总结了在使用IDEA运行代码时,控制台未出现的问题和解决方案,问题可能是由于点击图标或重启IDEA后控制台仍未显示,解决方案提供了解决方法... 目录问题分析解决方案总结问题js使用IDEA,点击运行按钮,运行结束,但控制台未出现http://

解决Spring运行时报错:Consider defining a bean of type ‘xxx.xxx.xxx.Xxx‘ in your configuration

《解决Spring运行时报错:Considerdefiningabeanoftype‘xxx.xxx.xxx.Xxx‘inyourconfiguration》该文章主要讲述了在使用S... 目录问题分析解决方案总结问题Description:Parameter 0 of constructor in x

解决IDEA使用springBoot创建项目,lombok标注实体类后编译无报错,但是运行时报错问题

《解决IDEA使用springBoot创建项目,lombok标注实体类后编译无报错,但是运行时报错问题》文章详细描述了在使用lombok的@Data注解标注实体类时遇到编译无误但运行时报错的问题,分析... 目录问题分析问题解决方案步骤一步骤二步骤三总结问题使用lombok注解@Data标注实体类,编译时

大数据小内存排序问题如何巧妙解决

《大数据小内存排序问题如何巧妙解决》文章介绍了大数据小内存排序的三种方法:数据库排序、分治法和位图法,数据库排序简单但速度慢,对设备要求高;分治法高效但实现复杂;位图法可读性差,但存储空间受限... 目录三种方法:方法概要数据库排序(http://www.chinasem.cn对数据库设备要求较高)分治法(常

Vue项目中Element UI组件未注册的问题原因及解决方法

《Vue项目中ElementUI组件未注册的问题原因及解决方法》在Vue项目中使用ElementUI组件库时,开发者可能会遇到一些常见问题,例如组件未正确注册导致的警告或错误,本文将详细探讨这些问题... 目录引言一、问题背景1.1 错误信息分析1.2 问题原因二、解决方法2.1 全局引入 Element

关于@MapperScan和@ComponentScan的使用问题

《关于@MapperScan和@ComponentScan的使用问题》文章介绍了在使用`@MapperScan`和`@ComponentScan`时可能会遇到的包扫描冲突问题,并提供了解决方法,同时,... 目录@MapperScan和@ComponentScan的使用问题报错如下原因解决办法课外拓展总结@

MybatisGenerator文件生成不出对应文件的问题

《MybatisGenerator文件生成不出对应文件的问题》本文介绍了使用MybatisGenerator生成文件时遇到的问题及解决方法,主要步骤包括检查目标表是否存在、是否能连接到数据库、配置生成... 目录MyBATisGenerator 文件生成不出对应文件先在项目结构里引入“targetProje

C#使用HttpClient进行Post请求出现超时问题的解决及优化

《C#使用HttpClient进行Post请求出现超时问题的解决及优化》最近我的控制台程序发现有时候总是出现请求超时等问题,通常好几分钟最多只有3-4个请求,在使用apipost发现并发10个5分钟也... 目录优化结论单例HttpClient连接池耗尽和并发并发异步最终优化后优化结论我直接上优化结论吧,

Java内存泄漏问题的排查、优化与最佳实践

《Java内存泄漏问题的排查、优化与最佳实践》在Java开发中,内存泄漏是一个常见且令人头疼的问题,内存泄漏指的是程序在运行过程中,已经不再使用的对象没有被及时释放,从而导致内存占用不断增加,最终... 目录引言1. 什么是内存泄漏?常见的内存泄漏情况2. 如何排查 Java 中的内存泄漏?2.1 使用 J