ServerView Threshold Manager

Size: px
Start display at page:

Download "ServerView Threshold Manager"

Transcription

1 User Guide - English Fujitsu Software ServerView Suite ServerView Threshold Manager ServerView Operations Manager V6.20 Edition February 2018

2 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of this manual. Your feedback helps us optimize our documentation to suit your individual needs. Feel free to send us your comments by to Certified documentation according to DIN EN ISO 9001:2008 To ensure a consistently high quality standard and user-friendliness, this documentation was created to meet the regulations of a quality management system which complies with the requirements of the standard DIN EN ISO 9001:2008. cognitas. Gesellschaft für Technik-Dokumentation mbh Copyright and trademarks Copyright FUJITSU LIMITED All rights reserved. Delivery subject to availability; right of technical modifications reserved. All hardware and software names used are trademarks of their respective manufacturers.

3 Contents Contents 3 1 Introduction Requirements General requirements Additional requirements for virtual platforms Create a system user (e.g. for VMware ESX) Add read-only access to VMware API for this user Add user to the app.config.xml file Changes since the previous manual ServerView Suite link collection Documentation for the ServerView Suite Typographic conventions 13 2 Threshold Manager concept Monitored parameters Parameters monitored for a physical server Parameters monitored for a VM host Parameters monitored for a virtual machine Values that can be defined for a parameter Definition of a threshold set Definition of a template Definition of a standard template Sample templates Ranking of different threshold definitions 28 3 Threshold Manager main window The tree structure The server list The server view The templates list The template view Parameters (Tab) Destinations (Tab) Settings Filter Dialog box Standard (Filter Dialog Box) Customize (Filter Dialog Box) - character strings 52 ServerView Threshold Manager 3

4 Contents Customize (Filter Dialog Box) - integer values 53 4 Working with the Threshold Manager Opening the Threshold Manager Closing the Threshold Manager Deactivating / activating Threshold Management Deactivating / activating threshold monitoring for a single server Deactivating / activating threshold management for all server Disable one parameter of a single server Deactivating / activating performance monitoring Creating server-specific threshold sets Defining a new threshold set Defining a threshold set based on a template Creating and managing templates Creating a new template Modifying a template Renaming a template Deleting a template Assigning a template Removing a template assignment Defining a standard template Filtering a table 68 4 ServerView Threshold Manager

5 1 Introduction The ServerView Operations Manager provides you with the Threshold Manager, within which you can use thresholds to monitor one or more of the PRIMERGY servers currently being managed, and any virtual machines running on these servers, from a central management station. For this purpose, you define thresholds for the different performance parameters associated with the server being managed. These parameters are grouped together to form a threshold set that is stored on the server. Here, ServerView agents use the defined thresholds to monitor the performance parameters. If a value exceeds or falls below a threshold, the ServerView Event Manager is notified accordingly. You can use this threshold set, for example, to monitor the utilization of specific server components on a server that is currently being managed, and thus detect resource bottlenecks in good time. The Threshold Manager provides a user-friendly graphical user interface for the creation and assignment of threshold sets to the servers currently being managed. 1.1 Requirements In order to use the Threshold Manager to monitor a server from a central management station, the following requirements must be fulfilled: General requirements (see "General requirements" on page 5). Additional requirements for virtual platforms (see "Additional requirements for virtual platforms" on page 6) General requirements In order to use the Threshold Manager to monitor a server from a central management station, the following requirements must be fulfilled: ServerView Agents as of V 4.90 must be installed on the managed server. ServerView Threshold Manager 5

6 1 Introduction A valid user ID for the managed server must be listed in the user- /password list of ServerView Operations Manager. For further details, please see the ServerView Operations Manager user guide. After ServerView agents are restarted (e.g. after a reboot or after a new installation) it may take 5-10 minutes until a threshold status is reported. If you are upgrading from ServerView Operations Manager lower V4.90 to a higher version, it is not possible to configure or even delete old-style thresholds. In order to remove an old configuration it is therefore recommended to either: Disable Threshold Monitoring before updating ServerView Operations Manager as of V or Uninstall / reinstall ServerView Agents as of A description of the installation of ServerView Operations Manager and ServerView Agents is beyond the scope of this documentation. Their installations are described separately in the ServerView installation manuals Additional requirements for virtual platforms To use the Threshold Manager for virtual platforms it is necessary to configure account information for the virtual system within ServerView VME agents. In order to do so, the following steps are necessary: 1. Create a system user. 2. Add read-only access to VMware API to this user. 3. Add user to the app.config.xml file. The following virtual platforms are supported: VMware ESX Citrix XenServer Xen How to configure the account information for a virtual system is described below using the example of a VMware ESX system. 6 ServerView Threshold Manager

7 1.1 Requirements Create a system user (e.g. for VMware ESX) In our example this user is called "sv_agent". The user for this purpose should be created on VMware ESX host. 1. Create a user using the user add command. For extended security this user has no system login opportunity and is not a member of any linux group. [root@esx4 ~]# cat /etc/group grep sv sv_agent:x:500:sv_agent [root@esx4 ~]# cat /etc/group grep users users:x:100: [root@esx4 ~]# cat /etc/passwd grep sv sv_agent:x:500:500::/home/sv_agent:/sbin/nologin passwd sv_agent The password for this user must be acceptable by VMware ESX. Enter a password that fulfills VMware ESX requirements: A valid password must consist of at least 7 characters. A valid password must meet 3 of the following criteria: at least 1 uppercase letter (A-Z, English) at least 1 lowercase letter (a-z, English) at least 1 base 10 digit (0-9) at least 1 non-alphabetic character (e.g. '!', '$', '#', '%',...) Add read-only access to VMware API for this user 1. Login to vsphere with administrator authority. 2. Click View - Inventory. ServerView Threshold Manager 7

8 1 Introduction In the tree view you see your virtual host. 3. Right-click the host and select Add permission from the drop-down menu. 8 ServerView Threshold Manager

9 1.1 Requirements 4. Select Read-only from the selective list in the Assigned Role section. 5. Select the option Propagate to Child Objects in the Assigned Role section. 6. Click Add... in the Users and Groups section. The Select Users and Groups dialog is displayed. 7. Select the user name sv_agent in the Users and Groups section. 8. Click Add. The name of the selected user is displayed in the Users field. 9. Click OK. The added user s permissions can be checked by visiting the Permissions tab of the Inventory view. Now this username and password could be written into the app.config.xml file instead of root. ServerView Threshold Manager 9

10 1 Introduction Add user to the app.config.xml file 1. Edit the file /etc/srvmagt/vme/etc/app.config.xml. 2. Search for the section titled <authentication>. 3. Fill in user and password information as necessary: e.g. <User>sv_agent</User><Password>pw4SVagent</Password> 4. Save the file. 5. Restart ServerView Agents. Defined threshold values can only be changed if there is a valid user ID in the user/password list of ServerView Operations Manager. This can be any user ID on the managed server, not just the access authorizations in the app.config.xml file. 1.2 Changes since the previous manual This edition of the manual applies to ServerView Threshold Manager V6.20 and replaces the following online manual: ServerView Suite Threshold Manager V6.10, edition October This manual has been updated to reflect the latest software status and offers the following new features: New parameters monitored for physical servers and VM hosts (see "Monitored parameters" on page 15). In case of an error message in the selection area, you can check detailed information for this error message (see "The server view" on page 36). 1.3 ServerView Suite link collection Via the link collection, Fujitsu provides you with numerous downloads and further information on the ServerView Suite and PRIMERGY servers. For ServerView Suite, links are offered on the following topics: 10 ServerView Threshold Manager

11 1.3 ServerView Suite link collection Forum Service Desk Manuals Product information Security information Software downloads Training The downloads include the following: o o o Current software statuses for the ServerView Suite as well as additional Readme files. Information files and update sets for system software components (BIOS, firmware, drivers, ServerView agents and Server- View update agents) for updating the PRIMERGY servers via ServerView Update Manager or for locally updating individual servers via ServerView Update Manager Express. The current versions of all documentation on the ServerView Suite. You can retrieve the downloads free of charge from the Fujitsu Web server. For PRIMERGY servers, links are offered on the following topics: Service Desk Manuals Product information Spare parts catalogue Access to the link collection You can reach the link collection of the ServerView Suite in various ways: 1. Via ServerView Operations Manager. Select Help Links on the start page or on the menu bar. ServerView Threshold Manager 11

