In an environment with multiple management servers, you must configure each node on every management server that may receive the node's messages. Management servers discard messages if they originate from unknown nodes. This applies for both agent-based and server-based flexible management.
In addition, before you can deploy a flexible management policy from a management server, you must configure nodes on that management server to represent all the other management servers that the flexible management policy mentions.
HPOM provides commands that enable you to exchange node configuration data between management servers. To speed up the distribution of node configurations, it may be useful to first upload all node configurations to one management server. You can then download the node configurations to all other management servers.
Open a command prompt and type the command:
ovpmutil CFG NDS DNL <filename.mof> /p
<unique ID>
For example, to export all node configurations in the Windows
node group to the file c:\temp\windows.mof
, type:
ovpmutil CFG NDS DNL c:\temp\windows.mof /p
Root_Windows
Optional. Add either of the following optional parameters to the command:
/configuredonly
/externalonly
Open a command prompt and type the command:
ovpmutil CFG NDS UPL <filename.mof>
/noautodeploy
The /noautodeploy
option clears the Enable Auto
Deployment property for every imported node, regardless of the
setting on the original management server. To import the setting
from the original management server, omit this option. If automatic
deployment is selected for any node, the management server begins
to deploy policies to the node immediately.
Open a command prompt and type the command:
ovowconfigexchange -ent NODES -dnl
<folder> -src_path "<path to node
group>"
For example, to export all node configurations in the Windows
node group to the folder c:\temp\windows-nodes
,
type:
ovowconfigexchange -ent NODES -dnl c:\temp\windows_nodes
-src_path "\HP Defined Groups\Windows"
Optional. Add either of the following optional parameters to the command:
-no_ip_detect
-dest_codeset <code set>
opccfgupld
. For more details, see the HPOM for
UNIX documentation.opccfgdwn
. For more details,
see the HPOM for UNIX documentation.Open a command prompt and type the command:
ovowconfigexchange -ent NODES -upl
<folder> -dest_path
"<path to node
group>" -src_codeset <code set>
The -dest_path
must be an existing node group. The
-src_codeset
must be the code set that the HPOM for
UNIX database uses. For example, to import node configurations in
the SJIS code set from the folder c:\temp\UNIX_nodes\
into a node group called HPOM for UNIX Nodes,
type:
ovowconfigexchange -ent NODES -upl c:\temp\UNIX_nodes\
-dest_path "\HPOM for UNIX Nodes\" -src_codeset SJIS
Related Topics: