ovowconfigexchange
enables the exchange of
configuration data (some specific subset) between cross-platform
HPOM management servers (to support message forwarding), between
HPOM for Windows and HPOM for UNIX servers in either direction.
This tool operates only on the HPOM for Windows platform. Its
counterparts on HPOM for UNIX are opccfgupld/opccfgdwn
and opctempl
tools. It can upload data from HPOM for
UNIX or download local configuration to files, formatted for upload
to HPOM for UNIX. Files must be manually copied between the
systems.
The following data exchange is supported:
A dummy HPOM for UNIX template (ovowhelptext
) is
generated that can be uploaded to HPOM for UNIX with the following
command:
opctempl -add ovowhelptext
If the template already exists on the target HPOM for UNIX server, it must first be deleted and then uploaded again using the following sequence of commands to upload the ovowhelptext template.
opctempl -delete "OVOW_Instruction_Text_Import"
MSG
opctempl -add ovowhelptext
NOTE:
Do not use opctempl -modify
. This results in changing
the instruction texts IDs, which makes the uploaded texts
unusable.
You do not need to distribute the template to any of the nodes.
Data is transferred by using HPOM for UNIX node hierarchies that
reflect the hierarchical structure of HPOM for Windows node groups.
Generated files must be transferred to the HPOM for UNIX server and
uploaded there with the opccfigupld
tool.
After the upload, the added nodes are found in the newly created
node hierarchy (named CFGX_*) and also in the Node Bank's Holding
Area. Make sure that you add these nodes to the operator's
responsibilities, so that you are able to see their messages. After
using the opccfgupld
command on HPOM for UNIX, you
must restart HPOM for UNIX server processes with
opcsv-start
to be able to receive messages for added
nodes.
Any node-related data (nodes, node groups, and node hierarchies)
can be downloaded from HPOM for UNIX with the
opccfgdwn
tool. When the files (the complete,
downloaded directory structure) are transferred to HPOM for
Windows, they can be uploaded into HPOM for Windows with this
tool.
The tool can read and write files in several different codesets, most of them being used on UNIX platforms. These are the keywords for codesets, understood by the -src_codeset and -dest_codeset options: ASCII, UTF8, ISO81 (for ISO88591), ISO82 (for ISO88592), ISO85 (for ISO88595), ISO815 (for ISO885915), ROMAN8, SJIS, EUCJP, GB2312, BIG5, EUCTW, EUCKR, and UNICODE (for Windows Unicode). When using files for or from HPOM for UNIX, the selected codeset must be compatible with the HPOM for UNIX server's database codeset.
-ent INSTR_TXT -dnl [<directory>] [-dest_codeset <codeset>] -ent NODES ( -dnl [<directory>] [-src_path <OVO_entity_path>] [-dest_codeset <codeset>] [-no_ip_detect])| ( -upl <directory> [-dest_path <OVO_entity_path>] [-src_codeset <codeset>] ) -help
Options
C C\NODES C\NODEHIER
opccfgupld
will issue warnings that duplicate
nodes were found. A node will only be added to the first node group
where it appears.
Outputs help and usage of the tool.
Downloads instruction texts from the HPOM for Windows server and
stores them to a dummy HPOM for UNIX template file
c:\data\transf\2\ovowhelptext
using SJIS
encoding.
Downloads node group \cad\koeln3 (with all its contents) from the HPOM for Windows server and creates the following HPOM for UNIX files:
c:\temp\1\C\1.idx c:\temp\1\C\NODEHIER\nodehier.dat c:\temp\1\C\NODES\nodes.dat
During download, the "language" directory is always set to C, regardless of the chosen destination codeset.
To upload the data into an HPOM for UNIX server, transfer the created files (from the c:\temp\1 directory downward) to the target machine (for example, to /tmp/transf/1 directory) and create the following structure:
/tmp/transf/1/C/1.idx /tmp/transf/1/C/NODEHIER/nodehier.dat /tmp/transf/1/C/NODES/nodes.dat
Run the following command on the UNIX machine:
"opccfgupld /tmp/transf/1/"
to upload it.
Uploads the HPOM for UNIX node data into HPOM for Windows, converting the files from the SJIS to the Windows Unicode codeset. HPOM for UNIX configuration files were manually transferred from HPOM for UNIX to HPOM for Windows beforehand and the following structure was created:
c:\temp\5\JP.SJIS\5.idx
c:\temp\5\JP.SJIS\NODEHIER\nodehier.dat
c:\temp\5\JP.SJIS\NODES\nodes.dat
The node hierarchy will be placed into the existing
\cad\ulm
node group on the HPOM for Windows
server.