12 1 Introduction This opens the start page of the ServerView link collection. 2. Via the start page of the online documentation for the ServerView Suite on the Fujitsu manual server. You access the start page of the online documentation via the following link: In the selection list on the left, select Industry standard servers. Click the menu item PRIMERGY ServerView Links. This opens the start page of the ServerView link collection. 3. Via the ServerView Suite DVD. In the start window of the ServerView Suite DVD, select the option Select ServerView Software Products. Click Start. This takes you to the page with the software products of the ServerView Suite. On the menu bar select Links. This opens the start page of the ServerView link collection. 1.4 Documentation for the ServerView Suite The documentation can be downloaded free of charge from the Internet. You will find the online documentation at under the link Industry standard servers. For an overview of the documentation to be found under ServerView Suite as well as the filing structure, see the ServerView Suite sitemap (Server- View Suite Site Overview). 12 ServerView Threshold Manager

13 1.5 Typographic conventions 1.5 Typographic conventions The following typographic conventions are used in this manual: Conventionl Explanation Indicates various types of risk, namely health risks, risk of data loss and risk of damage to devices. Indicates additional relevant information and tips. bold monospace monospace semibold blue continuous text pink continuous text <abc> [abc] [key] Indicates references to names of interface elements. Indicates system output and system elements for example, file names and paths. Indicates statements that are to be entered using the keyboard. Indicates a link to a related topic. Indicates a link to a location you have already visited. Indicates variables which must be replaced with real values. Indicates options that can be specified (syntax). Indicates a key on your keyboard. If you need to enter text in uppercase, the Shift key is specified, for example, [SHIFT] + [A] for A. If you need to press two keys at the same time, this is indicated by a plus sign between the two key symbols. Screenshots Some of the screenshots are system-dependent, so some of the details shown may differ from your system. There may also be system-specific differences in menu options and commands. ServerView Threshold Manager 13

14 2 Threshold Manager concept 2 Threshold Manager concept The Threshold Manager enables users to customize threshold monitoring for PRIMERGY servers. Threshold management supports monitoring for three different server types: physical servers virtualization hosts guest systems Each of these three server types comprises a server-type-specific set of parameters that can be monitored using defined thresholds. To start the Threshold Manager, you have to activate the options Enable Performance Monitoring and Enable Threshold Management on the Settings tab. As soon as these options are activated, the Threshold Manager starts monitoring all managed servers (All Servers) using the default templates for the different server types. For how to deactivate threshold monitoring for a single server, see section "Deactivating / activating performance monitoring" on page ServerView Threshold Manager

15 2.1 Monitored parameters 2.1 Monitored parameters Parameters monitored for a physical server Parameter cpuall (%) cpukernel (%) cpuuser (%) Significance Utilization of all physical processors Utilization of all physical processors in kernel mode Utilization of all physical processors in user mode memory (%) Memory currently in use 1) networkreceive (kb/sec) networktotal (kb/sec) networktransmit (kb/sec) storageread (kb/sec) storagetotal (kb/sec) storageusage (%) storageusage - <logical drive> storagewrite (kb/sec) Incoming network throughput Incoming and outgoing network throughput Outgoing network throughput Read throughput for mass storage Read and write throughput for mass storage File system usage File system usage of a logical drive. For example: storageusage - C:\(%) File system usage of drive C:\ storageusage - /boot (%) File system usage of /boot directory Write throughput for mass storage 1) The experience shows that if a system is having memory problems, the available swap space may be full. We therefore decided to take the total of ServerView Threshold Manager 15

16 2 Threshold Manager concept physical memory and swap space as the basic measurement value for memory usage. The percentage is calculated as (used memory + used swap) / (available memory + available swap). Usually, this value will converge to a value given by the relationship between available memory and available swap and thus stay below the default threshold. Only if there is a memory shortage and swap space starts filling up an alert will be triggered Parameters monitored for a VM host Parameter Significance capacityreserved (%) cpuall (%) cpukernel (%) cpumin cpuuser (%) cpuvm (%) memory (%) Amount of memory reserved by the virtual machines Utilization of all physical processors Utilization of all physical processors in kernel mode Resource CPU usage for all virtual machines Utilization of all physical processors in user mode Resource CPU usage for all virtual machines (average) Memory currently in use P P P P P P P P P P P P P P P P P P 16 ServerView Threshold Manager

17 2.1 Monitored parameters Parameter Significance memoryvm (%) networkreceive (kb/sec) networktotal (kb/sec) networktransmit (kb/sec) storageread (kb/sec) storagetotal (kb/sec) Amount of memory that is actively used from amount of memory granted. For hosts, this can be represented on a virtual machine basis as a stacked graph. Incoming network throughput Incoming and outgoing network throughput Outgoing network throughput Read throughput for mass storage (of the VM host and all virtual machines on this VM host) Read and write throughput for mass storage (of the VM host and all virtual machines on this VM host) P P P P P P P P P P P P P P P P P P P P P P P P P P storageusage (%) File system usage P P P P P storagewrite (kb/sec) Write throughput for mass storage (of the VM host and all virtual machines on this VM host) P P P P P ServerView Threshold Manager 17

18 2 Threshold Manager concept The numbered columns specify, which systems return any values to the parameters at the table given above. ( 1: VMware ESX, 2: Hyper-V, 3: Xen, 4: Citrix, 5: KVM) Parameters monitored for a virtual machine Parameter Significance cpuall (%) cpuh (%) cpumax (%) cpumin (%) cpuv(%) memory (%) networkreceive (kb/sec) networktotal (kb/sec) networktransmit (kb/sec) Utilization of all physical processors Host processor utilization Maximum processor utilization (%) over the collected interval Minimum processor utilization (%) over the collected interval Virtual processor utilization The physical host memory by this virtual machine Incoming network throughput (by this virtual machine) Incoming and outgoing network throughput (by this virtual machine) Outgoing network throughput (by this virtual machine) P P P P P P P P P P P P P * P P P P P * P P P P P * P P P 18 ServerView Threshold Manager

19 2.2 Values that can be defined for a parameter Parameter Significance storageread (kb/sec) storagetotal (kb/sec) storagewrite (kb/sec) Read throughput for mass storage (by this virtual machine) Read and write throughput for mass storage (by this virtual machine) Write throughput for mass storage (by this virtual machine) P P P P P P P P P P P P The numbered columns specify, which systems return any values to the parameters at the table given above. (1: VMware ESX, 2: Hyper-V, 3: Xen, 4: Citrix, 5: KVM) * Only for Legacy Virtual network adapter 2.2 Values that can be defined for a parameter You can define five values for each parameter: a lower threshold (Lower Warning). If the value measured falls below the lower threshold, the system issues an error message with the following status: Warning. upper threshold 1 (Upper Warning). If the value measured exceeds upper threshold 1, the system issues an error message with the following status: Warning. upper threshold 2 (Upper Critical). If the value measured exceeds upper threshold 2, the system issues an error message with the following status: Critical. a measuring interval (Measuring Interval). The measuring interval specifies the time interval (in minutes) between each measurement. It should always be shorter than the threshold ServerView Threshold Manager 19

20 2 Threshold Manager concept interval, so that there are several measurements within a threshold interval before the system issues a message. a threshold interval (Threshold Interval). The threshold interval specifies the period of time (in minutes) for which measurements are averaged and compared against the threshold, so that the system can issue a corresponding message (Normal, Warning or Critical). Therefore, the thresholds prompt the following actions: Value Between 0 and Lower Warning Between Lower Warning and Upper Warning Between Upper Warning and Upper Critical Above Upper Critical Effect Error message with status Warning Error message with status Normal Error message with status Warning Error message with status Critical 20 ServerView Threshold Manager

21 2.2 Values that can be defined for a parameter Effects of the Threshold definitions Generated events by increasing values Figure 1: Generated events by increasing values ServerView Threshold Manager 21

