Neoview Workload Management Services Guide (R2.4)
2 Getting Started
• “Installing and Starting WMS on the Neoview Platform” (page 25)
• “Installing the Neoview Command Interface (NCI)” (page 25)
Installing and Starting WMS on the Neoview Platform
If you have Neoview Release 2.4, WMS should already be installed and started on your Neoview
platform. If you are an HP support person, see the Neoview Database Support Guide for information
about installing and starting WMS on a Neoview platform.
The STATUS WMS VERSION command displays version information for the internal WMS
processes on the Neoview platform. If you have Neoview Release 2.4, the STATUS WMS VERSION
command should display this version information:
SQL>mode ns
NS%status wms version;
VERSION_INFO
---------------------------------------------------------------------------------------------------------
01:QSSYNC:93:2:4:1:T8010N27_31MAR2009_SYNC_0326
01:QSMGR:90:2:4:1:T8010N27_31MAR2009_QS_0326
01:QSCOM:92:2:4:1:T8010N27_31MAR2009_COM_0326
01:QSSTATS:91:2:4:1:T8010N27_31MAR2009_STAT_0326
01:QSRULE:95:2:4:1:T8010N27_31MAR2009_RULE_0326
02:QSMGR:90:2:4:1:T8010N27_31MAR2009_QS_0326
02:QSCOM:92:2:4:1:T8010N27_31MAR2009_COM_0326
02:QSSTATS:91:2:4:1:T8010N27_31MAR2009_STAT_0326
02:QSRULE:95:2:4:1:T8010N27_31MAR2009_RULE_0326
03:QSMGR:90:2:4:1:T8010N27_31MAR2009_QS_0326
03:QSCOM:92:2:4:1:T8010N27_31MAR2009_COM_0326
03:QSSTATS:91:2:4:1:T8010N27_31MAR2009_STAT_0326
03:QSRULE:95:2:4:1:T8010N27_31MAR2009_RULE_0326
--- WMS operation complete.
NS%
For the syntax, see the “STATUS WMS VERSION Command” (page 152).
Installing the Neoview Command Interface (NCI)
If you plan to execute the WMS commands in a command-line interface or in script files off the
Neoview platform, install the NCI product on your client workstation. For installation instructions,
see the Neoview Command Interface (NCI) Guide.
NOTE: The examples in this manual show WMS commands run through NCI.
How to Execute WMS Commands in NCI
By default, NCI sessions are in SQL mode. To execute WMS commands in NCI, you must be in
NS mode. To change to NS mode, enter the MODE NS command. After you enter the MODE
NS command in NCI, the prompt changes to NS% as this example shows:
SQL>mode ns
NS%
You are now ready to execute WMS commands in NCI. Terminate each WMS command that
you execute in NCI with a semicolon (;).
TIP: Consider putting WMS commands in script files that you can run in NCI. For more
information about using script files in NCI, see the Neoview Command Interface (NCI) Guide.
Installing and Starting WMS on the Neoview Platform 25