Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00

Size: px
Start display at page:

Download "Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00"

Transcription

1 Aruba 8400X Introduction to the Web UI for ArubaOS-CX Part Number: Published: November 2017 Edition: 1

2 Copyright 2017 Hewlett Packard Enterprise Development LP Notices The information contained herein is subject to change without notice. The only warranties for Hewlett Packard Enterprise products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. Hewlett Packard Enterprise shall not be liable for technical or editorial errors or omissions contained herein. Confidential computer software. Valid license from Hewlett Packard Enterprise required for possession, use, or copying. Consistent with FAR and , Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. Links to third-party websites take you outside the Hewlett Packard Enterprise website. Hewlett Packard Enterprise has no control over and is not responsible for information outside the Hewlett Packard Enterprise website. Acknowledgments Intel, Itanium, Pentium, Intel Inside, and the Intel Inside logo are trademarks of Intel Corporation in the United States and other countries. Microsoft and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Adobe and Acrobat are trademarks of Adobe Systems Incorporated. Java and Oracle are registered trademarks of Oracle and/or its affiliates. UNIX is a registered trademark of The Open Group.

3 Contents Chapter 1 About this document...4 Applicable products...4 Latest version available online...4 About the examples... 4 Chapter 2 ArubaOS-CX Web UI...5 ArubaOS-CX Web UI overview...5 Configuring the management interface and enabling REST access... 5 Accessing the ArubaOS-CX Web UI...6 ArubaOS-CX Web UI framework... 7 Navigation pane... 8 Overview page... 9 Analytics Dashboard Interfaces page VLANs page...12 LAGs page Users page...14 Environmental page Log page Name Server page...16 Config Mgmt page...17 Firmware Update page Ping page...18 Traceroute page...19 Show Tech page Customizing the ArubaOS-CX Web UI Customizing page layouts Adding a custom panel to the Overview page...21 Customizing tables...23 Using Show/Hide filters in tables...23 Monitoring Analytics agent status and alerts Working with the Analytics time series chart...27 Customizing data displayed on the chart Zooming in on the chart Downloading the chart Navigating to an alert on the chart Chapter 3 Websites Chapter 4 Support and other resources Accessing Hewlett Packard Enterprise Support Accessing updates...32 Customer self repair...33 Remote support Warranty information...33 Regulatory information...34 Documentation feedback Contents 3

4 Chapter 1 About this document This document is intended for network administrators and support personnel. Applicable products This document applies to the following products: Aruba 8400 Switch Series (JL375A, JL376A) Latest version available online Updates to this document can occur after initial publication. For the latest versions of product documentation, see the links provided in the Websites chapter of this document. About the examples Examples in this document are representative and might not match your particular switch or environment. The port numbers in this document are for illustration only and might be unavailable on your device. The software notation for describing module, slot, port, and interface information depends on the switch hardware. Unless otherwise noted, examples in this document are based on the Aruba 8400 Switch Series, which identifies line module interfaces using member/slot/port notation, such as 1/1/1. 4 Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00

5 Chapter 2 ArubaOS-CX Web UI ArubaOS-CX Web UI overview The ArubaOS-CX Web UI provides quick and easy visibility into what is happening on your switch. With the Web UI, you get faster problem detection, diagnosis, and resolution. You can use the Web UI to do the following: Monitor the status of a switch from a single pane showing easy to read indicators for: power supply, temperature, fans, CPU use, memory use, log entries, system information, firmware, interfaces, VLANs, and LAGs. Locate issues when indicators turn red and quickly drill down to diagnose the problem. Get extensive access to view and configure Network Analytics Engine agents, scripts, and alerts. Modify some aspects of the switch configuration. You can add or delete users, change passwords, configure name server addresses, upload firmware updates, upload configurations, and create checkpoints. Run diagnostics including the ping, traceroute, and showtech commands. You can also reboot the switch. Configuring the management interface and enabling REST access To access the ArubaOS-CX Web UI, the management interface must be set up and REST access enabled on the switch. Procedure 1. Configure the management interface using the CLI on the switch. A sample set of configuration commands to ensure that the management interface is up and has an IP for Web UI access follows: switch# configure terminal switch(config)# interface mgmt switch(config-if-mgmt)# no shutdown switch(config-if-mgmt)# ip dhcp switch(config-if-mgmt)# exit If not using DHCP, use the following commands instead: switch(config-if-mgmt)# ip static <A.B.C.D/M> switch(config-if-mgmt)# default-gateway <X.Y.Z.A> To ssh to the switch remotely: Chapter 2 ArubaOS-CX Web UI 5

6 switch(config)# ssh server vrf mgmt 2. Out of the box, the switch has a default user named admin without a password. The admin user must set a valid password before enabling REST through https-server. Otherwise, you will be prompted with the error: Failed to enable https-server on VRF mgmt. 'admin' password is not set. The admin user can set the password using the command: switch(config)# user admin password Changing password for user admin Enter password: ***** Confirm new password: ***** switch(config)# 3. Enable REST access using the following command: switch(config)# https-server vrf mgmt Accessing the ArubaOS-CX Web UI Prerequisites Use a supported browser to access the Web UI, such as Chrome, Firefox, Edge, or Safari. For details on supported browser versions, see the Release Notes for the version of ArubaOS-CX you are using. You must have a valid login user name and password. You must have configured the management interface on the switch and enabled REST access with the switch(config)# https-server vrf mgmt command. For details, see Configuring the management interface and enabling REST access on page 5. Procedure 1. Using a supported browser, navigate to the management interface IP address using HTTPS. 2. Optionally a pre- and post-login message may be displayed. The message can be customized or disabled with the banner command. 3. At the login page, enter your user name and password credentials, then click Login. 6 Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00

7 4. Once you log in, the main Web UI page is displayed. ArubaOS-CX Web UI framework Descriptions for (numbered) common areas, buttons, menus, and controls in the Web UI are listed after the image. Chapter 2 ArubaOS-CX Web UI 7

8 1. The Show/Hide button on the left in the top banner, allows you to hide the navigation pane (slides the pane in and out). 2. The navigation pane. For a description of each menu item in the navigation pane, see Navigation pane on page Breadcrumbs in the top banner show the path to your navigation selection. 4. The top banner provides information and other menu items. 5. The details pane shows information based on your selection. 6. Panels in the details pane display status, alerts, and other information and allow you to drill down to more information. 7. The Layout Management menu in the top banner allows you to unlock the details pane page layout. You can then resize and move panels, or reset the details pane page layout to the default layout. Changes are persistent in the local browser. 8. The User Management menu in the top banner includes a logout selection. 9. The System menu in the top banner includes the following: Save Config: Save configuration changes Reboot: Reboot the switch to either primary or secondary image. API: Access REST APIs that you can use to read and/or write to the switch. 10. The Show/Hide button on the right side of the top banner displays the Log Summary pane (slides the pane in and out). The Log Summary provides a summary of the most recent critical level log entries in the last X seconds. It also shows counts of the number of critical, warning, and info log entries arriving in the last X seconds Navigation pane Navigate the ArubaOS-CX Web UI by selecting an item in the navigation pane. Information for the selected item is displayed in a series of panels in the details pane. From the details pane, you can select links to drill down to more detailed pages. Use the Show/Hide button to show or hide the navigation pane. The user role of the login user (operators or administrators) determines which items in the navigation pane you can access. The navigation pane includes the following possible selections. Click the links for more information. 8 Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00

