Hi Lisa,

I restarted the daemon ... but it doesn't fix the problem :

# lsxcatd -a
Version 2.7.5 (svn r14039, built Tue Oct 16 23:16:45 EDT 2012)
This is a Management Node
dbengine=SQLite

the first workaround is :

[root@mgrs2 xCAT_plugin]# diff /opt/xcat/lib/perl/xCAT_plugin/blade.pm 
/opt/xcat/lib/perl/xCAT_plugin/blade.pm.bak
3913,3917c3913,3917
<     #if (defined($mpatab)) {
<     #  ($ent)=$mpatab->getNodeSpecAttribs($mpa, 
{username=>"USERID"},qw(username password));
<     #  if (defined($ent->{password})) { $pass = $ent->{password}; }
<     #  if (defined($ent->{username})) { $user = $ent->{username}; }
<     #}
---
    if (defined($mpatab)) {
      ($ent)=$mpatab->getNodeSpecAttribs($mpa, {username=>"USERID"},qw(username 
password));
      if (defined($ent->{password})) { $pass = $ent->{password}; }
      if (defined($ent->{username})) { $user = $ent->{username}; }
    }
4231c4231
<  #   my ($ent)=$mpatab->getNodeSpecAttribs($mpa, 
{username=>$user},qw(password));
---
    my ($ent)=$mpatab->getNodeSpecAttribs($mpa, {username=>$user},qw(password));
4233c4233
< #    if (defined($ent->{password})) {$oldpass = $ent->{password}};
---
    if (defined($ent->{password})) {$oldpass = $ent->{password}};

Regards,
Fabrice


On 11/30/2012 03:26 AM, Lissa Valletta wrote:
run lsxcatd -a   does it say Version 2.7.5?

In any case,

Stop the daemon

service xcatd stop
ps -ef | grep xcatd
kill -9 any processes you find
service xcatd start

See if that fixes your problem.

Lissa K. Valletta
8-3/B10
Poughkeepsie, NY 12601
(tie 293) 433-3102
--
Please consider the environment before printing this email.
NIWA is the trading name of the National Institute of Water & Atmospheric 
Research Ltd.
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
VERIFY Test and improve your parallel project with help from experts 
and peers. http://goparallel.sourceforge.net
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to