SYSGEN

From VSI OpenVMS Wiki
Revision as of 18:58, 12 December 2019 by Jane.doe (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

SYSGEN, or the System Generation Utility, is a utility that facilitates management of system parameters, page, swap and dump files, and other system settings (see Uses below). It resides in SYS$SYSTEM and is invoked with RUN or MCR.

Uses

Parameter Sets

System parameters and the site-independent startup command procedure values are stored in a files, and SYSGEN needs to know which file to use for displaying and modifying these values. The following parameter files can be used:

  • ACTIVE - the active system parameter value in memory (loaded by default)
  • DEFAULT - a parameter set build into SYSGEN that allows the operating system to boot on any standard configuration
  • CURRENT - the current system parameter file on disk (SYS$SYSTEM:ALPHAVMSSYS.PAR on Alpha and SYS$SYSTEM:IA64VMSSYS.PAR on Integrity).
  • custom - any file specification can be used. Parameter files can be created with the SYSGEN WRITE command.

See also