HPlogo System Startup, Configuration, and Shutdown Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 8 Modifying System File Configurations

Using the SYSFILE Configurator Help Facility

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Glossary

 » Index

The help facility enables you to identify quickly the function and syntax of SYSFILE configurator commands and options.

The help facility operates similarly to the global help facility. Example 8-2 demonstrates using the SYSFILE configurator's help facility to list all available SYSFILE commands. To obtain the list of commands, enter HELP at the SYSFILE configurator prompt:

Example 8-2 SYSFILE Configurator HELP

   sysfile>HELP

 

          ** SYSFILE configurator commands ** 



          aauto (aa)      aboot (ab)     acmsl (ac)     asprog (as) 

          cmsl (cm)       dauto (da)     dboot (db)     dcmsl (dc) 

          dsprog (ds)     lcmsl (lc)     rauto (ra)     rboot (rb) 

          rcat (rc)       rcmsl (rcm)    rdcc (rd)      ripl (ri) 

          rnmlib (rn)     rsprog (rs)    show (sh) 



          clear (cl)(c)   exit (ex)(e)   help (he)(h)   hold (ho) 

Example 8-3 demonstrates using the SYSFILE configurator's help facility for listing all SYSFILE commands and their syntax. To display the syntax for each available command at the current level, enter HELP ALL:

Example 8-3 SYSFILE Configurator HELP ALL

sysfile>HELP ALL

 

        commands (abb)  parameter=value 

        --------------  --------------- 

        aauto (aa)      file      = filename 

                        type      = DISC|TAPE|BOTH 

        aboot (ab)      image     = boot image name 

                        file      = filename 

                        type      = DISC|TAPE|BOTH 

        acmsl (ac)      seg       = segment-name 

                        file      = filename 

                        [mode     = S|C|P|U] 

        asprog (as)     prog      = program-name 

                        file      = filename 

        cmsl (cm)       [sl       = sl-name] 

        dauto (da)      type      = DISC|TAPE|BOTH 

        dboot (db)      image     = boot-image-name,... 

        dcmsl (dc)      seg       = segment-name,... 

        dsprog (ds)     prog      = program-name,... 

        lcmsl (lc)      [seg      = segment-name] 

        rauto (ra)      file      = autoboot filename

                        type      = DISC|TAPE|BOTH

        rboot (rb)      image     = boot-image-name

                        file      = filename

                        type      = DISC|TAPE|BOTH

        rcat (rc)       name      = filename

        rcmsl (rcm)     seg       = segment-name

                        file      = filename

                        [mode     = S|C|P|U]

        rdcc (rd)       file      = filename 

        ripl (ri)       image     = IPL image name 

                        file      = IPL file name 

                        type      = DISC|TAPE|BOTH 

        rnmlib (rn)     file      = filename 

        rsprog (rs)     prog      = program-name 

                        file      = filename 

        show (sh)       [file     = AUTO|BOOT|CATALOG|CMSL|DCC|IPL 

                                    NMLIB|SPROG|ALL] 

                        [dest     = OFFLINE] 

To request help for a specific SYSFILE configurator command, enter HELP commandnameat the SYSFILE configurator prompt:

Example 8-4 SYSFILE Configurator HELP ABOOT

   sysfile>HELP ABOOT



           aboot (ab)     image     = boot image name 

                          file      = filename 

                          type      = DISC|TAPE|BOTH 

   sysfile> 
Feedback to webmaster