Dell Vizioncore Manual de usuario

Busca en linea o descarga Manual de usuario para Software Dell Vizioncore. Dell Vizioncore Tutorial Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 141
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente

Indice de contenidos

Pagina 1 - Web Component Tutorial

vFoglight™ 5.2.4Web Component Tutorial

Pagina 2

10 vFoglight Web Component Tutorial • What’s New Guide (PDF)• System Requirements and Platform Support Guide (PDF)• Installation and Setup Guide set

Pagina 3 - Table of Contents

100 vFoglight Web Component Tutorial 5Choose Host Model T5 (from My Queries) in the Query Selection Runtime Value text field.6Check Return First Obje

Pagina 4 - 4 vFoglight

Tutorial 5: Reports 101Creating a Basic Report Page The Edit - Title dialog opens.3Choose title in the Input Key drop-down list and click Save.Since y

Pagina 5 - Table of Contents 5

102 vFoglight Web Component Tutorial The table doesn’t have a header or a footer and it contains only one view, but the exercise has shown you the ba

Pagina 6 - 6 vFoglight

Tutorial 5: Reports 103Creating a More Elaborate Hosts Table Configuring the Columns for the Row-Oriented Table This component needs a host context as

Pagina 7 - Introduction to this Guide

104 vFoglight Web Component Tutorial All the table’s columns are set in this section. Later, they can be organized in groups.6Click the Edit ( ) icon

Pagina 8 - About this Guide

Tutorial 5: Reports 105Creating a More Elaborate Hosts Table 2Click the Edit ( ) icon on the column’s Val ue row and choose Context Selection from th

Pagina 9 - Core Documentation Set

106 vFoglight Web Component Tutorial 5Add the table to the report as you did in Adding a Sample Page to the Report.6In the report’s Views tab, select

Pagina 10 - Feedback on the Documentation

Tutorial 5: Reports 107Adding a Header 2Fill in the General tab as shown in the figure:3Enter Header for Hosts Summary Report T5 in both the Comments

Pagina 11 - About Vizioncore Inc

108 vFoglight Web Component Tutorial The Edit - Left Image dialog appears.3Choose Icon Selection, vFoglight > Reporting > Company Logo.4In the

Pagina 12 - 12 vFoglight

