skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 1:... HP Open Source Security for OpenVMS Volume 1:...
go to beginning of chapter: CDSA Utility Programs CDSA Utility Programs
go to previous page: CDSA$ISSUER.EXE CDSA$ISSUER.EXE
go to next page: CDSA$MOD_INSTALL.EXECDSA$MOD_INSTALL.EXE
end of book navigation links

CDSA$MDS_INSTALL.EXE 



The mds_install utility is used to create (install) or delete (uninstall) the Module Directory Services database used by CDSA.

This program generally is called by SYS$STARTUP:CDSA$INITIALIZE.COM.

SYNOPSIS 

mds_install [[-s source] [-d dbdest]] [-u]

OPTIONS 


NoteOpenVMS users can specify only the -u option (or no option). However, the other options are described here for completeness for users who are accustomed to seeing them on another platform.

-s source Specifies the MDS DLL source location (not used by OpenVMS).
-d dbdest Specifies the destination file specification for the MDS database to be created. This parameter is currently hardcoded on OpenVMS, and should not be changed.
-u Specifies that the operation is an uninstall of MDS, rather than an install. This parameter cannot be used with the -s and -d parameters.

EXAMPLE 

The following command creates an empty CDSA MDS database. (If it is run against an already existing database, it does nothing.)

mds_install

go to previous page: CDSA$ISSUER.EXE CDSA$ISSUER.EXE
go to next page: CDSA$MOD_INSTALL.EXECDSA$MOD_INSTALL.EXE