(file) Return to README.txt CVS log (file) (dir) Up to [Pegasus] / pegasus-JavaCIMClient / cimclient / tests / ProviderClientTest

File: [Pegasus] / pegasus-JavaCIMClient / cimclient / tests / ProviderClientTest / README.txt (download)
Revision: 1.1, Thu Jul 17 17:32:55 2003 UTC (20 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: test, pegasus25BeforeLicenseUpdate, local, TEST, SLPPERFINST-root, SLPPERFINST-branch, RELEASE_2_4_FC_CANDIDATE_1, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-root, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze, RELEASE_2_3_2-branch, RELEASE_2_3_1-root, RELEASE_2_3_1-branch, RELEASE_2_3_0-root, RELEASE_2_3_0-msg-freeze, RELEASE_2_3_0-branch, PRE_LICENSE_UPDATE_2003, POST_LICENSE_UPDATE_2003, PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP213_SIZE_OPTIMIZATIONS, PEP-214B-root, PEG25_IBM_5_16_05, MONITOR_CONSOLIDATION_2_5_BRANCH, IBM_241_April1405, HPUX_TEST, HEAD, CQL_2_5_BRANCH, CHUNKTESTDONE_PEP140, BUG2493_BINREP-root, BUG2493_BINREP-branch
Branch point for: pep_88
HP-BAPU: PEP-64 CIM Client and CIM Listener Java Interface

ProviderClient.java

Purpose:  Test program to exercise an XML connection using SNIA libraries.

Usage:  from the command line -
	java ProviderClient <target_system> <namespace> <port> <ssl/nonssl> <class_name> <property_name>

			
      examples:       
	java ProviderClient localhost root/cimv2 5989 ssl PG_ComputerSystem Name";

	java ProviderClient sequoia root/cimv2 5989 ssl PG_OperatingSystem Version ";

	java ProviderClient sequoia root 5988 nossl PG_OperatingSystem Version ";

	java ProviderClient sequoia root/cimv2 5989 ssl PG_OperatingSystem Version

        java ProviderClient sequoia root/cimv2 5989 ssl PG_ComputerSystem Name
     
        java ProviderClient sequoia root/cimv2 5989 ssl PG_OperatingSystem  NumberOfProcesses

        java ProviderClient sequoia root/cimv2 5989 ssl PG_OperatingSystem  OperatingSystemCapability

        java ProviderClient sequoia root/cimv2 5989 ssl PG_UnixProcess CreationDate

        java ProviderClient sequoia root/cimv2 5989 ssl PG_UnixProcess Description

	no safe guards against the input parameter list being out of order
	hard-coded to root/cimv2
		
Testing:  
        This sample program has been hosted on HP-UX, Windows NT and Windows 2000.
	It has collected data from HPUX, RedHat Linux 7.2 and Windows 2000 running the WMI Mapper.

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2