piyushm
11-26-2009, 02:57 AM
Devices and associated tests are typically added by logging in ore representing an end user and navigating to
Administration --> Devices --> 'Create A Device'.
For bulk provisioning of tests/devices, or the occasional quick command line provisioning, one may use the utility provisionDevices.pl located in the utils folder under <TRAVERSE_HOME>, where <TRAVERSE_HOME> is the Traverse installation directory. Running provisionDevices.pl --help will display command usage help.
The accompanying file <TRAVERSE_HOME>\utils\provisionDevices.txt is an example file that is specified with the --file parameter to provisionDevices.pl. The file explains the syntax and provides numerous examples.
To be able to provision a device(s), you would:
* customize a copy of the provisionDevices.txt file to suit your needs
* Ensure that the BVE API component on the BVE is running
* Execute the provisionDevices.pl utility specifying the parameters, including --file for the device text file
Once the devices/tests are provisioned, you may review them by navigating to Status --> Devices
Administration --> Devices --> 'Create A Device'.
For bulk provisioning of tests/devices, or the occasional quick command line provisioning, one may use the utility provisionDevices.pl located in the utils folder under <TRAVERSE_HOME>, where <TRAVERSE_HOME> is the Traverse installation directory. Running provisionDevices.pl --help will display command usage help.
The accompanying file <TRAVERSE_HOME>\utils\provisionDevices.txt is an example file that is specified with the --file parameter to provisionDevices.pl. The file explains the syntax and provides numerous examples.
To be able to provision a device(s), you would:
* customize a copy of the provisionDevices.txt file to suit your needs
* Ensure that the BVE API component on the BVE is running
* Execute the provisionDevices.pl utility specifying the parameters, including --file for the device text file
Once the devices/tests are provisioned, you may review them by navigating to Status --> Devices