22 2 Threshold Manager concept Generated events by decreasing values Figure 2: Generated events by decreasing values 22 ServerView Threshold Manager

23 2.3 Definition of a threshold set 2.3 Definition of a threshold set Since you generally want to monitor several server parameters, you simultaneously define all of the thresholds for the parameters to be monitored. The threshold definitions for the parameters to be monitored are grouped together in a set known as the threshold set. There are two ways in which you can define a threshold set: 1. You can define a specific threshold set for one server. This type of definition is known as a server-specific definition. 2. You can assign a name to a threshold set and then save it. You can use this set to assign the entire set of threshold definitions to one server or to a group of servers. These predefined threshold sets are known as templates. The templates are stored and managed in the template area of the Threshold Manager. 2.4 Definition of a template You can define a threshold set for a server type and assign a name to the set. You can then use this set to assign the entire set of threshold definitions to one server or to a group of servers. Such a predefined threshold set is known as a template. Since the range of parameters that can be monitored differ according to the server type (physical server, virtualization host or guest system), there are three template categories (see "Creating a new template" on page 61). ServerView Threshold Manager 23

24 2 Threshold Manager concept 2.5 Definition of a standard template You can define a template as a standard template for a particular server type. In total, you can define three standard templates as follows: 1. a standard template for physical servers 2. a standard template for virtualization hosts 3. a standard template for guest systems (virtual systems) The standard template is then automatically valid for all servers of the relevant type, for which an additional threshold set has yet to be configured (see "Defining a standard template" on page 67). 2.6 Sample templates Sample templates are delivered with the Threshold Manager. The following two sample templates are available for each server type (physical server, virtualization host, and virtual machine): a template for monitoring the load (I/O and CPU) a template for monitoring energy consumption (alarm when the CPU load falls below a certain level) The sample template for monitoring the load is defined as default template for each server type. 24 ServerView Threshold Manager

25 2.6 Sample templates Default templates for physical server (Load1 / Energy1) Figure 3: Load1 Figure 4: Energy1 ServerView Threshold Manager 25

26 2 Threshold Manager concept Default templates for VM Host (Load2 / Energy2) Figure 5: Load2 Figure 6: Energy2 26 ServerView Threshold Manager

27 2.6 Sample templates Default templates for virtual machines (Load3 / Energy3) Figure 7: Load3 Figure 8: Energy3 ServerView Threshold Manager 27

28 2 Threshold Manager concept 2.7 Ranking of different threshold definitions You can define a server threshold on three different levels: by defining the thresholds specifically for the server by assigning a suitable template by defining a standard template for the relevant server type In other words, you can simultaneously define several definitions for a server. However, only one definition is valid for the server. Here, the ranking is as follows: 1. the server-specific definition 2. the template assigned to the server 3. the standard template for the server type Examples If a template is assigned to a server group, but a server-specific definition already exists for a server in this server group, the server-specific definition continues to remain valid for this server. If a server is added to the server list under the All Servers server group and there is still no special configuration for this server in the Threshold Manager, the threshold is monitored using a standard template for the relevant server type. 28 ServerView Threshold Manager

29 2.7 Ranking of different threshold definitions 3 Threshold Manager main window Figure 9: Threshold Manager Main Window The main window contains the following elements (from top to bottom): The ServerView Suite header. The ServerView Suite menu bars. The work area, which is divided into a navigation bar on the left and an work area on the right. The navigation area on the left contains a tree structure. The view selected here determines the content shown in the work area on the right. If you click Settings, there is no tree structure in the navigation bar on the left. ServerView Threshold Manager 29

30 3 Threshold Manager main window 3.1 The tree structure Figure 10: Tree structure In the Threshold Manager, the tree structure contains servers or existing templates. You use the Servers and Templates tabs to control the content of the tree structure. The selection you make in your tree structure controls the view displayed in the work area on the right. If you click Settings, there is no tree structure in the navigation bar on the left. Servers In the Servers view, the tree structure shows the servers contained in the ServerView server list. The tree structure is divided into two different groups: Group All Servers Groups Significance Predefined server group. The servers listed in this section are all servers which are managed in Operations Manager. Customized server group, which you created with the ServerList application 30 ServerView Threshold Manager

31 3.1 The tree structure The icon that precedes each server shows a composite threshold status of the parameters for which thresholds and monitoring values are defined (see "Values that can be defined for a parameter" on page 19): Icon Significance OK: Average value is between Lower Warning and Upper Warning. Warning: Average value is between 0 and Lower Warning or between Upper Warning and Upper Critical. Critical: Average value is equal or greater than Upper Critical. Unknown: Parameter value is not provided by agent software. Processing: Calculation is in progress. Not Available: There is no connection to the agent. This may also happen due to timeouts in the event of resource shortage. Templates In the Templates view, the tree structure shows existing templates. It contains the All Templates group and three additional subgroups: Group All Templates Significance Predefined template group, which, in turn, contains three additional predefined template groups Physical servers Templates for PRIMERGY servers VMHosts Templates for host systems VMachine Templates for virtual machines ServerView Threshold Manager 31

32 3 Threshold Manager main window A template is indicated by the following icon: Settings Use this button to define general settings for the Threshold Manager (see "Settings" on page 48). Refresh Use this button to refresh the display. If you want to change the ServerView server list while the system is running, you must choose Refresh to explicitly refresh the Servers view. 32 ServerView Threshold Manager

33 3.2 The server list 3.2 The server list The server list contains all servers selected in the tree structure in the Servers view. If you have selected the predefined All Servers group, the server list finds all servers that belong to this group. Figure 11: Server list The line above the server list provides information about the number of servers and their statuses. By selecting the status icons you require, you can use this line to control the way in which the server list is displayed. All of the status icons are selected by default. The columns in the table are explained below: ServerView Threshold Manager 33

34 3 Threshold Manager main window Column First icon Significance General threshold status OK: Average value is between Lower Warning and Upper Warning. Warning: Average value is between 0 and Lower Warning or between Upper Warning and Upper Critical. Critical: Average value is equal or greater than Upper Critical. Unknown: Parameter value is not provided by agent software. Processing: Calculation is in progress. Not Available: There is no connection to the agent. Second icon Threshold monitoring status of the server Threshold monitoring is active. Threshold monitoring is not active. Third icon Authorization status of the server Last configuration change on the server was successful based on a valid user ID. Last configuration change failed because there was no valid user ID for the server in the user/password list of ServerView Operations Manager. 34 ServerView Threshold Manager

35 3.2 The server list Column Name Type Network Model System Threshold Significance Name of the server. You can click on the server name to switch to the relevant server view in the work area on the right. Server type, e.g.: Server, VMHost, Blade IP address of the server Model designator of the server Operating system installed Name of the threshold set or template assigned to this server. You can click on the name to switch to the view for the threshold set or template. Opens the Filtering for <column> dialog box, where you specify which rows are to be displayed in the table. Activate Activates threshold monitoring for the selected server(s). This button is active only if you have selected one or more servers, of which a threshold set or template has been assigned to at least one server. Deactivate Deactivates threshold monitoring for the selected server(s). This button is active only if you have selected a server for which threshold monitoring is active. ServerView Threshold Manager 35

36 3 Threshold Manager main window 3.3 The server view You open a view for a particular server by selecting a server, VM host or a virtual machine in the tree structure in the Servers view or by clicking on an object name in the server list. In the view for an individual template, you can create a new template or change an existing template. Figure 12: Server view The view for an individual object (server, virtualization host or virtual machine) is divided into the following three areas: 36 ServerView Threshold Manager

37 3.3 The server view a header that contains the status icons from the server list and the object name a selection area in which you select the definition type: a server specific definition or a template based definition a table containing object parameters, which can be monitored using the Threshold Manager Server specific Definition of a server specific threshold set Template based Definition of a threshold set based on an existing template. The selection list contains all of the templates already defined for the current object type. You can select a server template and use it without making any changes or you can customize the server template. In the latter case, you must click on Use As Server Specific after you have selected the template you require. The columns in the table are explained below: Column Icon Parameter Threshold interval Significance Parameter-specific threshold status Parameter for which thresholds and monitoring values are defined. The list of parameters differs according to the server type for which the template is defined. The threshold interval specifies the period of time (in minutes) for which a value, on average, exceeds or falls below the threshold, so that the system issues a corresponding message (Normal, Warning or Critical). ServerView Threshold Manager 37

