WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-cim

[Xen-cim] example cim indication subscription commands

To: xen-cim@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-cim] example cim indication subscription commands
From: Gareth S Bestor <bestor@xxxxxxxxxx>
Date: Thu, 8 Feb 2007 08:16:29 -0800
Delivery-date: Thu, 08 Feb 2007 08:15:55 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-cim-request@lists.xensource.com?subject=help>
List-id: xen-cim mailing list <xen-cim.lists.xensource.com>
List-post: <mailto:xen-cim@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-cim>, <mailto:xen-cim-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-cim>, <mailto:xen-cim-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-cim-bounces@xxxxxxxxxxxxxxxxxxx

FYI - here's an exampe of how you go about subscribing and registering for an indication (using Director's cimsubscribe tools in this case, but OpenWBEM should have something similar):

cimsubscribe -createhandler -handlername MyIndicationHandler -destination 'http://localhost:6988/CIMListener/LogConsumer'
cimsubscribe -createfilter -filtername MyIndicationFilter -query 'SELECT * FROM Xen_ComputerSystemModification'
cimsubscribe -createsubscription -handlername MyIndicationHandler -filtername MyIndicationFilter

- Gareth

Dr. Gareth S. Bestor
IBM Linux Technology Center
M/S DES2-01
15300 SW Koll Parkway, Beaverton, OR 97006
503-578-3186, T/L 775-3186, Fax 503-578-3186

_______________________________________________
Xen-cim mailing list
Xen-cim@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-cim
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-cim] example cim indication subscription commands, Gareth S Bestor <=