9 Selection Overview Analytics Interfaces VLANs LAGs Users System - Log System - Environmental System - Name Server System - Config Mgmt System - Firmware Update Diagnostics - Ping Diagnostics - Traceroute Diagnostics - Show Tech Description Shows important information and statistics about the switch. Each indicator panel provides "roll-up" status (color and icon) of Analytics, Environmental, System, and so on. Empty titles allow you to select and save specific interfaces to monitor (packets, bytes, utilization). Shows the Analytics Dashboard providing information related to Network Analytics Engine agents, scripts, alerts, and actions generated by these scripts. Shows information for each interface and shows the status of the interfaces. Shows information for each VLAN and shows the status of the VLANs. Shows information for LAGs and shows up and down status for interfaces. Administrators permissions are required to access this selection. Shows user roles and names. Also allows you to add or delete a user and change user passwords. Shows log entries, log queries, and message details. Shows power supply failures and warnings, temperatures, and fan information. Shows primary and secondary name servers, and allows you to configure addresses for name servers. Allows you to upload/download configurations to/from the running or startup configurations. Allows you to upload firmware files. Allows you to run the ping command with various options. Allows you to run the traceroute command with various options. Allows you to run the showtech command. Administrators permissions are required to run this command. Overview page The Overview page provides a quick view of the status of a switch. It shows easy to read indicators for: Analytics agents, power supply, thermal, fans, CPU use, memory use, log entries, checkpoints, firmware, management modules, and system information. Custom indicator panels allow you to select specific interfaces to monitor and add these to the Overview page, see Adding a custom panel to the Overview page on page 21. Chapter 2 ArubaOS-CX Web UI 9

10 The following table gives a description of each panel included out of the box in the Overview page. Panel Analytics Firmware Config Management Modules Log CPU Memory System Information Power Supplies Thermal Fans Description Shows: Total number of agents in critical, major or minor status. Clicking the link displays the Analytics Dashboard. Shows: Current firmware version, Primary version, and Secondary version. Clicking the link displays the Firmware Update page. Shows: Most recent checkpoint and total number of checkpoints. Clicking the link displays the Config Mgmt page. Shows: Detected module name, Active, and Standby status information. Shows: New log entries over the last 15 seconds. Clicking the link displays the Log page. Shows: Current average CPU utilization per management module. Shows: Percent memory usage per management module. Shows: Uptime, Serial number, Base MAC, Total number of interfaces, and a pie chart for link status. Shows: Summary count of alerts. Clicking the link displays the Environmental page. Shows: Summary count of alerts. Clicking the link displays the Environmental page. Shows: Summary count of alerts. Clicking the link displays the Environmental page. 10 Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00

11 Analytics Dashboard The Analytics Dashboard shows information related to Network Analytics Engine agents, scripts, alerts, and information generated by these scripts. You can use the Network Analytics Engine to automate data collection so you can quickly troubleshoot problems on a switch. From the Analytics Dashboard, you can drill down to other Analytics detail pages. For some basic steps to using Analytics to monitor a switch, see Monitoring agent status and alerts. For more advanced procedures for using the Network Analytics Engine through the Web UI, see the Aruba 8400X Network Analytics Engine Guide for ArubaOS-CX Agents panel The Agents panel displays a list of agents and agent status (Normal, Minor, Major, Critical and Disabled). Agents monitor what is specified in the script. You can view agent details like alerts, time series chart of alerts and changes, and parameter information. Agent status (reflecting any alerts or errors) is rolled up to display in the Analytics indicator on the Overview page. Click the Agents link to drill down to the Agents Configuration page. Click the link to an individual agent in the list to drill down to the Agent details page. Scripts panel The Scripts panel displays a list of scripts. Scripts specify what the Network Analytics Engine should monitor. The script also specifies various conditions and corresponding actions when these conditions are met. Some read-only scripts are provided with ArubaOS-CX. You can create your own scripts or use scripts from other sources such as ones hosted on Aruba Solutions Exchange (ASE). Click the Scripts link to drill down to the Scripts Configuration page. Click the link to an individual script in the list to drill down to the Scripts Details page. Alerts panel The Alerts panel displays a list of alerts generated by the agents running on the switch. When a condition is met, an alert is generated. Chapter 2 ArubaOS-CX Web UI 11

12 Select an alert and click the Details button to display a dialog box with more information on the alert. Click the Alerts link to display the Alert History page. Click an agent name to drill down to the Agents Details page. Analytics time series charts Optionally, you can add an Analytics agent time series chart to the Analytics Dashboard by clicking the + plus sign next to any agent listed in the Agents panel. The time series chart shows data collected by the Analytics agent. Charts added to the Analytics Dashboard are persistent only in the local browser. If you use a different system or browser then you would need to customize to add the charts for that browser instance. You can remove a chart by clicking X in the panel with the agent time series chart. Click the link in the chart to drill down to the Agent Details page Interfaces page The Interfaces page displays a list of interfaces. Details on the interface include: Name, Admin State, Type, Link Status, Reason for status, Speed, VLAN Mode, a list of VLANs, Trunk Allowed, and a list of LAGs. Links in the VLAN and LAG columns allows you to drill down to the respective VLANs or LAGs page, autoselecting the appropriate resource. Selecting a row in the interfaces list, displays more information on the interface. Details include: duplex, MAC, IPv4, IPv6 address, Rx and Tx stats, packets, and more. A graphical panel shows interface modules currently installed. Clicking an interface, selects the corresponding row in the table. Each interface displayed in the graph will dynamically change based on the current interface status. Use the Show/Hide Column Filters button or Column Settings button to customize the table display. For more information, see Customizing tables on page 23 and Using Show/Hide filters in tables on page 23. VLANs page The VLANs page displays a list of VLANs. Details on each VLAN include: ID, Name, Status, Reason (errors such as No member port), a list of interfaces, and a list of LAGs. 12 Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00

13 Links in the Interfaces and LAGs columns allow you to drill down to the respective Interfaces or LAGs pages, auto-selecting the appropriate resource. Selecting a row in the VLANs list, displays more information on the VLAN in the details pane. Details include: VLAN mode, Admin State, Link State, and the associated LAG name. Use the Show/Hide Column Filters button or Column Settings button to customize the table display. For more information, see Customizing tables on page 23 and Using Show/Hide filters in tables on page 23. LAGs page The LAGs page displays a list of LAGs. Details on each LAG include: Name, LAG bond status, a list of down interfaces, a list of up interfaces, a list of VLANs, and a list of IP addresses. Links in the Interfaces and VLANs columns allow you to drill down to the respective Interfaces or VLANs pages, auto-selecting the appropriate resource. Chapter 2 ArubaOS-CX Web UI 13

14 Selecting a row in the LAGs list, displays more information on the LAG. Details include: Interfaces and LAG statistics. Use the Show/Hide Column Filters button or Column Settings button to customize the table display. For more information, see Customizing tables on page 23 and Using Show/Hide filters in tables on page 23. Users page The Users page displays user names and roles. You can also add or delete a user, or change a password for the logged in user. Administrators permissions are required to access this page. Click the Add button to open the Add User dialog box where you select a role (Administrators or Operators) and enter a password for the new user. Select a user from the Users page and click Delete to delete the selected user. Click Change Password to change the selected user password including the logged in user. Only Administrators user can access this feature. Environmental page From the Environmental page you can view: Power supply failures or warnings. Thermals status, location, temperature, maximum, and minimum values. Fans status, RPMs, speed, and direction. 14 Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00

15 Log page From the Log page you can view a list of log entries including: Time, Severity (critical, warning, info), ID, and Message. If you set filtering on the table the custom changes apply only to the data on the current page. You can select an entry from the list of log entries to view more information in the details pane. Click Export to download the current log query as a CSV file. To run a new server-side query, click Query. A Query dialog box is displayed. You can customize the query by Range, Severity, and identifier. Click Run to run the new query. Chapter 2 ArubaOS-CX Web UI 15

