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