Inventory

This section contains context-sensitive Online Help content for the Web Client > Inventory tab.

Viewing Inventory Information

Beginning with Cisco Prime DCNM release 6.x, you can view the inventory and the performance for both SAN and LAN switches by using the global Scope pane. You can select LAN, SAN, or both to view the inventory information. You can also export and print the inventory information.

You can either Print this information or export to Microsoft Excel.


Note


You can use the Print icon to print the information displayed or you can also use the Export icon to export the information displayed to a Microsoft Excel spreadsheet. You can also choose the column you want to display.

The Inventory menu includes the following submenus:

Viewing Inventory Information for Switches

Procedure
    Step 1   From the menu bar, choose Inventory > View > Switches.

    You see the Switches window displaying a list of all the switches for a selected Scope.

    Step 2   You can also view the following information.
    • In the Device Name column, select a switch to display the Switch Dashboard. For more information about switch dashboard, see the Switch Dashboard section.
    • IP Address column displays the IP address of the switch.
    • WWN/Chassis ID displays the World Wide Name (WWN) if available or chassis ID.
    • Health displays the health situation of the switch.
    • Satus column displays the status of the switch.
    • # Ports column displays the number of ports.
    • Model column displays the model name of the switch.
    • Serial No. column displays the serial number of the switch.
    • Release column displays the switch version.
    • License column displays the DCNM license installed on the switch.
    Step 3   In the Health column, the switch health is calculated by the capacity manager based on the following formula in the server.properties file.

    The function to implement is

    # calculate(x, x1, y, y1, z)

    # @param x: Total number of modules

    # @param x1: Total number of modules in warning

    # @param y: Total number of switch ports

    # @param y1: Total number of switch ports in warning

    # @param z: Total number of events with severity of warning or above

    Step 4   The value in the Health column is calculated based on the following default equation.

    ((x-x1)*1.0/x) *0.4 + ((y-y1)*1.0/y)*0.3 + ((z*1.0/1000>=1) ? 0: ((1000-z)*1.0/1000)*0.3).

    In the above formula, the switch health value is calculated based on the following:

    • Percentage of Warning Modules (Contributes 40% of the total health).

    • Percentage of Warning Ports (Contributes 30% of the total health)

    • Percentage of events with severity of Warning or above (Contributes 30% of the total health. If there are more than 1000 warning events, the event health value is 0).

    You may also have your own health calculation formula by implementing the common interface class: com.cisco.dcbu.sm.common.rif.HealthCalculatorRif. Add the .jar file to the DCNM server and modify the health.calculator property to point to the class name you have created.

    The default Java class is defined as: health.calculator=com.cisco.dcbu.sm.common.util.HealthCalculator.

    • Capacity Manager calculates health only for the license switches. If the health column does not display a value, the switch either does not have a license or it has missed the capacity manager’s daily cycle.

    • If the switch is unlicensed, in the DCNM License column click Unlicensed. The Administration > License window appears which allows you to assign a license to the user.

    • The capacity manager runs two hours after the DCNM server starts. So, if you discover a device after two hours of the DCNM start time, the health will be calculated 24 hours after this DCNM start time


    Viewing Inventory Information for Modules

    Procedure
      Step 1   From the menu bar, choose Inventory > View > Modules.

      You see the Modules window displaying a list of all the switches and its details for a selected Scope.

      Step 2   You can view the following information.
      • Group column displays the group name of the module..
      • Switch column displays the switch name on which the module is discovered.
      • Name displays the module name.
      • ModelName displays the model name.
      • SerialNum column displays the serial number.
      • 2nd SerialNum column displays the second serial number.
      • Type column displays the type of the module.
      • Slot column displays the slot number.
      • Hardware Revision column displays the hardware version of the module.
      • Software Revision column displays the software version of the module.
      • Asset ID column displays the asset id of the module.

      Viewing Inventory Information for Licenses

      Procedure
        Step 1   From the menu bar, choose Inventory > View > Licenses.

        You see the Licenses window displaying the license type and the warnings. based on the selected Scope.

        Step 2   You can view the following information.
        • Group column displays the group name of switches.
        • Switch column displays the switch name on which the feature is enabled.
        • Feature displays the installed feature.
        • Status displays the usage status of the license.
        • Type column displays the type of the license.
        • Warnings column displays the warning message.

        Discovery

        Starting from Cisco Prime DCNM release 10.x, Cisco Prime DCNM allows the admin to associate user to one or more device scope or group. That means you can only access and configure the associated group or scope devices based on Role Based Access Control (RBAC). Even though you might not have the access to other users' associated devices, you can still see all the discovered devices under the Inventory > Discovery tab.

        From the left menu bar, go to Administration > Management Users. You can create users and associate groups, mange remote authentication and see all the connected clients. For more information about RBAC, please go to Management Users.

        Adding, Editing, Re-discovering, Purging and Removing LAN, LAN Tasks and Switch

        Cisco DCNM Web Client reports information obtained by the Cisco DCNM-LAN devices.


        Tip


        If the discovered Device is not in the scope of the current user the check box for the LAN Device in the LAN table greys out.


        This section contains the following:

        Adding LAN Switches

        Procedure
          Step 1   From the menu bar, choose Inventory > Discovery > LAN Switches.

          You see the list of LAN devices in the Switch column.

          Step 2   Click on the Add icon to add LAN.

          You see the Add LAN Devicesdialog box.

          Step 3   Select Hops from seed Switch or Switch List. The fields vary depending on your selection.
          Step 4   Enter the Seed Switch IP address for the fabric.
          Step 5   The options vary depending on the discovery type selected. For example, if you check Use SNMPv3/SSH, varied fields are displayed.
          Step 6   Click the drop-down menu and choose the Auth-Privacy security level.
          Step 7   Enter the Community, or user credentials.
          Step 8   Select the LAN group from the LAN groups candidates which is in the scope of the current user.
          Note   

          Select DCNM server and click Add to add LAN switches.

          Step 9   Click Next to begin the shallow discovery.
          Step 10   In the LAN Discovery window, you can select all switches by using the checkbox next to the switch name column or select individual switches. Click Previous to go back and edit the parameters.
          Note    In the Status column, if the switch status is timeout or Cannot be contacted, these switches cannot be added. Only the switches that are reachable and not managed yet are available to select. The checkbox is greyed out for the switches that are not available.
          Step 11   Select a switch and click Add to add a switch to the switch group.

          If the seed switch(es) are not reachable, it will be shown as “unknown” on the shallow Discovery window.


          Editing LAN Devices

          You can modify a LAN from Cisco DCNM Web Client.

          Procedure
            Step 1   From the menu bar, choose Inventory > Discovery > LAN Switches.
            Step 2   Select the check box next to the LAN that you want to edit and click Edit icon.

            You see the Edit LAN dialog box.

            Step 3   Enter the User Name and Password.
            Note   

            Select Credential or Management State to change the Credential or Management state. If Credential is selected, you can change the SNMP version and Auth-Privacy if v3, username or password. If Management State is selected, you can change the status to managed or unmanaged.

            Step 4   Select the LAN status as Managed or Unmanaged.
            Step 5   Click Apply to save the changes.

            Removing LAN Devices from Cisco DCNM

            You can remove a LAN switch from Cisco DCNM Web Client.

            Procedure
              Step 1   From the menu bar, choose Inventory > Discovery > LAN Switches.
              Step 2   Select the check box next to the LAN that you want to remove and click the move icon to remove the switches and all their data.
              Step 3   Click Yes to review the LAN device.

              Moving LAN Devices Under a Task

              You can move LAN devices under a task to a different server using Cisco DCNM Web Client. This feature is available only in the federation setup and the Move LAN is displayed in the federation setup screen.

              You can move the LAN from a sever that is down to an active server. The management state remains the same.

              Procedure
                Step 1   From the menu bar, choose Inventory > Discovery > LAN Switches.
                Step 2   Choose the LAN Devices(s) from the LAN table. Click Move.
                Step 3   In the Move LAN Tasks to another DCNM Server dialog box, enter the LAN Device that need to be moved and specify the DCNM server.

                All the LAN devices under the selected tasks will be moved.


                Re-discover LAN Task

                Procedure
                  Step 1   From the menu bar, choose Inventory > Discovery > LAN Switches.
                  Step 2   Click the rediscover LAN icon.
                  Step 3   Click Yes in the pop-up window to re-discover the LAN.

                  Purging LAN

                  You can clean and update the LAN discovery table through Purge.

                  Procedure
                    Step 1   From the menu bar, choose Inventory > Discovery > LAN Switches.
                    Step 2   Click the Purge unreachable devices or dead links in selected LAN icon.
                    Step 3   Click Yes in the pop-up window to purge the LAN device.
                    Note    In case of a federation set-up, you will have to select the LAN to purge.

                    Adding, Editing, Re-discovering, Purging and Removing Managed Fabrics

                    Cisco DCNM Web Client reports information obtained by the Cisco DCNM-SAN on any fabric known to Cisco DCNM-SAN.

                    This section contains the following:

                    Adding a Fabric

                    You can discover new fabric and start managing a fabric from Cisco DCNM Web Client. Before you discover a new fabric, ensure you create a SNMP user on the switch.

                    Procedure
                      Step 1   From the menu bar, choose Inventory > Discovery > SAN Switches.

                      You see a list of fabrics (if any) managed by Cisco DCNM-SAN in the Opened column.

                      Step 2   Click on theAdd icon to add a new fabric.

                      You see the Add Fabric dialog box.

                      Step 3   Enter the Fabric Seed Switch IP address for this fabric.
                      Step 4   (Optional) Check the SNMPV3 check box. If you check SNMPV3, the field Community change to Username and Password.
                      Step 5   Enter the User Name and Password for this fabric.
                      Step 6   Select the privacy settings from the Auth-Privacy drop-down list.
                      Step 7   (Optional) Check the Limit Discovery by VSAN checkbox to specify the included VSAN list or excluded VSAN list from the VSANs provided to discover a new fabric.
                      Step 8   (Optional) Check the Enable NPV Discovery in all Fabrics check box. If you check enable NPV discovery in all fabrics, the changes are applied to all the fabrics that are previously discovered.
                      Step 9   Click Options button and specify the UCS User Name and UCS Password.
                      Step 10   Click Add to begin managing this fabric.

                      You can remove single or multiple fabrics from the Cisco DCNM Web Client.


                      Deleting a Fabric

                      Procedure
                        Step 1   From the menu bar, choose Inventory > Discovery > SAN Switches.
                        Step 2   Select the check box next to the fabric that you want to remove and click Delete fabric icon to remove the fabric from the datasource and to discontinue data collection for that fabric.

                        Editing a Fabric

                        Procedure
                          Step 1   From the menu bar, choose Inventory > Discovery > SAN Switches.
                          Step 2   Select the check box next to the fabric that you want to edit and click on the Edit icon.

                          You see the Edit Fabric dialog box. You can edit only one fabric at a time.

                          Step 3   Enter a new fabric Name.
                          Step 4   (Optional) Check the SNMPV3 check box. If you check SNMPV3, the Community field change to Username and Password.
                          Step 5   Enter the User Name and Password, privacy and specify how you want DCNM Web Client to manage the fabric by selecting one of the status options.
                          Step 6   Change the fabric management state to Managed, Unmanaged, or Managed Continuously.
                          Step 7   Click Apply to save the changes.
                          Note    In the Inventory > Discovery > SAN Switches, select the fabric for which the fabric switch password is changed. Click Edit , unmanage the fabric, specify the new password and then manage the fabric. You will not be able to open the fabric as the new password will not sync with the database. To open the fabric, you can go to Configure > SAN > Credentials to sync the password.

                          Moving Fabrics to Another Server Federation

                          This feature is only available on the federation setup and the Move Fabric is only displayed in the federation setup screen.

                          You can move the fabrics from a sever that is down to an active server. The management state will remain the same.

                          Procedure
                            Step 1   From the menu bar, choose Inventory > Discovery > SAN Switches.
                            Step 2   Select the switch that need to be moved from the switches table and click Move.
                            Step 3   In the Move Fabrics to another Federation server dialog box, select the DCNM server where the fabrics will be moved. The server drop-down list will list only the active servers.

                            Rediscovering a Fabric

                            Procedure
                              Step 1   From the menu bar, choose Inventory > Discovery > SAN Switches.
                              Step 2   Select the check box next to the fabric and click the Rediscover icon.
                              Step 3   Click Yes in the pop-up window.

                              The Fabric will now be re-discovered.


                              Purging a Fabric

                              You can clean and update the fabric discovery table through the Purge option.

                              Procedure
                                Step 1   From the menu bar, choose Inventory > Discovery > SAN Switches.
                                Step 2   Select the check box next to the fabric and click the Purge fabric icon.
                                Step 3   Click Yes in the pop-up window.

                                The Fabric will now be purged.


                                Adding, editing, removing, rediscovering and refreshing SMI-S Storage

                                The SMI-S providers are managed using the Cisco DCNM Web Client.

                                This section contains the following:

                                Adding SMI-S Provider

                                Procedure
                                  Step 1   From the menu bar, choose Inventory > Discovery > Storage Devices.
                                  Step 2   Click the Add SMI-S provider icon.
                                  Step 3   In the Add SMI-S Provider window, use the drop-down to select the Vendor.

                                  All the supported vendor can be found in the drop-down list. Additional SMI-S storage vendors are discovered through a ‘best effort’ handler using the Other vendor option in the drop-down.

                                  Note    At least one valid DCNM license must be provisioned before adding SMI-S storage discovery datasources.
                                  Step 4   Specify the SMI-S Server IP, User Name and Password.
                                  Step 5   Specify the Name Space and Interop Name Space.
                                  Step 6   By default, the Port number is pre-populated.

                                  If you select the Secure checkbox, then the default secure port number is populated.

                                  When using the Secure mode with EMC, the default setting is mutual authentication. For more information, see EMC’s documentation about adding an SSL certificate to their trust store, or set SSLClientAuthentication value to None in the Security_Settings.xml config file and then restart the ECOM service.

                                  Step 7   Click Add.

                                  The credentials are validated and if it’s valid the storage discovery starts. If the credential check fails, you will be prompted to enter valid credentials.


                                  Deleting SMI-S Provider

                                  Procedure
                                    Step 1   From the menu bar, choose Inventory > Discovery > Storage Devices.
                                    Step 2   Use the check-box to select the SMI-S provider and click the Delete icon.

                                    The provider is removed and all data associated with the provider is purged from the system.


                                    Editing SMI-S Provider

                                    Procedure
                                      Step 1   From the menu bar, choose Inventory > Discovery > Storage Devices.
                                      Step 2   Use the check-box to select the SMI-S provider and click the Edit SMIS provider icon.
                                      Step 3   In the Edit SMI-S Provider window, use the drop-down to select the Vendor.
                                      Step 4   Specify the SMI-S Sever IP, User Name and Password.
                                      Step 5   Specify the Name Space and Interop Name Space.
                                      Step 6   By default, the Port number is pre-populated.

                                      If you select the Secure checkbox, then the default secure port number is populated.

                                      Step 7   Click Apply.

                                      The storage discovery is stopped and a new task is created using the new information and the storage discovery is re-started.


                                      Re-Discover SMI-S Provider

                                      Procedure
                                        Step 1   From the menu bar, choose Inventory > Discovery > Storage Devices.
                                        Step 2   Use the check-box to select the SMI-S provider and click the Rediscover SMI-S provider icon.

                                        Purge SMI-S Provider

                                        Procedure
                                          Step 1   From the menu bar, choose Inventory > Discovery > Storage Devices.
                                          Step 2   Use the check-box to select the SMI-S provider and click the Purge icon.

                                          The providers are purged.


                                          Adding, Editing, Re-discovering and Removing VMware Servers

                                          Cisco DCNM Web Client reports information gathered by Cisco DCNM-SAN on any VMware servers supported by Cisco DCNM-SAN.


                                          Note


                                          Ensure that the LAN and SAN are discovered before you add the vCenter on the datasource.

                                          This section contains the following:

                                          Adding a Virtual Center Server

                                          You can add a virtual center server from Cisco DCNM Web Client.

                                          Procedure
                                            Step 1   From the menu bar, choose Inventory > Discovery > Virtual Machine Manager.

                                            You see the list of VMware servers (if any) that are managed by Cisco DCNM-SAN in the table.

                                            Step 2   Click the Add icon.

                                            You see the Add VCenter dialog box.

                                            Step 3   Enter the Virtual Center Server IP address for this VMware server.
                                            Step 4   Enter the User Name and Password for this VMware server.
                                            Step 5   Click Add to begin managing this VMware server.

                                            Deleting a VMware Server

                                            You can remove a VMware server from the Cisco DCNM Web Client.

                                            Procedure
                                              Step 1   From the menu bar, choose Inventory > Discovery > Virtual Machine Manager.
                                              Step 2   Select the check box next to the VMware server that you want to remove and click Delete to discontinue data collection for that VMware server.

                                              Editing a VMware Server

                                              You can edit a VMware server from Cisco DCNM Web Client.

                                              Procedure
                                                Step 1   From the menu bar, choose Inventory > Discovery > Virtual Machine Manager.
                                                Step 2   Check the check box next to the VMware server that you want to edit and click Edit virtual center icon.

                                                You see the Edit VCenter dialog box.

                                                Step 3   Enter a the User Name and Password.
                                                Step 4   Select managed or unmanaged status.
                                                Step 5   Click Apply to save the changes.

                                                Rediscovering a VMware Server

                                                You can rediscover a VMware server from Cisco DCNM Web Client.

                                                Procedure
                                                  Step 1   From the menu bar, choose Inventory > Discovery > Virtual Machine Manager.
                                                  Step 2   Select the check box next to the VMware that you want to rediscover.
                                                  Step 3   Click Rediscover virtual centericon.
                                                  Step 4   Click Yes in the dialog box.