16 The following table shows how Syslog RFC 3164 severity levels are mapped to Web UI severity levels. Web UI severity Critical Warning Info Syslog severity 0 Emergency: system is unusable 1 Alert: action must be taken immediately 2 Critical: critical conditions 3 Error: error conditions 4 Warning: warning conditions 5 Notice: normal but significant condition 6 Informational: informational messages 7 Debug: debug-level messages Name Server page From the Name Server page, you can view the current primary and secondary name server addresses. Or you can configure the addresses by entering a Primary IP Address and Secondary IP Address and clicking Apply. Primary and Secondary Name Server addresses can only be set when there is a static IP address on the management interface. If it has a DHCP address, the values passed from the DHCP server are used. Undo an unapplied change by clicking Reset. 16 Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00

17 Config Mgmt page From the Config Mgmt page you can: Upload or download configurations to or from the Running or Startup configuration. Create a configuration checkpoint. Download running, startup, and checkpoint configurations Copy from or to various configurations: running to startup, running to checkpoint, checkpoint to startup, checkpoint to running, startup to running. Uploads and downloads are performed through the REST interface. Firmware Update page From the Firmware Update page, you can see the current, primary and secondary firmware versions and you can upload firmware files. Chapter 2 ArubaOS-CX Web UI 17

18 Uploads are performed through the REST interface. Once the update starts, it cannot be canceled. Prior to updating, a message is displayed Are you sure you want to update the primary/secondary image. Once the firmware upload is completed, a new dialog box is displayed: New firmware has been successfully uploaded. Verifying and writing system firmware... You may need to press Reboot on the page or select the Reboot item in the top right System menu for the image to take effect. Selecting Reboot reboots the switch. Once you select Reboot, you cannot cancel the request. After selecting Reboot, you will be prompted to verify that you want to reboot the switch and to choose an image to use when rebooting. For example: Are you sure you want to reboot the switch? Please choose an Image Primary Image XL X (Same As Running) Secondary Image XL X (Same As Running) Ping page From the Ping page, you can run the ping command to the specified target hostname and view the output. Click Ping to run the command or Cancel. 18 Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00

19 You can set the following parameters on the ping command: Repetition: Specify the number of pings sent (1-10,000). Interval: Specify the interval between successive ping requests (1-60). Timeout: Specify the Ping Timeout in seconds (1-60). Datagram-Size: Specify the size of ping datagram (100-65,399). Type of Service (TOS): Specify IP TOS to be used in ping request (0-255). Data Fill: Specify the ping packet data pattern in hexadecimal digits. IP-Option: Specify an IP option to be used in ping packet. Use Management Interface: Specify the use of the management interface (check box). Click Reset to reset options to the default. Traceroute page From the Traceroute page, you can run the traceroute command to the specified target hostname and view the output. Click Traceroute to run the command. Chapter 2 ArubaOS-CX Web UI 19

20 You can set the following parameters on the traceroute command: Destination Port: Specify the destination port ( ). timeout: Specify the traceroute timeout in seconds (1-60). maxttl: Specify the maximum number of hops to reach the destination (1-255). minttl: Specify minimum number of hops to reach the destination (1-255). probes: Specify the number of probe packets per hop to send (1-5). Loose src Route: Specify routing information to be used by the gateways. Use Management Interface: Specify the use of the management interface (check box). Click Reset to reset options to the default. Show Tech page From the Show Tech page, you can run the showtech command. Administrators permissions are required. Click Generate to start the generation of the report on the switch. Click Export to download the showtech file locally. The exported file is in simple text format, the same as with the CLI output. Customizing the ArubaOS-CX Web UI You can customize the ArubaOS-CX Web UI in order to change the page layout, include additional information, or filter to display select information. Select one of the following links to find out more. 20 Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00

21 Procedure Customizing page layouts on page 21 Adding a custom panel to the Overview page on page 21 Customizing tables on page 23 Using Show/Hide filters in tables on page 23 Working with the Analytics time series chart on page 27 Customizing page layouts Some of the pages in the UI provide a user customizable layout. Each customization is persistent in the local browser. The customization is stored based on the switch URL (based on the management address of the switch). For example, if you change the management address, you will lose any page layout configuration that was tied to that URL. Each page can be reset back to the default layout. Prerequisites You must allow cookies to be stored. Procedure 1. Open the Layout Management menu in the top banner and select Unlock Page Layout to unlock the layout so you can make changes to the page displayed in the details pane. Some of the possible changes you can make to a page are described in the following steps. 2. To resize a panel, select a corner of the panel and resize the panel to be larger or smaller. 3. To reposition a panel, select a panel and move the panel to a new position. The other panels will automatically be rearranged to accommodate the position of the moved panel. 4. To lock in changes to the page layout, open the Layout Management menu and select Lock Page Layout. 5. To reset the page layout back to the default, open the Layout Management menu and select Reset Page Layout. Adding a custom panel to the Overview page You can add a custom panel to the Overview page to display a custom indicator for an interface. Procedure 1. Select an empty panel in the Overview page and click the + plus button. Chapter 2 ArubaOS-CX Web UI 21

22 For example: 2. The Set Indicator dialog box is displayed. Select the interface you want to set an indicator for. Use the Show/ Hide Column Filters button to show a specific interface in the list. Click Interface: <X/X/X> to set an indicator or Cancel to exit. For example: 3. A new panel showing an indicator for the interface you selected is added to the Overview page. For example: 22 Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00

23 4. If you want to move the panel you added or customize the new panel, click the Layout Management menu in the top banner and select Unlock Page Layout to change the layout. a. Move the new panel to where you want it to appear on the Overview page. b. Resize the new panel, if desired. 5. To remove a custom indicator panel from the Overview page, click the X in the custom panel. Customizing tables You can show or hide table columns and you can resize column widths. Column customization is persistent in the local browser. For how to filter column data, see Using Show/Hide filters in tables on page 23. Procedure 1. To hide a table column or show a hidden column, click the Column Settings button in the title bar of the table. From the list of column headings displayed, click any of the headings in the list with a check mark to hide the column. Click any of the headings in the list without a check mark to show the column. Click Reset Table Columns to reset to the default. 2. To resize a column drag the column separators to expand or narrow the column. Columns cannot be reordered. 3. View additional pages of content in the table using the table scroll bar. Using Show/Hide filters in tables You can use filters to display a subset of data in the table. Filtering is not persistent, so when you leave the page, the filtering is removed. Chapter 2 ArubaOS-CX Web UI 23

24 Procedure 1. To filter the data displayed in a table column, click Show/Hide Column Filters on the table title bar. The filter row is displayed below the column headings. a. For columns that have a drop-down list as a filter, click the down arrow to display the list and select an item from the list. The data displayed in the column will be filtered to just the specified data. b. For columns without a drop-down list, type in a value to filter the data in the column. Any item that matches that value is then displayed. For example, entering lag10 will display data for lag10, lag100, lag109. c. Turn off filters by clicking Show/Hide Column Filters a second time. The full set of data, without filtering, will be displayed in the table. Monitoring Analytics agent status and alerts You can monitor Analytics agent status and look for details on alerts. For more advanced Analytics use, see the Aruba 8400X Network Analytics Engine Guide for ArubaOS-CX In addition to details about the Network Analytics Engine, this guide covers using the Web UI for: creating and editing agents, enabling and disabling agents, creating, downloading, and editing scripts, modifying parameters, and troubleshooting problems with agents and scripts. Procedure 1. From the Overview page, look at the Analytics panel to check if the panel is outlined in red. Check if Analytics agent status issues are indicated (critical, major, and minor). 24 Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00