Tutorial 5: Reports 109Adding a Footer 6Click Save in the dialog.7Select Header from the Function drop-down.8Select the header and click the Move Up (

Pagina 13 - Introduction to this Guide 13

Introduction to this Guide 11Text Conventions [email protected] do not submit Technical Support related issues to this email address.Text Conv

Pagina 14 - Contacting Dell

110 vFoglight Web Component Tutorial Setting the center portion of the footerTo add a page number to the footer:1Select the Configuration tab.2Click

Pagina 15

Tutorial 5: Reports 111Adding an Iterator for a Multi-Page Report 8Select the header and click the Move Up ( ) button to place the component as the se

Pagina 16

112 vFoglight Web Component Tutorial 6Enter Iterator for Hosts Summary Report T5 in both the Comments and the Context Help text fields.To set the con

Pagina 17

Tutorial 5: Reports 113Adding an Iterator for a Multi-Page Report 5Click the Edit icon on the Objects row and choose Context Selection from the drop-d

Pagina 18 - Hong Kong

114 vFoglight Web Component Tutorial No other changes are needed because the Body page is the default.7Click Save on the bar containing the tabs to s

Pagina 19 - Italy (Milan)

Tutorial 5: Reports 115Summary 5Click Save on the bar containing the tabs to save Sparkline for Report.To add a column containing a sparkline to the t

Pagina 20 - Luxemborg

116 vFoglight Web Component Tutorial Where did the table’s title go?If you followed exactly the procedures given previously, you may have noticed tha

Pagina 21

Tutorial 5: Reports 117Summary The Report Manager page opens in the Definitions pane.3Click Schedule Report ().The Create Scheduled Report dialog open

Pagina 22

118 vFoglight Web Component Tutorial A report can have multiple headers. The reason you placed the header and footer as the first and second componen

Pagina 23

8Tutorial 6: Creating a FormThe Web Component Framework contains many components that have a value property and there are situations in which some oth

Pagina 24 - U.S.A. (Austin, Texas)

12 vFoglight Web Component Tutorial Financial Services, Government, Healthcare, Manufacturing, and High Tech. Vizioncore, Inc. can be found in office

Pagina 25 - Venezuela

120 vFoglight Web Component Tutorial Objectives of Tutorial 6This tutorial shows how context can be used to pass values among components and even to

Pagina 26

Tutorial 6: Creating a Form 121Overview 5Leave Public and Root Query unchecked, Comments and Context Help empty, and Relevant and Allowed Role(s) unto

Pagina 27

122 vFoglight Web Component Tutorial Task ComponentsThere are three tasks, one each for adding a host, removing a host, and editing a host’s annotati

Pagina 28 - Introduction

Tutorial 6: Creating a Form 123Creating the Tasks and Forms Delete hostBefore choosing Delete in the All Hosts table, ensure that the selected row is

Pagina 29

124 vFoglight Web Component Tutorial tab and click the Add button. Choose Execute Groovy Script in the drop-down list. This will be your choice for a

Pagina 30 - View Components

Tutorial 6: Creating a Form 125Creating the Tasks and Forms Component Execute Groovy Script Last Modified TimePublic No Deprecated No CommentsContext

Pagina 31 - Data Sources

126 vFoglight Web Component Tutorial Deprecated No CommentsContext HelpContext InputsConfigurationGroovy Script def hostToDelete = @contextIn["h

Pagina 32 - Data Source Queries

Tutorial 6: Creating a Form 127Creating the Tasks and Forms Context InputsConfigurationGroovy Script def hostId = @contextIn["hostId"]; def

Pagina 33 - Getting More Help

128 vFoglight Web Component Tutorial Add a hostdef hostName = @contextIn["hostName"]; def operatingSystem = @contextIn["operatingSyste

Pagina 34 - 34 vFoglight

Tutorial 6: Creating a Form 129Creating the Tasks and Forms Public No Deprecated No Preferred Size Width 0px Height 0px Purpose(s) Page, Pagelet Prior

Pagina 35

Introduction to this Guide 13About Vizioncore Inc.

Pagina 36 - Before You Start

130 vFoglight Web Component Tutorial ViewsName (Nested View) (nested)Component Text FieldSize Automatic x AutomaticScrollbars Never Name (Nested Vie

Pagina 37 - Configuring a Query

Tutorial 6: Creating a Form 131Creating the Tasks and Forms • Global Context MappingsNote The hostName context key is set in the flow Context Mappings

Pagina 38

132 vFoglight Web Component Tutorial • Global Context MappingsConfiguration• Label Operating Systems• Items List• {0} String (Windows)• {1} String (L

Pagina 39

Tutorial 6: Creating a Form 133Creating the Tasks and Forms Name Host ListPublic No Deprecated No Preferred Width 300px Preferred Height 300px Refresh

Pagina 40

134 vFoglight Web Component Tutorial •  ID wcf_column_1 (Note: this line is automatically generated. You do not type this.)• Column•  Value Context

Pagina 41

Tutorial 6: Creating a Form 135Creating the Tasks and Forms • Context Mappings• Flow Type Update• Context MappingsConfiguring Add Annotation InputModu

Pagina 42

136 vFoglight Web Component Tutorial Refresh Interval - second(s)Priority None Purpose(s) Page, Pagelet Custom Purpose(s) -Relevant Role(s) (From mo

Pagina 43

Tutorial 6: Creating a Form 137Testing the Application Testing the ApplicationIf you have built the application by creating a new system module called

Pagina 44 - Building the Dashboard

138 vFoglight Web Component Tutorial The Form ComponentIn previous releases of vFoglight, component-specific actions were disabled when a submit acti

Pagina 45

IndexAabout vFoglight 8aggregateState 51alarmadding an alarm icon50message 67severity 67All Hosts 120Cchartconfiguration71componentAdd a Host Form128A

Pagina 46

Contacting Dell Note: If you do not have an active Internet connection, you can find contact information on your purchase invoice, packing slip, bill,

Pagina 47

140 vFoglight Web Component TutorialFflowon a label75on a table 55footeradd to report110create component 109footerssequential117Ggeneratereport106gri

Pagina 48 - Saving the Tutorial1 Module

Index 141text conventions 11

Pagina 49

Austria (Vienna)International Access Code: 900Country Code: 43City Code: 1Web AddressE-Mail AddressHome/Small Business SalesHome/Small Business FaxHom

Pagina 50 - Objectives of Tutorial 2

Chile (Santiago)Country Code: 56City Code: 2Web AddressE-Mail AddressSales and Customer Supportwww.dell.com/clla‐[email protected]: 1230-0

Pagina 51

Dominican RepublicWeb AddressE-Mail AddressTechnical Support, Customer Service, Saleswww.dell.com/dola‐[email protected] Ad

Pagina 52 - Adding a Dependent Page

GuatemalaWeb AddressE-Mail AddressTechnical Support, Customer Service, Saleswww.dell.com/gtla‐[email protected] AddressTe

Pagina 53 - Create a Dependent Page

Ireland (Cherrywood)International Access Code: 00Country Code: 353City Code: 1Web AddressTechnical SupportE-mail AddressBusiness computersHome compute

Pagina 54 - Define a Context Input

© 2008 Quest Software, Inc. ALL RIGHTS RESERVED.This guide contains proprietary information protected by copyright. The software described in this g

Pagina 55 - Define a Flow

Japan (Kawasaki)International Access Code: 001Country Code: 81City Code: 44Web AddressTechnical Support - Dimension and Inspiron Technical Support out

Pagina 56 - Populate the Dependent Page

Malaysia (Penang)International Access Code: 00Country Code: 60City Code: 4Web AddressTechnical Support - Dell Precision, OptiPlex, and LatitudeTechnic

Pagina 57

Poland (Warsaw)International Access Code: 011Country Code: 48City Code: 22Web AddressE-mail AddressCustomer Service PhoneCustomer ServiceSales Custome

Pagina 58

Spain (Madrid)International Access Code: 00Country Code: 34City Code: 91Web AddressHome and Small BusinessTechnical SupportCustomer ServiceSalesSwitch

Pagina 59 - Tutorial 3: Adding Views

U.K.(Bracknell)International Access Code: 00Country Code: 44City Code: 1344Web AddressE-mail Address Customer Service WebsiteSalesHome and Small Busin

Pagina 60 - Objectives of Tutorial 3

U.S. Virgin IslandsWeb AddressE-mail AddressTechnical Support, Customer Service, Saleswww.dell.com/vila‐[email protected]‐free:1‐877‐702‐4360V

Pagina 62

2Using the Web Component TutorialThis chapter contains the following sections:Introduction...

Pagina 63

28 vFoglight Web Component Tutorial IntroductionYou may already know how to view the performance of your servers and applications with vFoglight and

Pagina 64

Using the Web Component Tutorial 29Introduction inform application and IT managers about end-user service levels, notify stakeholders when those servi

Pagina 65 - Adding Columns to the Table

Table of ContentsIntroduction to this Guide...

Pagina 66

30 vFoglight Web Component Tutorial What is the Web Component Framework?The Web Component Framework is a superset of the View Component collection th

Pagina 67

Using the Web Component Tutorial 31Introduction • Time Range: if available, applies to all views• Nothing: if multiple time ranges are represented• Pa

Pagina 68

32 vFoglight Web Component Tutorial The implementation of the data source must provide a schema for the objects. The schema can be changed dynamicall

Pagina 69

Using the Web Component Tutorial 33How to Use this Tutorial How to Use this TutorialThis tutorial will help you to learn how to use the vFoglight Conf

Pagina 70

34 vFoglight Web Component Tutorial Reference. To access the Web Component Reference, open Web Component Reference > View Components in online hel

Pagina 71 - Configuring a Chart Component

3Tutorial 1: Creating a DashboardThe term dashboard is used in vFoglight to denote a container that presents a pre-set collection of visual data, but

Pagina 72

36 vFoglight Web Component Tutorial Before You StartThe first thing you have to decide is whether you want to take the top-down or the bottom-up appr

Pagina 73

Tutorial 1: Creating a Dashboard 37Configuring a Query UI WalkthroughWe will be using the Configuration > Definitions page as shown in the figure.

Pagina 74

38 vFoglight Web Component Tutorial the data source information about all the hosts in our monitored system. To accomplish this task, it is helpful t

Pagina 75

Tutorial 1: Creating a Dashboard 39Configuring a Query Checking this box indicates that the view is likely to be deleted or replaced by something else

Pagina 76

4 vFoglight Web Component Tutorial Summary ...

Pagina 77

40 vFoglight Web Component Tutorial The Query Results dialog allows you to see all the properties of the object, which is useful if you want to deter

Pagina 78 - Configuring a Drop-Down List

Tutorial 1: Creating a Dashboard 41Configuring a Row-Oriented Table point icon at the right side of the field. In this case, only the Name field is re

Pagina 79

42 vFoglight Web Component Tutorial To define the columns for the table:1Select the Configuration tab. The table designer page appears in the right D

Pagina 80

Tutorial 1: Creating a Dashboard 43Configuring a Row-Oriented Table 8Choose Context Selection from the popup list.The Edit - Value dialog opens.9Click

Pagina 81 - Adding a Customizer

44 vFoglight Web Component Tutorial Building the DashboardSo far we have a query and we have a table to present some of the data that will be returne

Pagina 82

Tutorial 1: Creating a Dashboard 45Building the Dashboard 8Leave Priority at None.9Set the Purpose(s) check boxes by clicking the Edit icon ( ). Since

Pagina 83 - Tutorial 4: Using a Grid

46 vFoglight Web Component Tutorial To define the dashboard’s title:1Select the Configuration tab. 2Click the Edit icon ( ) in the Value column of t

Pagina 84 - Modify the Chart Properties

Tutorial 1: Creating a Dashboard 47Summary Figure 2SummaryIn this tutorial you have constructed a query, used it to populate the rows of a table, and

Pagina 85

48 vFoglight Web Component Tutorial 2Click anywhere in the rectangle allocated to Monitored Hosts. Its border becomes highlighted. 3Click the Propert

Pagina 86 - Choosing the Views

4Tutorial 2: Adding a Drilldown PageIn Tutorial 1 you created a top level dashboard that contains a table of host names. Now, in Tutorial 2, it is tim

Pagina 87

Table of Contents 5 Tutorial 5: Reports...

Pagina 88 - Set a Context

50 vFoglight Web Component Tutorial Objectives of Tutorial 2There are two main ways of presenting visual information about a group of objects. One is

Pagina 89

Tutorial 2: Adding a Drilldown Page 51Adding an Alarm Icon to the Table The pane shows the configuration property editor for Monitored Hosts. Since al

Pagina 90 - Adding the Views

52 vFoglight Web Component Tutorial When you view the All Hosts dashboard, you may notice that the area assigned to the table may not be wide enough

Pagina 91

Tutorial 2: Adding a Drilldown Page 53Adding a Dependent Page designated, already-existing views in cells. A later tutorial will illustrate more of th

Pagina 92

54 vFoglight Web Component Tutorial Define a Context Input1Still in Host Monitor, choose the Context tab.2Click the Add Context Input ( ) button unde

Pagina 93

Tutorial 2: Adding a Drilldown Page 55Adding a Dependent Page 8Ensure List is False. This key is being used to pass a single host to drilldown pages.9

Pagina 94

56 vFoglight Web Component Tutorial 9Choose the Context tab and observe that an entry called host has been added to the Inputs section.10Click Save o

Pagina 95 - Tutorial 5: Reports

Tutorial 2: Adding a Drilldown Page 57Summary 11Click a row of the table to drill down to Host Monitor.The figure shows a sample result. In the top-le

Pagina 96 - Objectives of Tutorial 5

58 vFoglight Web Component Tutorial A new group is created. Its expanded view appears. Click the Edit icon ( ) in the new column’s Va lue row.3Choose

Pagina 97

5Tutorial 3: Adding ViewsIn Tutorial 1 you created a top level dashboard that contained a table of host names. In Tutorial 2, you created a dependent

Pagina 98 - Creating a Basic Report Page

6 vFoglight Web Component Tutorial

Pagina 99

60 vFoglight Web Component Tutorial Objectives of Tutorial 3The objectives of this tutorial are to place components on a drilldown page whose content

Pagina 100

Tutorial 3: Adding Views 61Designing the Page Designing the PageThe objectives for Tutorial 3 have listed the components we are going to use, so all t

Pagina 101

62 vFoglight Web Component Tutorial To configure a query returning Alarms that is passed a Host as a parameter:1Choose Configuration > Definitions

Pagina 102

Tutorial 3: Adding Views 63Defining the Alarms Query Note that a Root Path of {host} was chosen. The query requires that a host be passed to it and th

Pagina 103

64 vFoglight Web Component Tutorial The Query Results dialog appears, showing a list of alarms.7Close the Query Results dialog.8Click Save to save th

Pagina 104

Tutorial 3: Adding Views 65Configuring a Table of Alarms Adding Columns to the TableTo add columns you use the Configuration tab, but before you do, d

Pagina 105

66 vFoglight Web Component Tutorial These steps cause the context key host to be made available to the table. As you did in Tutorial 2, you will conf

Pagina 106 - Adding a Header

Tutorial 3: Adding Views 67Configuring a Table of Alarms 10Choose Context Selection from the drop-down list.The Edit - Value dialog opens.11Click the

Pagina 107

68 vFoglight Web Component Tutorial We will illustrate another use of parameters by giving the table a title that contains the name of the host.To ad

Pagina 108

Tutorial 3: Adding Views 69Configuring a Key-Value Listing Component 4Choose Key-Value Listing.Note that this component is also available under the Co

Pagina 109 - Adding a Footer

Introduction to this GuideThis chapter provides information about what is contained in the vFoglight Web Component Tutorial. It also provides informat

Pagina 110

70 vFoglight Web Component Tutorial 6Enter A key-value listing component for CPU state in both the Comments and the Context Help text fields.Configur

Pagina 111

Tutorial 3: Adding Views 71Configuring a Chart Component To add a title to the Key-Value Listing table:1Click the Edit icon ( ) on the Title row.2Choo

Pagina 112

72 vFoglight Web Component Tutorial Fill in the Time Plot Chart’s General properties using the information in the figure:6Enter Memory utilization ch

Pagina 113 - Choosing the Iterated View

Tutorial 3: Adding Views 73Configuring a Label with an Action 10Choose host in the Input Key field.11In the Path field, expand the memory node and cho

Pagina 114 - Additional Activities

74 vFoglight Web Component Tutorial 4Click ( ) and expand the Common node.5Choose Label from the drop-down list.6Click OK.7Configure the properties o

Pagina 115

Tutorial 3: Adding Views 75Configuring the Drilldown Page When you add this component to the Grid page you can choose to show the title. If not, only

Pagina 116

76 vFoglight Web Component Tutorial 5Expand My Views.6Choose Host State T3 then click Next.Now we are adding the chart.7Set Width to 350 pixels.8Set

Pagina 117

Tutorial 3: Adding Views 77Configuring the Drilldown Page 3In the Add View dialog, choose Select existing view and click Next.4Ensure the purpose and

Pagina 118

78 vFoglight Web Component Tutorial 12Click Finish on the Properties dialog.13Click Save on the toolbar to save the changes you made to Host Details

Pagina 119 - Tutorial 6: Creating a Form

Tutorial 3: Adding Views 79Configuring a Drop-Down List To set the context:• Follow the procedure (under To set the context) in Adding Columns to the

Pagina 120 - Configuring the Query

8 vFoglight Web Component Tutorial About vFoglightvFoglight helps IT organizations understand the virtual infrastructure by managing the relationship

Pagina 121 - Overview

80 vFoglight Web Component Tutorial To add the drop-down List component to Host Details T3:1Go back to editing Host Details T3 in the Layout tab.2Cli

Pagina 122 - Notes on the Context Flow

Tutorial 3: Adding Views 81Adding a Customizer Adding a CustomizerThe last exercise introduced you to the customizer component, which is a handy way t

Pagina 123 - Creating the Tasks and Forms

82 vFoglight Web Component Tutorial SummaryIn this tutorial you have been shown how to use parameters in queries and some new components have been in

Pagina 124 - Add a Host

6Tutorial 4: Using a GridThis tutorial illustrates some of the more advanced properties of the Grid component. As well, the tutorial outlines how to p

Pagina 125 - Remove Host

84 vFoglight Web Component Tutorial Before Building the Dashboard:Perform a deep copy of [chart] Disk I/O Utilization from the module Hosts > Host

Pagina 126 - Add Annotation

Tutorial 4: Using a Grid 85Before Building the Dashboard: 2Click the Edit ( ) button on the row for the property called Visible.The Edit - Visible dia

Pagina 127 - The Groovy Scripts

86 vFoglight Web Component Tutorial Using a List as a ChooserOne purpose of this tutorial is to help you investigate the layout properties of the Gri

Pagina 128 - Configure the Views

Tutorial 4: Using a Grid 87Building the Dashboard To configure the General page of the dashboard:1Ensure that the Views tab in the Module Contents pan

Pagina 129

88 vFoglight Web Component Tutorial 8Click Save to save your work so far, and then click Edit to continue modifying the dashboard.Set a ContextDefine

Pagina 130

Tutorial 4: Using a Grid 89Building the Dashboard 5Select Active Hosts in My Queries. Copy it from WCFTutorial3 if necessary.6Check Return First Objec

Pagina 131

Introduction to this Guide 9vFoglight Documentation Suite Chapter 7, Creating a Form—Using submit actionsvFoglight Documentation SuiteThe vFoglight do

Pagina 132 - Configure Host List

90 vFoglight Web Component Tutorial Adding the ViewsYou will populate the grid with some existing views. First, we’ll add a host chooser by placing a

Pagina 133

Tutorial 4: Using a Grid 91Building the Dashboard To add an Alarm List with Filter:1Add Alarm Table for Host T3 from the module My Definitions using

Pagina 134

92 vFoglight Web Component Tutorial chart, and then resume editing the grid. The instructions for deep copying the chart are given at the beginning o

Pagina 135

Tutorial 4: Using a Grid 93Summary Note that there is a possible problem associated with the first component, the drop-down list. If there are many ho

Pagina 136

94 vFoglight Web Component Tutorial Another solution is possible. A Column layout can be chosen instead of a Grid. In a Column layout, a cell’s dimen

Pagina 137 - Testing the Application

7Tutorial 5: ReportsBy now you should be comfortable with creating and using some of the commonly-used components in the Web Component Framework. We’l

Pagina 138 - The Form Component

96 vFoglight Web Component Tutorial Objectives of Tutorial 5PDF reports are useful for archiving the status of your systems as well as for communicat

Pagina 139

Tutorial 5: Reports 97Configuring a Query Report layout for Tutorial 5: Configuring a QueryThis tutorial requires a list of hosts, just as in Tutorial

Pagina 140

98 vFoglight Web Component Tutorial 7Select the Object Type by clicking the drop-down arrow at the right of this field.Choose HostModel from the drop

Pagina 141 - Index 141

Tutorial 5: Reports 99Creating a Basic Report Page 5Ensure that Public and Deprecated are unchecked.6Set Preferred Width and Preferred Height. Actuall

Comentarios a estos manuales

Sin comentarios