Using the SYSFILE Configurator Help Facility [ System Startup, Configuration, and Shutdown Reference Manual ] MPE/iX 5.0 Documentation
System Startup, Configuration, and Shutdown Reference Manual
Using the SYSFILE Configurator Help Facility
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:
_________________________________________________________________________
| |
| |
| 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-2. SYSFILE Configurator HELP
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:
___________________________________________________________________________
| |
| |
| 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][REV BEG] |
| 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][REV END] |
| 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] |
| |
___________________________________________________________________________
Example 8-3. SYSFILE Configurator HELP ALL
To request help for a specific SYSFILE configurator command, enter HELP
commandname at the SYSFILE configurator prompt:
___________________________________________________________
| |
| |
| sysfile>HELP ABOOT |
| |
| aboot (ab) image = boot image name |
| file = filename |
| type = DISC|TAPE|BOTH |
| sysfile> |
| |
___________________________________________________________
Example 8-4. SYSFILE Configurator HELP ABOOT
MPE/iX 5.0 Documentation