38 3 Threshold Manager main window Column Measuring interval Lower Warning Upper Warning Upper Critical Average value Significance The measuring interval specifies the time interval (in minutes) between each measurement. It should always be shorter than the threshold interval, so that there are several measurements within a threshold interval before the system issues a message. Lower threshold as of which a warning is reported Upper threshold 1 as of which a warning is reported Upper threshold 2 as of which a critical warning is reported Average value over the last measuring interval Opens the Filtering for <column> dialog box, where you specify which rows are to be displayed in the table. To disable the threshold monitoring for one parameter, set both Measuring interval and Threshold interval to 0. Use As Server Specific Use this button to create an own server specific threshold set based on an existing threshold set. Apply Use this button to confirm your changes. Reset Use this button to undo all entries or changes. All entries and changes made after calling the server view or made since the last time you clicked on Apply are reset. Error message in the selection area In case of an error message in the selection area, you can check detailed information for this error message. 38 ServerView Threshold Manager

39 3.3 The server view Figure 13: Error message in the selection area Position the cursor directly on the warning (e.g. Configuration mismatch) to view details about the problem. Example Configuration mismatch warning is displayed in following cases: There is no password in Operations Manager for the server, but agent settings are correct. There is no password in Operations Manager for the server and virtualization plugin on the agent is not enabled (wrong user/password in config file or libvirtd does not start). There is correct password in Operations Manager for the server and virtualization plugin on the agent is not enabled (wrong user/password in config file or libvirtd does not start). ServerView Threshold Manager 39

40 3 Threshold Manager main window 3.4 The templates list The templates list contains all of the templates that belong to the group selected in the tree structure in the Templates view. If you have selected the All Templates group, you will find all defined templates in the template list. Figure 14: Template list The columns in the table are explained below: 40 ServerView Threshold Manager

41 3.4 The templates list Column Icon Name Type Significance Template icon Template name Type of object selected in the tree structure: Physical Server VM Host Virtual Machine Physical server VM host Virtual machine #Servers Description Number of servers to which the template has been assigned. Short description of the template Opens the Filtering for <column> dialog box, where you specify which rows are to be displayed in the table. New Opens the dialog box for creating a new template. Delete Deletes the selected templates. ServerView Threshold Manager 41

42 3 Threshold Manager main window 3.5 The template view You open the template view by clicking on a template in the tree structure in the navigation bar on the left or by clicking on the name of a template in the template list in the work area on the right. You can create an new template by clicking on New. Figure 15: Template view The view for an individual template is divided into the following three areas: the header with the name of the template, if you have selected an existing template a section with general information about the template the tabs Parameters for the threshold definitions of the template and Destinations for selecting the servers for this template 42 ServerView Threshold Manager

43 3.5 The template view Name Name of the template (all characters permitted, maximum no. of characters: 256). Type Type of server for which the template is or will be defined. Physical Server VM Host Virtual Machine Physical server VM host Virtual machine Type is active only if you have selected New to start the page. Description Short description of the template (optional, all characters permitted, maximum no. of characters: 256). The short description is displayed in the template list. Parameters Table with the parameters for which you can define or change thresholds (see "Parameters (Tab)" on page 44). Destinations Selection of individual servers or server groups for which you want the template to be valid (see "Destinations (Tab)" on page 46). Use As New Template Use this button to create a new template using the current properties. To save the template, click Apply. Apply Use this button to apply your modifications. ServerView Threshold Manager 43

44 3 Threshold Manager main window Reset Use this button to undo all entries or modifications. All entries and changes made after calling the template view or made since the last time you clicked on Apply are reset Parameters (Tab) The Parameters tab contains a table in which you can view, define or change the thresholds defined for the various different server parameters. The Parameters tab is displayed in the view for an individual template (see "The template view" on page 42). Figure 16: Parameters tab 44 ServerView Threshold Manager

45 3.5 The template view The table contains the following columns: Columns Parameter Threshold interval Measuring interval Lower Warning Upper Warning Upper Critical Significance Parameters for which thresholds and monitoring values are defined. The list of parameters differs in accordance with the server type. The parameters are described in section "Monitored parameters" on page 15. The threshold interval specifies the period of time (in minutes) for which a value, on average, exceeds or falls below the threshold, so that the system issues a corresponding message (Normal, Warning or Critical). The measuring interval specifies the time interval (in minutes) between each measurement. It should always be shorter than the threshold interval, so that there are several measurements within a threshold interval before the system issues a message. Lower threshold as of which a warning is reported Upper threshold 1 as of which a warning is reported Upper threshold 2 as of which a critical warning is reported Opens the Filtering for <column> dialog box, where you specify which rows are to be displayed in the table. To disable the threshold monitoring for one parameter, set both Measuring interval and Threshold interval to 0. ServerView Threshold Manager 45

46 3 Threshold Manager main window Destinations (Tab) On the Destinations tab, you select individual servers or server groups for which you want the template to be valid. The Destinations tab is displayed in the view for an individual template (see "The template view" on page 42). Figure 17: Destinations tab 46 ServerView Threshold Manager

47 3.5 The template view Server List List of servers and server groups to which the template can be assigned. Destinations List of selected servers or server groups to which you want the template to be assigned. When you select Apply, the threshold set is stored on all servers in this list. > Transfers the selected servers to the Destinations list. This button is activated only if you have selected a server of the corresponding server type under Server List. >> Transfers all servers to the Destinations list. If you have selected a server group, the number of servers is automatically increased if you add another server of the corresponding server type to the ServerView server list for this server group. < Deletes the selected servers from the Destinations list. This button is activated only if you have selected a server under Destinations. << Deletes all servers from the Destinations list. Undo Undoes all entries or modifications on the Destinations tab. ServerView Threshold Manager 47

48 3 Threshold Manager main window 3.6 Settings Figure 18: Settings view In the Settings tab you activate / deactivate the performance monitoring and the threshold management. You open the Settings tab by clicking Settings in the navigation bar on the left. If the option Enable Threshold Management is deactivated, the Servers and Templates buttons are disabled. Enable Performance Monitoring You can activate or deactivate the performance monitoring. If the performance monitoring is deactivated, performance data are no longer collected from the managed servers. As result you cannot see the performance history in the history chart in the Single System View of ServerView Operations Manager. Enable Threshold Management You can activate or deactivate the threshold management. 48 ServerView Threshold Manager

49 3.6 Settings If the threshold management is deactivated, the following Operations Manager activities will be switched off: Threshold data and status are no longer collected from the managed servers and no configuration synchronization is performed. SNMP threshold traps will be ignored by Operations Manager. The Servers and Templates buttons in the navigation area on the left are disabled. IMPORTANT 1. This does not mean that, if the sending of SNMP traps is deactivated on the agent side, Operations Manager will ignore only these traps. In order to fully deactivate threshold traps, please select the target servers in the server list of the Threshold Manager and then click Deactivate. Consider configuring a valid system user account in SVOM - Administration - Users/Passwords before proceeding. Note that the Servers and Templates buttons in the navigation area on the left will be disabled as soon as the threshold management is deactivated. So if you want to deactivate the sending of SNMP traps on the agent side, please do so before deactivating the threshold management. CAUTION This will deactivate the sending of SNMP traps on the agent side for all Operations Manager instances. It is currently not possible to disable the sending of SNMP traps for specific Operations Manager instances. 2. Note that the configuration change (server and/or template parameters, active status for server) does not occur immediately after you click Apply. ServerView Threshold Manager 49

50 3 Threshold Manager main window It is done by the service running in background during the regular polling task, so please wait up to ten minutes until the changes you have made reach the affected servers. Apply Use this button to confirm your changes. Reset Use this button to undo all entries or changes. 50 ServerView Threshold Manager

