HCP Chargeback Collector Documentation

Size: px
Start display at page:

Download "HCP Chargeback Collector Documentation"

Transcription

1 HCP Chargeback Collector Documentation Release Thorsten Simons Jun 27, 2017

2 Contents 1 Setup Pre-requisites Dependencies Installation Usage Arguments: Configuration The configuration file explained Example configuration file after first run Archive Structure Output file content overlap Charts Exemplary charts Release History 21 7 License / Trademarks The MIT License (MIT) Trademarks and Copyrights of used material About 24 i

3 Hitachi Content Platform (HCP) allows to generate chargeback reports from either the HCP System Management Console or through the Management API (MAPI). A chargeback report contains current and historical storage usage statistics for HCP tenants and their namespaces. For each chargeback report, you specify the start and end dates of the report period, which is the time period that s covered by the report, and select the reporting interval, which determines whether HCP generates hourly, daily, or total storage usage statistics for the specified report period. Whereas the System Management Console allows for chargeback reports to be generated for the past 30 days, this tool can go back up to 180 day, and it stores the reports locally to allow for investigation over the HCPs lifetime, given that the reports have been collected on a regular basis. Chargeback reports are a good source of information for system analysis, enabling you to adjust storage and bandwidth allocations based on usage patterns. These reports can also serve as input to billing systems that need to determine charges for capacity and bandwidth usage at the tenant or namespace level. Chargeback reports cover only HCP tenants and their namespaces. They do not include the default tenant or its namespace. Contents 1

4 CHAPTER 1 Setup Pre-requisites HCP running at least version 5.0 A system-level admin account having at least the Monitor role MAPI enabled at system-level and within each Tenant for which chargeback reports are to be collected If the chargeback reports are to be archived to an HCP Namespace: a data access user having at least write access to that Namespace Dependencies You need to have at least Python 3.4 installed to run hcpcbc. It depends on the hcpsdk 1 to access HCP and XlsxWriter 2 for chart generation. Tip: It s suggested to use a virtual environment to fence the dependency from your primary Python environment. Installation Make sure you have Python 3.4 (or better) installed In case it s not installed, get it here 3. There are two ways to install hcpcbc: 1. system-wide

5 -or- Install hcpcbc by running: $ pip install hcpcbc Get the source from gitlab.com 4 either by downloading the source archive, or by cloning the repository: $ git clone Install locally, including the dependency: $ python setup.py install 2. in a virtual environment WINDOWS Create a fresh virtual environment: C:\>\Python35\Tools\scripts\pyvenv.py c:\temp\_venv_hcpcbc Activate the virtual environment: C:\>cd temp C:\temp>\temp\_venv_hcpcbc\Scripts\activate.bat (_venv_hcpcbc) C:\temp> Install hcpcbc: (_venv_hcpcbc) C:\Temp>pip install hcpcbc Collecting hcpcbc Downloading hcpcbc tar.gz Collecting hcpsdk>=0.9.4.post0 (from hcpcbc==2.1.0) Downloading hcpsdk post1.tar.gz Collecting XlsxWriter>=0.7.7 (from hcpcbc==2.1.0) Downloading XlsxWriter py2.py3-none-any.whl (133kB) Collecting dnspython3== (from hcpsdk>=0.9.4.post0->hcpcbc) Downloading dnspython zip (226kB) Installing collected packages: dnspython3, hcpsdk, hcpcbc Running setup.py install for dnspython3 Running setup.py install for hcpsdk Running setup.py install for hcpcbc Successfully installed XlsxWriter dnspython \ hcpcbc hcpsdk post1 Now you can run hcpcbc as long as you have the virtual environment activated: (_venv_hcpcbc) C:\temp>hcpcbc A configuration file is not available. Do you want me to create a template for you (y/n)? y Creation of template config file "hcpcbc_config.ini" was successfull You need to edit it to fit your needs! Linux Create a fresh virtual environment: Installation 3

6 $ pyvenv _venv_hcpcbc Activate the virtual environment: $ source _venv_hcpcbc/bin/activate Install hcpcbc: (_venv_hcpcbc) $ pip install hcpcbc Collecting hcpcbc Downloading hcpcbc tar.gz Collecting hcpsdk>=0.9.4.post0 (from hcpcbc==2.1.0) Downloading hcpsdk post1.tar.gz Collecting XlsxWriter>=0.7.7 (from hcpcbc==2.1.0) Downloading XlsxWriter py2.py3-none-any.whl (133kB) Collecting dnspython3== (from hcpsdk>=0.9.4.post0->hcpcbc) Downloading dnspython zip (226kB) Installing collected packages: dnspython3, hcpsdk, hcpcbc Running setup.py install for dnspython3 Running setup.py install for hcpsdk Running setup.py install for hcpcbc Successfully installed XlsxWriter dnspython \ hcpcbc hcpsdk post1 Now you can run hcpcbc as long as you have the virtual environment activated: (_venv_hcpcbc) $ hcpcbc A configuration file is not available. Do you want me to create a template for you (y/n)? y Creation of template config file "hcpcbc_config.json" was successfull You need to edit it to fit your needs! 1.3. Installation 4

7 CHAPTER 2 Usage HCP Chargeback Collector is a command line tool. $ hcpcbc --help usage: hcpcbc [-h] [--version] [-i config.json] [-u] [-c] [--pastdays PASTDAYS] hcpcbc downloads the chargeback reports from one or multiple HCP systems, as setup in the config file. It keeps a timestamp of the last successfull download and excludes everything prior to the last time hcpcbc has been run. optional arguments: -h, --help show this help message and exit --version show program's version number and exit -i config.json path/name of the file containing the configuration (defaults to the current directory) -u update the Tenant list(s) and stop afterwards -c create charts from existing reports, only (do nothing else) --pastdays PASTDAYS start collection x days in the past Arguments: -i configfile.json is relevant if your config file is not hcpcbc_config.json in the current directory. -u allows to update the Tenant list(s) only, without collecting any reports. -c create charts from the already available reports, not updating the Tenant list(s) or collecting new reports. --pastdays PASTDAYS start collection PASTDAYS in the past - once for each Tenant that was not collected before. Tip: If you don t have a configuration file yet, just run the tool without arguments; it will create a template config file for you: 5

