README for HP Neoview Release 2.4 Service Pack 1
Table 4 STATUS WMS DETAIL Command Output
DescriptionData TypeColumn Name
Segment numberINTSEGMENT
Node numberINTNODE
Current CPU busyFLOATCPU_BUSY
Current memory usageFLOATMEM_USAGE
Example
This command displays information about CPU and memory consumption per segment and per
node:
NS%status wms detail;
SEGMENT NODE CPU_BUSY MEM_USAGE
----------- ----------- ------------------------ ------------------------
1 0 100.0 66.0
1 1 100.0 62.0
1 2 100.0 71.0
1 3 100.0 64.0
2 0 0.47840389609336853 57.0
2 1 0.29045435786247253 59.0
2 2 0.3483542501926422 51.0
2 3 0.1495790034532547 45.0
3 0 0.37387987971305847 50.0
3 1 0.3734622895717621 51.0
3 2 0.3300846517086029 45.0
3 3 0.15725573897361755 43.0
--- WMS operation complete.
NS%
For more information about WMS, see the Neoview Workload Management Services Guide.
Messages
The current software release introduces these new and changed error messages. For the remaining
set of messages, see the Neoview Messages Manual.
SQL Messages
SQL 4381
Holdable cursor attribute is incompatible for the isolation level.
Cause A holdable cursor attribute is set for an SQL statement that uses the SERIALIZABLE
or REPEATABLE READ isolation level.
Effect The SQL statement fails to compile.
Recovery Do not set the holdable cursor attribute for this SQL statement.
SQL 4382
Holdable cursor attribute cannot be set for a CALL statement.
Cause A holdable cursor attribute is set for a CALL statement.
Effect The CALL statement fails to compile.
Recovery Do not set the holdable cursor attribute for the CALL statement.
New Features for Release 2.4 SP1 17