51 3.7 Filter Dialog box 3.7 Filter Dialog box You can specify which table entries are displayed in a table using the tabs in the Filtering for Column <column name> dialog box. Tables display all rows by default. You can filter a table based on a column and: one value or several values (Standard tab) a value range, which may comprise several values (Customize tab) To open the dialog box, click on the filter icon in a table header. A filter icon is displayed for each column that can be filtered Standard (Filter Dialog Box) Figure 19: Standard tab in the Filter dialog box The Standard tab lists all values and the frequency with which they occur in the selected column: Select all Deselect all <value> selects all table rows for display deselects all table rows shows all table rows with the selected value ServerView Threshold Manager 51

52 3 Threshold Manager main window Customize (Filter Dialog Box) - character strings You can enter a character string on the Customize tab. A corresponding table row is displayed for each value in the selected column that coincides with this character string. Figure 20: Customize tab for character strings in the Filter dialog box <column name> column pattern The character string serves as a filter criterion. You can use any alphanumeric characters in the character string, in addition to the following placeholders:? represents a single character * represents any number of characters \ a wildcard character that allows you to filter using the characters * and?. Example: \* shows all rows that contain a single asterisk in the filtered column. You can enter any number of characters as a filter criterion. Filtering by regular expression is not permitted. 52 ServerView Threshold Manager

53 3.7 Filter Dialog box Customize (Filter Dialog Box) - integer values You can enter a specific number range on the Customize tab. A corresponding table row is displayed for each value in the selected columns that coincides with this number range. Figure 21: Customize tab for integer values in the Filter dialog box <column name> List with logical operators and an input field for the first integer in the range, which you can use to formulate a condition. logical AND or OR operator AND OR <column name> both conditions must be fulfilled one of the conditions must be fulfilled List with logical operators and an input field for the last integer in the range, which you can use to formulate a condition. ServerView Threshold Manager 53

54 54 ServerView Threshold Manager

55 4 Working with the Threshold Manager In order to be able to use thresholds to monitor the performance values of a server, you must define a threshold set for the server at the central management station. You can define threshold sets for the following server types: physical servers virtualization hosts virtual machines or guest systems You can define a threshold set for a specific server or you can use a template to assign a threshold set to the server. You can also define a threshold set as a standard threshold set that is automatically assigned to each server of the same type as long as you have not made any additional definition or assignment. The threshold set is stored on the server. The ServerView agents use the definitions to monitor the performance parameters of the server and to report an event to the central management station when a corresponding event occurs. 4.1 Opening the Threshold Manager There are two ways in which you can open the Threshold Manager in the ServerView Operations Manager: On the start page of the ServerView Operations Manager, choose Event Management/Threshold Manager. In the ServerView menu bar, choose Event Management/Threshold Manager. To start / operate the Threshold Manager, you need the appropriate permissions. As the RBAC (Role-based access control) based user management of the ServerView Suite controls the assignment of permissions to users by means of user roles, please ensure that your user role is equipped with the required privileges. For details see the "User Management in ServerView" user guide. ServerView Threshold Manager 55

56 4 Working with the Threshold Manager The Threshold Manager opens with the main window. 4.2 Closing the Threshold Manager You can close Threshold Manager by closing the main window. To close the Threshold Manager main window, click on the Close icon in the browser window. 4.3 Deactivating / activating Threshold Management Deactivating / activating threshold monitoring for a single server For modifying threshold monitoring, threshold management has to be enabled (see "Deactivating / activating Threshold Management" on page 56). 1. In the navigation bar on the left, switch to the Servers view. 2. Select All Servers in the tree structure. 3. In the work area on the right, select the server(s) you want to modify. 4. To deactivate threshold monitoring for the selected server(s), click Deactivate. To activate threshold monitoring for the selected server(s), click Activate. 56 ServerView Threshold Manager

57 4.3 Deactivating / activating Threshold Management Deactivating / activating threshold management for all server 1. In the navigation bar on the left, switch to the Settings tab. 2. To deactivate threshold management, deselect the Enable Threshold Management option. To activate threshold management, select the Enable Threshold Management option. 3. Click Apply to confirm the change. If the option Enable Threshold Management is deactivated, threshold data are no longer collected from the managed servers and the Servers and Templates tabs are locked and not available Disable one parameter of a single server To disable one parameter of a single server, set both Measuring Interval and Threshold Interval to 0, e. g. for a server-specific threshold set: 1. In the navigation bar on the left, switch to the Servers view. 2. In the tree structure, select the server for which you want to disable one parameter. The view for the selected server is then displayed in the work area on the right. 3. In the table, enter the 0 for Measuring Interval and Threshold Interval in the line of the relevant parameter. Enter 0 in each field separately. To do this, click on the corresponding fields and press F2 or double-click the fields to activate the entry. 4. Choose Apply to save the changes that you have made. ServerView Threshold Manager 57

58 4 Working with the Threshold Manager 4.4 Deactivating / activating performance monitoring 1. In the navigation bar on the left, switch to the Settings tab. 2. To deactivate performance for all managed servers, deselect the Enable Performance Monitoring option. To activate performance monitoring for all managed servers, select the Enable Performance Monitoring option. 3. Click Apply to confirm the change. If the performance monitoring is deactivated, performance data is no longer collected from the managed servers. As result you cannot see the performance history in the history chart in the Single System View of ServerView Operations Manager. 4.5 Creating server-specific threshold sets You can define a server-specific threshold set for a server and use it to monitor the performance parameters associated with this server. There are two ways in which you can define a server-specific threshold set: You define a new server-specific threshold set for the server. You define a server-specific threshold set that is based on an existing template Defining a new threshold set You can define a specific threshold set for a server. 1. In the navigation bar on the left, switch to the Servers view. 2. In the tree structure, select the server for which you want to create a server-specific threshold set. The view for the selected server is then displayed in the work area on the right. 58 ServerView Threshold Manager

Base Configuration Wizard

Base Configuration Wizard User Guide - English FUJITSU Software ServerView Suite Base Configuration Wizard ServerView Operations Manager V7.20 Edition August 2017 Comments Suggestions Corrections The User Documentation Department

More information

ServerView Archive Manager

ServerView Archive Manager User Guide - English ServerView Suite ServerView Archive Manager ServerView Operations Manager as of V5.0 Edition February 2018 Comments Suggestions Corrections The User Documentation Department would

More information

Installation ServerView ESXi CIM Provider V6.12

Installation ServerView ESXi CIM Provider V6.12 Installation Guide - English FUJITSU Software ServerView Suite Installation ServerView ESXi CIM Provider V6.12 VMware vsphere Hypervisor server (ESXi) as of version 4.0 Edition August 2017 Comments Suggestions

More information

PRIMERGY ServerView Suite ServerView Performance Manager

PRIMERGY ServerView Suite ServerView Performance Manager - English PRIMERGY ServerView Suite ServerView Performance Manager ServerView Operations Manager V4.90 Edition February 2018 Comments Suggestions Corrections The User Documentation Department would like

More information

FUJITSU Software ServerView Suite ServerView Installation Manager

FUJITSU Software ServerView Suite ServerView Installation Manager User Guide - English FUJITSU Software ServerView Suite ServerView Installation Manager Edition June 2017 Comments Suggestions Corrections The User Documentation Department would like to know your opinion

More information

ServerView System Monitor

ServerView System Monitor User Guide - English FUJITSU Software ServerView Suite ServerView System Monitor (Part of ServerView Agents up to V7.20 for Windows and Linux) Edition August 2017 Comments Suggestions Corrections The User

More information

FUJITSU Software ServerView Suite ServerView Update DVD Base and ServerView Content Collector V1.7

FUJITSU Software ServerView Suite ServerView Update DVD Base and ServerView Content Collector V1.7 User Guide - English FUJITSU Software ServerView Suite ServerView Update DVD Base and ServerView Content Collector V1.7 Edition May 2018 Comments Suggestions Corrections The User Documentation Department

More information

ServerView Integration Pack for Microsoft SCCM

ServerView Integration Pack for Microsoft SCCM User Guide - English FUJITSU Software ServerView Suite ServerView Integration Pack for Microsoft SCCM Edition August 2017 Comments Suggestions Corrections The User Documentation Department would like to

More information

User Guide - English. FUJITSU Software ServerView Suite. Local Service Panels. Local Service Concept (LSC)

