ADA.UNLOCK(1) — HP-UX
Series 300 Only
NAME
ada.unlock − unlock an Ada library
SYNOPSIS
ada.unlock libraryname
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.
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
There are two environment variables (ADA_PATH and ADA_PREDEF_LIB) associated with all components of the the Ada compilation system. Both 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.lmgr.bin
Ada library 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.mklib(1), ada.mvlib(1), ada.probe(1), ada.protect(1), ada.rmlib(1), ada.umgr(1). ada.xref(1).
Ada User’s Guide (Series 300), HP Part No. 98860-90000.
INTERNATIONAL SUPPORT
8-bit file names.
Hewlett-Packard Company — May 11, 2021