EPICenter Utilities
EPICenter Concepts and Solutions Guide
242
● slots.bat <options> (Windows), or slots.sh <options> (Linux or Solaris) exports slot
information from the EPICenter database.
To run the command as user “user1,” and export slot information to file
slotinfo.csv under
Windows, enter the command:
cd “\Program Files\Extreme Networks\EPICenter 6.0\user.war\scripts\bin”
slots.bat -u user1 -o slotinfo.csv
Under Linux or Solaris, enter the command:
cd /opt/ExtremeNetworks/EPICenter6.0/user.war/scripts/bin
slots.sh -u user1 -o slotinfo.csv
● msinv.bat <options> (Windows), or msinv.sh <options> (Linux or Solaris) exports device
information from the databases of multiple EPICenter servers. You must provide a list of EPICenter
servers in a file.
To export device information from the databases of EPICenter servers listed in file servers.txt (in the
scripts\config directory) to file alldevinfo.csv, without prompting for a password under
Windows, enter the command:
cd “\Program Files\Extreme Networks\EPICenter 6.0\user.war\scripts\bin”
msinv.bat -d -o alldevinfo.csv -s ..\config\servers.txt
Under Linux or Solaris, enter the command:
cd /opt/ExtremeNetworks/EPICenter6.0/user.war/scripts/bin
msinv.sh -d -o alldevinfo.csv -s ../config/servers.txt
The server file defaults to the file servers.txt in the user\scripts\config directory. You can edit
this file to include the names or IP addresses of the servers where the EPICenter server and
databases are running. You can also provide your own file. The format of the file entries are:
<servername or IP>:<port>
For example:
iceberg:8080
10.2.3.4:81