25 2. Click the Analytics link to drill down to the Analytics Dashboard for more details on Analytics agent status and alerts. a. The top banner shows the number of monitoring agents with each type of status (red, orange, yellow, green and no status). b. The Agents panel lists the agents installed on the switch and indicates the status of each agent. c. The Agents panel indicates if there is an error in a monitoring agent. d. If time series charts have been added to the Analytics Dashboard, the chart for an agent is outlined in the agent status color. 3. Use the Alerts panel in the Analytics Dashboard to get details about agent alerts. Chapter 2 ArubaOS-CX Web UI 25

26 4. Select an agent on the Analytics Dashboard and drill down for agent details. a. The Agent Details panel shows information about the agent. b. The agent time series chart shows the data collected by the agent. For details, see Working with the Analytics time series chart on page 27. Alerts (red triangle for an alert and green triangle for return to normal) and configuration checkpoints (purple diamonds) are overlaid on the chart. Clicking an alert indicator on the chart displays the Alert Details dialog box. c. Alerts are listed in the Alerts panel (similar to the panel on the Analytics Dashboard) and also shown on the chart. You can select an alert to navigate to the alert on the time series chart. For details, see Navigating to an alert on the chart on page 29. d. The parameters used by the agent are shown in the Parameters panel. e. In the Status panel, you can find information on the cause of an agent error. For example: 26 Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00

27 Working with the Analytics time series chart Data collected by an Analytics agent is displayed in a time series chart. Alerts (red triangle for an alert and green triangle for return to normal) and checkpoints (purple diamonds) are overlaid on the chart. The chart is shown in a panel on the Agent Details page. You can also add a live view of an agent time series chart to the Agent Dashboard. The chart customization toolbar is not available on the Agent Dashboard charts. Select one of the following links to find out more about working with and customizing the time series chart. Procedure Customizing data displayed on the chart Zooming in on the chart Downloading the chart Navigating to an alert on the chart Customizing data displayed on the chart There are several ways you can customize the data displayed on a chart to show more or less data. Procedure 1. View a tooltip for each data point on the chart by hovering the cursor over the data point to display date, time range, and min-max range. Chapter 2 ArubaOS-CX Web UI 27

28 2. Hover over a specific item in the legend below the chart to show only that specific data line on the chart. The other data will be less visible. 3. From the chart on the Agent Details page, select the Configure Chart button to open the Customize Chart dialog box. Select Customize Monitoring to customize what data (monitors and resources) you want displayed on the agent time series chart. A monitor can be a wildcard type, then you see a different icon from the check box, where you can click and select subresources under that one monitor. The Resources Selected column, shows how many total selected out of available. Also, if a monitor can have an aggregation function you see that function displayed in the Aggregation column. The default mode is Automatic Monitoring, where the most meaningful monitors and resources are automatically selected to display on the agent chart. Zooming in on the chart There are several different ways to zoom in on a specific time period on the chart. Procedure 1. Zoom in and out on a chart by selecting a zoom level from the options displayed at the top of the time series chart: 1 hour, 1 day, 10 days, 30 days, 90 days, 180 days, 1 year. You can also select Custom to enter a specific date and time range. 2. Or you can highlight a custom range of data on the chart as follows: 28 Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00

29 a. Position the cursor on the time axis of the graph until a vertical line appears through the time. b. Drag the vertical line to the left or right to the beginning or end of the time period you want to view. c. The selected time period is highlighted and the begin and end dates are displayed next to the Custom zoom level. d. Release the mouse button and the graph is redrawn for just the time period selected. 3. Reset the chart to the default by selecting the Live zoom level. Downloading the chart Procedure Select the down arrow in the top right of the chart to download the chart. The chart is downloaded in.png format. Navigating to an alert on the chart You can customize the chart to zoom in and highlight when a specific alert took place. Procedure 1. From the alerts panel on the Agents Details page, select an alert and click the Navigate button. Chapter 2 ArubaOS-CX Web UI 29

30 2. The chart is changed to display the time period containing the alert. 3. Reset the chart to the default by selecting the Live zoom level. 30 Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00

31 Chapter 3 Websites Networking Websites Hewlett Packard Enterprise Networking Information Library Hewlett Packard Enterprise Networking Software Hewlett Packard Enterprise Networking website Hewlett Packard Enterprise My Networking website Hewlett Packard Enterprise My Networking Portal Hewlett Packard Enterprise Networking Warranty General websites Hewlett Packard Enterprise Information Library For additional websites, see Support and other resources. Chapter 3 Websites 31

32 Chapter 4 Support and other resources Accessing Hewlett Packard Enterprise Support For live assistance, go to the Contact Hewlett Packard Enterprise Worldwide website: To access documentation and support services, go to the Hewlett Packard Enterprise Support Center website: Information to collect Technical support registration number (if applicable) Product name, model or version, and serial number Operating system name and version Firmware version Error messages Product-specific reports and logs Add-on products or components Third-party products or components Accessing updates Some software products provide a mechanism for accessing software updates through the product interface. Review your product documentation to identify the recommended software update method. To download product updates: Hewlett Packard Enterprise Support Center Hewlett Packard Enterprise Support Center: Software downloads Software Depot To subscribe to enewsletters and alerts: To view and update your entitlements, and to link your contracts and warranties with your profile, go to the Hewlett Packard Enterprise Support Center More Information on Access to Support Materials page: 32 Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00

33 Access to some updates might require product entitlement when accessed through the Hewlett Packard Enterprise Support Center. You must have an HPE Passport set up with relevant entitlements. Customer self repair Hewlett Packard Enterprise customer self repair (CSR) programs allow you to repair your product. If a CSR part needs to be replaced, it will be shipped directly to you so that you can install it at your convenience. Some parts do not qualify for CSR. Your Hewlett Packard Enterprise authorized service provider will determine whether a repair can be accomplished by CSR. For more information about CSR, contact your local service provider or go to the CSR website: Remote support Remote support is available with supported devices as part of your warranty or contractual support agreement. It provides intelligent event diagnosis, and automatic, secure submission of hardware event notifications to Hewlett Packard Enterprise, which will initiate a fast and accurate resolution based on your product's service level. Hewlett Packard Enterprise strongly recommends that you register your device for remote support. If your product includes additional remote support details, use search to locate that information. Remote support and Proactive Care information HPE Get Connected HPE Proactive Care services HPE Proactive Care service: Supported products list HPE Proactive Care advanced service: Supported products list Proactive Care customer information Proactive Care central Proactive Care service activation Warranty information To view the warranty for your product or to view the Safety and Compliance Information for Server, Storage, Power, Networking, and Rack Products reference document, go to the Enterprise Safety and Compliance website: Additional warranty information HPE ProLiant and x86 Servers and Options Chapter 4 Support and other resources 33

34 HPE Enterprise Servers HPE Storage Products HPE Networking Products Regulatory information To view the regulatory information for your product, view the Safety and Compliance Information for Server, Storage, Power, Networking, and Rack Products, available at the Hewlett Packard Enterprise Support Center: Additional regulatory information Hewlett Packard Enterprise is committed to providing our customers with information about the chemical substances in our products as needed to comply with legal requirements such as REACH (Regulation EC No 1907/2006 of the European Parliament and the Council). A chemical information report for this product can be found at: For Hewlett Packard Enterprise product environmental and safety information and compliance data, including RoHS and REACH, see: For Hewlett Packard Enterprise environmental information, including company programs, product recycling, and energy efficiency, see: Documentation feedback Hewlett Packard Enterprise is committed to providing documentation that meets your needs. To help us improve the documentation, send any errors, suggestions, or comments to Documentation Feedback (docsfeedback@hpe.com). When submitting your feedback, include the document title, part number, edition, and publication date located on the front cover of the document. For online help content, include the product name, product version, help edition, and publication date located on the legal notices page. 34 Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00

