Skip to main content

Tool to creact CSV output from Avaya Communcation Manager commands.

Project description

ossi_tool
-------------------------

It is a Python script, to execute multiple commands on Avaya Communication Manager,
and write output data into the CSV file for later processing. It is ideal tool to
repeat a command many times which not available as import in Avaya Site Administration
Tool (eg. list usage)

As input arguments need to define the followings:
- host
- Username
- Password
- Input file
- Output file

For all available option use "ossi_tool -h"

Usage example:

#ossi_tool 192.168.10.10 sampleuser -ppassword -i commands.csv -o outputfile.csv
or
#ossi_tool 192.168.10.10 sampleuser -ppassword -c 'list node-name all'

---------------------
Installation (Linux):
---------------------

In most Linux distribution the Python 2.7 is installed.

Ossi_tool can be easily installed by pip, it takes care about other prerequisits.
- Check python version
- Install pip
- Install ossi_tool

$ sudo easy_install-2.7 pip
$ sudo pip install ossi_tool

ossi_tool is ready to use ;)

------------------------
Installation (Windows):
------------------------

Because the ossi tool use pexpect wich is not compatible with Windows Powershell SSH client,
on Windows Linux Subsystem (WLS) should be used. You can chose many linux disctribution as
subsystem.
https://docs.microsoft.com/en-us/windows/wsl/install-win10
When the WLS is ready to use all other step same like Linux usage.
- Install Python (maybe not necessary)
- Install pip
- Install ossi_tool

$ sudo easy_install-2.7 pip
$ sudo pip install ossi_tool

ossi_tool is ready to use ;)

---------------------
Known issues
---------------------

-


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ossi_tool-0.3.3.1.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

ossi_tool-0.3.3.1-py2-none-any.whl (9.1 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page