Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vparconfig(1m) [hpux man page]

vparconfig(1M)															    vparconfig(1M)

NAME
vparconfig - specify the partition mode policy, partition CLM policy, and partition ILM policy for the next system boot SYNOPSIS
[mode]] memtype size DESCRIPTION
The command sets the EFI variable that determines the partition mode on Itanium-based systems and then automatically reboots the system. The partition mode policy can be vPars or nPars. In addition, the command sets the partition ILM policy EFI variable (for InterLeaved Memory) and the partition CLM policy EFI variable (for Cell Local Memory). However, the reboot does not happen automatically. The partition ILM policy or partition CLM policy change will only occur when you reboot the system using the command. The default behavior of the command specified without any options is to display the current settings of the partition mode policy, the par- tition ILM policy, and the partition CLM policy. This command is only available at the EFI shell if the vPars depot has been installed on the disk. This command is not supported on PA-RISC platforms. Options and Arguments recognizes the following command line options and arguments: Specifies the partition mode for the next system boot and then automatically reboots the system. The valid values for mode are case-insen- sitive and The system reboots in the following ways: o If mode is then after reboot, the system will be in vPars mode. vPars mode allows you to boot the vPars Monitor and virtual partitions in the next nPartition boot. o If mode is then after reboot, the system will be in nPars mode. In nPars mode you cannot boot the vPars Monitor or virtual partitions. However, you can boot HP-UX as a standalone operating system. o If is specified with no arguments, then the system reboots with the existing mode. memtype size Specifies the desired granularity of Cell Local Memory (CLM) or InterLeaved Memory (ILM) to be set in the appropriate EFI variable for the next reboot. memtype is either or size specifies the desired granularity in megabytes corresponding to memtype. Only a decimal value is allowed to specify the gran- ule size. Displays command line options and arguments. EXAMPLES
Reboot the system to mode. Reboot the system to mode. Set the ILM granularity to 128 MB. Set the CLM granularity to 128 MB. AUTHOR
was developed by the Hewlett-Packard Company. SEE ALSO
vparenv(1M). Itanium(R)-Based Systems Only vparconfig(1M)

Check Out this Related Man Page

vparremove(1M)															    vparremove(1M)

NAME
vparremove - remove a virtual partition SYNOPSIS
vp_name db_file] DESCRIPTION
The command deletes a virtual partition previously created using the command. All resources associated with the virtual partition are made available for allocation to other partitions. Unintentional use of this command has serious consequences; therefore the user is prompted to confirm the operation unless the (force) option is specified. Options recognizes the following command line options and arguments: Specifies the unique name of the virtual partition which is to be removed. Required. Removes a virtual partition from the partition database contained in db_file. If this option is omitted, the virtual partition is removed from the monitor's database. In this case, the partition must be in the state to be removed. Thus it is an error to try to remove the current virtual partition, the one in which the command is executing. Specifies the force option. Omits the confirmation dialog before removing the virtual partition. This option is intended for use by scripts and other non-interactive applications. SECURITY RESTRICTIONS
This command is restricted to processes owned by superuser. When virtual partition flexible administrative capability is enabled, a virtual partition can only be removed from within a Designated- Admin vPar. RETURN VALUE
The command exits with one of the following values: Successful completion. One or more error conditions occurred. EXAMPLES
Destroy the virtual partition in the partition database currently running in the monitor: Destroy the virtual partition in the partition database currently running in the monitor using the force option: Delete partition in partition database file ERRORS
displays error messages on standard error for any of the following conditions: o db_file does not exist, cannot be accessed, is not a virtual partition database file, or is corrupt. o vp_name does not exist in the monitor's database or in db_file. o vp_name in the monitor's database is in some state other than o The command and the virtual partition monitor are at different revision levels. o When the virtual partition flexible administrative capability is enabled and the local virtual partition is not a Designated- Admin vPar. AUTHOR
was developed by the Hewlett-Packard Company. SEE ALSO
vparadmin(1M), vparboot(1M), vparconfig(1M), vparcreate(1M), vpardump(1M), vparefiutil(1M), vparenv(1M), vparextract(1M), vparmodify(1M), vparreloc(1M), vparreset(1M), vparstatus(1M), vparutil(1M), vparresources(5), vpartition(5), vpmon(5). vparremove(1M)
Man Page