Wednesday 23 March 2011

Using AD Relink to Relink AD Executables

adrelink.sh force={y|n} [<optional args>] "<targets>"
or
adrelink.sh force={y|n} [<optional args>] filelist=<file>

The following is an example of using
adrelink.sh to force relink the
adadmin
module:
$adrelink.sh force=y "ad adadmin"

The following is an example of using
adrelink.sh to force relink the
adadmin
and adpatch modules:
$adrelink.sh force=y "ad adadmin""ad adpatch"

The following is an example of using
executables:
adrelink.sh to force relink all AD$adrelink.sh force=y "ad all"

No comments:

Post a Comment