HPE 3PAR OS MU2 Patch 53 Release Notes

HPE 3PAR OS MU2 Patch 53 Release Notes HPE 3PAR OS 3.2.2 MU2 Patch 53 Release Notes Abstract This release notes document is for Patch 53 and intended for HPE 3PAR Operating System Software 3.2.2.390 (MU2). Part Number: QL226-99481 Published:

More information

Integrated Smart Update Tools for Windows and Linux User Guide

Integrated Smart Update Tools for Windows and Linux User Guide Integrated Smart Update Tools for Windows and Linux User Guide Version 2.2.0 Abstract This document describes how to use Integrated Smart Update Tools to update firmware and operating system drivers on

More information

HPE StoreEver MSL6480 Tape Library CLI Utility Version 1.0 User Guide

HPE StoreEver MSL6480 Tape Library CLI Utility Version 1.0 User Guide HPE StoreEver MSL6480 Tape Library CLI Utility Version 1.0 User Guide Abstract This document explains how to install and use the HPE StoreEver MSL6480 Tape Library CLI utility, which provides a non-graphical

More information

HPE FlexNetwork MSR Router Series

HPE FlexNetwork MSR Router Series HPE FlexNetwork MSR Router Series Comware 7 OAA Configuration Guides Part number: 5998-8789 Software version: CMW710-E0407 Document version: 6W100-20160526 Copyright 2016 Hewlett Packard Enterprise Development

More information

Release Notes PK.1.34

Release Notes PK.1.34 Release Notes PK.1.34 Abstract This document contains information for the PK.1.34 release. Part Number: 5200-3848 Published: April 2017 Edition: 1 2017, Hewlett Packard Enterprise Development LP Notices

More information

HPE StoreVirtual OS Update Guide

HPE StoreVirtual OS Update Guide HPE StoreVirtual OS Update Guide Abstract This guide is intended for system administrators who are responsible for updating to the latest versions of software for StoreVirtual storage. Part Number: 865551-002

More information

HPE 3PAR OS GA Patch 20 Release Notes

HPE 3PAR OS GA Patch 20 Release Notes HPE 3PAR OS 3.3.1 GA Patch 20 Release Notes Abstract This release notes document is for Patch 20 and intended for HPE 3PAR Operating System Software OS-3.3.1.215-GA. Part Number: QL226-99808 Published:

More information

Hewlett Packard Enterprise. HPE OmniStack for vsphere Upgrade Guide

Hewlett Packard Enterprise. HPE OmniStack for vsphere Upgrade Guide Hewlett Packard Enterprise HPE OmniStack for vsphere Upgrade Guide Part number: P00126-001 Published: September 2017 2017 Hewlett Packard Enterprise Development LP Notices The information contained herein

More information

Marvell BIOS Utility User Guide

Marvell BIOS Utility User Guide Marvell BIOS Utility User Guide for HPE MicroServer Gen10 Abstract This user guide provides information on how to use the embedded Marvell BIOS Utility to create and manage RAID virtual disks and arrays.

More information

HPE StoreVirtual 3200 Application Aware Snapshot Manager User Guide

HPE StoreVirtual 3200 Application Aware Snapshot Manager User Guide HPE StoreVirtual 3200 Application Aware Snapshot Manager User Guide Abstract The StoreVirtual Application Aware Snapshot Manager simplifies the tasks of managing credentials and creating snapshots for

More information

HPE Intelligent Management Center v7.3

HPE Intelligent Management Center v7.3 HPE Intelligent Management Center v7.3 Service Operation Manager Administrator Guide Abstract This guide contains comprehensive conceptual information for network administrators and other personnel who

More information

HPE Intelligent Management Center

HPE Intelligent Management Center HPE Intelligent Management Center Service Health Manager Administrator Guide Abstract This guide provides introductory, configuration, and usage information for Service Health Manager (SHM). It is for

More information

HP UFT Connection Agent

HP UFT Connection Agent HP UFT Connection Agent Software Version: For UFT 12.53 User Guide Document Release Date: June 2016 Software Release Date: June 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise

More information

10GbE Pass-Thru Module II for HPE BladeSystem c-class Enclosures User Guide

10GbE Pass-Thru Module II for HPE BladeSystem c-class Enclosures User Guide 10GbE Pass-Thru Module II for HPE BladeSystem c-class Enclosures User Guide Abstract This guide details using the command-line interface for configuration, operation, and management of the 10GbE Pass-Thru

More information

HPE PSR300-12A & PSR300-12D1

HPE PSR300-12A & PSR300-12D1 HPE PSR300-12A & PSR300-12D1 Power Supplies User Guide 5998-1604s Part number: 5998-1604s Document version: 6PW103-20160405 Copyright 2015, 2016 Hewlett Packard Enterprise Development LP The information

More information

HPE StoreOnce 3.16.x Software Upgrade Guide

HPE StoreOnce 3.16.x Software Upgrade Guide HPE StoreOnce 3.16.x Software Upgrade Guide Abstract This document describes the process for upgrading to StoreOnce 3.16.x from StoreOnce 3.14.x and later software. This document is intended for system

More information

HPE Synergy 40Gb F8 Switch Module

HPE Synergy 40Gb F8 Switch Module HPE Synergy 40Gb F8 Switch Module DHCP Configuration Abstract This document is intended for the person who configures HPE Synergy 40Gb F8 Switch Modules. 20140325a March 2017 Edition: 1 Copyright 2016,

More information

Aruba 8320 Configuring ACLs and Classifier Policies Guide for ArubaOS- CX 10.00

Aruba 8320 Configuring ACLs and Classifier Policies Guide for ArubaOS- CX 10.00 Aruba 8320 Configuring ACLs and Classifier Policies Guide for ArubaOS- CX 10.00 Part Number: 5200-4710a Published: April 2018 Edition: 2 Copyright 2018 Hewlett Packard Enterprise Development LP Notices

More information

HPE 3PAR OS GA Patch 12

HPE 3PAR OS GA Patch 12 HPE 3PAR OS 3.3.1 GA Patch 12 Upgrade Instructions Abstract This upgrade instructions document is for installing Patch 12 on the HPE 3PAR Operating System Software OS-3.3.1.215-GA. This document is for

More information

HP Operations Manager

HP Operations Manager HP Operations Manager Software Version: 9.22 UNIX and Linux operating systems Java GUI Operator s Guide Document Release Date: December 2016 Software Release Date: December 2016 Legal Notices Warranty

More information

HPE Project and Portfolio Management Center

HPE Project and Portfolio Management Center HPE Project and Portfolio Management Center Software Version: 9.41 Getting Started Go to HELP CENTER ONLINE http://ppm-help.saas.hpe.com Document Release Date: March 2017 Software Release Date: March 2017

More information

HPE Intelligent Management Center

HPE Intelligent Management Center HPE Intelligent Management Center MySQL 5.5 Installation and Configuration Guide (for Linux) Abstract This document provides installation and configuration information for MySQL. It includes the procedures

More information

Project and Portfolio Management Center

Project and Portfolio Management Center Project and Portfolio Management Center Software Version: 9.42 Getting Started Go to HELP CENTER ONLINE http://admhelp.microfocus.com/ppm/ Document Release Date: September 2017 Software Release Date: September

More information

HPE Intelligent Management Center

HPE Intelligent Management Center HPE Intelligent Management Center EAD Security Policy Administrator Guide Abstract This guide contains comprehensive information for network administrators, engineers, and operators working with the TAM

