Forum Discussion

Bruce_Clegg's avatar
6 years ago

Tape Ejection on stand alone drive - turn off?

We keep our Library in the secure room. - in order to get to the library it takes 2 engineers, getting through three locked doors and a locked cabinet - some of the door have biometric screening devi...
  • Marianne's avatar
    6 years ago
    Check this setting in EMM database:

    nbemmcmd -listsettings -machinename <server-name> |grep -i standalone
    DISABLE_STANDALONE_DRIVE_EXTENSIONS="no"
    DO_NOT_EJECT_STANDALONE="no"

    To change:

    nbemmcmd -changesetting -do_not_eject_standalone yes -machinename <server-name>