User guide

B-6 ExtremeWare EPICenter Software Installation and User Guide
Inventory Export Examples
The following examples illustrate the usage of these commands.
To exportslot information to the file
slotinventory.csv from theEPICenter database
whose login is “admin123” and password is “sesame” enter the following command:
slots.bat -u admin123 -p sesame -o slotinventory.csv
This will not prompt for a password, and will output the results to the specified file.
To export device information to the console, after prompting for a password, enter the
following command:
inv.bat
This command will login with the default user name (admin), will prompt for the
password,and will output the results to the console.
To export device information to the console, using the default login and default
password, enter the following command:
inv.bat -d -o output.csv
This command will login using the default user name (admin) and the default
password,and will output the results to the file
output.csv in the user\scripts\bin
directory.
To export device information from the EPICenter databases on the multiple servers,
edit the
servers.txt file in the user\scripts\config directory, then enter the
following command:
msinv.bat -d -o devices.csv -s serverlist2.txt
This command logs in to each of the EPICenter servers specified in the file
serverlist2.txt, usingthe default login and password, and output the device
information from theseserverstothe file
devices.csv. Thedevices.scv file iscreatedin
the user\scripts\bin directory.
-p EPICenter user password “”
-u EPICenter user name admin
-s For the msinv.bat command only: Name (and
path) of file containing EPICenter server list
<epc_install_dir>\user\scripts\
config\servers.txt
Table B-2: Inventory script command options
Option Value Default