HP Integrity Virtual Machines Installation, Configuration, and Administration Version A.03.50

available at the virtual console: either admin or oper (the
default).
This option can be specified more than once.
-u user[:kind]]
Specifies the user authorization. A VM Host user account
specified here can use the hpvmconsole command to manage
this guest.The user parameter specifies the user name. The kind
argument specifies the privilege level available at the virtual
console: either admin or oper (the default).
This option can be specified more than once.
-s
Sanity-checks the virtual machine configuration and returns
warnings or errors, but does not create the virtual machine.
This option is used to invoke the hpvmcreate command's
resource checking for a virtual machine configuration without
actually creating the virtual machine. If the -s option is not
specified, the virtual machine is created even if resource
warnings occur.
The -F and -s options are mutually exclusive.
-x
Specifies whether the new virtual machine will use dynamic
memory and the values associated with it by including the
following keywords:
-x dynamic_memory_control={0|1}
-x ram_dyn_type={none|any|driver}
-x ram_dyn_min=amount
-x ram_dyn_max=amount
-x ram_dyn_target_start=amount
RETURN VALUES
The hpvmcreate command exits with one of the following values:
0: Successful completion.
1: One or more error conditions
occurred.
DIAGNOSTICS
The hpvmcreate displays error messages on stderr for any of the following conditions:
An invalid option is specified.
An invalid value is specified for an option or value is omitted.
The specified vm-name already exists. Use the hpvmmodify command to modify an existing
guest.
One or more options other than -a, -g or -u have been specified more than once or the
same resource was allocated more than once.
An unavailable resource (allocated to another virtual machine, or exceeding the available
resource limit) was specified.
A value was omitted for an argument that requires one, or a value was supplied for an
argument that does not take one.
The hpvmcreate command and the Integrity VM software are at different version levels.
EXAMPLES
Create a virtual machine named myguest1, specifying four virtual CPUs, and two GB of memory,
and /dev/dsk/c1t2d0 as a SCSI disk device:
201