User Guide - English. FUJITSU Software ServerView Suite. Local Service Panels. Local Service Concept (LSC) User Guide - English FUJITSU Software ServerView Suite Local Service Panels Local Service Concept (LSC) Last Edition August 2017 Comments Suggestions Corrections The User Documentation Department would

More information

Monitoring ETERNUS DX systems with ServerView Operations Manager

Monitoring ETERNUS DX systems with ServerView Operations Manager User Guide - English FUJITSU Software ServerView Suite Monitoring ETERNUS DX systems with ServerView Operations Manager Edition February 2018 Comments Suggestions Corrections The User Documentation Department

More information

Overview - English. FUJITSU Software ServerView Suite. Update Management. Overview

Overview - English. FUJITSU Software ServerView Suite. Update Management. Overview Overview - English FUJITSU Software ServerView Suite Update Management Overview Edition August 2017 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of

More information

ServerView Integration V4.0 in HP Operations Manager

ServerView Integration V4.0 in HP Operations Manager User Guide - English FUJITSU Software ServerView Suite ServerView Integration V4.0 in HP Operations Manager Edition August 2017 Comments Suggestions Corrections The User Documentation Department would

More information

ServerView Agents V8.20 for Windows

ServerView Agents V8.20 for Windows Installation and User Guide - English FUJITSU Software ServerView Suite ServerView Agents V8.20 for Windows (Windows Server 2008 / 2012 / 2016) Edition October 2017 Comments Suggestions Corrections The

More information

FUJITSU Software ServerView Suite FUJITSU Software ServerView Plug-in for VMware vcenter V2.6

FUJITSU Software ServerView Suite FUJITSU Software ServerView Plug-in for VMware vcenter V2.6 User Guide - English FUJITSU Software ServerView Suite FUJITSU Software ServerView Plug-in for VMware vcenter V2.6 Edition February 2018 Comments Suggestions Corrections The User Documentation Department

More information

ServerView Event Manager

ServerView Event Manager User Guide - English FUJITSU Software ServerView Suite ServerView Event Manager ServerView Operations Manager V8.00 Edition May 2017 Comments Suggestions Corrections The User Documentation Department would

More information

ServerView Integration Pack for Tivoli TEC

ServerView Integration Pack for Tivoli TEC ServerView Suite User Guide - English FUJITSU Software ServerView Suite ServerView Integration Pack for Tivoli TEC Edition February 2018 Comments Suggestions Corrections The User Documentation Department

More information

ServerView Online Diagnostics

ServerView Online Diagnostics ServerView Suite - English FUJITSU Software ServerView Suite ServerView Online Diagnostics ServerView Operations Manager Hr. Kulzer ServerView Operations Manager Edition August 2017 Comments Suggestions

More information

User Guide - English. FUJITSU Software ServerView Suite ServerView Blade System Integration Pack for MS System Center Operations Manager. Version 8.

User Guide - English. FUJITSU Software ServerView Suite ServerView Blade System Integration Pack for MS System Center Operations Manager. Version 8. User Guide - English FUJITSU Software ServerView Suite ServerView Blade System Integration Pack for MS System Center Operations Manager Version 8.0 Edition February 2017 Comments Suggestions Corrections

More information

ServerView Integration Pack for MS SMS

ServerView Integration Pack for MS SMS - English FUJITSU Software ServerView Suite ServerView Integration Pack for MS SMS Edition February 2018 Comments Suggestions Corrections The User Documentation Department would like to know your opinion

More information

ServerView Operations Manager V8.10

ServerView Operations Manager V8.10 User Guide - English FUJITSU Software ServerView Suite ServerView Operations Manager V8.10 Server Management Edition July 2017 Comments Suggestions Corrections The User Documentation Department would like

More information

ServerView Integration Pack 2.3 for Tivoli NetView 7.1

ServerView Integration Pack 2.3 for Tivoli NetView 7.1 User Guide - English FUJITSU Software ServerView Suite ServerView Integration Pack 2.3 for Tivoli NetView 7.1 February 2018 Comments Suggestions Corrections The User Documentation Department would like

More information

ServerView Operations Manager V8.40

