Hi Dmitri,
You have done nothing wrong. We have introduced a bug in blade.pm in
recent development to support new hardware in xCAT 2.7, it broke the way
how user/name is looked up. The bugged code assumed the username is
always 'USERID" for blade center AMM which is not true for a lot of cases.
So I am sorry that you are the first victim :-). Thanks a lot for finding
it out and for communicating with us so clear so that we identified the
problem very fast. I'll open a high severity defect and we will release
the fix very soon. For now please just use the passwd table.
Thanks,
Ling
Ling Gao
Poughkeepsie Unix Development Lab
IBM Systems and Technology Group
Internal: T/L 293-5692
External: [email protected], 845-433-5692
"I never worry about the future. It comes soon enough." --- Albert
Einstein
From: Dmitri Chebotarov <[email protected]>
To: xCAT Users Mailing list <[email protected]>
Date: 03/22/2012 03:24 PM
Subject: Re: [xcat-user] xCAT 2.7 Released!
Ling
I've added entry to passwd table with key 'blade' and xcat is using the
entry OK. Thank you.
What is xcat 2.7 looking for in mpa table that it cannot find?
I see that xCAT 2.7 got new field in mp table - nodetype.
I set it to 'mm' for AMM and 'blade' for blades - it still goes to passwrd
table...
Thanks.
On Mar 22, 2012, at 14:39 , Ling Gao wrote:
> The logic should be: first get it from mpa table, if it is not there,
then get it from passwd table with "blade" as the key. Can you try to add
the username and password in the passwd table and try?
>
> Ling
>
> Ling Gao
> Poughkeepsie Unix Development Lab
> IBM Systems and Technology Group
> Internal: T/L 293-5692
> External: [email protected], 845-433-5692
>
> "I never worry about the future. It comes soon enough." --- Albert
Einstein
>
>
>
> From: Dmitri Chebotarov <[email protected]>
> To: xCAT Users Mailing list <[email protected]>
> Date: 03/22/2012 01:52 PM
> Subject: Re: [xcat-user] xCAT 2.7 Released!
>
>
>
> Ling,
>
> I have restarted management node after the upgrade to make sure all .pm
were registered OK, so didn't need to kill xcatd services...
> I have IBM BladeCenter H with HS22 servers. Management node running
CentOS 5.7.
>
> Please take a look at my next email I sent after enabling xcatdebug,
i.e.:
>
> =======
> ...
>
> I've enabled xcatdebug and looking at the trace file...
>
> xCAT_plugin::blade is ignoring username/password from mpa table and
using default USERID/PASSW0RD to communicate with mpa.
>
> Is there an additional table in xCAT 2.7 for blade mm credentials, which
are different from what stored in mpa table?
>
> ....
> ========
>
> Thank you.
> On Mar 22, 2012, at 13:37 , Ling Gao wrote:
>
> > Hi,
> >
> > What hardware are you using for the nodes? What os level are on the
mn?
> >
> > One thing to try is to stop the xcatd daemons on the mn and start them
again. "service xcatd restart" may not totally stop them. Here is what
you need to do:
> > service xcatd stop
> > ps -ef |grep xcatd
> > It will display 4 processes like this:
> > root 40794 1 0 Mar15 ? 00:03:42 xcatd: SSL listener
> > root 40795 40794 0 Mar15 ? 00:58:35 xcatd: DB Access
> > root 40796 40794 0 Mar15 ? 00:00:04 xcatd: UDP listener
> > root 40797 40794 0 Mar15 ? 00:00:01 xcatd: install monitor
> >
> > then kill them all,
> > then service xcatd restart.
> >
> > Let us know if this solve the problem or not.
> >
> > Ling
> >
> > Ling Gao
> > Poughkeepsie Unix Development Lab
> > IBM Systems and Technology Group
> > Internal: T/L 293-5692
> > External: [email protected], 845-433-5692
> >
> > "I never worry about the future. It comes soon enough." --- Albert
Einstein
> >
> >
> >
> > From: Dmitri Chebotarov <[email protected]>
> > To: xCAT Users Mailing list <[email protected]>
> > Date: 03/22/2012 12:24 PM
> > Subject: Re: [xcat-user] xCAT 2.7 Released!
> >
> >
> >
> > Hello,
> >
> > After 2.6.10 -> 2.7 update, r* commands no longer work. Getting this
message:
> >
> > rpower/rscan/r* <node>
> > <node>: Error: Unknown user name
> >
> > Except the update nothing has changed.
> > To update I've placed xCAT-core.repo and xCAT-dep.repo for xCAT 2.7
and ran 'yum update xCAT'.
> >
> > mpa and mp tables seems to be OK:
> >
> > # tabdump mp
> > #node,mpa,id,nodetype,comments,disable
> > "bc4-mm","bc4-mm","0",,,
> > "bc4-1","bc4-mm","1",,,
> > "bc4-2","bc4-mm","2",,,
> > "bc4-3","bc4-mm","3",,,
> > "bc4-4","bc4-mm","4",,,
> > "bc4-5","bc4-mm","5",,,
> > "bc4-6","bc4-mm","6",,,
> > "bc4-7","bc4-mm","7",,,
> > "bc4-8","bc4-mm","8",,,
> > "bc4-9","bc4-mm","9",,,
> > "bc4-10","bc4-mm","10",,,
> > "bc4-11","bc4-mm","11",,,
> > "bc4-12","bc4-mm","12",,,
> > "bc4-13","bc4-mm","13",,,
> > "bc4-14","bc4-mm","14",,,
> >
> > $ tabdump mpa
> > #mpa,username,password,comments,disable
> > "bc4-mm","<xcatuser>","<xcatPass>",,
> >
> > I'm able to run snmpwalk and getting results OK, so
communication/username/password are OK:
> >
> > $snmpwalk -v 3 -u <xcatuser> -a SHA -X <xcatPass> -A <catPass> -x DES
-l authPriv bc4-mm
> > SNMPv2-MIB::sysDescr.0 = STRING: BladeCenter Advanced Management
Module
> > SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.2.6.158.5
> > DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (26618259) 3 days,
1:56:22.59
> > SNMPv2-MIB::sysContact.0 = STRING: No Contact Configured
> > ...
> >
> > What else could I check to get it back on-line?
> >
> > Thanks.
> >
> > On Mar 21, 2012, at 12:47 , Lissa Valletta wrote:
> >
> >
> > > The website has changed quite a bit. Look in the right column (
xCAT
> > > Dependencies (Required) ) for the dependencies on the download
page.
> > >
http://sourceforge.net/apps/mediawiki/xcat/index.php?title=Download_xCAT
> > >
> > > Lissa K. Valletta
> > > 2-3/T12
> > > Poughkeepsie, NY 12601
> > > (tie 293) 433-3102
> > >
> > >
> > >
> > >
> > >
> > > From: Evelio Quiros <[email protected]>
> > > To: xCAT Users Mailing list
<[email protected]>
> > > Date: 03/21/2012 10:25 AM
> > > Subject: Re: [xcat-user] xCAT 2.7 Released!
> > >
> > >
> > >
> > > Has the repository for xCAT-dep changed ?
> > >
> > > I only see the core repository on the website.
> > >
> > > Al Quiros
> > > Florida International University
> > >
> > > From: Bruce M Potter <[email protected]>
> > > Reply-To: xCAT Users Mailing list <[email protected]>
> > > Date: Wed, 21 Mar 2012 07:10:25 -0400
> > > To: <[email protected]>
> > > Subject: [xcat-user] xCAT 2.7 Released!
> > >
> > >
> > >
> > > xCAT 2.7 is now available with many new features:
> > >
https://sourceforge.net/apps/mediawiki/xcat/index.php?title=XCAT_2.7_Release_Notes
> > >
> > >
> > > Go to
> > >
https://sourceforge.net/apps/mediawiki/xcat/index.php?title=Download_xCAT
> > > to download.
> > >
> > > Bruce Potter STSM, Linux & AIX Cluster Development, IBM,
> > > Poughkeepsie, NY
> > > Email: [email protected] Phone: external: 845-433-7073, internal: TL
> > > 293-7073
> > >
> > >
> > >
------------------------------------------------------------------------------
> > > This SF email is sponsosred by: Try Windows Azure free for 90 days
Click
> > > Here
> > >
http://p.sf.net/sfu/sfd2d-msazure_______________________________________________
> > > xCAT-user mailing list [email protected]
> > > https://lists.sourceforge.net/lists/listinfo/xcat-user
> > >
------------------------------------------------------------------------------
> > >
> > > This SF email is sponsosred by:
> > > Try Windows Azure free for 90 days Click Here
> > > http://p.sf.net/sfu/sfd2d-msazure
> > > _______________________________________________
> > > xCAT-user mailing list
> > > [email protected]
> > > https://lists.sourceforge.net/lists/listinfo/xcat-user
> > >
> > >
> > >
> > >
> > >
> > >
------------------------------------------------------------------------------
> > > This SF email is sponsosred by:
> > > Try Windows Azure free for 90 days Click Here
> > > http://p.sf.net/sfu/sfd2d-msazure
> > > _______________________________________________
> > > xCAT-user mailing list
> > > [email protected]
> > > https://lists.sourceforge.net/lists/listinfo/xcat-user
> >
> > --
> > Dmitri Chebotarov
> > Virtual Computing Lab Systems Engineer, TSD - Ent Servers & Messaging
> > 223 Aquia Building, Ffx, MSN: 1B5
> > Phone: (703) 993-6175
> > Fax: (703) 993-3404
> >
> >
> >
> >
> >
------------------------------------------------------------------------------
> > This SF email is sponsosred by:
> > Try Windows Azure free for 90 days Click Here
> > http://p.sf.net/sfu/sfd2d-msazure
> > _______________________________________________
> > xCAT-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/xcat-user
> >
> >
> >
------------------------------------------------------------------------------
> > This SF email is sponsosred by:
> > Try Windows Azure free for 90 days Click Here
> >
http://p.sf.net/sfu/sfd2d-msazure_______________________________________________
> > xCAT-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/xcat-user
>
> --
> Dmitri Chebotarov
> Virtual Computing Lab Systems Engineer, TSD - Ent Servers & Messaging
> 223 Aquia Building, Ffx, MSN: 1B5
> Phone: (703) 993-6175
> Fax: (703) 993-3404
>
>
>
>
>
------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> _______________________________________________
> xCAT-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/xcat-user
>
>
>
------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
>
http://p.sf.net/sfu/sfd2d-msazure_______________________________________________
> xCAT-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/xcat-user
--
Dmitri Chebotarov
Virtual Computing Lab Systems Engineer, TSD - Ent Servers & Messaging
223 Aquia Building, Ffx, MSN: 1B5
Phone: (703) 993-6175
Fax: (703) 993-3404
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user