[an error occurred while processing this directive]

HP OpenVMS Systems

Ask the Wizard
» 

HP OpenVMS Systems

OpenVMS information

» What's new on our site
» Upcoming events
» Configuration and buying assistance
» Send us your comments

HP OpenVMS systems

» OpenVMS software
» Supported Servers
» OpenVMS virtualization
» OpenVMS solutions and partners
» OpenVMS success stories
» OpenVMS service and support
» OpenVMS resources and information
» OpenVMS documentation
» Education and training

Quick Links

» Non-javascript page
» Ask the Wizard
» OpenVMS FAQ

Test Drive OpenVMS

» OpenVMS I64 test drive
» Java test drive

Other information resources available to you include:

» OpenVMS freeware
» ECO kits, software and hardware support, prior version support
» Alpha SRM, ARC, and AlphaBIOS firmware updates
» ENCOMPASS - HP user group
» OpenVMS software downloads, OpenVMS freeware CD-ROM
» OpenVMS firmware locations
» DECconnect passive adaptor charts
» Cables reference guide
» MicroVAX console commands
» OpenVMS student research

Select a topic below to see Questions Frequently Asked by partners

» Using the online documentation library(installing BNU from the asap SDK)
» Global sections(how to create and use.)
» xx$CREATE_BUFOBJ system service(usage)
» Ethernet address(methods of determination)
» Shareable images(cookbook approach to creating one)
» Sharing data/code at absolute addresses(a guide with examples)
» Determining the Alpha microprocessor
» Using GETSYI to get hardware status

Evolving business value

» Business Systems Evolution
» AlphaServer systems transition planning
» Alpha RetainTrust program

Related links

» HP Integrity servers
» HP Alpha systems
» HP storage
» HP software
» HP products and services
» HP solutions
» HP support
disaster proof
HP Integrity server animation
HP Integrity server animation
Content starts here

Ask the Wizard Questions

Stand Alone Backup Problem

The Question is:


Problems with backup standalone:
- microVAX 3100/90 OpenVMS 5.5-2H4 (2 SCSI controlers)

When doing backup standalone we get 'insuficient virtual memory'
error. What to do ? How to modify system paramiters in
system created by stabakit ?

Best regards


The Answer is:


      The easiest way to adjust SYSGEN parameters for Standalone backup is
   to boot conversationally. The exact boot command will depend on your
   hardware and where the standalone backup kit was built, but it may look
   something like:

   >>> B/R5:E0000001 disk

   At the SYSBOOT prompt you can adjust VIRTUALPAGECNT. The default assumes
   a 4MB system (the minimum supported memory configuration). You could
   try something like:

   SYSBOOT> SET VIRTUALPAGECNT 16384

      The parameters are in VAXVMSSYS.PAR in the standalone backup root
    on the system disk (usually SYSE if it's on the system disk). If you're
    very careful, you can change them menually in SYSGEN with (for example)

    SYSGEN> USE SYS$SYSDEVICE:[SYSE.SYSEXE]VAXVMSSYS.PAR
    SYSGEN> SET VIRTUALPAGECNT
    		repeat as desired for other parameters
    SYSGEN> WRITE SYS$SYSDEVICE:[SYSE.SYSEXE]VAXVMSSYS.PAR

    Note that it is VERY easy to get this wrong and screw up your real
    SYSGEN parameters. Please be careful!

    You can also find the parameter settings in STABACKIT.COM itself. Search
    for the section containing the lines:

$       ! Build a parameter file for the standalone environment.  The
$       ! parameters are chosen to allow running on the minimum system,
$       ! while also allowing enough expansion space so that CI/HSC systems
$       ! will run with the same parameters.
$       !
$       RUN SYS$SYSROOT:SYSGEN
                USE DEFAULT
                SET BALSETCNT           4
                SET BUGREBOOT           0
   	...
   		SET VIRTUALPAGECNT	8192
   	etc...

     Modifications to this file will be reflected in any Standalone backup
   kit built subsequently.