8 $ hcpcbc A configuration file is not available. Do you want me to create a template for you (y/n)? y Creation of template config file "hcpcbc_config.json" was successfull You need to edit it to fit your needs! Make sure you edit the file to fit your needs! (see Configuration for details) hcpcbc is made to run regularly. You might want to run it once a week or so, to build up a pool of report data for later investigation. A run s output: 1 01/06 21:32:06 [INFO ] started run (user "sm") 2 01/06 21:32:06 [INFO ] updating the Tenant list for "hcp72.archivas.com" 3 01/06 21:32:08 [INFO ] updating the Tenant list for "hcp73.archivas.com" 4 01/06 21:32:08 [WARNING ] Default Tenant found - no chargeback support 5 01/06 21:32:10 [INFO ] working on target "hcp72.archivas.com" (idx=0) 6 01/06 21:32:10 [INFO ] collecting from Tenant "m" 7 01/06 21:32:31 [INFO ] tranfering reports to local store 8 01/06 21:32:31 [INFO ] collecting from Tenant "s3" 9 01/06 21:32:37 [INFO ] tranfering reports to local store 10 01/06 21:32:37 [INFO ] collecting from Tenant "s3erlei" 11 01/06 21:32:49 [INFO ] tranfering reports to local store 12 01/06 21:32:49 [INFO ] collecting from Tenant "swifttest" 13 01/06 21:32:50 [INFO ] tranfering reports to local store 14 01/06 21:32:50 [INFO ] collecting from Tenant "testtenant" 15 01/06 21:32:50 [INFO ] --> unable to collect namespace details 16 01/06 21:32:53 [INFO ] tranfering reports to local store 17 01/06 21:32:53 [INFO ] collecting from Tenant "swifty" 18 01/06 21:32:59 [INFO ] tranfering reports to local store 19 01/06 21:32:59 [INFO ] collecting from Tenant "x" 20 01/06 21:32:59 [INFO ] --> unable to collect namespace details 21 01/06 21:32:59 [INFO ] tranfering reports to local store 22 01/06 21:32:59 [INFO ] working on target "hcp73.archivas.com" (idx=1) 23 01/06 21:32:59 [INFO ] collecting from Tenant "aw21" 24 01/06 21:33:03 [INFO ] tranfering reports to local store 25 01/06 21:33:03 [INFO ] collecting from Tenant "m" 26 01/06 21:33:11 [INFO ] tranfering reports to local store 27 01/06 21:33:11 [INFO ] collecting from Tenant "s3" 28 01/06 21:33:16 [INFO ] tranfering reports to local store 29 01/06 21:33:16 [INFO ] collecting from Tenant "swifttest" 30 01/06 21:33:32 [INFO ] tranfering reports to local store 31 01/06 21:33:32 [INFO ] collecting from Tenant "s3erlei" 32 01/06 21:33:39 [INFO ] tranfering reports to local store 33 01/06 21:33:39 [INFO ] creating charts for HCP "hcp72.archivas.com" 34 01/06 21:33:39 [INFO ] working on Tenant "m" 35 01/06 21:33:56 [INFO ] working on Tenant "s3" 36 01/06 21:34:02 [INFO ] working on Tenant "s3erlei" 37 01/06 21:34:16 [INFO ] working on Tenant "swifttest" 38 01/06 21:34:18 [INFO ] working on Tenant "testtenant" 39 01/06 21:34:18 [INFO ] working on Tenant "swifty" 40 01/06 21:34:28 [INFO ] working on Tenant "x" 41 01/06 21:34:29 [INFO ] working on Tenant comparison charts 42 01/06 21:34:52 [INFO ] creating charts for HCP "hcp73.archivas.com" 43 01/06 21:34:52 [INFO ] working on Tenant "aw21" 44 01/06 21:34:56 [INFO ] working on Tenant "m" 45 01/06 21:35:08 [INFO ] working on Tenant "s3" 2.1. Arguments: 6

9 46 01/06 21:35:15 [INFO ] working on Tenant "swifttest" 47 01/06 21:35:43 [INFO ] working on Tenant "s3erlei" 48 01/06 21:35:54 [INFO ] working on Tenant comparison charts 49 01/06 21:36:04 [INFO ] finished run (user "sm") A few things to notice: lines 2-3: line 4: as a first action, a list of existing Tenants is acquired from each configured HCP system the Default Tenant doesn t provide chargeback reports starting at line 5, line 15,20: collection for the first configured HCP system begins, Tenant by Tenant. if the HCP user account used by hcpcbc doesn t have access to the Tenant, Tenant summaries are collectable, only 2.1. Arguments: 7

10 CHAPTER 3 Configuration hcpcbc uses a JSON 5 file to read its configuration from. The loader does some basic consistency checks, but it s required to make sure that the configuration file strictly complies to the syntax rules for JSON files. It is highly suggested not to change the structure of the file. Warning: Even simple errors in the JSON file might trigger errors like this: Parsing the config file "hcpcbc_config.json" failed: hint: Expecting property name enclosed in double quotes: line 66 column 13 (char 2602) Luckily, the position given points fairly exact to where the error is - in this case, it s just a comma too much: 58 }, 59 "x": { 60 "0 enable collection": true, 61 "1 adminallowed": false, 62 "2 user": "", 63 "3 password": "", 64 "4 systemvisibledescription": "", 65 "9 last collected": " T20:36: " 66 }, 67 } A fresh configuration file configures access to the HCP system(s) using a system-level user, only. At the very beginning of each run, hcpcbc queries the HCP systems for a list of configured Tenants. At the end of a run, the configuration file is refreshed with this gained details. If there are Tenants where the user account used has no access to, a different (Tenant-level) user account can be configured for that specific Tenant by simply filling the provided (empty) fields with the users name and password. Warning: As the configuration file contains user credentials, make sure that it is stored in a secure location with propper permission settings, not to disclose it to nosy eyes! 5 8

