-
Notifications
You must be signed in to change notification settings - Fork 10
DEM_Installation_Usage
Cayton edited this page Apr 9, 2019
·
3 revisions
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
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
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