ServerView Operations Manager V8.40 Installation Guide - English FUJITSU Software ServerView Suite ServerView Operations Manager V8.40 Installing ServerView Operations Manager Software under Windows (Operations Manager, Update Manager, Event

More information

ServerView Virtual-IO Manager V3.8

ServerView Virtual-IO Manager V3.8 User Guide - English FUJITSU Software ServerView Suite ServerView Virtual-IO Manager V3.8 User Guide Edition May 2017 Comments Suggestions Corrections The User Documentation Department would like to know

More information

English ETERNUS CS800 S4. OST Guide

English ETERNUS CS800 S4. OST Guide English ETERNUS CS800 S4 OST Guide Edition November 2012 Comments Suggestions Corrections The User Documentation Department would like to know your opinion on this manual. Your feedback helps us to optimize

More information

ServerView Operations Manager V8.50

ServerView Operations Manager V8.50 User Guide - English FUJITSU Software ServerView Suite ServerView Operations Manager V8.50 Server Management Edition October 2018 Comments Suggestions Corrections The User Documentation Department would

More information

Monitoring of VMware-based PRIMERGY Servers with ServerView

Monitoring of VMware-based PRIMERGY Servers with ServerView User Guide - English FUJITSU Software ServerView Suite Monitoring of VMware-based PRIMERGY Servers with ServerView VMware vsphere Hypervisor (ESXi - V4.0 and V4.1) Edition August 2017 Comments Suggestions

More information

User Guide - English. FUJITSU Software ServerView Suite. Web Interface. Edition December

User Guide - English. FUJITSU Software ServerView Suite. Web Interface. Edition December User Guide - English FUJITSU Software ServerView Suite irmc S5 Web Interface Edition December Comments Suggestions Corrections The User Documentation Department would like to know your opinion of this

More information

ETERNUS CS800 S6 (V3.2)

ETERNUS CS800 S6 (V3.2) English ETERNUS CS800 S6 (V3.2) OST Guide Edition December 2015 Comments Suggestions Corrections The User Documentation Department would like to know your opinion on this manual. Your feedback helps us

More information

Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 Managing Companies Managing Password Policies...

Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 Managing Companies Managing Password Policies... Cloud Services Identity Management Administration Guide Version 17 July 2017 Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 About the User Administration Table...

More information

User Guide - English. FUJITSU Software ServerView Suite. irmc S4. Web Interface

User Guide - English. FUJITSU Software ServerView Suite. irmc S4. Web Interface User Guide - English FUJITSU Software ServerView Suite irmc S4 Web Interface Edition March 2017 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of this

More information

Using ANM With Virtual Data Centers

Using ANM With Virtual Data Centers APPENDIXB Date: 3/8/10 This appendix describes how to integrate ANM with VMware vcenter Server, which is a third-party product for creating and managing virtual data centers. Using VMware vsphere Client,

More information

ServerView Suite Enterprise Edition V2.41

ServerView Suite Enterprise Edition V2.41 ServerView Suite ServerView Suite Enterprise Edition V2.41 System Administration within a Domain System Administration within a Domain Sprachen: En Edition May 2009 Comments Suggestions Corrections The

More information

ForeScout CounterACT. Plugin. Configuration Guide. Version 2.1

ForeScout CounterACT. Plugin. Configuration Guide. Version 2.1 ForeScout CounterACT Hybrid Cloud Module: VMware vsphere Plugin Version 2.1 Table of Contents About VMware vsphere Integration... 4 Use Cases... 4 Additional VMware Documentation... 4 About this Plugin...

More information

ServerView Update Management

ServerView Update Management User Guide - English FUJITSU Software ServerView Suite ServerView Update Management ServerView Operations Manager V8.10 Edition August 2017 Comments Suggestions Corrections The User Documentation Department

More information

Virtual Infrastructure Web Access Administrator s Guide ESX Server 3.0 and VirtualCenter 2.0

Virtual Infrastructure Web Access Administrator s Guide ESX Server 3.0 and VirtualCenter 2.0 Virtual Infrastructure Web Access Administrator s Guide ESX Server 3.0 and VirtualCenter 2.0 Virtual Infrastructure Web Access Administrator s Guide Revision: 20060615 Item: VI-ENG-Q206-217 You can find

More information

User Guide - English. FUJITSU Software ServerView Suite. Configuration and Maintenance

User Guide - English. FUJITSU Software ServerView Suite. Configuration and Maintenance User Guide - English FUJITSU Software ServerView Suite irmc S5 Configuration and Maintenance Edition December 2017 Comments Suggestions Corrections The User Documentation Department would like to know

More information

RCT Express. Administrator Training Manual. Version 4.3

RCT Express. Administrator Training Manual. Version 4.3 RCT Express Administrator Training Manual Version 4.3 Copyright 2016 CoreLogic. All rights reserved. ii Contents Introduction 1 System Requirements... 1 Tools 2 Administration 3 Manage Agencies... 3 Manage

More information

Epson Device Admin User s Guide NPD EN

Epson Device Admin User s Guide NPD EN Epson Device Admin User s Guide NPD5817-00 EN About this Manual About this Manual Marks and Symbols! Caution: Instructions that must be followed carefully to avoid bodily injury. c Important: Instructions

More information

ISO Installation Guide. Version 1.2 December 2015

ISO Installation Guide. Version 1.2 December 2015 Version 1.2 December 2015 ISO Installation Guide Copyright 2015 iwebgate. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

McAfee Boot Attestation Service 3.5.0

McAfee Boot Attestation Service 3.5.0 Product Guide McAfee Boot Attestation Service 3.5.0 For use with epolicy Orchestrator 4.6.7, 4.6.8, 5.1.0 Software COPYRIGHT Copyright 2014 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS

More information

myreports User Guide A31003-P3010-U

myreports User Guide A31003-P3010-U myreports User Guide A31003-P3010-U107-17-7619 Our Quality and Environmental Management Systems are implemented according to the requirements of the ISO9001 and ISO14001 standards and are certified by

More information

Managing Multi-Hypervisor Environments with vcenter Server

Managing Multi-Hypervisor Environments with vcenter Server Managing Multi-Hypervisor Environments with vcenter Server vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.1.2 This document supports the version of each product listed and supports all subsequent

More information

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4 vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4 vrealize Operations Manager Customization and Administration Guide You can find the most up-to-date technical

More information

Forescout. Configuration Guide. Version 2.4

Forescout. Configuration Guide. Version 2.4 Forescout Version 2.4 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

Veeam ONE. Version 8.0. User Guide for VMware vsphere Environments

Veeam ONE. Version 8.0. User Guide for VMware vsphere Environments Veeam ONE Version 8.0 User Guide for VMware vsphere Environments July, 2015 2015 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication

More information

UCS-E160DP Double-wide E-Series Server, 6 core CPU, with PCIe

UCS-E160DP Double-wide E-Series Server, 6 core CPU, with PCIe Overview This chapter includes the following sections: Cisco UCS E-Series Servers Overview, page 1 Server Software, page 2 CIMC Overview, page 3 CIMC GUI, page 3 Cisco UCS E-Series Servers Overview The

More information

CounterACT VMware vsphere Plugin

CounterACT VMware vsphere Plugin CounterACT VMware vsphere Plugin Configuration Guide Version 2.0.0 Table of Contents About VMware vsphere Integration... 4 Use Cases... 4 Additional VMware Documentation... 4 About this Plugin... 5 What

More information

User Guide - English. FUJITSU Software ServerView Suite. Configuration and Maintenance

User Guide - English. FUJITSU Software ServerView Suite. Configuration and Maintenance User Guide - English FUJITSU Software ServerView Suite irmc S4 Configuration and Maintenance Edition March 2017 Comments Suggestions Corrections The User Documentation Department would like to know your

More information

McAfee Data Loss Prevention Prevent 11.1.x Release Notes

McAfee Data Loss Prevention Prevent 11.1.x Release Notes Revision B McAfee Data Loss Prevention Prevent 11.1.x Release Notes Contents What's new in update 11.1.100 Resolved issues in update 11.1.100 Additional installation information Rating for update 11.1.100

More information

VMware vrealize Operations for Horizon Administration

VMware vrealize Operations for Horizon Administration VMware vrealize Operations for Horizon Administration vrealize Operations for Horizon 6.3 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Administrator s Guide

Administrator s Guide Blade Manager 4.1 Administrator s Guide ClearCube Technology, Inc. Copyright 2005, ClearCube Technology, Inc. All rights reserved. Under copyright laws, this publication may not be reproduced or transmitted

More information

Workflow Templates in Compliance 360 Version 2018

Workflow Templates in Compliance 360 Version 2018 Workflow Templates in Compliance 360 Version 2018 Workflow Templates 5 Workflow Elements 6 Workflow Teams 6 Workflow Template Changes 6 Create or Edit a Workflow Template 8 Import and Export Workflow Templates

More information

Using the Prime Performance Manager Web Interface

Using the Prime Performance Manager Web Interface 3 CHAPTER Using the Prime Performance Manager Web Interface The following topics provide information about using the Cisco Prime Performance Manager web interface: Accessing the Prime Performance Manager

More information

Infrastructure Navigator User's Guide

Infrastructure Navigator User's Guide vcenter Infrastructure Navigator 1.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more

More information

PRIMERGY RX800 S2/S3 RemoteView Management Board RSA-II

PRIMERGY RX800 S2/S3 RemoteView Management Board RSA-II Produktfamilie PRIMERGY RX800 S2/S3 RemoteView Management Board RSA-II User Manual Joachim Pichol Fujitsu Siemens Computers GmbH Paderborn 33094 Paderborn e-mail: email: manuals@fujitsu-siemens.com Tel.:

More information

User Guide. Version R95. English

User Guide. Version R95. English Cloud Backup User Guide Version R95 English September 11, 2017 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS

More information

vfabric Hyperic Monitoring and Management

vfabric Hyperic Monitoring and Management vfabric Hyperic Monitoring and Management VMware vfabric Hyperic 5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

vsphere Update Manager Installation and Administration Guide 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7

vsphere Update Manager Installation and Administration Guide 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 vsphere Update Manager Installation and Administration Guide 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 You can find the most up-to-date technical documentation on the VMware website at:

More information

Basic System Administration ESX Server and Virtual Center 2.0.1

Basic System Administration ESX Server and Virtual Center 2.0.1 ESX Server 3.0.1 and Virtual Center 2.0.1 Basic System Administration Revision: 2006105 Item: VI-ENG-Q306-293 You can find the most up-to-date technical documentation on our Web site at http://www.vmware.com/support/

More information

ServerView Agents V9.00 for Linux

ServerView Agents V9.00 for Linux Installation and User Guide - English FUJITSU Software ServerView Suite ServerView Agents V9.00 for Linux (SUSE, Red Hat, and Citrix XenServer) Edition March 2019 Comments Suggestions Corrections The User

More information

User and System Administration

User and System Administration CHAPTER 2 This chapter provides information about performing user and system administration tasks and generating diagnostic information for obtaining technical assistance. The top-level Admin window displays

More information

Installing the CGDS - Substation Workbench Server Software

Installing the CGDS - Substation Workbench Server Software CHAPTER 2 Installing the CGDS - Substation Workbench Server Software Revised: April 15, 2013, Tips on Performing the CGDS - Substation Workbench Base Software Installation This section will cover how to

More information

Device Manager. Managing Devices CHAPTER

Device Manager. Managing Devices CHAPTER 2 CHAPTER This chapter describes how to perform routine device management tasks using the Administrator Console. It provides information on managing the devices within your Cisco VXC Manager environment.

More information

Installing the Cisco Unified MeetingPlace Web Server Software

Installing the Cisco Unified MeetingPlace Web Server Software Installing the Cisco Unified MeetingPlace Web Server Software Release 8.5 Revised: 2/19/13 : Install the Application Server (which includes the Software Media Server) : Install the Hardware Media Server

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

22 August 2018 NETOP REMOTE CONTROL PORTAL USER S GUIDE

22 August 2018 NETOP REMOTE CONTROL PORTAL USER S GUIDE 22 August 2018 NETOP REMOTE CONTROL PORTAL USER S GUIDE CONTENTS 1 Overview... 3 1.1 Netop Remote Control Portal... 3 1.2 Technical Requirements... 3 2 General... 4 2.1 Authentication... 4 2.1.1 Forgot

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

CounterACT VMware vsphere Plugin

CounterACT VMware vsphere Plugin Configuration Guide Version 2.0.1 Table of Contents About VMware vsphere Integration... 4 Use Cases... 4 Additional VMware Documentation... 4 About this Plugin... 5 What to Do... 5 Requirements... 5 CounterACT

More information

GIGABYTE Remote Management Console User s Guide. Version: 1.0

GIGABYTE Remote Management Console User s Guide. Version: 1.0 GIGABYTE Remote Management Console User s Guide Version: 1.0 Table of Contents Using Your GIGABYTE Remote Management Console...2 Software Install...3 Prerequisites on remote management PC...3 Install Java

More information

vsphere Host Profiles 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7

vsphere Host Profiles 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

ServerView with Data ONTAP-v V 1.02

ServerView with Data ONTAP-v V 1.02 Installation and Administration Guide - English ServerView with Data ONTAP-v V 1.02 Setting Up the Storage Control Blade and Getting Started June 2011 Comments Suggestions Corrections The User Documentation

More information

NSFOCUS WAF (VM) User Guide

NSFOCUS WAF (VM) User Guide NSFOCUS WAF (VM) User Guide Version: V6.0R05F01 (2016-03-30) 2016 NSFOCUS Copyright 2016 NSFOCUS Technologies, Inc. All rights reserved. Unless otherwise stated, NSFOCUS Technologies, Inc. holds the copyright

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 5.6 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Virtual Infrastructure Web Access Administrator s Guide Update 2 and later for ESX Server 3.5 and VirtualCenter 2.5

Virtual Infrastructure Web Access Administrator s Guide Update 2 and later for ESX Server 3.5 and VirtualCenter 2.5 Virtual Infrastructure Web Access Administrator s Guide Update 2 and later for ESX Server 3.5 and VirtualCenter 2.5 Virtual Infrastructure Web Access Administrator s Guide Virtual Infrastructure Web Access

More information

Boot Attestation Service 3.0.0

Boot Attestation Service 3.0.0 Product Guide Boot Attestation Service 3.0.0 For use with epolicy Orchestrator 4.6.0, 5.0.0 Software COPYRIGHT Copyright 2013 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS McAfee,

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Administrator s Guide Version 3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

HP integrated Citrix XenServer Online Help

HP integrated Citrix XenServer Online Help HP integrated Citrix XenServer Online Help Part Number 486855-002 September 2008 (Second Edition) Copyright 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject to

More information

Network Management Utility

Network Management Utility 4343-7705-02 Network Management Utility Foreword Welcome Network Management Utility is utility software that provides central control over printers, copiers, and other devices on a network. With Network

More information

VMware vrealize Operations for Horizon Administration

VMware vrealize Operations for Horizon Administration VMware vrealize Operations for Horizon Administration vrealize Operations for Horizon 6.2 This document supports the version of each product listed and supports all subsequent versions until the document

More information

User Guide - English SKP Service- and Console Processor. Valid for: SKP Software V2.0 (SKP-II / SKP-III )

User Guide - English SKP Service- and Console Processor. Valid for: SKP Software V2.0 (SKP-II / SKP-III ) User Guide - English SKP 3970 Service- and Console Processor Valid for: SKP Software V2.0 (SKP-II 3970-40 / SKP-III 3970-50) Edition April 2011 Comments Suggestions Corrections The User Documentation Department

More information

FUJITSU Software ServerView

FUJITSU Software ServerView User Guide - English FUJITSU Software ServerView ESXi Server Integration Pack V8.4 for MS SCOM January 2018 Edition Copyright 2018 FUJITSU LIMITED All hardware and software names used are trademarks of

More information

vcenter Hyperic Monitoring and Management Guide

vcenter Hyperic Monitoring and Management Guide vcenter Hyperic Monitoring and Management Guide vcenter Hyperic 5.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

ForeScout CounterACT. Configuration Guide. Version 1.1

ForeScout CounterACT. Configuration Guide. Version 1.1 ForeScout CounterACT Hybrid Cloud Module: VMware NSX Plugin Version 1.1 Table of Contents About VMware NSX Integration... 3 Use Cases... 3 Additional VMware Documentation... 3 About this Plugin... 3 Dependency

More information

N4A Device Manager 4.6.0

N4A Device Manager 4.6.0 N4ACMSX-UG460 N4A Device Manager 4.6.0 User Guide Version 1.0 October 30, 2015 NOVATEL WIRELESS COPYRIGHT STATEMENT 2015 Novatel Wireless, Inc. All rights reserved. The information contained in this document

More information

Teamcenter 11.1 Systems Engineering and Requirements Management

Teamcenter 11.1 Systems Engineering and Requirements Management SIEMENS Teamcenter 11.1 Systems Engineering and Requirements Management Systems Architect/ Requirements Management Project Administrator's Manual REQ00002 U REQ00002 U Project Administrator's Manual 3

More information

Online Help StruxureWare Data Center Expert

Online Help StruxureWare Data Center Expert Online Help StruxureWare Data Center Expert Version 7.2.7 What's New in StruxureWare Data Center Expert 7.2.x Learn more about the new features available in the StruxureWare Data Center Expert 7.2.x release.

More information

Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10

Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10 Cloud Service Administrator's Guide 15 R2 March 2016 Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10 Configuring Settings for Microsoft Internet Explorer...

More information

Secure Mobile Access Module

Secure Mobile Access Module Secure Mobile Access Module Administration Guide Version 1.0 GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800)

