ZeroZeroOne
Systems Engineer
Here's a new one for me. Also on CM8 which makes me nervous.
Assigning values to variables, I find "NO SPACE LEFT" for some of the operations while reviewing the trace:
It seems to be random and can happen on the first or second variable just as often as the last.
Variables are set for 5 digits:
I've used leading vectors to assign lots of values to persistent variables on other systems but this is the first time on CM8. It's a new system (not production) so perhaps there's a setting that's wrong?
Any suggestions on where to start?
Thanks!
Code:
Operating system: Linux 3.10.0-957.21.3.el7.x86_64 x86_64 x86_64
Built: Jun 14 02:54 2019
Contains: 01.0.890.0
CM Reports as: R018x.01.0.890.0
CM Release String: vcm-018-01.0.890.0
RTS Version: CM 8.1.0.1.1.890.25517
Publication Date: 10 April 2019
VMwaretools version: 10.2.5.3619 (build-8068406)
App Deployment: Virtual Machine
VM Environment: VMware
UPDATES:
Update ID Status Type Update description
--------------------------------- ------------ ----- ---------------------------
01.0.890.0-25517 activated cold 25442 + CM28795
KERNEL-3.10.0-957.21.3.el7 activated cold kernel patch KERNEL-3.10.0-
Platform/Security ID Status Type Update description
--------------------------------- ------------ ----- ---------------------------
PLAT-rhel7.6-0010 activated cold RHEL7.6-SSP001
CM Translation Saved: 2019-10-06 22:00:24
CM License Installed: 2019-08-22 11:14:40
CM Memory Config: Large
Assigning values to variables, I find "NO SPACE LEFT" for some of the operations while reviewing the trace:
Code:
08:56:27 90 38 set BM = none ADD 89706
08:56:27 90 38 operand = []
08:56:27 90 38 operand = [89706]
08:56:27 90 38 ========= ADD =========
08:56:27 90 38 variable BM = [89706] collect local
...
08:56:27 90 40 set BO = none ADD 89708
08:56:27 90 40 operand = []
08:56:27 90 40 operand = [89708]
08:56:27 90 40 ========= ADD =========
08:56:27 90 40 variable BO = [NO SPACE LEFT]
08:56:27 90 40 variable BO = [] collect local
It seems to be random and can happen on the first or second variable just as often as the last.
Variables are set for 5 digits:
Code:
Var Description Type Scope Length Start Assignment VAC
BM Opt 6 VDN collect P 5 1
I've used leading vectors to assign lots of values to persistent variables on other systems but this is the first time on CM8. It's a new system (not production) so perhaps there's a setting that's wrong?
Any suggestions on where to start?
Thanks!