Skip to content

DEM_Installation_Usage

Cayton edited this page Apr 9, 2019 · 3 revisions

Configuration Methods

Web interface

Mechanism to interface with the DEM Discovery Controller via HTTP web interface

  • Default userid / password is ‘dem’ and ‘nvmeof’

  • Web site may be remote from dem-dc to allow bridge to lab networks

  • Create subdirectory for DEM on the web hosting site and copy web files (if to be used)

    # mkdir /var/www/html/dem
    # cp html/* /var/www/html/dem
    

Command Line Interface (DEM-CLI)

Mechanism to interface with the DEM via console command line

  • dem command on system running dem discovery controller allows full configuration of targets and hosts
  • Man page install and --help explains options

cURL

Lowest-level mechanism to interface with the DEM Discovery Controller

  • cURL may be used if you are willing to construct JSON objects
  • Examples of cURL commands are in the Makefile