NAME
ovconfpar
- set and return configuration parameters remotely
SYNOPSIS
ovconfpar -get [-host <hostname
> [-targetid [<id
>]...] -ovrg <OVRG
> -ns <namespace
> ]
ovconfpar -change [-host <hostname
> [-targetid [<id
>]...] -ovrg <OVRG
>] -ns <namespace
> [ [-set <attr
> <value
>]... | [-clear [<attr
>] ]... ]
ovconfpar -help
ovconfpar -version
DESCRIPTION
The ovconfpar
command reads and sets configuration
parameters for installed HP Operations components. For information
about the parameters you can use with the ovconfpar
command, see "Parameters." For information about the options you
can use with the ovconfpar
command parameters, see
"Options."
Parameters
The ovconfpar
command recognizes the following
parameters:
-get
<options>
-change
<options>
-version
-help
Options
You can use the following options with the
ovconfpar
command parameters:
-host
<hostname>
[-targetid
<id>
]
-ovrg
<OVRG>
-ovrg
to specify the name of the
resource group.
-ns
<namespace
>-set <
attr
>
<
value
> ...
-clear [<
attr
>]
...
Return Codes
ovconfpar
issues the following return codes:
EXAMPLES
The following examples show how to use the
ovconfpar
command.
ovo_port_range
to
12345
in the namespace ovo.server
:
ovconfpar -set -ns ovo.svr01 -set ovo_port_range
12345
ovo_port_range
to
12345
in the namespaces ovo.svr01
and
ovo.svr02
:
ovconfpar -set -ns ovo.svr01 -set ovo_port_range 12345
-ns ovo.svr02 -set ovo_port_range 12345
MaxFileSize
to 128
and
the key Protocol
to HTTP
in the namespace
ovo.svr01
:
ovconfpar -set -ns ovo.svr01 -set MaxFileSize 128 -ns
ovo.svr01 -set Protocol HTTP
ovconfpar -g
MaxFileSize
in the
ovo.svr01
namespace:
ovconfpar -g -ns ovo.svr01 MaxFileSize
ovo.svr01
namespace:
ovconfpar -g -ns ovo.svr01
AUTHOR
ovconfpar
was developed by Hewlett-Packard
Company.
SEE ALSO
ovappinstance(1), ovclusterinfo(1), ovpolicy(1).