Using statemgr, Statemgr command-line syntax, Statemgr command-line arguments – HP Scripting Toolkit for Windows 9.60 User Manual

Page 19: Statemgr return codes, Statemgr command-line examples, Using rbsureset

Advertising
background image

Using STATEMGR

The STATEMGR utility enables the user to keep track of the execution state during system reboots.
This utility saves persistent state information across reboots of the system.

NOTE:

The STATEMGR utility is not supported on 100 series servers.

STATEMGR command-line syntax

STATEMGR [-R] [EVNAME] [-h]

- or -

STATEMGR [-W] [EVNAME] [VALUE] [-h]

STATEMGR command-line arguments

Description

Command-line argument

This argument reads the state of the environment variable
defined by [EVNAME]. The value of the environment
variable is returned as a return code.

–R

This argument writes the state defined by [VALUE] to an
environment variable defined by [EVNAME].

-W

This argument creates an environment variable used to
represent the state to manage. The variable can be any
word that is eight characters or fewer.

EVNAME

This argument is used only with the -W argument to indicate
the value of the environment variable to maintain. [VALUE]

VALUE

is limited to integers between 0 and 254. If no value is
provided when using -W, the state environment variable
is cleared.

This argument displays help information.

—h

STATEMGR return codes

Meaning

Value

The command was completed successfully.

0

N arguments were ignored because they were not in the
variable=<string> format.

n

STATEMGR command-line examples

Description

Command-line argument

STATEMGR writes the state value 3 to the PHASE
environment variable.

STATEMGR —W PHASE 3

STATEMGR reads the PHASE environment variable and
returns its value as a return code. If the environment

STATEMGR —R PHASE

variable has been reset or no value has been stored, the
return code is 0.

Using RBSURESET

RBSURESET resets the BIOS settings for a server by reapplying the default factory setting at the
next reboot. To prevent accidental or malicious damage to a server's configuration, this utility only
functions in a Windows PE environment. It will not operate in any other Windows environment.

Using STATEMGR

19

Advertising