11 The file must be write-able by the tool itself, as it uses it to remember state between its runs. The configuration file explained 1 { This is the template configuration file hcpcbc is able to create for convenience, if no configuration file is available. 2 "0 comment": [ 3 "This it the configuration file for **hcpcbc**. For a detailed", 4 "description visit * 5 ], Target section This section describes the HCP system(s) from which chargeback data is to be collected. Any number of HCP systems can be defined. The user needs to be a system-level user having the Monitor role. The folder is a sub-folder below the path(s) declared in the store sections. 6 "1 targets": [ 7 { 8 "0 comment": [ 9 "An HCP system to collect from. *User* needs to be a", 10 "system-level user that has the *Monitor* role enabled." 11 ], 12 "1 fqdn": "hcp72.archivas.com", 13 "2 user": "monitor", 14 "3 password": "monitor01", 15 "4 folder": "hcp72", 16 "9 tenants": {} 17 }, 18 { 19 "0 comment": [ 20 "An HCP system to collect from. *User* needs to be a", 21 "system-level user that has the *Monitor* role enabled." 22 ], 23 "1 fqdn": "hcp73.archivas.com", 24 "2 user": "monitor", 25 "3 password": "monitor01", 26 "4 folder": "hcp73", 27 "9 tenants": {} 28 } 29 ], Parameter section The periode sets the granularity of the collected data. A list of one, two or three values (out of hour, day, total ) may be given. collection limit declares how many days worth of data shall be gathered in a single run. If hcpcbc fails with timeout errors, lower the value from the default of 181 days down to some 3.1. The configuration file explained 9

12 ten days. Then run hcpcbc multiple times until the collection has reached the actual date. timeout defines the TCP connection timeout in seconds. 30 "2 parameters": { 31 "0 comment": [ 32 "*1 periode* defines the reports granularity,", 33 "*2 collection limit* defines for how many days collection", 34 "takes place, starting from the last collection time." 35 "*3 timeout* defines the tcp connection timeout" 36 ], 37 "1 periode": [ 38 "total", 39 "day", 40 "hour" 41 ], 42 "2 collection limit": 181, 43 "3 timeout": }, Stores section In this section, storage locations are defined for: temporary storage - this will be used to store reports during processing local storage - a local directory in which the collected reports will be stored compliant storage - an HCP Namespace to store the reports, if required with a retention periode set path - a full qualified path to the Namespace user - needs to have write access to the Namespace retention - see HCP manual Using a Namespace for valid retention patterns store raw - store the raw reports (beside the split-up reports for Tenant summary and Namespaces) 45 "3 stores": { 46 "1 temporary": { 47 "0 comment": [ 48 "The temporary directory in which the downloaded", 49 "reports are stored during processing." 50 ], 51 "1 tempdir": "./_hcpcbc.dir" 52 }, 53 "2 local": { 54 "0 comment": [ 55 "The directory in which processed reports are", 56 "stored locally." 57 ], 58 "1 enable": true, 59 "2 path": "./_hcpcbc.dir", 60 "9 store raw": true 61 }, 62 "3 compliant": { 63 "0 comment": [ 64 "This is the HCP Namespace to which the processed reports", 65 "can be stored for long-term preservation" 66 ], 67 "1 enable": false, 3.1. The configuration file explained 10

13 68 "2 path": " 69 "3 user": "n", 70 "4 password": "n01", 71 "5 retention": "0", 72 "9 store raw": true 73 } 74 }, Charts section This section defines which charts shall be created, if at all. path can be the same as for local store; report and chart folder structure are made to allow overlap without interference. linear and log enable charts with linear and/or logarithmic scale. 75 "4 charts": { 76 "0 comment": [ 77 "Chart creation", 78 "*hourly charts* will use the hour reports to create charts", 79 "*daily charts* will do the same using the day reports." 80 ], 81 "1 enable": true, 82 "2 path": "./_hcpcbc.charts", 83 "3 hourly charts": true, 84 "6 daily charts": true, 85 "a linear": true, 86 "b log": true 87 }, Logging section This section defines how logging shall take place. 88 "9 logging": { 89 "0 comment": [ 90 "This defines how hcpcbc does logging." 91 ], 92 "1 log to stdout": true, 93 "2 log to file": false, 94 "3 logfile": "./_hcpcbc.dir/_hcpcbc.log", 95 "4 rotate MB": 10, 96 "5 backups": 9, 97 "6 debug": false 98 } 99 } Example configuration file after first run 1 { After a run, the configuration file is updated with the Tenants configured per HCP system. 2 "0 comment": [ 3 "This it the configuration file for **hcpcbc**. For a detailed", 4 "description visit * 5 ], 6 "1 targets": [ 7 { 8 "0 comment": [ 9 "An HCP system to collect from. *User* needs to be a", 3.2. Example configuration file after first run 11

14 10 "system-level user that has the *Monitor* role enabled." 11 ], 12 "1 fqdn": "hcp72.archivas.com", 13 "2 user": "monitor", 14 "3 password": "monitor01", 15 "4 folder": "hcp72", 16 "9 tenants": { Tenant section In this section, hcpcbc stores a list of all Tenants configured in HCP. enable collection - if set to false, the Tenant will not be collected. This is usefull if you either don t have access to the Tenant or you don t want to collect it as it s a never-accessed replica, for example. adminallowed - if true, system-level users has been granted access to Tenant management, so that no Tenant-level user is needed to access Namespace-level reports. user, password - not required if adminallowed = true; otherwise, if manually added, will allow to collect Namespace-level reports. systemvisibledescription - for convenience last collected - the timestamp of the last collection from the Tenant 17 "m": { 18 "0 enable collection": true, 19 "1 adminallowed": true, 20 "2 user": "", 21 "3 password": "", 22 "4 systemvisibledescription": "Der ueblicherweise als erstes erzeugte Tenant...", 23 "9 last collected": " T06:49: " 24 }, 25 "s3": { 26 "0 enable collection": true, 27 "1 adminallowed": true, 28 "2 user": "", 29 "3 password": "", 30 "4 systemvisibledescription": "", 31 "9 last collected": " T06:49: " 32 }, 33 "s3erlei": { 34 "0 enable collection": true, 35 "1 adminallowed": true, 36 "2 user": "", 37 "3 password": "", 38 "4 systemvisibledescription": "", 39 "9 last collected": " T06:48: " 40 }, 41 "swifttest": { 42 "0 enable collection": true, 43 "1 adminallowed": true, 44 "2 user": "", 45 "3 password": "", 46 "4 systemvisibledescription": "", 47 "9 last collected": " T06:48: " 48 }, 49 "swifty": { 50 "0 enable collection": true, 51 "1 adminallowed": true, 52 "2 user": "", 53 "3 password": "", 3.2. Example configuration file after first run 12

15 54 "4 systemvisibledescription": "", 55 "9 last collected": " T06:49: " 56 }, 57 "testtenant": { 58 "0 enable collection": true, 59 "1 adminallowed": false, 60 "2 user": "", 61 "3 password": "", 62 "4 systemvisibledescription": "", 63 "9 last collected": " T06:49: " 64 }, 65 "x": { 66 "0 enable collection": true, 67 "1 adminallowed": false, 68 "2 user": "", 69 "3 password": "", 70 "4 systemvisibledescription": "", 71 "9 last collected": " T06:49: " 72 } 73 } 74 }, 75 { 76 "0 comment": [ 77 "An HCP system to collect from. *User* needs to be a", 78 "system-level user that has the *Monitor* role enabled." 79 ], 80 "1 fqdn": "hcp73.archivas.com", 81 "2 user": "monitor", 82 "3 password": "monitor01", 83 "4 folder": "hcp73", 84 "9 tenants": { 85 "aw21": { 86 "0 enable collection": true, 87 "1 adminallowed": true, 88 "2 user": "", 89 "3 password": "", 90 "4 systemvisibledescription": "", 91 "9 last collected": " T06:49: " 92 }, 93 "m": { 94 "0 enable collection": true, 95 "1 adminallowed": true, 96 "2 user": "", 97 "3 password": "", 98 "4 systemvisibledescription": "Der ueblicherweise als erstes erzeugte Tenant...", 99 "9 last collected": " T06:50: " 100 }, 101 "s3": { 102 "0 enable collection": true, 103 "1 adminallowed": true, 104 "2 user": "", 105 "3 password": "", 106 "4 systemvisibledescription": "", 107 "9 last collected": " T06:49: " 108 }, 109 "s3erlei": { 110 "0 enable collection": true, 111 "1 adminallowed": true, 112 "2 user": "", 113 "3 password": "", 114 "4 systemvisibledescription": "", 115 "9 last collected": " T06:49: " 3.2. Example configuration file after first run 13

16 116 }, 117 "swifttest": { 118 "0 enable collection": true, 119 "1 adminallowed": true, 120 "2 user": "", 121 "3 password": "", 122 "4 systemvisibledescription": "", 123 "9 last collected": " T06:50: " 124 } 125 } 126 } 127 ], 128 "2 parameters": { 129 "0 comment": [ 130 "*1 periode* defines the reports granularity,", 131 "*2 collection limit* defines for how many days collection", 132 "takes place, starting from the last collection time.", 133 "*3 timeout* defines the tcp connection timeout" 134 ], 135 "1 periode": [ 136 "total", 137 "day", 138 "hour" 139 ], 140 "2 collection limit": 181, 141 "3 timeout": }, 143 "3 stores": { 144 "1 temporary": { 145 "0 comment": [ 146 "The temporary directory in which the downloaded", 147 "reports are stored during processing." 148 ], 149 "1 tempdir": "./_hcpcbc.dir" 150 }, 151 "2 local": { 152 "0 comment": [ 153 "The directory in which processed reports are", 154 "stored locally." 155 ], 156 "1 enable": true, 157 "2 path": "./_hcpcbc.dir", 158 "9 store raw": true 159 }, 160 "3 compliant": { 161 "0 comment": [ 162 "This is the HCP Namespace to which the processed reports", 163 "can be stored for long-term preservation" 164 ], 165 "1 enable": false, 166 "2 path": " 167 "3 user": "n", 168 "4 password": "n01", 169 "5 retention": "0", 170 "9 store raw": true 171 } 172 }, 173 "4 charts": { 174 "0 comment": [ 175 "Chart creation", 176 "*hourly charts* will use the hour reports to create charts", 177 "*daily charts* will do the same using the day reports." 178 ], 3.2. Example configuration file after first run 14

17 179 "1 enable": true, 180 "2 path": "./_hcpcbc.charts", 181 "3 hourly charts": true, 182 "6 daily charts": true, 183 "a linear": true, 184 "b log": true 185 }, 186 "9 logging": { 187 "0 comment": [ 188 "This defines how hcpcbc does logging." 189 ], 190 "1 log to stdout": true, 191 "2 log to file": false, 192 "3 logfile": "./_hcpcbc.dir/_hcpcbc.log", 193 "4 rotate MB": 10, 194 "5 backups": 9, 195 "6 debug": false 196 } 197 } 3.2. Example configuration file after first run 15

18 CHAPTER 4 Archive Structure The collected chargeback reports are stored in a way that makes it somewhat easy to process them later on. ['3 stores']['2 local' '3 compliant']['2 path']/ ['1 targets'][idx]['4 folder']/ <tenant>/ raw/ day/ hour/ total/ tenant/ day/ hour/ total/ <namespace>/ day/ hour/ total/ <namespace>/ day/ hour/ total/ Example: 16

19 Output file content overlap Subsequent reports will likely show some overlap. For example, you might find the time portion of the last record s endtime to be different from 23:59:59. The next report will then have a first record where the starttime s time portion is 00:00:00, overlapping with the later one. When processing the reports, you need to make sure to check for this overlap and skip all records not having a full hour (or full day) Output file content overlap 17

20 CHAPTER 5 Charts New in version As seen in the Configuration section, hcpcbc is able to create charts right after it downloaded new Chargeback reports. For convenience, these charts are provided as Excel workbooks. This is a bit a drawback, as tools like mathplotlib would be better suited (and faster, as well). Unfortunately, mathplotlib doesn t install well using pip, as it needs to be compiled locally under certain cicumstances. So the decision was made to stay with Excel workbooks. The output structure is quite close to the one used for the reports itself (in fact, they can overlay each other without interfering each other): ['4 charts']['2 path']/ ['1 targets'][idx]['4 folder']/ system/ charts/ day/ hour/ <tenant>/ charts/ day/ hour/ <tenant>/ charts/ day/ hour/ The system folder holds charts that compare the available Tenants against each other, whereas the tenant folder compare the Tenants own Namespaces. As of the time of writing this, charts cover the entire timeframe for which reports are available. Example: 18

21 Exemplary charts System-level charts 5.1. Exemplary charts 19

22 Tenant-level charts (not available in the PDF documentation - see the hcpcbc documentation: org) 5.1. Exemplary charts 20

23 CHAPTER 6 Release History Removed the dependency for Python now works with Python Re-factored the code to allow for binary creation using pyinstaller Fixed: A bug that caused the tool to fail while having no access to a Tenant Fixed: A bug that caused chart creation to fail in case at least one Tenant was disabled for report collection Another bug that cause the tool to fail if no report data is available at all Added: Ability to switch off Tenants from collection (config file) Ability to just update the Tenant list w/o collection (-u) Ability to generate charts without downloading reports (-c) Ability to start collection defineable days in the past - once for each Tenant that was not collected before (--pastdays) Documentation fixes Added: Chart creation 21

24 Fixed: Report file names (removed : s to make sure not to conflict with Windows rules) Changed: rebuilt from scratch to get rid of the sqlite3 database used in version 1.x now using the hcpsdk now storing the reports in a folder structure added possibility to store to HCP 22

25 CHAPTER 7 License / Trademarks The MIT License (MIT) Copyright (c) Thorsten Simons (sw@snomis.de) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the Software ), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARIS- ING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Trademarks and Copyrights of used material Hitachi is a registered trademark of Hitachi, Ltd., in the United States and other countries. Hitachi Data Systems is a registered trademark and service mark of Hitachi, Ltd., in the United States and other countries. Archivas, Hitachi Content Platform, Hitachi Content Platform Anywhere and Hitachi Data Ingestor are registered trademarks of Hitachi Data Systems Corporation. All other trademarks, service marks, and company names in this document or web site are properties of their respective owners. The logo used in the documentation is based on the picture found at pixabay.com 6, where it is declared under CC0 Public Domain 7 license

26 CHAPTER 8 About About the Developer The developer serves for Hitachi Data Systems since 2007, with a main focus on Hitachi Content Platform and its family of related products. Being a presales consultant with HDS Germany for more than six years, he actually works for the HCP engineering department as an HCP Technologist for the EMEA region. Prior to HDS, he served for eight years as a presales manager for a major storage vendor in Germany. Before that, he worked for ten years as a software developer, system programmer, project manager and technical architect for a major German manufacturing company. In his spare time, he develops tools around HCP that make his own (and hopefully) others life easier. You can contact him per at sw@snomis.de 24

HCP Tools Documentation

HCP Tools Documentation HCP Tools Documentation Release 1.0.20 Thorsten Simons Mar 27, 2018 Contents 1 Setup 2 1.1 Pre-requisites........................................... 2 1.2 Dependencies...........................................

More information

git-pr Release dev2+ng5b0396a

git-pr Release dev2+ng5b0396a git-pr Release 0.2.1.dev2+ng5b0396a Mar 20, 2017 Contents 1 Table Of Contents 3 1.1 Installation................................................ 3 1.2 Usage...................................................

More information

josync Documentation Release 1.0 Joel Goop and Jonas Einarsson

josync Documentation Release 1.0 Joel Goop and Jonas Einarsson josync Documentation Release 1.0 Joel Goop and Jonas Einarsson May 10, 2014 Contents 1 Contents 3 1.1 Getting started.............................................. 3 1.2 Jobs....................................................

More information

MCAFEE THREAT INTELLIGENCE EXCHANGE RESILIENT THREAT SERVICE INTEGRATION GUIDE V1.0

MCAFEE THREAT INTELLIGENCE EXCHANGE RESILIENT THREAT SERVICE INTEGRATION GUIDE V1.0 MCAFEE THREAT INTELLIGENCE EXCHANGE RESILIENT THREAT SERVICE INTEGRATION GUIDE V1.0 Copyright IBM Corporation 2018 Permission is hereby granted, free of charge, to any person obtaining a copy of this software

More information

disspcap Documentation

disspcap Documentation disspcap Documentation Release 0.0.1 Daniel Uhricek Dec 12, 2018 Installation 1 Requirements 3 1.1 Build depedencies............................................ 3 1.2 Python depedencies...........................................

More information

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 1. License The MIT License (MIT) Copyright (c) 2018 gamedna Ltd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),

More information

X Generic Event Extension. Peter Hutterer

X Generic Event Extension. Peter Hutterer X Generic Event Extension Peter Hutterer X Generic Event Extension Peter Hutterer X Version 11, Release 7.7 Version 1.0 Copyright 2007 Peter Hutterer Permission is hereby granted, free of charge, to any

More information

retask Documentation Release 1.0 Kushal Das

retask Documentation Release 1.0 Kushal Das retask Documentation Release 1.0 Kushal Das February 12, 2016 Contents 1 Dependencies 3 2 Testimonial(s) 5 3 User Guide 7 3.1 Introduction............................................... 7 3.2 Setting

More information

TWO-FACTOR AUTHENTICATION Version 1.1.0

TWO-FACTOR AUTHENTICATION Version 1.1.0 TWO-FACTOR AUTHENTICATION Version 1.1.0 User Guide for Magento 1.9 Table of Contents 1..................... The MIT License 2.................... About JetRails 2FA 4................. Installing JetRails

More information

jumpssh Documentation

jumpssh Documentation jumpssh Documentation Release 1.0.1 Thibaud Castaing Dec 18, 2017 Contents 1 Introduction 1 2 Api reference 5 3 Changes 15 4 License 17 5 Indices and tables 19 Python Module Index 21 i ii CHAPTER 1 Introduction

More information

deepatari Documentation

deepatari Documentation deepatari Documentation Release Ruben Glatt July 29, 2016 Contents 1 Help 3 1.1 Installation guide............................................. 3 2 API reference 5 2.1 Experiment Classes........................................

More information

XStatic Documentation

XStatic Documentation XStatic Documentation Release 1.0.1 Thomas Waldmann Sep 18, 2018 Contents 1 What is XStatic 1 1.1 The Idea................................................. 1 1.2 Pros....................................................

More information

BME280 Documentation. Release Richard Hull

BME280 Documentation. Release Richard Hull BME280 Documentation Release 0.2.1 Richard Hull Mar 18, 2018 Contents 1 GPIO pin-outs 3 1.1 P1 Header................................................ 3 2 Pre-requisites 5 3 Installing the Python Package

More information

Feed Cache for Umbraco Version 2.0

Feed Cache for Umbraco Version 2.0 Feed Cache for Umbraco Version 2.0 Copyright 2010, Ferguson Moriyama Limited. All rights reserved Feed Cache for Umbraco 2.0 Page 1 Introduction... 3 Prerequisites... 3 Requirements... 3 Downloading...

More information

PyCon APAC 2014 Documentation

PyCon APAC 2014 Documentation PyCon APAC 2014 Documentation Release 2014-01-12 Keith Yang July 06, 2014 Contents 1 PyCon APAC 2014 3 1.1 Getting Started.............................................. 3 1.2 Setting up the database..........................................

More information

mp3fm Documentation Release Akshit Agarwal

mp3fm Documentation Release Akshit Agarwal mp3fm Documentation Release 1.0.1 Akshit Agarwal July 27, 2013 CONTENTS 1 Introduction to MP3fm 3 1.1 Features.................................................. 3 2 Libraries Used and Install 5 2.1 Libraries

More information

agate-sql Documentation

agate-sql Documentation agate-sql Documentation Release 0.5.3 (beta) Christopher Groskopf Aug 10, 2017 Contents 1 Install 3 2 Usage 5 3 API 7 3.1 Authors.................................................. 8 3.2 Changelog................................................

More information

XEP-0099: IQ Query Action Protocol

XEP-0099: IQ Query Action Protocol XEP-0099: IQ Query Action Protocol Iain Shigeoka mailto:iain@jivesoftware.com xmpp:smirk@jabber.com 2018-11-03 Version 0.1.1 Status Type Short Name Deferred Standards Track Not yet assigned Standardizes

More information

Firebase PHP SDK. Release

Firebase PHP SDK. Release Firebase PHP SDK Release Jul 16, 2016 Contents 1 User Guide 3 1.1 Overview................................................. 3 1.2 Authentication.............................................. 3 1.3 Retrieving

More information

Spotter Documentation Version 0.5, Released 4/12/2010

Spotter Documentation Version 0.5, Released 4/12/2010 Spotter Documentation Version 0.5, Released 4/12/2010 Purpose Spotter is a program for delineating an association signal from a genome wide association study using features such as recombination rates,

More information

Java Relying Party API v1.0 Programmer s Guide

Java Relying Party API v1.0 Programmer s Guide Java Relying Party API v1.0 Programmer s Guide 4 June 2018 Authors: Peter Höbel peter.hoebel@open-xchange.com Vittorio Bertola vittorio.bertola@open-xchange.com This document is copyrighted by the ID4me

More information

Testworks User Guide. Release 1.0. Dylan Hackers

Testworks User Guide. Release 1.0. Dylan Hackers Testworks User Guide Release 1.0 Dylan Hackers April 10, 2019 CONTENTS 1 Testworks Usage 1 1.1 Quick Start................................................ 1 1.2 Defining Tests..............................................

More information

Elegans Documentation

Elegans Documentation Elegans Documentation Release 0.1.0 Naoki Nishida April 29, 2014 Contents i ii CHAPTER 1 Description Elegans is a 3D plotting library written in JavaScript. With Elegans, you can generate charts in JavaScript,

More information

sensor-documentation Documentation

sensor-documentation Documentation sensor-documentation Documentation Release 0.0.1 Apoorv Jagtap October 15, 2016 Contents 1 Contents: 1 1.1 Introduction............................................... 1 1.2 Velodyne VLP - 16............................................

More information

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Simple Robot Simulator 2010 (SRS10) Written by Walter O. Krawec Copyright (c) 2013 Walter O. Krawec Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated

More information

Folder Poll General User s Guide

Folder Poll General User s Guide Document version 11 Product Release version 3.0 Folder Poll General User s Guide MyAssays Ltd. 2016 www.myassays.com Contents Trademarks... 4 Copyright... 4 Additional Software Licensing Notices... 5 Online

More information

Sensor-fusion Demo Documentation

Sensor-fusion Demo Documentation Sensor-fusion Demo Documentation Release 1.2 Alexander Pacha Aug 13, 2018 Contents: 1 Euler Angles 3 2 Installation 5 3 Contribute 7 4 License 9 i ii Sensor-fusion Demo Documentation, Release 1.2 This

More information

Trimble. ecognition. Release Notes

Trimble. ecognition. Release Notes Trimble ecognition Release Notes Trimble Documentation: ecognition 8.9 Release Notes Imprint and Version Document Version 8.9 Copyright 2013 Trimble Germany GmbH. All rights reserved. This document may

More information

Instagram PHP Documentation

Instagram PHP Documentation Instagram PHP Documentation Release 0.1.0 Marvin Osswald Feb 12, 2018 Contents 1 Overview 3 1.1 Requirements............................................... 3 1.2 Installation................................................

More information

Tailor Documentation. Release 0.1. Derek Stegelman, Garrett Pennington, and Jon Faustman

Tailor Documentation. Release 0.1. Derek Stegelman, Garrett Pennington, and Jon Faustman Tailor Documentation Release 0.1 Derek Stegelman, Garrett Pennington, and Jon Faustman August 15, 2012 CONTENTS 1 Quick Start 3 1.1 Requirements............................................... 3 1.2 Installation................................................

More information

Packet Trace Guide. Packet Trace Guide. Technical Note

Packet Trace Guide. Packet Trace Guide. Technical Note Packet Trace Guide Technical Note VERSION: 2.0 UPDATED: JANUARY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo

More information

RTI Connext DDS Core Libraries

RTI Connext DDS Core Libraries RTI Connext DDS Core Libraries Getting Started Guide Addendum for Database Setup Version 5.3.1 2018 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. February 2018. Trademarks

More information

pydocstyle Documentation

pydocstyle Documentation pydocstyle Documentation Release 1.0.0 Amir Rachum Oct 14, 2018 Contents 1 Quick Start 3 1.1 Usage................................................... 3 1.2 Error Codes................................................

More information

HYCU SCOM Management Pack for F5 BIG-IP

HYCU SCOM Management Pack for F5 BIG-IP USER GUIDE HYCU SCOM Management Pack for F5 BIG-IP Product version: 5.5 Product release date: August 2018 Document edition: First Legal notices Copyright notice 2015-2018 HYCU. All rights reserved. This

More information

Colgate, WI

Colgate, WI Lions International District 27-A2 Technology Chair Lion Bill Meyers W290N9516 Deer Lane, Colgate, WI 53017 262.628.2940 27A2Tech@gmail.com Following is an explanation of the design basic of the free Lions

More information

dublincore Documentation

dublincore Documentation dublincore Documentation Release 0.1.1 CERN Mar 25, 2018 Contents 1 User s Guide 3 1.1 Installation................................................ 3 1.2 Usage...................................................

More information

Migration Tool. Migration Tool (Beta) Technical Note

Migration Tool. Migration Tool (Beta) Technical Note Migration Tool (Beta) Technical Note VERSION: 6.0 UPDATED: MARCH 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo

More information

APM Import Tool. Product Guide

APM Import Tool. Product Guide APM Import Tool Product Guide This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational purposes only and is

More information

twstock Documentation

twstock Documentation twstock Documentation 1.0.1 Louie Lu 2018 03 26 Contents 1 twstock - 1 1.1 - User s Guide.............................................. 1 1.2 API - API Reference...........................................

More information

puppet-diamond Documentation

puppet-diamond Documentation puppet-diamond Documentation Release 0.3.0 Ian Dennis Miller Mar 21, 2017 Contents 1 Overview 3 2 Introduction 5 3 User Guide 9 4 About 15 i ii Puppet-Diamond is framework for creating and managing an

More information

NETWRIX WINDOWS SERVER CHANGE REPORTER

NETWRIX WINDOWS SERVER CHANGE REPORTER NETWRIX WINDOWS SERVER CHANGE REPORTER ADMINISTRATOR S GUIDE Product Version: 4.0 June 2013. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

abstar Documentation Release Bryan Briney

abstar Documentation Release Bryan Briney abstar Documentation Release 0.3.1 Bryan Briney Apr 26, 2018 Contents 1 Getting Started 3 2 Usage 7 3 About 13 4 Related Projects 15 5 Index 17 i ii AbStar is a core component of the Ab[x] Toolkit for

More information

KEMP Driver for Red Hat OpenStack. KEMP LBaaS Red Hat OpenStack Driver. Installation Guide

KEMP Driver for Red Hat OpenStack. KEMP LBaaS Red Hat OpenStack Driver. Installation Guide KEMP LBaaS Red Hat OpenStack Driver Installation Guide VERSION: 2.0 UPDATED: AUGUST 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP

More information

NTLM NTLM. Feature Description

NTLM NTLM. Feature Description Feature Description VERSION: 6.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are registered

More information

ProFont began life as a better version of Monaco 9 which is especially good for programmers. It was created circa 1987 by Andrew Welch.

ProFont began life as a better version of Monaco 9 which is especially good for programmers. It was created circa 1987 by Andrew Welch. Important Note This is the original readme file of the ProFont distribution for Apple Macintosh. If you re using ProFont on Windows or Unix, or downloaded any other ProFont package than»profont Distribution

More information

Piexif Documentation. Release 1.0.X. hmatoba

Piexif Documentation. Release 1.0.X. hmatoba Piexif Documentation Release 1.0.X hmatoba January 29, 2017 Contents 1 About Piexif 3 1.1 What for?................................................. 3 1.2 How to Use................................................

More information

utidylib Documentation Release 0.4

utidylib Documentation Release 0.4 utidylib Documentation Release 0.4 Michal Čihař Nov 01, 2018 Contents 1 Installing 3 2 Contributing 5 3 Running testsuite 7 4 Building documentation 9 5 License 11 6 Changes 13 6.1 0.5....................................................

More information

Tiger Bridge 1.0 Administration Guide

Tiger Bridge 1.0 Administration Guide Tiger Bridge 1.0 Administration Guide September 12, 2017 Copyright 2008-2017 Tiger Technology. All rights reserved. This publication, or parts thereof, may not be reproduced in any form, by any method,

More information

VMware vcenter Log Insight Manager. Deployment Guide

VMware vcenter Log Insight Manager. Deployment Guide VMware vcenter Log Insight Manager Deployment Guide VERSION: 6.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies

More information

N4A Device Manager 4.6.0

N4A Device Manager 4.6.0 N4ACMSX-UG460 N4A Device Manager 4.6.0 User Guide Version 1.0 October 30, 2015 NOVATEL WIRELESS COPYRIGHT STATEMENT 2015 Novatel Wireless, Inc. All rights reserved. The information contained in this document

More information

CuteFlow-V4 Documentation

CuteFlow-V4 Documentation CuteFlow-V4 Documentation Release 4.0.0 Timo Haberkern Nov 15, 2017 Contents 1 Contributing 3 1.1 Contributing Code............................................ 3 1.2 Contributing Documentation.......................................

More information

Open Source Used In Cisco Configuration Professional for Catalyst 1.0

Open Source Used In Cisco Configuration Professional for Catalyst 1.0 Open Source Used In Cisco Configuration Professional for Catalyst 1.0 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on

More information

NETWRIX GROUP POLICY CHANGE REPORTER

NETWRIX GROUP POLICY CHANGE REPORTER NETWRIX GROUP POLICY CHANGE REPORTER ADMINISTRATOR S GUIDE Product Version: 7.2 November 2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

SW MAPS TEMPLATE BUILDER. User s Manual

SW MAPS TEMPLATE BUILDER. User s Manual SW MAPS TEMPLATE BUILDER User s Manual Copyright (c) 2017 SOFTWEL (P) Ltd All rights reserved. Redistribution and use in binary forms, without modification, are permitted provided that the following conditions

More information

OPi.GPIO Documentation

OPi.GPIO Documentation OPi.GPIO Documentation Release 0.3.1 Richard Hull and contributors Jan 01, 2018 Contents 1 Installation 3 2 API Documentation 5 2.1 Importing the module.......................................... 5 2.2

More information

User Guide. Calibrated Software, Inc.

User Guide. Calibrated Software, Inc. User Guide Calibrated Software, Inc. Copyright 2008 Calibrated Software, Inc. All rights reserved. www.calibratedsoftware.com Your rights to the software are governed by the accompanying Software License

More information

ForeScout Extended Module for Advanced Compliance

ForeScout Extended Module for Advanced Compliance ForeScout Extended Module for Advanced Compliance Version 1.2 Table of Contents About Advanced Compliance Integration... 4 Use Cases... 4 Additional Documentation... 6 About This Module... 6 About Support

More information

Asthma Eliminator MicroMedic Competition Entry

Asthma Eliminator MicroMedic Competition Entry Asthma Eliminator 2013 MicroMedic Competition Entry Overview: Our project helps people with asthma to avoid having asthma attacks. It does this by monitoring breath pressure and alerting the user if the

More information

inflection Documentation

inflection Documentation inflection Documentation Release 0.3.1 Janne Vanhala Oct 29, 2018 Contents 1 Installation 3 2 Contributing 5 3 API Documentation 7 4 Changelog 11 4.1 0.3.1 (May 3, 2015)...........................................

More information

Splunk. Splunk. Deployment Guide

Splunk. Splunk. Deployment Guide Deployment Guide VERSION: 1.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

NDIS Implementation Guide

NDIS Implementation Guide NDIS Implementation Guide Last Update: February 2016 Interactive Reporting Pty Ltd ABN 68 128 589 266 8/248 Miller Street NORTH SYDNEY NSW 2060 Ph: (61 2) 8011 1511 Email: info@bi4cloud.com Website: www.bi4cloud.com

More information

Inptools Manual. Steffen Macke

Inptools Manual. Steffen Macke Inptools Manual Steffen Macke Inptools Manual Steffen Macke Publication date 2014-01-28 Copyright 2008, 2009, 2011, 2012, 2013, 2014 Steffen Macke Permission is granted to copy, distribute and/or modify

More information

HTNG Web Services Product Specification. Version 2011A

HTNG Web Services Product Specification. Version 2011A HTNG Web Services Product Specification Version 2011A About HTNG Hotel Technology Next Generation ( HTNG ) is a nonprofit organization with global scope, formed in 2002 to facilitate the development of

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

PageScope Box Operator Ver. 3.2 User s Guide

PageScope Box Operator Ver. 3.2 User s Guide PageScope Box Operator Ver. 3.2 User s Guide Box Operator Contents 1 Introduction 1.1 System requirements...1-1 1.2 Restrictions...1-1 2 Installing Box Operator 2.1 Installation procedure...2-1 To install

More information

Piexif Documentation. Release 1.0.X. hmatoba

Piexif Documentation. Release 1.0.X. hmatoba Piexif Documentation Release 1.0.X hmatoba Oct 06, 2017 Contents 1 About Piexif 3 1.1 What for?................................................. 3 1.2 How to Use................................................

More information

Dependency Injection Container Documentation

Dependency Injection Container Documentation Dependency Injection Container Documentation Release v1.0.0 Filipe Silva Dec 08, 2017 Contents 1 Getting started 3 1.1 Introduction...............................................

More information

Document Manager. Balance Point Technologies, Inc. Document Manager. User Guide. Certified MAX Integrator

Document Manager. Balance Point Technologies, Inc.  Document Manager. User Guide.  Certified MAX Integrator Balance Point Technologies, Inc. www.maxtoolkit.com Document Manager User Guide 1 P a g e Copyright Manual copyright 2017 Balance Point Technologies, Inc. All Rights reserved. Your right to copy this documentation

More information

Epic. Epic Systems. Deployment Guide

Epic. Epic Systems. Deployment Guide Epic Systems Deployment Guide VERSION: 1.0 UPDATED: AUGUST 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are

More information

Quality of Service (QOS) With Tintri VM-Aware Storage

Quality of Service (QOS) With Tintri VM-Aware Storage TECHNICAL WHITE PAPER Quality of Service (QOS) With Tintri VM-Aware Storage Dominic Cheah Technical Marketing Engineer (TME) Oct 2015 www.tintri.com Contents Intended Audience... 3 Consolidated List of

More information

MN150004EN E-Allocation Software User Guide. Effective July 2017 Supercedes October 2016

MN150004EN E-Allocation Software User Guide. Effective July 2017 Supercedes October 2016 MN150004EN E-Allocation Software User Guide Effective July 2017 Supercedes October 2016 Contents Contents 1. INTRODUCTION... 1 1.1 E-Allocation Software Overview...1 1.2 Minimum System Requirements...5

More information

Introduction. How Does it Work with Autodesk Vault? What is Microsoft Data Protection Manager (DPM)? autodesk vault

Introduction. How Does it Work with Autodesk Vault? What is Microsoft Data Protection Manager (DPM)? autodesk vault Introduction What is Microsoft Data Protection Manager (DPM)? The Microsoft Data Protection Manager is a member of the Microsoft System Center family of management products. DPM provides continuous data

More information

SecureAware User Management

SecureAware User Management SecureAware User Management Applies to SecureAware version 4 Document date: November 2011 About this document This document describes user management in SecureAware. Table of content Import AD users and

More information

Dellve CuDNN Documentation

Dellve CuDNN Documentation Dellve CuDNN Documentation Release 1.0.0 DELLveTeam May 02, 2017 Contents 1 Install Requirements 3 2 Dellve CuDNN Framework 5 3 Dellve CuDNN Operations 7 4 API Reference 11 5 Contributing 13 6 Licensing

More information

Additional License Authorizations for HPE OneView for Microsoft Azure Log Analytics

Additional License Authorizations for HPE OneView for Microsoft Azure Log Analytics Additional License Authorizations for HPE OneView for Microsoft Azure Log Analytics Product Use Authorizations This document provides Additional License Authorizations for HPE OneView for Microsoft Azure

More information

Transparency & Consent Framework

Transparency & Consent Framework Transparency & Consent Framework Consent Manager Provider JS API v1.0 Table of Contents Introduction... 2 About the Transparency & Consent Framework... 2 About the Transparency & Consent Standard... 3

More information

ClassPad Manager Subscription

ClassPad Manager Subscription For ClassPad II Series E ClassPad Manager Subscription (for Windows ) User s Guide CASIO Education website URL http://edu.casio.com Access the URL below and register as a user. http://edu.casio.com/dl/

More information

R227. Terms Code Discount per Sales Code Qty Ordered AR-1227

R227. Terms Code Discount per Sales Code Qty Ordered AR-1227 DSD Business Systems MAS 90/200 Enhancements R227 Terms Code Discount per Sales Code Qty Ordered AR-1227 Version 5.10 2 Terms Code Discount per Sales Code Qty Ordered Information in this document is subject

More information

HTNG Web Services Product Specification. Version 2014A

HTNG Web Services Product Specification. Version 2014A HTNG Web Services Product Specification Version 2014A About HTNG Hotel Technology Next Generation (HTNG) is a non-profit association with a mission to foster, through collaboration and partnership, the

More information

Avalanche Remote Control User Guide. Version 4.1

Avalanche Remote Control User Guide. Version 4.1 Avalanche Remote Control User Guide Version 4.1 ii Copyright 2012 by Wavelink Corporation. All rights reserved. Wavelink Corporation 10808 South River Front Parkway, Suite 200 South Jordan, Utah 84095

More information

Implementing Avaya Flare Experience for Windows

Implementing Avaya Flare Experience for Windows Implementing Avaya Flare Experience for Windows 18-604043 Issue 1 July 2012 2012 Avaya Inc. All Rights Reserved. Notice While reasonable efforts have been made to ensure that the information in this document

More information

Synchronization Agent Configuration Guide

Synchronization Agent Configuration Guide SafeNet Authentication Service Synchronization Agent Configuration Guide 1 Document Information Document Part Number 007-012848-001, Rev. E Release Date July 2015 Applicability This version of the SAS

More information

Simba Cassandra ODBC Driver with SQL Connector

Simba Cassandra ODBC Driver with SQL Connector Simba Cassandra ODBC Driver with SQL Connector Last Revised: March 26, 2013 Simba Technologies Inc. Copyright 2012-2013 Simba Technologies Inc. All Rights Reserved. Information in this document is subject

More information

SDN Adaptive Load Balancing. Feature Description

SDN Adaptive Load Balancing. Feature Description SDN Adaptive Load Balancing Feature Description VERSION: 5.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies

More information

RTXAGENDA v Use Manual. A program, free and easy to use, to modify your RT4, RT5 or RT6 phonebook, on PC.

RTXAGENDA v Use Manual. A program, free and easy to use, to modify your RT4, RT5 or RT6 phonebook, on PC. RTXAGENDA v01.08 Use Manual A program, free and easy to use, to modify your RT4, RT5 or RT6 phonebook, on PC. mira308sw 18/04/2013 Summary Introduction... 3 Installation... 3 What it need, how use it...

More information

Edge Security Pack (ESP)

Edge Security Pack (ESP) Edge Security Pack (ESP) VERSION: 1.2 UPDATED: SEPTEMBER 2013 Copyright 2002-2013 KEMP Technologies, Inc. All Rights Reserved. Page 1 / 22 Copyright Notices Copyright 2002-2013 KEMP Technologies, Inc..

More information

invenio-formatter Documentation

invenio-formatter Documentation invenio-formatter Documentation Release 1.0.0 CERN Mar 25, 2018 Contents 1 User s Guide 3 1.1 Installation................................................ 3 1.2 Configuration...............................................

More information

Microsoft Dynamics GP. Extender User s Guide Release 9.0

Microsoft Dynamics GP. Extender User s Guide Release 9.0 Microsoft Dynamics GP Extender User s Guide Release 9.0 Copyright Copyright 2005 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user.

More information

Moodle. Moodle. Deployment Guide

Moodle. Moodle. Deployment Guide Moodle Deployment Guide VERSION: 6.0 UPDATED: MARCH 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are registered

More information

MMS DATA SUBSCRIPTION SERVICES USER INTERFACE GUIDE

MMS DATA SUBSCRIPTION SERVICES USER INTERFACE GUIDE MMS DATA SUBSCRIPTION SERVICES USER INTERFACE GUIDE VERSION: 2.01 DOCUMENT REF: PREPARED BY: MMSTDPD69 EMD DATE: 16 February 2010 Final Copyright Copyright 2012 Australian Energy Market Operator Limited

More information

WhatsConfigured for WhatsUp Gold 2016 User Guide

WhatsConfigured for WhatsUp Gold 2016 User Guide WhatsConfigured for WhatsUp Gold 2016 User Guide Contents Welcome to WhatsConfigured 1 What is WhatsConfigured? 1 Finding more information and updates 1 Sending feedback 2 Deploying WhatsConfigured 3 STEP

More information

Multi-Project Workspace

Multi-Project Workspace Multi-Project Workspace Manage multiple projects within BlueJ Version 2008.06.25 by Manuel Haim C o n t e n t s Preface... 3 Software requirements... 4 Software used for developing / testing... 4 License...

More information

The XIM Transport Specification

The XIM Transport Specification The XIM Transport Specification Revision 0.1 Takashi Fujiwara, FUJITSU LIMITED The XIM Transport Specification: Revision 0.1 by Takashi Fujiwara X Version 11, Release 7 Copyright 1994 FUJITSU LIMITED Copyright

More information

A NETWORK PRIMER. An introduction to some fundamental networking concepts and the benefits of using LANtastic.

A NETWORK PRIMER. An introduction to some fundamental networking concepts and the benefits of using LANtastic. A NETWORK PRIMER An introduction to some fundamental networking concepts and the benefits of using LANtastic. COPYRIGHT 1996 Artisoft, Inc. All Rights Reserved. This information file is copyrighted with

More information

Netsweeper Reporter Manual

Netsweeper Reporter Manual Netsweeper Reporter Manual Version 2.6.25 Reporter Manual 1999-2008 Netsweeper Inc. All rights reserved. Netsweeper Inc. 104 Dawson Road, Guelph, Ontario, N1H 1A7, Canada Phone: +1 519-826-5222 Fax: +1

More information

i-power DMS - Document Management System Last Revised: 8/25/17 Version: 1.0

i-power DMS - Document Management System Last Revised: 8/25/17 Version: 1.0 i-power DMS - Document Management System Last Revised: 8/25/17 Version: 1.0 EPL, Inc. 22 Inverness Parkway Suite 400 Birmingham, Alabama 35242 (205) 408-5300 / 1-800-243-4EPL (4375) www.eplinc.com Property

More information

Flask-Sitemap Documentation

Flask-Sitemap Documentation Flask-Sitemap Documentation Release 0.3.0 CERN May 06, 2018 Contents 1 Contents 3 2 Installation 5 2.1 Requirements............................................... 5 3 Usage 7 3.1 Simple Example.............................................

More information

CompleteView Admin Console User Manual. CompleteView Version 4.6

CompleteView Admin Console User Manual. CompleteView Version 4.6 CompleteView Admin Console User Manual CompleteView Version 4.6 Table of Contents Introduction... 1 End User License Agreement...1 Overview...2 Configuration... 3 Starting the Admin Console...3 Adding

More information

Statsd Metrics Documentation

Statsd Metrics Documentation Statsd Metrics Documentation Release 1.0.0 Farzad Ghanei Aug 05, 2018 Contents 1 Metrics 3 1.1 metrics Metric classes and helper functions............................ 4 2 Client 7 2.1 client Statsd client.........................................

More information

Setting up the DR Series System on Acronis Backup & Recovery v11.5. Technical White Paper

Setting up the DR Series System on Acronis Backup & Recovery v11.5. Technical White Paper Setting up the DR Series System on Acronis Backup & Recovery v11.5 Technical White Paper Quest Engineering November 2017 2017 Quest Software Inc. ALL RIGHTS RESERVED. THIS WHITE PAPER IS FOR INFORMATIONAL

More information