[an error occurred while processing this directive]
HP OpenVMS Systems Documentation |
HP OpenVMS System Management Utilities Reference Manual
Table 7-5 shows BACKUP command formats for copy operations, including some of the qualifiers you can use with a copy operation.
Table 7-6 shows BACKUP command formats for compare operations, including some of the qualifiers you can use with a compare operation.
Table 7-7 shows BACKUP command formats for a list operation, including some of the qualifiers you can use with a list operation.
Chapter 8
|
Keyword | Function, Comments |
---|---|
WAIT |
Applies to DVD+RW. The default for the /FORMAT qualifier is not to wait
for the formatting to complete because waiting is usually unnecessary
and far slower.
Selecting WAIT causes the entire format to run synchronously to completion before beginning the recording operation. The default is to:
|
ERASE |
Applies to CD-RW.
The default for the /FORMAT qualifier is to perform a quick erasure because a full erasure is usually both unnecessary and far slower. Selecting ERASE causes the CD-RW rewritable disk to be entirely erased as part of the format operation. This erasure is performed and is completed before the recording operation begins. The default is to perform a quick erasure. |
The /SPEED qualifier accepts a single keyword for a requested device speed:
1X
2X
4X
8X
16X
32X
MAXIMUM
The CDDVD utility attempts to match the requested speed to a speed that the device supports. (Not all devices support all speeds, including the lowest speed, 1X, or the highest speed available.) The default speed is the maximum speed that the target device supports. DVD+R/RW drives select the maximum recording speed based on information encoded on the media.
You need to specify this qualifier only under one of the following circumstances:
CD drives can select speeds faster than those supported by the particular media loaded in the drive. HP recommends that you select only media that match the recording capabilities of the drive. In other words, do not attempt to exceed the recording speed limits of the particular CD media. Selecting faster media will not make a slow drive record any faster, and selecting faster speeds with slow media can trigger recording errors and corrupt media.
If the recording process fails during the recording operation, discard the write-once media and try a slower recording speed. (Note that you can attempt to reformat and rerecord on rewritable media.)
If you specify /NOWRITE and if the target drive supports the underlying test-write hardware capability, all I/O operates as usual although /NOWRITE disables writing to the media.
/WRITE is the default, and causes the target optical media to be written.
#1 |
---|
$ $ COPY/RECORDABLE_MEDIA - $_ [/BELL] - $_ [/DATA_CHECK=WRITE] - $_ [/DIAGNOSTICS=(DETAILS,COMMANDS,ALL)] - $_ [/EXTENSIONS[=(keywords)]] - $_ [/[NO]LOG] - $_ [/SPEED={1X|2X|4X|8X|16X|32X|MAXIMUM}] - $_ source-path-name target-device-name $ |
This example shows the generic format of the COPY/RECORDABLE_MEDIA command.
#2 |
---|
$ COPY/RECORDABLE_MEDIA/FORMAT LDA1 DQA1 HP OpenVMS CD-R/RW and DVD+R/RW Utility V1.0-0 Copyright 1976, 2006 Hewlett-Packard Development Company, L.P. Output device vendor: HP Output device product name: DVD Writer 740b Commencing media format operation Formatting may require up to an hour Output medium format: DVD+RW Input data being read from: LDA1: Output data being written to: DQA1: Input data size: 1200000 blocks Starting operation at: 15:28:16 16 sectors written 30000 sectors written; estimated completion in 00:06:52; at 15:35:55 37000 sectors written; estimated completion in 00:06:54; at 15:36:07 46000 sectors written; estimated completion in 00:06:36; at 15:36:03 57000 sectors written; estimated completion in 00:06:08; at 15:35:51 71000 sectors written; estimated completion in 00:06:00; at 15:36:04 88000 sectors written; estimated completion in 00:05:26; at 15:35:56 110000 sectors written; estimated completion in 00:04:55; at 15:35:58 137000 sectors written; estimated completion in 00:04:12; at 15:35:56 171000 sectors written; estimated completion in 00:03:14; at 15:35:48 213000 sectors written; estimated completion in 00:02:10; at 15:35:48 266000 sectors written; estimated completion in 00:00:54; at 15:35:50 300000 sectors written; operation completed Operation completed at: 15:35:47 Elapsed time for operation: 00:07:30 Synchronizing with output device cache Processing completed |
This example demonstrates recording the contents of LDA1: device onto the DVD+RW media loaded into device DQA1:.
9.1 EFI Utilities Description
The following OpenVMS EFI (Extensible Firmware Interface) utilities
provide device management functions at the EFI console on Integrity
servers:
A full description of each EFI utility follows.
VMS_BCFG
Adds an entry to the EFI Boot Manager using a specified OpenVMS device name.VMS_BCFG is an extension of the EFI bcfg to support OpenVMS device names and additional features required for FC boot devices. In addition to using the OpenVMS device name as a parameter, this utility allows users to set the optional VMS boot flags to the boot options entry using a familiar OpenVMS syntax.
For multipath devices, this utility can add all active paths to the specified OpenVMS device automatically. It also appends the WWID on the description so users will know which FC path is selected.
This utility is compatible with all disk devices and network devices.
VMS_BCFG driver|boot [dump][add # device-name -fl x,y "desc"][rm #] [mv # #] [-v]
driver
Selects a boot driver list.boot
Selects a boot option list from the options below.add|set
Adds an entry to the EFI Boot Manager.# (default=1)
Boot order position of the new boot option list. Defaults to 1 if not specified, which corresponds to the first entry on the EFI Boot Manager.device-name
The specified OpenVMS device name. For FC devices, specifying $1$ in the name is optional.-flags x,y (default=none)
The specified OpenVMS flags to be passed on the Boot Option. Unless specified, no flags are passed.desc
Unicode/ASCII description of the Boot Option. For multipath FC devices, it appends the WWID of the device on the description.dump|show
Displays the boot option list.rm|delete #
Removes an entry corresponding to the boot position number.mv|rename # #
Changes the boot position number specified from the first # to the second #.
#1 |
---|
fs1:\efi\vms> vms_bcfg boot show The boot option list is: 01. VenHw(D65A6B8C-71E5-4DF0-A909-F0D2992B5AA9) "EFI Shell [Built-in]" OPT |
This example shows the boot option list.
#2 |
---|
fs1:\efi\vms> vms_bcfg boot add 2 $1$dga3730 -fl 1,0 "DGA3730 Root 1" VMS: DGA3730 Fibre Device EFI: fs1: Acpi(000222F0,200)/Pci(1|1)/Fibre(50001FE10011B15D),Lun(D) vms_bcfg: Add boot option as 2 vms_bcfg: Add the next available VMS path? (Yes/No) [YES] VMS: DGA3730 Fibre Device EFI: fs9: Acpi(000222F0,300)/Pci(1|0)/Fibre(50001FE10011B15C),Lun(D) vms_bcfg: Add boot option as 3 vms_bcfg: Add the next available VMS path? (Yes/No) [YES] EFI Boot Manager ver 1.10 [14.61] Firmware ver 2.21 [4334] Please select a boot option EFI Shell [Built-in] DGA3730 Root 1 Fibre(50001FE10011B15D) DGA3730 Root 1 Fibre(50001FE10011B15C) Boot Option Maintenance Menu System Configuration Menu Use ^ and v to change option(s). Use Enter to select an option. |
This example adds a multipath FC disk to the EFI Boot Manager's boot options list.
Sets the dump device and the debug device to the specified OpenVMS device name.
VMS_SET dump_dev|debug_dev [device-name]
dump_dev [device-name]
Sets the NVRAM variable DUMP_DEV to the specified OpenVMS dump device for the dump-off-system-disk (DOSD) function. For a multipath FC device, it adds other FC device paths automatically.debug_dev [device-name]
Sets the NVRAM variable DEBUG_DEV to the specified OpenVMS debug device for use by the System Code Debugger (SCD).
#1 |
---|
fs1:\efi\vms> vms_set dump_dev dga3730 VMS: DGA3730 Fibre Device EFI: fs1: Acpi(000222F0,200)/Pci(1|1)/Fibre(50001FE10011B15D), Lun(D) VMS: DGA3730 Fibre Device EFI: fs9: Acpi(000222F0,300)/Pci(1|0)/Fibre(50001FE10011B15C), Lun(D) |
This example sets the dump device to the specified OpenVMS device name.
#2 |
---|
fs1:\efi\vms> vms_set debug_dev eia0 VMS: EIA0 0-30-6E-39-E7-55 EFI: Acpi(000222F0,0)/Pci(3|0)/Mac(00306E39E755) |
This example sets the debug device to the network device eia0 .
Displays the equivalent OpenVMS device name for devices mapped by the EFI console.
vms_show device|dump_dev|debug_dev [device-name] [-fs]
device
Displays all bootable devices mapped by the EFI console and their corresponding OpenVMS device names.The first output line shows the OpenVMS device name and additional information about the device. The additional information consists of vendor identification and product identification if the device is a disk; or a MAC address if the device is a network device.
The second output line shows the file system designation (fsx>:) and its corresponding EFI device path.
[device-name]
If specified, the utility matches the specified OpenVMS device name to the EFI console mapping. For multipath FC devices, it displays all paths associated with the given OpenVMS device name.dump_dev
Displays the selected OpenVMS dump device for the dump-off-system-disk (DOSD) function.debug_dev
Displays the selected OpenVMS debug device.-fs
Displays the OpenVMS device names of those devices that have only the system disk.
#1 |
---|
fs1:\efi\vms> vms_show dev dkb0 VMS:DKB0 HP 18.2GST318406LC HP05 EFI: fs0: Acpi(000222F0,100)/Pci(1|1)/Scsi(Pun0,Lun0) |
This example shows the EFI device path for a specified OpenVMS device name.
#2 |
---|
fs1:\efi\vms> vms_show dump VMS: DGA3730 COMPAQ HSV110 (C)COMPAQ3014 EFI: fs1: Acpi(000222F0,200)/Pci(1|1)/Fibre(50001FE10011B15D),Lun(D) |
This example shows the settings for the OpenVMS DUMP_DEV device.
Previous | Next | Contents | Index |