More information

HPE 3PAR Service Processor Software 5.0.x User Guide

HPE 3PAR Service Processor Software 5.0.x User Guide HPE 3PAR Service Processor Software 5.0.x User Guide Abstract This user guide provides information on using HPE 3PAR Service Processor software 5.0.x and the HPE 3PAR StoreServ Service Console. Part Number:

More information

Operations Orchestration. Software Version: Windows and Linux Operating Systems. Central User Guide

Operations Orchestration. Software Version: Windows and Linux Operating Systems. Central User Guide Operations Orchestration Software Version: 10.70 Windows and Linux Operating Systems Central User Guide Document Release Date: November 2016 Software Release Date: November 2016 Legal Notices Warranty

More information

HP Intelligent Management Center Remote Site Management User Guide

HP Intelligent Management Center Remote Site Management User Guide HP Intelligent Management Center Remote Site Management User Guide Abstract This book provides overview and procedural information for Remote Site Management, an add-on service module to the Intelligent

More information

HPE ilo Federation User Guide for ilo 5

HPE ilo Federation User Guide for ilo 5 HPE ilo Federation User Guide for ilo 5 Abstract This guide explains how to configure and use the HPE ilo Federation features. It is intended for system administrators, Hewlett Packard Enterprise representatives,

More information

HPE XP7 Performance Advisor Software 7.2 Release Notes

HPE XP7 Performance Advisor Software 7.2 Release Notes HPE XP7 Performance Advisor Software 7.2 Release Notes Part Number: T1789-96464a Published: December 2017 Edition: 2 Copyright 1999, 2017 Hewlett Packard Enterprise Development LP Notices The information

More information

ArubaOS-CX REST API Guide for 10.00

ArubaOS-CX REST API Guide for 10.00 ArubaOS-CX REST API Guide for 10.00 Part Number: 5200-3377 Published: April 2018 Edition: 1 Copyright 2018 Hewlett Packard Enterprise Development LP Notices The information contained herein is subject

More information

HP 3PAR OS MU1 Patch 11

HP 3PAR OS MU1 Patch 11 HP 3PAR OS 313 MU1 Patch 11 Release Notes This release notes document is for Patch 11 and intended for HP 3PAR Operating System Software HP Part Number: QL226-98041 Published: December 2014 Edition: 1

More information

HPE 3PAR OS MU3 Patch 18 Upgrade Instructions

HPE 3PAR OS MU3 Patch 18 Upgrade Instructions HPE 3PAR OS 3.1.3 MU3 Patch 18 Upgrade Instructions This upgrade instructions document is for installing Patch 18 on the HPE 3PAR Operating System Software 3.1.3.334 (MU3). This document is for Hewlett

More information

HP Business Service Management

HP Business Service Management HP Business Service Management Software Version: 9.26 Getting Started With BPM - Best Practices Document Release Date: September 2015 Software Release Date: September 2015 Legal Notices Warranty The only

More information

HP Business Availability Center

HP Business Availability Center HP Business Availability Center for the Windows and Solaris operating systems Software Version: 8.00 Embedded UCMDB Applets Using Direct Links Document Release Date: January 2009 Software Release Date:

More information

HP ALM. Software Version: patch 2. Business Views Microsoft Excel Add-in User Guide

HP ALM. Software Version: patch 2. Business Views Microsoft Excel Add-in User Guide HP ALM Software Version: 12.21 patch 2 Business Views Microsoft Excel Add-in User Guide Document Release Date: September 2016 Software Release Date: September 2016 Legal Notices Warranty The only warranties

More information

IDOL Site Admin. Software Version: User Guide

IDOL Site Admin. Software Version: User Guide IDOL Site Admin Software Version: 11.5 User Guide Document Release Date: October 2017 Software Release Date: October 2017 Legal notices Warranty The only warranties for Hewlett Packard Enterprise Development

More information

HP Intelligent Management Center SOM Administrator Guide

HP Intelligent Management Center SOM Administrator Guide HP Intelligent Management Center SOM Administrator Guide Abstract This guide contains comprehensive conceptual information for network administrators and other personnel who administrate and operate the

More information

HP ALM Performance Center

HP ALM Performance Center HP ALM Performance Center Software Version: 12.53 Quick Start Document Release Date: May 2016 Software Release Date: May 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise Development

More information

HP AutoPass License Server

HP AutoPass License Server HP AutoPass License Server Software Version: 9.0 Windows, Linux and CentOS operating systems Support Matrix Document Release Date: October 2015 Software Release Date: October 2015 Page 2 of 10 Legal Notices

More information

HP Service Manager. Software Version: 9.41 For the supported Windows and UNIX operating systems. SM Reports help topics for printing

HP Service Manager. Software Version: 9.41 For the supported Windows and UNIX operating systems. SM Reports help topics for printing HP Service Manager Software Version: 9.41 For the supported Windows and UNIX operating systems SM Reports help topics for printing Document Release Date: September 2015 Software Release Date: September

More information

HPE Insight Online User Guide

HPE Insight Online User Guide HPE Insight Online User Guide Document Release Date: October 2017 Software Release Date: October 2017 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise Development LP products and

More information

HPE ALM Excel Add-in. Microsoft Excel Add-in Guide. Software Version: Go to HELP CENTER ONLINE

HPE ALM Excel Add-in. Microsoft Excel Add-in Guide. Software Version: Go to HELP CENTER ONLINE HPE ALM Excel Add-in Software Version: 12.55 Microsoft Excel Add-in Guide Go to HELP CENTER ONLINE http://alm-help.saas.hpe.com Document Release Date: August 2017 Software Release Date: August 2017 Legal

More information

HPE 1/8 G2 Tape Autoloader and MSL Tape Libraries Encryption Kit User Guide

HPE 1/8 G2 Tape Autoloader and MSL Tape Libraries Encryption Kit User Guide HPE 1/8 G2 Tape Autoloader and MSL Tape Libraries Encryption Kit User Guide Abstract This guide provides information about developing encryption key management processes, configuring the tape autoloader

More information

HP Service Manager. Software Version: 9.41 For the supported Windows and UNIX operating systems. Collaboration Guide

HP Service Manager. Software Version: 9.41 For the supported Windows and UNIX operating systems. Collaboration Guide HP Service Manager Software Version: 9.41 For the supported Windows and UNIX operating systems Collaboration Guide Document Release Date: September 2015 Software Release Date: September 2015 Legal Notices

More information

HPE Intelligent Management Center

HPE Intelligent Management Center HPE Intelligent Management Center Branch Intelligent Management System Administrator Guide Abstract This document describes how to administer the HPE IMC Branch Intelligent Management System. Part number:

More information

HP Intelligent Management Center v7.1 Branch Intelligent Management System Administrator Guide

HP Intelligent Management Center v7.1 Branch Intelligent Management System Administrator Guide HP Intelligent Management Center v7.1 Branch Intelligent Management System Administrator Guide Abstract This document describes how to administer the HP IMC Branch Intelligent Management System. HP Part

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

HP ALM. Software Version: Tutorial

HP ALM. Software Version: Tutorial HP ALM Software Version: 12.20 Tutorial Document Release Date: December 2014 Software Release Date: December 2014 Legal Notices Warranty The only warranties for HP products and services are set forth in

More information

Peplink SD Switch User Manual. Published on October 25th, 2018

Peplink SD Switch User Manual. Published on October 25th, 2018 Peplink SD Switch User Manual Published on October 25th, 2018 1 Table of Contents Switch Layout 4 Specifications 5 Hardware Overview 6 Quick Start Functions 7 Reset Switch 7 Connect Ethernet 7 Connect

