Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aperi-dev] Using Aperi with the IBM alphaworks CIMOM simulator?

Hello Steven,


The Aperi Discovery first tries to gather some data about the CIMOM itself
by querying the "Server" Profile of the ObjectManager with the following
CIM queries:

Enumerate all "CIM_RegisteredProfile" objects.
For all CIM_RegisteredProfile objects with property  "RegisteredName" is
"Server" the following association is traversed to get the ObjectManager
(CIMOM) objects:
CIM_RegisteredProfile ---CIM_ElementConformsToProfile--->CIM_ObjectManager

If no ObjectManager objects with "server" profile are returned the
Discovery ends with the error message:
HWN021601E Operation collect CIM_ObjectManager failed.

In the SMIS standard support for the Server profile is mandatory (see SMIS
1.1, section 8.1.4.1 Server Profile), so you should check the CIMOM
simulator object model that it supports the above queries.



Mit freundlichen Grüßen, best regards

Christoph Reichert


Storage Software Development, Eclipse Aperi Project
IBM Deutschland, Mainz, Germany
Phone: +49-6131/84-5962, Fax: -6099
mailto:Christoph.Reichert@xxxxxxxxxx

IBM Deutschland GmbH
Vorsitzender des Aufsichtsrats: Hans Ulrich Maerki
Geschäftsführung: Martin Jetter (Vorsitzender), Rudolf Bauer, Christian
Diedrich, Christoph Grandpierre, Matthias Hartmann, Thomas Fell, Michael
Diemer
Sitz der Gesellschaft: Stuttgart
Registergericht: Amtsgericht Stuttgart, HRB 14562 WEEE-Reg.-Nr. DE 99369940

aperi-dev-bounces@xxxxxxxxxxx wrote on 27.06.2007 02:26:57:

> Aperians,
>
> I (think) that I've got the simulator (http://www.alphaworks.ibm.
> com/tech/smis_simulator) working OK, and am attempting to use it
> with Aperi (and maybe later with TPC).
>
> In Aperi using "Administrative Services - Agents - CIMOM - Add
> CIMOM" I can get Aperi to "see" the simulator, but it can't "Show
> Managed Devices" until I run a CIMOM Discovery - which I understand.
>
> But using "Administrative Services - Discovery - CIMOM" to start the
> Discovery fails with the following messages in the four log files shown:
>
> Completed successfully  27/06/2007 10:07:54     27/06/2007 10:08:24
> log\Default.CIMOM Discovery.110_cimom_discover.SLP+local.12.218.log
>
> 6/27/07 10:07:54 AM BTADS0000I Starting Discover Process Handler
> that routes a process request to the ProcessHandler resource , with
> Device Server RUN ID 12 , and Job ID 218 .
> 6/27/07 10:08:24 AM BTADS0025I Running job to discover CIM/OMs
> through Service Location Protocol: RUN ID= 12 , Job ID= -21 .
> 6/27/07 10:08:24 AM BTADS0026I Service Location Protocol has found 0
CIM/OMs.
> 6/27/07 10:08:24 AM BTADS0001I Discover Process with Device Server
> RUN ID 12 and Job ID 218 is complete with Status= 1 , Return Code= 0 .
>
> Completed with error(s) 27/06/2007 10:08:24     27/06/2007 10:08:25
> log\Default.CIMOM Discovery.110_cimom_discover.
> dispatchDiscoveryProcess.13.219.log
>
> 6/27/07 10:08:24 AM BTADS0000I Starting Discover Process Handler
> that routes a process request to the ProcessHandler resource , with
> Device Server RUN ID 13 , and Job ID 219 .
> 6/27/07 10:08:25 AM BTADS0002I Starting Child Discover Process
> collectStorageSubsystemsFromCIMOM with Job ID= 220 .
> 6/27/07 10:08:25 AM BTADS0003I The Child Discover Process with Job
> ID 220 has completed with Status= 4 and Return Code= 10002 .
> 6/27/07 10:08:25 AM BTADS0001I Discover Process with Device Server
> RUN ID 13 and Job ID 219 is complete with Status= 4 , Return Code= 10002
.
>
> Completed with error(s) 27/06/2007 10:08:25     27/06/2007 10:08:25
> log\Default.CIMOM Discovery.110_cimom_discover.
> discoverSubsystems+http___127.0.0.1_5988.13.220.log
>
> 6/27/07 10:08:25 AM BTADS0000I Starting Discover Process
> collectStorageSubsystemsFromCIMOM , with Device Server RUN ID 13 ,
> and Job ID 220 .
> 6/27/07 10:08:25 AM HWN021727I Aperi discovery starting on CIMOM
> http://127.0.0.1:5988.
> 6/27/07 10:08:25 AM HWN021601E Operation collect CIM_ObjectManager
failed.
> 6/27/07 10:08:25 AM HWN021728I Aperi discovery on CIMOM
http://127.0.0.1:5988
> is complete.
> 6/27/07 10:08:25 AM BTADS0001I Discover Process with Device Server
> RUN ID 13 and Job ID 220 is complete with Status= 4 , Return Code= 10002
.
>
> Completed with error(s) 27/06/2007 10:07:54     27/06/2007 10:08:25
> C:\aperi\datasvr\log\Default.CIMOM
Discovery.0007_cimom_discover.00001296.log
>
> 27/06/07 10:07:54 STS0306I: Job queued for processing. Waiting for
> idle thread.
> 27/06/07 10:07:54 STS0500I: CIMOM Discovery - started.
> HWN021601E Operation discoverStorageSubsystems failed.
> 27/06/07 10:08:25 STS0504E: CIMOM Discovery - completed with errors.
>
> Any ideas?
>
> ---
> Steven Pemberton
> Solution Specialist, Synergy Plus
> Telephone: 1300 139 308    Fax: 03 9690 9204
> Direct: 03 9673 7319       Mobile: 0438 109 028
> _______________________________________________
> aperi-dev mailing list
> aperi-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aperi-dev



Back to the top