[torqueusers] mom log error "cannot connect to port 1023 in client_to_svr"
Ken Nielson
knielson at adaptivecomputing.com
Tue Feb 23 11:52:19 MST 2010
Steve Young wrote:
> Hi Ken,
> Thanks for the insight. I check both hosts with netstat and see this:
>
> Proto Recv-Q Send-Q Local Address Foreign
> Address State
> udp 0 0 *:1023 *:*
>
> Which would also support when I saw in/out traffic on the interfaces
> when I sniffed them with tcpdump.
>
> On my server I also see this in the logs:
>
> 02/23/2010 10:41:03;0004;PBS_Server;Svr;is_request;IS_STATUS received
> from clienthost
>
> So some communication is going through. Any other idea's? Thanks,
>
> -Steve
>
>
>
>
> Also on a side note I just noticed a problem with the mom_priv/config
> options. I'm using torque 2.4.3 and when I tried to do the following
> statements in the config file:
>
> $size[fs=/scratch]
> $arch ia64
> $opsys SUSE10
>
> Like the documentation on page (
> http://www.clusterresources.com/products/torque/docs/a.cmomconfig.shtml )
> suggests it complains with:
>
> 02/23/2010 09:40:05;0001;
> pbs_mom;Svr;pbs_mom;LOG_ERROR::read_config, special command name size
> not found (ignoring line)
> 02/23/2010 09:40:05;0001;
> pbs_mom;Svr;pbs_mom;LOG_ERROR::read_config, special command name arch
> not found (ignoring line)
> 02/23/2010 09:40:05;0001;
> pbs_mom;Svr;pbs_mom;LOG_ERROR::read_config, special command name opsys
> not found (ignoring line)
>
> After I remove the $ in front of them then it works fine. In config:
>
> size[fs=/scratch]
> arch ia64
> opsys SUSE10
>
> in logs:
>
> 02/23/2010 09:41:27;0080; pbs_mom;n/a;add_static;config[4] add name
> size value [fs=/scratch]
> 02/23/2010 09:41:27;0080; pbs_mom;n/a;add_static;config[5] add name
> arch value ia64
> 02/23/2010 09:41:27;0080; pbs_mom;n/a;add_static;config[6] add name
> opsys value SUSE10
>
>
We need to update the documentation for these. There are several options
the code calls common_options that do not take a $ in the config file.
Ironically, you may have noticed that for size there is a note expressly
stating size does not take a $ but the documentation uses the $ in the
example.
Ken
More information about the torqueusers
mailing list