SevOne logo
You must be logged into the NMS to search.

Table of Contents (Start)

Metadata Quick Start Guide - SevOne NMS 5.7

SevOne Documentation

All SevOne user documentation is available online from the SevOne Support customer portal.

Copyright © 2005-2020 SevOne Inc. All rights reserved worldwide.

All right, title, and interest in and to the software and documentation are and shall remain the exclusive property of SevOne and its respective licensors. No part of this document may be reproduced by any means nor modified, decompiled, disassembled, published or distributed, in whole or in part, or translated to any electronic medium or other means without the written consent of SevOne.

In no event shall SevOne, its suppliers, nor its licensors be liable for any damages, whether arising in tort, contract, or any other legal theory even if SevOne has been advised of the possibility of such damages, and SevOne disclaims all warranties, conditions, or other terms, express or implied, statutory or otherwise, on software and documentation furnished hereunder including without limitation the warranties of design, merchantability, or fitness for a particular purpose, and noninfringement.

All SevOne marks identified or used on the SevOne website, as updated by SevOne from time to time, may be, or are, registered with the U.S. Patent and Trademark Office and may be registered or pending registration in other countries. All other trademarks or registered trademarks contained and/or mentioned herein are used for identification purposes only and may be trademarks or registered trademarks of their respective companies.

About Metadata

Simply put, metadata is information that tells us about other information. Metadata is all over the place. With Microsoft Word, metadata makes it easy for us to find out things like the author's user name, when a file was created and last modified, the file size, the total editing time, etc. Metadata for MP3 files allows us to view and edit information about tracks, such as the song title, artist's name, album title, release year, and track number, for example. Social media also uses metadata. In fact, a single Twitter Tweet, limited to 140 characters, has 150 pieces of metadata!

SevOne NMS uses metadata for a lot of things–such as device names, names of peers polling devices, number of objects, and object names, to name just a few examples. As of SevOne NMS 5.4, SevOne has introduced new Metadata features that allow you to create custom metadata attributes for your devices, objects, device groups, device types, and object groups.

In this document, we'll take a look at the following topics:

  • Creating namespaces and metadata attributes

  • Populating metadata attributes

  • Creating a report on metadata attributes

SevOne Metadata

SevOne's Metadata features give you flexibility to specify exactly what information you would like to include. You can say just about anything you want about a given device, object, device group, device type, or object group. You can use metadata attributes to provide site locations, software version information, IP addresses, MAC addresses, local contact information, and serial numbers, along with tons of other information. You can even create a metadata attribute to describe the color of your devices!

The following are just a few examples of information you can include for all your company's routers, switches, servers, etc., using metadata:

  • Location

  • Contact person

  • Contact phone

  • Clickable link to service records

  • IP address

  • MAC address

  • Serial number

  • Installation date

  • Software version

Another great benefit of SevOne Metadata is instant access to important information. If you notice a problem with a router, you can instantly view all the essential information for it. If it's at a remote location, and you need a reset, you immediately know where it's located. You also know who to call and how to reach them–no need to open a separate application or dig around for a sticky note!

Prerequisites

To use SevOne's Metadata features, you'll need SevOne NMS version 5.4 or higher.

Configuration

The steps below will walk you through creating and populating metadata attributes. After that, you'll create a report based on those metadata attributes. We'll be working with a couple examples. Feel free to follow the examples or use other specifications.

About Namespaces and Metadata Attributes

SevOne NMS uses namespaces to group metadata attributes. You can create multiple namespaces, and within each namespace you can create multiple attributes. Each attribute includes the following three features:

  • Attribute Name

  • Attribute Type

  • Target

The Attribute Name is the name you give to a specific attribute. For example, if you have an attribute for providing the serial number of a device, you might name it Serial Number or SN.

The Attribute Type is used to validate entry inputs. It specifies the format of the data that users will provide for a specific attribute. If you would like to include the installation date for a device, for example, you might create a metadata attribute and call it Installation Date. Because you want it to be in date format, you would select the attribute type Date/Time. This means that data provided for the Installation Date attribute must conform to the Date/Time format. Additional attribute types include IP Address, MAC Address, Integer, Latitude and Longitude, Regular Expression, and URL. There's also an attribute type called Text, which you can use for any number of things, such as phone numbers, names of people, serial numbers, notes, etc.

