WBEM Services for OpenVMS is installed
automatically with OpenVMS. As with other similar products, an
OpenVMS upgrade does not automatically include WBEM Services for
OpenVMS if it is not already installed on the target system
disk. In this case, you must install the product separately
using the PCSI PRODUCT INSTALL command. You must configure WBEM
Services for OpenVMS to obtain the services provided by HP SIM
(Version 5.2 or later) and products such as Instant Capacity,
and gWLM. To provide services over the network, HP recommends
using TCP/IP Services for OpenVMS and SSL (for security
purposes).
Before configuring WBEM Services for
OpenVMS, configure TCP/IP Services for OpenVMS. For information
about configuring TCP/IP Services for OpenVMS, see Section 7.7.5
(page 122) of
HP OpenVMS Version 8.3-1H1 for
Integrity Servers Upgrade and Installation Manual.
Click here to
see the steps to configure WBEM Services for OpenVMS on a
system on which WBEM Services for OpenVMS has never been
installed and configured.
Click here
to see the steps if you are configuring the product on a system
on which it has been configured previously.
For more information about HP WBEM products, see the following
website:
http://www.hp.com/go/wbem.
Configuring WBEM Services for OpenVMS (Where Not
Configured Previously)
To configure WBEM Services for OpenVMS on a
system for the first time, follow these steps:
1. Enter the following command
$ RUN SYS$SYSROOT:[WBEM_SERVICES]WBEM_SERVICES$CONFIG
This command invokes the utility that
configures and initializes the environment for WBEM Services for
OpenVMS.
2. After displaying the initial
configuration utility banner, the utility informs you where it
will store the configuration files and repository and asks if
you want to change the location.
The configuration files and repository
will be placed in the following location:
SYS$SPECIFIC:[WBEM_Services].
Do
you want to change this location (Yes/No) [No]?:
Note: The repository, a compiled
version of the Common Information Model (CIM) class
schema, requires an ODS-5 formatted disk (the repository uses
UNIX-style file names, which are not supported on ODS-2
formatted disks). If the default location is on an ODS-2
formatted disk, you must change the location to an ODS-5 disk.
When you accept the default location, the
utility informs you that all configuration questions have been
answered and asks whether you want to continue, as shown in the
following example. If you choose to continue, the utility
creates the CIMSERVER repository tree in the location indicated
earlier. The CIMSERVER is the WBEM Services for OpenVMS process
that runs on the system to support certain applications. It also
creates the following command files:
SYS$STARTUP:WBEM_Services$Startup.com
SYS$STARTUP:WBEM_Services$Shutdown.com
SYS$SYSROOT:[WBEM_SERVICES]WBEM_Services$Define_Commands.com
The
SYS$STARTUP:WBEM_Services$Startup.com
file defines system logicals for the WBEM Services for
OpenVMS environment.
All configuration questions have been
answered.
Do you want to continue (Yes/No) [YES]?:
%WBEMCONFIG-I-CREREPBEGIN, Create Repository Begins...
%WBEMCONFIG-I-CREREPCOMPLETE, Create Repository Complete.
This utility creates:
SYS$STARTUP:WBEM_Services$Startup.com
which should be added to SYS$STARTUP:SYSTARTUP_VMS.COM.
This utility creates:
SYS$STARTUP:WBEM_Services$Shutdown.com
which should be added to SYS$STARTUP:SYSHUTDWN.COM.
This utility creates:
SYS$SYSROOT:[wbem_services]WBEM_Services$Define_Commands.com
which users who use this product can add to their login.com.
3. The utility asks whether to start the
CIMSERVER:
Do you want to start the CIMServer now (Yes/No) [Yes]?:
CIMSERVER must be running so that your
system can use such applications as Instant Capacity, and gWLM.
You can start CIMSERVER now, or you can perform other
post-installation or post-upgrade tasks first and then start
CIMSERVER. If you choose to start CIMSERVER now, the utility
displays the progress and operating system information, as in
the following example:
%RUN-S-PROC_ID,
identification of created process is 21A00599
%WBEMCIM-I-STARTUPWAIT, Waiting for CIMServer to start... 120
seconds remaining.
%WBEMCIM-S-CSSTARTED, CIMServer successfully started.
OperatingSystem Information
Host: boston.hp.com
Name: OpenVMS
Version: V8.3-1H1
UserLicense: Unlimited user license
Number of Users: 1 users
Number of Processes: 29 processes
OSCapability: 64 bit
LastBootTime: Jul 31, 2007 10:52:55 (-0400)
LocalDateTime: Aug 3, 2007 10:14:58 (-0400)
SystemUpTime: 256923 seconds = 2 days, 23 hrs, 22 mins, 3 secs
4. To ensure that CIMServer starts
automatically at each reboot, add the following line to the
SYS$MANAGER:SYSTARTUP_VMS.COM file:
$ @SYS$STARTUP:WBEM_Services$Startup.com
To
have CIMServer shut down automatically with the operating
system, add the following line to the
SYS$MANAGER:SYSSTARTUP:SYSHUTDWN.COM
file:
$
@SYS$STARTUP:WBEM_Services$Shutdown.com
All users who use this product should also
add the following line to their
LOGIN.COM
file:
$
@SYS$STARTUP:WBEM_Services$Define_Commands.com
5. In an OpenVMS Cluster, each member that
runs WBEM Services for OpenVMS needs its own repository.
Therefore, you must perform the WBEM Services for OpenVMS
configuration procedure on each of those cluster members.
Configuring WBEM Services for OpenVMS (Where Configured
Previously)
To configure WBEM Services for OpenVMS on a
system where it has been configured previously, follow these
steps:
1. Enter the following command
$ RUN SYS$SYSROOT:[WBEM_SERVICES]WBEM_SERVICES$CONFIG
This command starts the utility that
configures and initializes the environment for WBEM Services for
OpenVMS.
If the WBEM Services for OpenVMS product
(Version 2.0) available with OpenVMS I64 Version 8.3 is already
configured on your system, the following error message and the
recommended remedial actions appear:
%WBEMCONFIG-E-SYSCOMMONLOGICAL, WBEM_VAR can no longer be
defined to point to a location in SYS$COMMON. The repository
files in WBEM_VAR should not be shared with other cluster
members.
Follow these manual steps to move the
repository out of the SYS$COMMON area and complete the post
installation configuration tasks:
-
Delete the sys$common:[WBEM_Services.var...] directory tree.
-
Deassign the WBEM_VAR system logical.
-
Run this procedure again.
Perform the recommended steps, as in the
following example:
$
DELETE SYS$COMMON:[WBEM_SERVICES.VAR]*.*;*
$ DELETE SYS$COMMON:[WBEM_SERVICES]VAR.DIR;*
$ DEASSIGN/SYS WBEM_VAR
$ RUN SYS$SYSROOT:[WBEM_SERVICES]WBEM_SERVICES$CONFIG
After you start the configuration
procedure, go to Section A and follow the steps described
there, starting with step 2.
2. After displaying the initial
configuration utility banner, the utility informs you where it
will store the configuration files and
repository and asks if you want to change the location.
The configuration files and repository will be placed in the
following location:
SYS$SPECIFIC:[WBEM_Services].
Do
you want to change this location (Yes/No) [No]?:
The
repository is a compiled version of the CIM class schema. This
example assumes you accept the current location.
3. As shown in the following example, the
utility informs you that all configuration questions have
been answered and asks whether you want to continue.
If the utility determines that the
repository schema has not changed, the utility informs you and
continues. The utility does not need to upgrade the repository.
If the utility determines that the current
repository needs upgrading, or if the utility does not find a
repository (perhaps WBEM Services for OpenVMS had been installed
but not configured), the utility displays a message informing
you that the repository will be upgraded or created and that
this will take 10 to 15 minutes depending on your processor and
disk I/O speed. In the following example, the utility needs to
create the repository tree.
The utility also creates the
SYS$STARTUP:WBEM_Services$Startup.com,
SYS$STARTUP:WBEM_Services$Shutdown.com, and
SYS$SYSROOT:[WBEM_SERVICES]WBEM_Services$Define_Commands.com
command files. The
SYS$STARTUP:WBEM_Services$Startup.com file defines system
logicals for the WBEM Services for OpenVMS environment.
All configuration questions have been
answered.
Do you want to continue (Yes/No) [Yes]?:
%WBEMCONFIG-I-CREREPBEGIN, Create Repository Begins...
%WBEMCONFIG-I-CREREPCOMPLETE, Create Repository Complete.
This utility creates:
SYS$STARTUP:WBEM_Services$Startup.com
which should be added to SYS$STARTUP:SYSTARTUP_VMS.COM.
This utility creates:
SYS$STARTUP:WBEM_Services$Shutdown.com
which should be added to SYS$STARTUP:SYSHUTDWN.COM.
This utility creates:
SYS$SYSROOT:[wbem_services]WBEM_Services$Define_Commands.com
which users who use this product can add to their login.com.
4. The utility now asks you whether to
start the CIMSERVER:
Do you want to start the CIMServer now (Y/N) {Y}?:
CIMSERVER must be running so that your
system can use such applications as Instant Capacity, Pay per
use, and gWLM. You can start CIMSERVER now, or you can perform
other post-installation or post-upgrade tasks first and then
start CIMSERVER. If you choose to start CIMSERVER now, the
utility displays the progress and operating system information,
as in the following example:
%RUN-S-PROC_ID,
identification of created process is 21A00599
%WBEMCIM-I-STARTUPWAIT, Waiting for CIMServer to start... 120
seconds remaining.
%WBEMCIM-S-CSSTARTED, CIMServer successfully started.
OperatingSystem Information
Host: boston.hp.com
Name: OpenVMS
Version: V8.3-1H1
UserLicense: Unlimited user license
Number of Users: 1 users
Number of Processes: 29 processes
OSCapability: 64 bit
LastBootTime: Jul 31, 2007 10:52:55 (-0400)
LocalDateTime: Aug 3, 2007 10:14:58 (-0400)
SystemUpTime: 256923 seconds = 2 days, 23 hrs, 22 mins, 3 secs
5. To ensure that CIMSERVER starts
automatically at each reboot, add the following line to the
SYS$MANAGER:SYSTARTUP_VMS.COM file:
$ @SYS$STARTUP:WBEM_Services$Startup.com
To have CIMServer shut down automatically
with the operating system, add the following line to the
SYS$MANAGER:SYSSTARTUP:SYSHUTDWN.COM file:
$
@SYS$STARTUP:WBEM_Services$Shutdown.com
All users who use this product should also
add the following line to their
LOGIN.COM file:
$
@SYS$STARTUP:WBEM_Services$Define_Commands.com
6. In an OpenVMS Cluster, each member that
will run WBEM Services for OpenVMS needs its own repository.
Therefore, you must perform the WBEM Services for OpenVMS
configuration procedure on each of those cluster members.
Note: HP recommends that you do not remove the WBEM
Services for OpenVMS product even if you do not have a need
for it. If you attempt to use the PRODUCT REMOVE command to
remove this product, you might see a message similar to the
following. This message is automatically displayed for any
product that is required with OpenVMS. The consequences of
removing WBEM Services for OpenVMS might not be as severe as
implied by the message unless other software is using the
product on your server.
%PCSI-E-HRDREF, product HP I64VMS WBEMCIM V2.61 is referenced by
HP I64VMS OPENVMS V8.3-1H1
The two products listed above are tightly bound by a software
dependency.
If you override the recommendation to terminate the operation,
the referenced product will be removed, but the
referencing product will have an unsatisfied
software dependency and may no longer function correctly.
Please review the referencing product’s documentation on
requirements. Answer YES to the following question
to terminate the PRODUCT command. However, if you
are sure you want to remove the referenced product then
answer NO to continue the operation.
Terminating is strongly recommended. Do you
want to terminate? [YES]
|