Tim Potter | 2 May 2005 07:16
Picon
Favicon

Bugzilla #1256 - There is no CIMName::operator != available

I was curious whether this bug was going to be fixed?  It's annoying
having to write !(s == "foo") all the time instead of (s != "foo").

Is it a problem with what is in effect a change to the C++ provider API?
I'm sure it's more complicated than it looks.  (-:

Tim.

David Dillard | 2 May 2005 15:29

RE: Bugzilla #1256 - There is no CIMName::operator != available

Tim,

I've added this to tomorrow's Architecture Team call.  It's a very
simple function, but since it involves adding to a public interface it
requires Architecture Team approval before the change can be made.

--- David

> -----Original Message-----
> From: Tim Potter [mailto:tpot <at> hp.com] 
> Sent: Monday, May 02, 2005 1:17 AM
> To: pegasus-l <at> opengroup.org
> Subject: Bugzilla #1256 - There is no CIMName::operator != available
> 
> I was curious whether this bug was going to be fixed?  It's 
> annoying having to write !(s == "foo") all the time instead 
> of (s != "foo").
> 
> Is it a problem with what is in effect a change to the C++ 
> provider API?
> I'm sure it's more complicated than it looks.  (-:
> 
> 
> Tim.
> 
> 

Sameer(External | 2 May 2005 15:43
Favicon

Problem in testing the SLP discovery( in Pegasus-2.5)

Hi All,
    I am trying to compile pegasus 2.5 on Windows 2K3 server with SLP
support. Below are the steps that I have followed-

1.  PEGASUS_ENABLE_SLP=TRUE
2. build pegasus
3. cimconfig -s slp=1 -p
4. make repository
5. started cimserver
6. tested with TestSlpClient.

The output I got is as follows

Warning: No registered wbem connections found.
+++++ passed all tests

I tried with the previous versions of Pegasus, but no luck.

I also have checked with the previous mail archives - but realised that they all have
followed the same steps. I am looking for the SLP support.

It could be of great help if my below mentioned questions are addressed by any one of you -
my questions are

What is meant by "No registered wbem connections found" ?
How should I overcome this problem?
Is there any setting remained apart from all this.
I want to know the detailed flow of how the complete slp discovery is done in
pegasus. Is there any Document Explaining the same.
 
Please let me know on the same ASAP as am stuckup with my tight schedule.

Thanks in advance,
Sameer

Dunfey_Alexander | 2 May 2005 16:08

RE: Problem in testing the SLP discovery( in Pegasus-2.5)

I believe the slp configuration property should to be set to "true" not "1".
 
Try "cimconfig -s slp=true -p" for step 3 and see how that goes.

From: pegasus-l-request <at> opengroup.org [mailto:pegasus-l-request <at> opengroup.org] On Behalf Of Sameer(External)
Sent: Monday, May 02, 2005 9:43 AM
To: pegasus-l <at> opengroup.org
Subject: Problem in testing the SLP discovery( in Pegasus-2.5)

Hi All,
    I am trying to compile pegasus 2.5 on Windows 2K3 server with SLP
support. Below are the steps that I have followed-

1.  PEGASUS_ENABLE_SLP=TRUE
2. build pegasus
3. cimconfig -s slp=1 -p
4. make repository
5. started cimserver
6. tested with TestSlpClient.

The output I got is as follows

Warning: No registered wbem connections found.
+++++ passed all tests

I tried with the previous versions of Pegasus, but no luck.

I also have checked with the previous mail archives - but realised that they all have
followed the same steps. I am looking for the SLP support.

It could be of great help if my below mentioned questions are addressed by any one of you -
my questions are

What is meant by "No registered wbem connections found" ?
How should I overcome this problem?
Is there any setting remained apart from all this.
I want to know the detailed flow of how the complete slp discovery is done in
pegasus. Is there any Document Explaining the same.
 
Please let me know on the same ASAP as am stuckup with my tight schedule.

Thanks in advance,
Sameer

Dunfey_Alexander | 2 May 2005 16:26

RE: Problem in testing the SLP discovery( in Pegasus-2.5)

I'm told that the compile time variable PEGASUS_ENABLE_SLP may also be case sensitive, and should be lower-case, not upper case, i.e.
 
PEGASUS_ENABLE_SLP=true

From: pegasus-l-request <at> opengroup.org [mailto:pegasus-l-request <at> opengroup.org] On Behalf Of Dunfey_Alexander <at> emc.com
Sent: Monday, May 02, 2005 10:08 AM
To: pegasus-l <at> opengroup.org
Subject: RE: Problem in testing the SLP discovery( in Pegasus-2.5)

I believe the slp configuration property should to be set to "true" not "1".
 
Try "cimconfig -s slp=true -p" for step 3 and see how that goes.

From: pegasus-l-request <at> opengroup.org [mailto:pegasus-l-request <at> opengroup.org] On Behalf Of Sameer(External)
Sent: Monday, May 02, 2005 9:43 AM
To: pegasus-l <at> opengroup.org
Subject: Problem in testing the SLP discovery( in Pegasus-2.5)

Hi All,
    I am trying to compile pegasus 2.5 on Windows 2K3 server with SLP
support. Below are the steps that I have followed-

1.  PEGASUS_ENABLE_SLP=TRUE
2. build pegasus
3. cimconfig -s slp=1 -p
4. make repository
5. started cimserver
6. tested with TestSlpClient.

The output I got is as follows

Warning: No registered wbem connections found.
+++++ passed all tests

I tried with the previous versions of Pegasus, but no luck.

I also have checked with the previous mail archives - but realised that they all have
followed the same steps. I am looking for the SLP support.

It could be of great help if my below mentioned questions are addressed by any one of you -
my questions are

What is meant by "No registered wbem connections found" ?
How should I overcome this problem?
Is there any setting remained apart from all this.
I want to know the detailed flow of how the complete slp discovery is done in
pegasus. Is there any Document Explaining the same.
 
Please let me know on the same ASAP as am stuckup with my tight schedule.

Thanks in advance,
Sameer

Sameer(External | 3 May 2005 12:25
Favicon

Re: Problem in testing the SLP discovery( in Pegasus-2.5)

Hi Dunfey
 
The problem got solved after the changes (as suggested by you).
 
Thanks for the immedeate reply and timely help.
 
Thanks a Lot
Sameer
----- Original Message -----
Sent: Monday, May 02, 2005 7:38 PM
Subject: RE: Problem in testing the SLP discovery( in Pegasus-2.5)

I believe the slp configuration property should to be set to "true" not "1".
 
Try "cimconfig -s slp=true -p" for step 3 and see how that goes.

From: pegasus-l-request <at> opengroup.org [mailto:pegasus-l-request <at> opengroup.org] On Behalf Of Sameer(External)
Sent: Monday, May 02, 2005 9:43 AM
To: pegasus-l <at> opengroup.org
Subject: Problem in testing the SLP discovery( in Pegasus-2.5)

Hi All,
    I am trying to compile pegasus 2.5 on Windows 2K3 server with SLP
support. Below are the steps that I have followed-

1.  PEGASUS_ENABLE_SLP=TRUE
2. build pegasus
3. cimconfig -s slp=1 -p
4. make repository
5. started cimserver
6. tested with TestSlpClient.

The output I got is as follows

Warning: No registered wbem connections found.
+++++ passed all tests

I tried with the previous versions of Pegasus, but no luck.

I also have checked with the previous mail archives - but realised that they all have
followed the same steps. I am looking for the SLP support.

It could be of great help if my below mentioned questions are addressed by any one of you -
my questions are

What is meant by "No registered wbem connections found" ?
How should I overcome this problem?
Is there any setting remained apart from all this.
I want to know the detailed flow of how the complete slp discovery is done in
pegasus. Is there any Document Explaining the same.
 
Please let me know on the same ASAP as am stuckup with my tight schedule.

Thanks in advance,
Sameer

Willis C White | 3 May 2005 13:31
Picon
Favicon

how do I create a Name Space in 2.4


I know how to create a Name Space in 2.5 (create an instance of CIM_Namespace). Is the process different in 2.4? The CIM_Namespace class appears not to be instrumented in the /root/PG_Interop Name Space. Could some one give me the step to create a Name Space using 2.4 ?

the Software Engineer Formerly known as
Willis C. White III
Advanced Systems Infrastructure Development - Poughkeepsie  
(845) 433-7823       Tie-line 293-7823
Berard, Gary L | 3 May 2005 19:10
Picon
Favicon

Documentation for the cimconfig program

Greetings,

Can someone point me to some documentation fort the cimconfig program.  I need to change the ports that OpenPegausus uses and it looks like this is the way to do it. However, I cant find any documentation on all the parameters and options for cimconfig.

Thanks,
Gary

Agarwal, Vivek (STSD | 3 May 2005 20:36
Picon
Favicon

RE: Documentation for the cimconfig program

Hi Gary,
 
Please refer attached ppt for your reference for cimconfig properties including changing of port.
also, Please refer http://www.openpegasus.org/documents.tpl?CALLER=doc.tpl&grouped=Y URL for all other docs.
 
Thanks
-Vivek
-----Original Message-----
From: Berard, Gary L
Sent: Tuesday, May 03, 2005 11:11 AM
To: pegasus-l <at> openpegasus.org
Subject: Documentation for the cimconfig program

Greetings,

Can someone point me to some documentation fort the cimconfig program.  I need to change the ports that OpenPegausus uses and it looks like this is the way to do it. However, I cant find any documentation on all the parameters and options for cimconfig.

Thanks,
Gary

Attachment (PegasusWorkshop-Configuration.ppt): application/vnd.ms-powerpoint, 190 KiB
Karl Schopmeyer | 3 May 2005 21:12

Re: Documentation for the cimconfig program

There is help with the program (in 2.5 cimconfig --help) and a doc file (see src/clients/cimconfig/doc).

Here is the help.

Usage: cimconfig -g name [ -c ] [ -d ] [ -p ]
                 -s name=value [ -c ] [ -p ]
                 -u name [ -c ] [ -p ]
                 -l [ -c | -p ]
                 -h
                 --help
                 --version
Options :
    -c         - Use current configuration
    -d         - Use default configuration
    -g         - Get the value of specified configuration property
    -h, --help - Display this help message
    -l         - Display all the configuration properties
    -p         - Configuration used on next CIM Server start
    -s         - Add or Update configuration property value
    -u         - Reset configuration property to its default value
    --version  - Display CIM Server version number

Usage note: The cimconfig command can be used to update the next planned
configuration without having the CIM Server running. All other options
of the cimconfig command require that the CIM Server is running.


To change the port use

cimconfig -lp to list what the current values are.

the named properties you are looking for are:

httpport
httpsport

so should be able to set httpport with

cimconfig -s httpport=xxx -p

which will set it into the permanent file.

Note that the definition of which parameters are modifiable with the -c (current) or
-p (permanent) change defintions is very heavily dependent on the platform and whether this is a test or release build.

Karl

Thanks for your message at 12:10 PM 5/3/2005. Your message was:

Greetings,

Can someone point me to some documentation fort the cimconfig program. I need to change the ports that OpenPegausus uses and it looks like this is the way to do it. However, I can

Gmane