ADA.UNLOCK(1) — Series 300 Only (Requires Optional Ada Software)
NAME
ada.unlock − unlock an Ada library
SYNOPSIS
ada.unlock libraryname
Remarks:
This command requires installation of optional Ada software (not included with the standard HP-UX operating system) before it can be used.
DESCRIPTION
Ada.unlock removes all locks on an Ada library.
It is intended that ada.unlock be used to remove inappropriate locks. Such locks might be left by abnormally terminated components of the Ada compilation system or by system crashes.
Unlocking an Ada library requires write permission in its parent family’s directory.
Extreme care must be used when unlocking an Ada library. If any component of the Ada compilation system is reading the Ada library, removing locks may cause that component to encounter internal inconsistencies and fail. In addition, if any component of the Ada compilation system is updating the Ada library, removing locks may cause that component to corrupt the Ada library and fail.
Environment Variables
The environment variable ADA_PATH is associated with all components of the Ada compilation system. It must be set properly and exported before any component of the Ada compilation system (including ada.unlock) can be used (see ada(1), Environment Variables).
DIAGNOSTICS
Ada.unlock returns exit status 0 if the Ada library was successfully unlocked. Otherwise a diagnostic is issued and a non-zero exit status is returned.
AUTHOR
Ada.unlock was developed by HP and Alsys.
FILES
$ADA_PATH/ada.unlock Ada unlock library command.
$ADA_PATH/adacli Ada command language interpreter.
$ADA_PATH/ada.mngrs.bin Ada components manager subprocess.
$ADA_PATH/ada.lmgr.hlp Ada library manager help command data.
$ADA_PATH/ada.lmgr.btl Ada library manager command tables.
SEE ALSO
ada(1), ada.fmgr(1), ada.format(1), ada.funlock(1), ada.lmgr(1), ada.lsfam(1), ada.lslib(1), ada.make(1), ada.mkfam(1), ada.mklib(1), ada.mvfam(1), ada.mvlib(1), ada.probe(1), ada.protect(1), ada.rmfam(1), ada.rmlib(1), ada.umgr(1), ada.xref(1),
Ada User’s Guide (Series 300).
EXTERNAL INFLUENCES
International Code Set Support
Single-byte character code sets are supported within file names.
Hewlett-Packard Company — HP-UX Release 7.0: Sept 1989