More information

QuickSpecs. HPE Insight Online. Overview. Retired

QuickSpecs. HPE Insight Online. Overview. Retired Overview provides the information you need to monitor the devices in your IT environment from anywhere, anytime - at no additional cost as part of your HPE warranty and contract services. is a cloud-based

More information

User s Manual. Version 5

User s Manual. Version 5 User s Manual Version 5 Copyright 2017 Safeway. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language,

More information

HPE FlexFabric 5940 Switch Series

HPE FlexFabric 5940 Switch Series HPE FlexFabric 5940 Switch Series MCE Configuration Guide Part number: 5200-1024b Software version: Release 25xx Document version: 6W102-20170830 Copyright 2017 Hewlett Packard Enterprise Development LP

More information

HPE BladeSystem Onboard Administrator Release Notes 4.70

HPE BladeSystem Onboard Administrator Release Notes 4.70 HPE BladeSystem Onboard Administrator Release Notes 4.70 Abstract This document provides Onboard Administrator release information for version 4.70. This document supersedes the information in the documentation

More information

HPE 3PAR OS MU3 Patch 24 Release Notes

HPE 3PAR OS MU3 Patch 24 Release Notes HPE 3PAR OS 3.1.3 MU3 Patch 24 Release Notes This release notes document is for Patch 24 and intended for HPE 3PAR Operating System Software + P19. Part Number: QL226-99298 Published: August 2016 Edition:

More information

ilo Amplifier Pack User Guide

ilo Amplifier Pack User Guide ilo Amplifier Pack User Guide Abstract This guide provides information about installing, configuring, and operating ilo Amplifier Pack. Part Number: P04465-001 Published: December 2017 Edition: 4 Copyright

More information

HPE Intelligent Management Center

HPE Intelligent Management Center HPE Intelligent Management Center VAN Connection Manager Administrator Guide Abstract This guide contains comprehensive information for network administrators, engineers, and operators who manage the VAN

More information

HPE StoreVirtual OS v13.5 Release Notes

HPE StoreVirtual OS v13.5 Release Notes HPE StoreVirtual OS v13.5 Release Notes Part Number: 865552-006 Published: May 2017 Edition: 2 Contents Release notes...4 Description... 4 Platforms supported for this release... 4 Update recommendation...4

More information

HP Automation Insight

HP Automation Insight HP Automation Insight For the Red Hat Enterprise Linux and SUSE Enterprise Linux operating systems AI SA Compliance User Guide Document Release Date: July 2014 Software Release Date: July 2014 Legal Notices

More information

HPE ProLiant Updates Catalog (v ) User Guide

HPE ProLiant Updates Catalog (v ) User Guide HPE ProLiant Updates Catalog (v 2016.12.0) User Guide Abstract This guide describes the procedures and prerequisites for installing and using the HPE ProLiant Updates Catalog, which provides firmware and

More information

HP Intelligent Management Center Branch Intelligent Management System (BIMS) User Guide

HP Intelligent Management Center Branch Intelligent Management System (BIMS) User Guide HP Intelligent Management Center Branch Intelligent Management System (BIMS) User Guide Abstract This guide contains basic information for network administrators, engineers, and operators who use the Branch

More information

ALM. Tutorial. Software Version: Go to HELP CENTER ONLINE

ALM. Tutorial. Software Version: Go to HELP CENTER ONLINE ALM Software Version: 12.55 Tutorial Go to HELP CENTER ONLINE http://admhelp.microfocus.com/alm/ Document Release Date: August 2017 Software Release Date: August 2017 ALM Legal Notices Disclaimer Certain

More information

HPE Intelligent Management Center

HPE Intelligent Management Center HPE Intelligent Management Center SQL Server 2012 Installation and Configuration Guide Abstract This document describes configuration during and after database installation when IMC is used with Microsoft

More information

HPE Moonshot ilo Chassis Management Firmware 1.52 Release Notes

HPE Moonshot ilo Chassis Management Firmware 1.52 Release Notes HPE Moonshot ilo Chassis Management Firmware 1.52 Release Notes Part Number: 732171-007 Published: February 2017 Edition: 1 2017 Hewlett Packard Enterprise Development LP Notices The information contained

More information

HP ALM. Software Version: Tutorial

HP ALM. Software Version: Tutorial HP ALM Software Version: 12.50 Tutorial Document Release Date: September 2015 Software Release Date: September 2015 Legal Notices Warranty The only warranties for HP products and services are set forth

More information

HPE Application Performance Management

HPE Application Performance Management HPE Application Performance Management Software Version: 9.30 APM Extensibility Guide Document Release Date: July 2016 Software Release Date: July 2016 Legal Notices Warranty The only warranties for Hewlett

More information

HP Project and Portfolio Management Center

HP Project and Portfolio Management Center HP Project and Portfolio Management Center Software Version: 9.30 HP Demand Management User s Guide Document Release Date: September 2014 Software Release Date: September 2014 Legal Notices Warranty The

More information

HPE Security Fortify WebInspect Enterprise Software Version: Windows operating systems. Installation and Implementation Guide

HPE Security Fortify WebInspect Enterprise Software Version: Windows operating systems. Installation and Implementation Guide HPE Security Fortify WebInspect Enterprise Software Version: 17.10 Windows operating systems Installation and Implementation Guide Document Release Date: May 2017 Software Release Date: April 2017 Legal

More information

HPE Insight Management WBEM Providers for Microsoft Windows Eventlog Messages

HPE Insight Management WBEM Providers for Microsoft Windows Eventlog Messages E Insight Management WBEM s 0.60 for Microsoft log Messages Part Number: 866479-00 Published: October 06 Edition: Copyright 00, 06 Hewlett Packard Enterprise Development LP The information contained herein

More information

Cisco C880 M4 Server User Interface Operating Instructions for Servers with E v2 and E v3 CPUs

Cisco C880 M4 Server User Interface Operating Instructions for Servers with E v2 and E v3 CPUs Cisco C880 M4 Server User Interface Operating Instructions for Servers with E7-8800 v2 and E7-8800 v3 CPUs November, 2015 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT

More information

HPE StoreOnce 3100, 3500, 5100, and 5500 System Installation and Configuration Guide

HPE StoreOnce 3100, 3500, 5100, and 5500 System Installation and Configuration Guide HPE StoreOnce 3100, 3500, 5100, and 5500 System Installation and Configuration Guide Abstract This guide is for HPE StoreOnce System Administrators. It assumes that the user has followed the instructions

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration Software Version: 10.20 Windows and Linux Operating Systems Shell Wizard Guide Document Release Date: November 2014 Software Release Date: November 2014 Legal Notices Warranty

More information

HP ALM Client MSI Generator

HP ALM Client MSI Generator HP ALM Client MSI Generator Software Version: 1.00 User Guide Document Release Date: October 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties for HP products and services

More information

HPE 3PAR OS MU5 Patch 49 Release Notes

HPE 3PAR OS MU5 Patch 49 Release Notes HPE 3PAR OS 3.2.1 MU5 Patch 49 Release Notes This release notes document is for Patch 49 and intended for HPE 3PAR Operating System Software + P39. Part Number: QL226-99362a Published: October 2016 Edition:

More information

HP 3PAR OS MU3 Patch 18 Release Notes

HP 3PAR OS MU3 Patch 18 Release Notes HP 3PAR OS 3.2.1 MU3 Patch 18 Release Notes This release notes document is for Patch 18 and intended for HP 3PAR Operating System Software 3.2.1.292 (MU3). HP Part Number: QL226-98326 Published: August

More information

HPE 3PAR OS MU3 Patch 28 Release Notes