Target refers to the areas in SevOne NMS that you can apply a specific metadata attribute to. For example, let's say your company has several offices throughout the US. One of your offices is in San Diego, and you'd like to provide a site contact phone number for all of the devices at the San Diego location. In this case, you'll want to select Device as a target. This gives you the ability to use your site contact phone number attribute for individual devices. You can also select Device Group, Object, and Object Group as targets, allowing you flexibility to use an attribute for device groups, device types, objects, and object groups.

Create a Namespace and Attributes

In this section, we'll create a namespace and add attributes to it. We'll be working through the steps using an example. Feel free to follow along with the example or make different selections.

Create a Namespace

Before you start creating attributes, you need a place to put them. This is where namespaces come in. Perform the steps below to create a namespace. Once you have your namespace, you can start adding attributes to it.

SevOne NMS ships with a namespace called SevOne, which includes several attributes, such as BIOS Version, Hardware Version, etc.. The SevOne namespace and its attributes can't be changed.

  1. From the navigation bar, click Administration and select Metadata Schema.

    images/download/attachments/33033042/image2016-1-14-20_12_17.png
  2. Click Add Namespace to display the Namespace Editor.

    images/download/attachments/18554317/image2015-11-16-19_52_15.png
  3. In the text field, enter a name for the namespace.

  4. Click Save.

Add an Attribute

Perform the following steps to add the first attribute for our example.

  1. Click Add Attribute to display the Add Metadata Attribute pop-up.

    images/download/attachments/18554317/image2015-11-16-19_55_10.png
  2. Click the Namespace drop-down and select the namespace that you created.

  3. The Target drop-down lets you specify one or more of the following attribute targets. For our example, select Device and Device Group.

    • Device - lets you apply/edit the attribute's values for specific devices, using the Device Manager.

    • Object - lets you apply/edit the attribute's values for specific objects, using the Object Manager.

    • Device Group - lets you apply/edit the attribute's values for specific device groups and device types, using the Device Groups page and the Device Types page.

    • Object Group - lets you apply/edit the attribute's values for specific object groups, using the Object Groups page.

  4. The Type drop-down lets you specify one of the following attribute types. For now, select Latitude and Longitude.

    • Date/Time - enables the value to be in a date/time format.

    • Integer - enables the value to be numeric.

    • IP Address - enables the value to be an IP address.

    • Latitude and Longitude - enables the value to be a latitude and longitude.

    • MAC Address - enables the value to be a MAC address.

    • Text (Validated) - enables the value to be a regular expression. When you select this option, the Regular Expression text field appears. Enter a regular expression to validate the attribute values on.

      The input for the Regular Expression field needs to be a full regular expression with delimiters and modifiers.

      images/download/attachments/18554317/image2015-11-16-20_2_50.png

    • Text - enables the value to be text.

    • URL - presents the value as a clickable link to a valid URL.

  5. In the Name field, enter a name for the metadata attribute. For this one, let's say Site Location.

  6. Click Save. Your new namespace should now appear with your new attribute, Site Location, listed below it.
    images/download/attachments/33033042/image2016-1-15-14_20_12.png

Add More Attributes

Perform the following steps to add more attributes for our example.

  1. Click Add Attribute to display the Add Metadata Attribute pop-up.

  2. Click the Namespace drop-down and select the namespace that you created earlier.

  3. Click the Target drop-down and select Device and Device Group.

  4. Click the Type drop-down and select Text.

  5. In the Name field, enter Site Contact Phone.

  6. Click Save.

  7. Repeat the steps above. For step 4, select URL. For step 5, enter Service Record.

  8. Your new attributes should appear below your namespace. To edit the settings for any of the attributes, select the attribute and click images/download/attachments/17469967/image2015-5-28-16_54_46.png under Actions.
    images/download/attachments/18554317/image2015-11-16-20_13_11.png

