usr/src/lib/sblim/SblimCimClient.3
changeset 0 b34509ac961f
child 11 87960ed158f9
equal deleted inserted replaced
-1:000000000000 0:b34509ac961f
       
     1 '\" t
       
     2 .\"
       
     3 .\" CDDL HEADER START
       
     4 .\"
       
     5 .\" The contents of this file are subject to the terms of the
       
     6 .\" Common Development and Distribution License (the "License").
       
     7 .\" You may not use this file except in compliance with the License.
       
     8 .\"
       
     9 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
    10 .\" or http://www.opensolaris.org/os/licensing.
       
    11 .\" See the License for the specific language governing permissions
       
    12 .\" and limitations under the License.
       
    13 .\"
       
    14 .\" When distributing Covered Code, include this CDDL HEADER in each
       
    15 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    16 .\" If applicable, add the following below this CDDL HEADER, with the
       
    17 .\" fields enclosed by brackets "[]" replaced with your own identifying
       
    18 .\" information: Portions Copyright [yyyy] [name of copyright owner]
       
    19 .\"
       
    20 .\" CDDL HEADER END
       
    21 .\"
       
    22 .\" Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
       
    23 .\" Use is subject to license terms.
       
    24 .\"
       
    25 .\" ident	"@(#)SblimCimClient.3	1.1	09/02/24 SMI"
       
    26 .\"
       
    27 .TH SblimCimClient 1 "2009 Jan 06" "" ""
       
    28 .SH NAME
       
    29 SblimCimClient - A Java implementation of a WBEM services client that includes an IETF RFC 2614 compliant SLP client for CIM service discovery.
       
    30 
       
    31 .SH SYNOPSIS
       
    32 .B add sblim jars to the CLASSPATH
       
    33 
       
    34 .SH DESCRIPTION
       
    35 SBLIM is an acronym for Standards Based Linux Instrumentation for Manageability. The goal of this project is to Provide a complete Open Source implementation of a WBEM-based management solution for Linux. The SBLIM CIM Client for Java is an implementation of a WBEM services client that includes an IETF RFC 2614 compliant SLP client for CIM service discovery. It is intended to be used by management applications in all areas that leverage CIM technology such as SMI-S, SMASH, etc. The design of the SBLIM Client has put emphasis on low memory consumption and high performance. It offers different options to use the implemented XML parser (SAX, DOM, Pull). Furthermore, a comfortable way to debug interoperability issues by dumping the XML request and response to a log file is provided.
       
    36 .PP
       
    37 For more details about SblimCimClient, please see
       
    38 .br
       
    39 .B http://sblim.wiki.sourceforge.net/CimClient web page.
       
    40 
       
    41 .SH FILES
       
    42 By default, SblimCimClient jars are installed into /usr/share/lib/java directory.
       
    43 
       
    44 HTML-based documentation is located in SblimCimClient's doc directory, e.g. /usr/share/doc/sblim.
       
    45 
       
    46 .SH ENVIRONMENT
       
    47 JAVA_HOME variable must point to the directory where Java is installed.
       
    48 
       
    49 .SH COPYRIGHT
       
    50 SblimCimClient is open-source software.
       
    51 .br
       
    52 .SH LICENSE
       
    53 Common Public License
       
    54 .br
       
    55 .RE
       
    56 .SH ATTRIBUTES
       
    57 See
       
    58 .BR attributes (5)
       
    59 for descriptions of the following attributes:
       
    60 .sp
       
    61 .TS
       
    62 box;
       
    63 cbp-1 | cbp-1
       
    64 l | l .
       
    65 ATTRIBUTE TYPE	ATTRIBUTE VALUE
       
    66 =
       
    67 Availability	SUNWSblimCimClient
       
    68 =
       
    69 Interface Stability	Uncommitted
       
    70 .TE
       
    71 .PP
       
    72 .SH NOTES
       
    73 Source for sblim is available on http://opensolaris.org.
       
    74