Your node definitions don't indicate which slot the blade is in. That value goes into mpa.id. You can use the rscan command to get this information. It can also update it in the xCAT database if you want. It might overwrite data you care about though, so I'd just parse the rscan output and update it yourself.
On Mon, May 4, 2015 at 2:37 PM, Russell Jones <[email protected]> wrote: > Hi all, > > I am attempting to setup some blades in a BladeCenter in order to be > able to use commands such as rbootseq and rpower. However when I issue > these commands I am getting the following errors. SSH and SNMP are > enabled on the chassis, and I am able to login via SSH successfully > using the credentials I have configured in the mpa table. The user is > configured as a Supervisor. Any assistance in figuring out how to get > the management module talking correctly is appreciated! > > > [root@xcat ~]# rpower node3-4-0 stat > node3-4-0: Error: stat unsupported on the management module > > [root@xcat ~]# rbootseq node3-4-0 net > node3-4-0: Error: Unsupported security level > > > > [root@xcat ~]# lsxcatd -v > Version 2.8.2 (svn r17010, built Mon Jul 22 23:28:24 EDT 2013) > > [root@xcat ~]# lsdef node3-4-0 > Object name: node3-4-0 > arch=x86_64 > currstate=netboot centos6.3-x86_64-v6.3.1-dl-compute > groups=bcn,v6.3.1-dl-compute,all,compute > initrd=xcat/osimage/v6.3.1-dl-compute/initrd-stateless.gz > installnic=mac > ip=X > kcmdline=imgurl=http://!myipfn!:80//install/netboot/centos6.3/x86_64/v6.3.1-dl-compute/rootimg.gz > XCAT=!myipfn!:3001 NODE=node3-4-0 > kernel=xcat/osimage/v6.3.1-dl-compute/kernel > mac=e4:1f:13:79:7e:9c > mgt=blade > mpa=bcn-sclmp01-mc1 > netboot=xnba > nfsserver=X > nicips.eth1=X > nicnetworks.eth1=storage > nictypes.eth1=Ethernet > os=centos6.3 > postscripts=setupntp,hardeths,syslog,remoteshell,syncfiles > primarynic=mac > profile=v6.3.1-dl-compute > provmethod=v6.3.1-dl-compute > status=netbooting > statustime=05-04-2015 14:24:12 > > > [root@xcat ~]# lsdef bcn-sclmp01-mc1 > Object name: bcn-sclmp01-mc1 > groups=mm,bcn,all > ip=X > mgt=blade > mpa=bcn-sclmp01-mc1 > postscripts=setupntp,hardeths,syslog,remoteshell,syncfiles > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > xCAT-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/xcat-user ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ xCAT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xcat-user