Populate Metadata Attributes

In this section, you're going to populate the attributes that you just created with meaningful data.

  1. From the navigation bar, click Devices and select Device Manager.

    images/download/attachments/33033042/deviceMgr.png
  2. Select a device and click images/download/attachments/17469967/image2015-5-28-16_59_1.png to display the Edit Metadata pop-up for it.
    images/download/attachments/33033042/image2016-1-15-14_50_55.png

    You can edit metadata values for multiple devices at the same time. First, select the check boxes for the devices. In the upper left corner of the table, click images/download/attachments/33033042/image2016-1-15-16_1_51.png and select Tools, then Edit Metadata. The Edit Metadata pop-up appears, enabling you to edit metadata values for all of the selected devices.

  3. Under the namespace that you created earlier, locate and select the Site Location attribute.

  4. Click images/download/attachments/17469967/image2015-5-28-17_8_39.png to edit the values for Site Location.

    images/download/attachments/18554317/image2015-11-16-20_26_31.png
  5. In the Latitude field, you'll need a decimal value between -90.00 and 90.00. For our example, let's enter 32.7833 .

  6. In the Longitude field, you'll need a decimal value between -180.00 and 180.00. Enter 79.9333 .

  7. Click Update to apply the changes.

  8. Locate the Site Contact Phone attribute and click images/download/attachments/17469967/image2015-5-28-17_8_39.png to edit the value for it. Enter 843-555-5309 for our example.

    images/download/attachments/18554317/image2015-11-16-20_28_14.png
  9. Click Update.

  10. Locate the Service Record attribute and click images/download/attachments/17469967/image2015-5-28-17_8_39.png to edit the values for it.

    images/download/attachments/18554317/image2015-11-16-20_29_55.png
  11. In the Link display text field, enter a name for the link. For this example, we might say Service Record for p55x.

  12. In the URL field, enter a URL for the link. You can enter any working URL for the example.

  13. Click Update.

  14. Before continuing, click the link for the URL (in our example, Service Record for p55x) to confirm that the URL is correct.

  15. Click Save.

    images/download/attachments/33033042/image2016-1-15-16_12_53.png

Create a Report on Metadata Attributes

Now we're going to create a TopN report for the device that we looked at in the last section. Our report results will show us the most utilized interfaces along with metadata information for the device.

  1. From the navigation bar, click Reports and select Create Report.

    images/download/attachments/18554317/reportAttachmentWizard.png
  2. The Sources page is set to TopN by default. That's what we want. Click Next.

  3. On the Resources page, click the Type drop-down and select Device.

    images/download/attachments/33033042/image2016-1-15-16_16_30.png
  4. Click the Device drop-down and select the device that you edited metadata values for in the previous section.

  5. On the left side of the page, click Visualizations to jump ahead to the Visualizations page.

    images/download/attachments/33033042/image2016-1-15-14_34_16.png
  6. The Table visualization should be selected by default. Click images/download/attachments/18554317/icon_downwardArrow.png to view the Table settings.

    images/download/attachments/33033042/surf_tableVisualization.png
  7. To the right of Columns, you'll see two lists of columns: Available and Using. Under Available, scroll down until you see the namespace you created earlier. Below the namespace, you'll see the namespace's attributes available as columns.

  8. Select all of the columns under your namespace: Site Contact Phone, Site Location, and Service Record.

    images/download/attachments/33033042/image2016-1-15-14_43_5.png
  9. Click images/download/attachments/17469967/image2015-5-28-17_59_0.png to add the columns to Using.

  10. Click Finish.

  11. Your TopN report results should include a site phone number and coordinates for the location of your device along with a link to the device's service record.

    images/download/attachments/33033042/image2016-1-15-16_18_41.png

Terms

Attribute

In the context of SevOne NMS metadata, a piece of information that specifies the expected input for a field.

Metadata

Data that describes other data.

Namespace

  • In the context of SevOne NMS metadata, a grouping or collection of metadata attributes.

  • In the context of SevOne NMS metadata, an area or category where a specific attribute can be used.