Coder Social home page Coder Social logo

asbuiltreport.kaminario.k2's Introduction

Kaminario K2 Storage AsBuiltReport

Kaminario K2 AsBuiltReport is a module of the parent "AsBuiltReport" project. AsBuiltReport is a PowerShell module which generates As-Built documentation for many common datacentre infrastructure systems. Reports can be generated in Text, XML, HTML and MS Word formats and can be presented with custom styling to align with your company/customer's brand.

For detailed documentation around the whole project, please refer to the README.md file in the parent AsBuiltReport repository (linked to above). This README is specific only to the Kaminario K2 repository.

Sample Reports

Getting Started

Below are the instructions on how to install, configure and generate a Kaminario K2 Array As Built Report

Pre-requisites

The following PowerShell modules are required for generating a Kaminario K2 Array As Built report.

Each of these modules can be easily downloaded and installed via the PowerShell Gallery

Module Installation

Open a Windows PowerShell terminal window and install each of the required modules as follows;

Install-Module -Name K2.Powershell
Install-Module AsBuiltReport

Required Privileges

To generate a Kaminario K2 report, a user account with the readonly role or higher on the Array(s) is required.

Configuration

The Kaminario K2 Array As Built Report utilises a JSON file to allow configuration of report information, options, detail and healthchecks.

A Kaminario K2 Array report configuration file can be generated by executing the following command;

New-AsBuiltReportConfig -Report Kaminario.K2 -Path <User specified folder> -Name <Optional> -Credential (Get-Credential)

Examples

There is one example listed below on running the AsBuiltReport script against a Kaminario K2 target. Refer to the README.md file in the main AsBuiltReport project repository for more examples.

  • The following creates a Kaminario K2 As-Built report in HTML & Word formats in the folder C:\scripts.
PS C:\>New-AsBuiltReport -Report Kaminario.K2 -Target 192.168.1.100 -Credential (Get-Credential) -Format HTML,Word -OutputPath C:\scripts\

Known Issues

asbuiltreport.kaminario.k2's People

Contributors

midnigh7 avatar tpcarman avatar

Watchers

 avatar  avatar  avatar

Forkers

midnigh7 tpcarman

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.