📄 testcimconfig
字号:
echo "\n"echo "\n"echo "Valid cases:"echo "Testing all set options."echo "Set the current values:"cimconfig -s traceLevel=1 -ccimconfig -s traceLevel=2 -ccimconfig -s traceLevel=3 -ccimconfig -s traceLevel=4 -ccimconfig -s traceComponents=ALL -ccimconfig -s traceComponents=Config -ccimconfig -s traceComponents=Config,XmlParser -ccimconfig -s traceFilePath=/tmp/test.trace -ccimconfig -s traceFilePath=/tmp/test1.trace -ccimconfig -s traceFilePath=/tmp/test.trace -cecho "Testing all get options."cimconfig -g traceLevelcimconfig -g traceComponentscimconfig -g traceFilePathecho "Get the current values:"cimconfig -g traceLevel -ccimconfig -g traceComponents -ccimconfig -g traceFilePath -cecho "Get the planned values:"cimconfig -g traceLevel -pcimconfig -g traceComponents -pcimconfig -g traceFilePath -pecho "Display properties:"cimconfig -l -cecho "Set the planned values:"cimconfig -s traceLevel=1 -pcimconfig -s traceLevel=2 -pcimconfig -s traceLevel=3 -pcimconfig -s traceLevel=4 -pcimconfig -s traceComponents=ALL -pcimconfig -s traceComponents=Config -pcimconfig -s traceComponents=Config,XmlParser -pcimconfig -s traceComponents= -pcimconfig -s traceFilePath=/tmp/test.trace -pcimconfig -s traceFilePath=/tmp/test1.trace -pcimconfig -s traceFilePath=/tmp/test.trace -pecho "Display properties:"cimconfig -l -pecho "Testing all unset options."echo "Unset the current values: "cimconfig -u traceLevel -ccimconfig -u traceComponents -ccimconfig -u traceFilePath -cecho "Display properties:"cimconfig -l -cecho "Unset the planned values:"cimconfig -u traceLevel -pcimconfig -u traceComponents -pcimconfig -u traceFilePath -pecho "Display properties:"cimconfig -l -p
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -