Dell Vizioncore Manual do Utilizador

Consulte online ou descarregue Manual do Utilizador para Software Dell Vizioncore. Dell Vizioncore Tutorial Manual do Utilizador

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 141
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes

Resumo do Conteúdo

Página 1 - Web Component Tutorial

vFoglight™ 5.2.4Web Component Tutorial

Página 2

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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 11 - About Vizioncore Inc

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

Página 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 (

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 21

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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 30 - View Components

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

Página 31 - Data Sources

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

Página 32 - Data Source Queries

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

Página 33 - Getting More Help

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

Página 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

Página 35

Introduction to this Guide 13About Vizioncore Inc.

Página 36 - Before You Start

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

Página 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

Página 38

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

Página 39

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

Página 40

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

Página 41

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

Página 42

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

Página 43

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

Página 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

Página 45

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

Página 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,

Página 47

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

Página 48 - Saving the Tutorial1 Module

Index 141text conventions 11

Página 49

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

Página 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

Página 51

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

Página 52 - Adding a Dependent Page

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

Página 53 - Create a Dependent Page

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

Página 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

Página 55 - Define a Flow

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

Página 56 - Populate the Dependent Page

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

Página 57

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

Página 58

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

Página 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

Página 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

Página 62

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

Página 63

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

Página 64

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

Página 65 - Adding Columns to the Table

Table of ContentsIntroduction to this Guide...

Página 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

Página 67

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

Página 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

Página 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

Página 70

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

Página 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

Página 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

Página 73

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

Página 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

Página 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

Página 76

4 vFoglight Web Component Tutorial Summary ...

Página 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

Página 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

Página 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

Página 80

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

Página 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

Página 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

Página 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

Página 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

Página 85

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

Página 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

Página 87

Table of Contents 5 Tutorial 5: Reports...

Página 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

Página 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

Página 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

Página 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

Página 92

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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 98 - Creating a Basic Report Page

6 vFoglight Web Component Tutorial

Página 99

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

Página 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

Página 101

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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 120 - Configuring the Query

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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 131

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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Página 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

Comentários a estes Manuais

Sem comentários