More information

User Guide - English. HNC Software 2.0. High-Speed Network Connect HNC-V HNC-IV 91853

User Guide - English. HNC Software 2.0. High-Speed Network Connect HNC-V HNC-IV 91853 User Guide - English HNC Software 2.0 High-Speed Network Connect HNC-V 91854 HNC-IV 91853 Edition February 2011 Comments Suggestions Corrections The User Documentation Department would like to know your

More information

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.5

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.5 vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

vrealize Hyperic Monitoring and Management Guide vrealize Hyperic 5.8.4

vrealize Hyperic Monitoring and Management Guide vrealize Hyperic 5.8.4 vrealize Hyperic Monitoring and Management Guide vrealize Hyperic 5.8.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Service Portal User Guide

Service Portal User Guide FUJITSU Cloud Service K5 IaaS Service Portal User Guide Version 1.4 FUJITSU LIMITED All Rights Reserved, Copyright FUJITSU LIMITED 2015-2016 K5IA-DC-M-005-001E Preface Purpose of This Manual This manual

More information

The Ip address / Name value should be: srvvcenter-cis

The Ip address / Name value should be: srvvcenter-cis CIS133 Installation Lab #1 - DESKTOP CLIENT OpenSUSE Install. Before beginning the installation, create a virtual machine in which you will install the operating system. 1) Open the VMware vsphere Client.

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

KYOCERA Net Viewer User Guide

KYOCERA Net Viewer User Guide KYOCERA Net Viewer User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Software Description Application Software OTT Hydras 3 net

Software Description Application Software OTT Hydras 3 net English Software Description Application Software OTT Hydras 3 net We reserve the right to make technical changes and improvements without notice! Table of contents 1 Overview of OTT Hydras 3 net 5 2 Data

More information

UDP Director Virtual Edition

UDP Director Virtual Edition UDP Director Virtual Edition (also known as FlowReplicator VE) Installation and Configuration Guide (for StealthWatch System v6.7.0) Installation and Configuration Guide: UDP Director VE v6.7.0 2015 Lancope,

More information

SCOM 2012 with Dell Compellent Storage Center Management Pack 2.0. Best Practices

SCOM 2012 with Dell Compellent Storage Center Management Pack 2.0. Best Practices SCOM 2012 with Dell Compellent Storage Center Management Pack 2.0 Best Practices Document revision Date Revision Comments 4/30/2012 A Initial Draft THIS BEST PRACTICES GUIDE IS FOR INFORMATIONAL PURPOSES

More information