Server Management - Systems Insight Manager
1833315 Members
2901 Online
110051 Solutions
New Discussion

Re: p-class enclosure problems

 
Joel Coulson
Occasional Advisor

p-class enclosure problems

HP sim shows the enclosure, but won't populate it with any blades. Rack and blade firmware are all at current levels. All ILOs have been discovered. Oddly enough, all the blades, except one, used to show up in the enclosure. But, for other reasons, I deleted all discovered systems and started over. Everything was re-discovered ok, except for the p-class enclosure. It was discovered, but shows health status as unknown, and is empty. The c-class and blades therein came back fine. Not sure what I missed on the p-class? I deleted it several times and rediscovered,but same result each time.
14 REPLIES 14
Change_happens
Honored Contributor

Re: p-class enclosure problems

are u discovering server ip's and iLO ips both of pclass servers?
Joel Coulson
Occasional Advisor

Re: p-class enclosure problems

I'm discovering the ILO IPs and currently only two of the blade server IPs. Previously, I discovered only the ILO range. When it was working, discovering only the ILO range popluated the enclosure. HP sim knew there was stuff there, but without discovering the server IPs, it didn't know anything about them except blade model and stuff it could get from the ILO. No clue why it won't populate now based on just the ILO IPs as it did before.
Change_happens
Honored Contributor

Re: p-class enclosure problems

ur iLO's are association with ur servers after discovering blade IPs?
V Deepak Kumar
Regular Advisor

Re: p-class enclosure problems

a) Did you checked "Discover server when its Mp is discovered" option in "Discovery settings" in discovery page. This will create logical blades and associate it with its MP when the MP is discovered.
b) Make sure iLO gives a proper xml reply http://iloIP/xmldata?ietm=all
c)Now when you discover the server with its IP address, SIM would associate it with the iLO depending on its serial number thats obtained from SNMP support on the server, so make sure SNMP settings are enabled on the managed node [SNMP service is running , and "Accepts SNMP packets from all hosts" is enabled].
d) Make sure the server has a unique UUID configured .
e) Make sure the server UUID matches with that returned from iLO XML query.

Hope this will solve your problem.
Thanks
Deepak
Performance is compulsion and not an option if my existence is to be justified.
Joel Coulson
Occasional Advisor

Re: p-class enclosure problems

maybe we are getting to the root of the problem. Of 12 blades, only 5 have a UUID listed in the ILO server status page. I was unable to get any xml replies. No errors, just IE cannot display the webpage. Sounds like I have some work to do. Where should I start.
Change_happens
Honored Contributor

Re: p-class enclosure problems

See if iLO has got old firmware? upgrade to latest and check reply.
If they still didn't show the UUID this may happen ur server dont have that then u have to set it manually by going into BIOS just make sure uniqueness.

I am sure by upgrading to iLO will solve ur issue it looks old or corrupted f/w of iLO.

Thanks,
Ajay
V Deepak Kumar
Regular Advisor

Re: p-class enclosure problems

The attached doc has the details on setting UUID on server and enable XML replies on the ILO. Hope this helps.
Thanks
Deepak
Performance is compulsion and not an option if my existence is to be justified.
Joel Coulson
Occasional Advisor

Re: p-class enclosure problems

I tried to narrow the scope to see if I can pinpoint the issue. Reinstalled SIM and created new DB. discovered only the leftmost ILO and its associated server, with same result:

BL25p firmware 1.91
P-class enclosure firmware 2.40
Has UUID and does get xml reply

still I get only the attached.
V Deepak Kumar
Regular Advisor

Re: p-class enclosure problems

Ok,
1) Is the ILO associated with the server?
2) Is the server associated with the enclosure?
3) Once the server is associated with the iLO, for a server to comeup in picture its solt number [You can check that in system page , association section of server]. Slot information is picked from SNMP support on the server. So make sure
a) SNMP service is running on the server. and make sure the server setting "Accept SNMP packets from all hosts" is enabled.
b) SNMP community string is public
c) Servers have latest PSP versions
Slot information is picked from OID : 1.3.6.1.4.1.232.22.2.4.1.1.1.8

Hope this helps.
Thanks
Deepak
Performance is compulsion and not an option if my existence is to be justified.
V Deepak Kumar
Regular Advisor

Re: p-class enclosure problems

Did the solution worked?
Thanks
Deepak
Performance is compulsion and not an option if my existence is to be justified.
asc_3
Frequent Advisor

Re: p-class enclosure problems

Hi Joel,

Did you discover the ILO with the option "Discover the Server when its Integrated Lights out is discovered"?

The Status is empty/disabled, because the physical server(IP's) are not discovered or properly associated to the enclosure.
Joel Coulson
Occasional Advisor

Re: p-class enclosure problems

sorry, was out on vacation. I do have the option check to automatically discover server when ilo discovered. I've deleted and rediscovered many times. Lastly, I've deleted everything and discovered only 1 ilo in the enclosure. SIM sees the enclosure, knows its a P-class. However, it does not see a Rack. the rack only shows up if I discover something in the c-class enclosure, which shares the rack with the p-class. should sim be able to detect the rack with my discovery of just one ILO? I do see a rack name in the xml reply if the discovered ILO.
Joel Coulson
Occasional Advisor

Re: p-class enclosure problems

I should have noticed this earlier, but enclosure2 is unnamed and has no serial number (see attached), which is probably why sim is not seeing it. To rememdy this, I ssh'd into the ilo and tried to put serial numbers with SET ENCLOSURE SERIAL_NUMBER "" command, got the following errors. I attempted to put in a 10-digit number per the instructions. Here is a example of what happens. I've tried various formats

hpiLO-> SET ENCLOSURE SERIAL_NUMBER 9872345098
status=2
status_tag=COMMAND PROCESSING FAILED
error_tag=COMMAND ERROR-UNSPECIFIED
Invalid target.
Change_happens
Honored Contributor

Re: p-class enclosure problems

set /map1/blade/rack/enclosure(N)/ser=9872345098

Should work!