HPE 3PAR OS MU3 Patch 28 Release Notes HPE 3PAR OS 3.2.1 MU3 Patch 28 Release tes This release notes document is for Patch 28 and intended for HPE 3PAR Operating System Software 3.2.1.292 (MU3)+Patch 23. Part Number: QL226-99107 Published:

More information

HPE 3PAR OS MU3 Patch 97 Upgrade Instructions

HPE 3PAR OS MU3 Patch 97 Upgrade Instructions HPE 3PAR OS 3.2.2 MU3 Patch 97 Upgrade Instructions Abstract This upgrade instructions document is for installing Patch 97 on the HPE 3PAR Operating System Software. This document is for Hewlett Packard

More information

HPE StoreEver MSL6480 Tape Library Version 5.50 Firmware Release Notes

HPE StoreEver MSL6480 Tape Library Version 5.50 Firmware Release Notes HPE StoreEver MSL6480 Tape Library Version 5.50 Firmware Release Notes Abstract This document provides information about enhancements and fixes to the firmware for the HPE StoreEver MSL6480 Tape Library.

More information

Hewlett Packard Enterprise StoreOnce 3100, 3500 and 5100 System Installation and Configuration Guide

Hewlett Packard Enterprise StoreOnce 3100, 3500 and 5100 System Installation and Configuration Guide Hewlett Packard Enterprise StoreOnce 3100, 3500 and 5100 System Installation and Configuration Guide Abstract This guide is for HPE StoreOnce System Administrators. It assumes that the user has followed

More information

HPE ilo mobile app for ios

HPE ilo mobile app for ios HPE ilo mobile app for ios User Guide Abstract The HPE ilo mobile app provides access to the remote console, web interface, and scripting features of HPE ProLiant servers. Part Number: 689175-004 Published:

More information

HP ALM Lab Management

HP ALM Lab Management HP ALM Lab Management Software Version: 12.00 Lab Management Guide Document Release Date: March 2014 Software Release Date: March 2014 Legal Notices Warranty The only warranties for HP products and services

More information

Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All

More information

HP 3PAR OS MU3 Patch 17

HP 3PAR OS MU3 Patch 17 HP 3PAR OS 3.2.1 MU3 Patch 17 Release Notes This release notes document is for Patch 17 and intended for HP 3PAR Operating System Software. HP Part Number: QL226-98310 Published: July 2015 Edition: 1 Copyright

More information

Aruba JL311A Cable Guard Installation Instructions

Aruba JL311A Cable Guard Installation Instructions Aruba JL3A Cable Guard Installation Instructions Abstract Use this guide to assist in the basic installation of the Aruba JL3A Cable Guard on select Aruba 8 port switches. *500-97* Part Number: 500-97

More information

HP Network Node Manager i Software Step-by-Step Guide to Scheduling Reports using Network Performance Server

HP Network Node Manager i Software Step-by-Step Guide to Scheduling Reports using Network Performance Server HP Network Node Manager i Software Step-by-Step Guide to Scheduling Reports using Network Performance Server NNMi 9.1x Patch 2 This document shows an example of building a daily report for the ispi Performance

More information

Active Health System Viewer Release Notes

Active Health System Viewer Release Notes Active Health System Viewer Release Notes Part Number: 876419-002 Published: June 2017 Edition: 2 Contents Release Notes... 4 Description... 4 Devices supported... 4 Browser requirements...5 Languages...

More information

IDE Connector Customizer Readme

IDE Connector Customizer Readme IDE Connector Customizer Readme Software version: 1.0 Publication date: November 2010 This file provides information about IDE Connector Customizer 1.0. Prerequisites for IDE Connector Customizer The Installation

More information

HP Intelligent Management Center v7.1

HP Intelligent Management Center v7.1 HP Intelligent Management Center v7.1 iar Quick Start Guide Part number: 5998-6863 Published: September 2014 Software Version: IMC PLAT 7.1 (E0302) Edition: 1.0 Legal and notice information Copyright 2014

More information

HPE 3PAR StoreServ Management Console 3.0 User Guide

HPE 3PAR StoreServ Management Console 3.0 User Guide HPE 3PAR StoreServ Management Console 3.0 User Guide Abstract This user guide provides information on the use of an installed instance of HPE 3PAR StoreServ Management Console software. For information

More information

HP ProLiant Agentless Management Pack (v 3.2) for Microsoft System Center User Guide

HP ProLiant Agentless Management Pack (v 3.2) for Microsoft System Center User Guide HP ProLiant Agentless Management Pack (v 3.2) for Microsoft System Center User Guide Abstract This guide provides information on using the HP ProLiant Agentless Management Pack for System Center version

More information

HP Management Integration Framework 1.7

HP Management Integration Framework 1.7 HP Management Integration Framework 1.7 Administrator Guide Abstract This document describes the use of HP Management Integration Framework interfaces and is intended for administrators involved in the

More information

Oracle. Field Service Cloud Configuring and Using Reports 18B

Oracle. Field Service Cloud Configuring and Using Reports 18B Oracle Field Service Cloud 18B Part Number: E94743-02 Copyright 2018, Oracle and/or its affiliates. All rights reserved Authors: The Field Service Cloud Information Development Team This software and related

More information

SiteScope Adapter for HP OpenView Operations

SiteScope Adapter for HP OpenView Operations SiteScope Adapter for HP OpenView Operations for the UNIX and Windows Operating System Software Version: 1.00, 1.01 User s Guide Document Release Date: 24 November 2009 Software Release Date: December

More information

HPE 3PAR OS MU2 Patch 36 Release Notes

HPE 3PAR OS MU2 Patch 36 Release Notes HPE 3PAR OS 321 MU2 Patch 36 Release Notes This release notes document is for Patch 36 and intended for HPE 3PAR Operating System Software 321200 (MU2)+P13 Part Number: QL226-99149 Published: May 2016

More information

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

HP QuickTest Professional

HP QuickTest Professional HP QuickTest Professional Software Version: 10.00 Installation Guide Manufacturing Part Number: T6513-90038 Document Release Date: January 2009 Software Release Date: January 2009 Legal Notices Warranty

More information

HPE 3PAR OS MU3 Patch 23 Release Notes

HPE 3PAR OS MU3 Patch 23 Release Notes HPE 3PAR OS 321 MU3 Patch 23 Release tes This release notes document is for Patch 23 and intended for HPE 3PAR Operating System Software 321292 (MU3)+Patch 18 Part Number: QL226-98364 Published: December

More information

The Privileged Appliance and Modules (TPAM) 1.0. Diagnostics and Troubleshooting Guide

The Privileged Appliance and Modules (TPAM) 1.0. Diagnostics and Troubleshooting Guide The Privileged Appliance and Modules (TPAM) 1.0 Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in

More information

HPE StoreVirtual Storage Application Aware Snapshot Manager Deployment Guide

HPE StoreVirtual Storage Application Aware Snapshot Manager Deployment Guide HPE StoreVirtual Storage Application Aware Snapshot Manager Deployment Guide Abstract This guide contains instructions for installing and deploying the StoreVirtual Application Aware Snapshot Manager to

More information

HPE Intelligent Management Center

HPE Intelligent Management Center HPE Intelligent Management Center MySQL 5.6 Installation and Configuration Guide (for Linux) Abstract This document provides installation and configuration information for MySQL. It includes the procedures

More information

HPE FlexFabric 7900 Switch Series

HPE FlexFabric 7900 Switch Series HPE FlexFabric 7900 Switch Series VXLAN Configuration Guide Part number: 5998-8254R Software version: Release 213x Document version: 6W101-20151113 Copyright 2015 Hewlett Packard Enterprise Development

More information