Connect. Communicate. Collaborate. Click to edit Master title style. Installing and Configuring the perfsonar Services

Size: px
Start display at page:

Download "Connect. Communicate. Collaborate. Click to edit Master title style. Installing and Configuring the perfsonar Services"

Transcription

1 Connect. Communicate. Collaborate Click to edit Master title style Installing and Configuring the perfsonar Services

2 COURSE OBJECTIVES By the end of this course you will be able to: Describe key perfsonar services. Install, configure and deploy the following perfsonar services: The Lookup Service The BWCTL Measurement Point The SSH / Telnet Measurement Point The RRD Measurement Archive The SQL Measurement Archive Identify how to interact with the Service Desk. 2

3 THE PERFSONAR ADMINISTRATION GUIDE Please note that these slides do not contain detailed instructions about how to install the perfsonar services. For detailed instructions, please refer to the perfsonar Administration Guide. 3

4 COURSE OUTLINE Module 1 perfsonar Technical Overview Module 2 General Installation Considerations Module 3 Installing and Configuring the Lookup Service Module 4 Installing and Configuring the BWCTL MP Module 5 Installing and Configuring the SSH / Telnet MP Module 6 The Service Desk Module 7 Installing and Configuring the RRD MA Module 8 Carrying out an Installation on Debian Module 9 Installing and Configuring the SQL MA Module 10 Feedback on perfsonar Installation and Configuration 4

5 Connect. Communicate. Collaborate Click to edit Master title style MODULE 1: perfsonar TECHNICAL OVERVIEW

6 WHAT IS PERFSONAR? perfsonar is: A project consisting of a variety of organisations and individuals A set of protocols that: Assume a set of services based on defined roles. Define their communication syntax and semantics. Allow anyone to develop an implementation of a service. A set of code Service implementations 6

7 WHAT ARE THE PERFSONAR SERVICES? The perfsonar services form an interoperable, distributed performance measurement middleware framework. perfsonar stands for PERformance Service Oriented Network monitoring Architecture. 7

8 DESIGN OBJECTIVES perfsonar is designed to be: Decentralised and Scaleable Large number of networks and services, large volume of data Each domain can set its own security policy Dynamic and Self-Discovering Add and remove components during operation Components automatically become aware of one another Secure Will not put participating networks at risk of attack or congest them Modular Allows discrete module development 8

9 THREE-TIER ARCHITECTURE The perfsonar framework: Is middleware. Is distributed between domains. Facilitates inter-domain performance information sharing. perfsonar services wrap existing measurement tools. 9

10 WHAT IS A SERVICE? A Service is a tightly defined, independent entity that has a well defined interface and can be accessed directly. 10

11 ARCHITECTURAL PRINCIPLES Postulate: all measurement systems contain a combination of: Measurement tools Data Storage Security and Policy implementation Topology information Visualization Services have been identified that are: Based on these roles Based on requirement for other functionality such as Service discovery, resource protection, data formatting 11

12 THE PERFSONAR SERVICES FRAMEWORK (1) perfsonar divides measurement system tools into generic families or services. Each service has a protocol. 12

13 THE PERFSONAR SERVICES FRAMEWORK (2) Client Client Authentication Service Transformation Service Lookup Service Measurement Point Point Service Resource Protector Service Measurement Archive Service 13

14 THE CLIENT Client Client Authentication Service Transformation For example the perfsonar Service Visualisation User Interface Lookup Service Measurement Point Point Service Measurement Archive Service Resource Protector Service 14

15 THE LOOKUP SERVICE Client Client Authentication Service Registers services including their Transformation capabilities. Service Lookup Service Facilitates complex searches. Participates Measurement in network of Lookup Services Point Point Service Measurement Archive Service Resource Protector Service 15

16 THE LOOKUP SERVICE (1) Purpose: all other services must register with the lookup service in order to participate in the framework. 16

17 THE LOOKUP SERVICE (2) Other services (including measurement points) register their existence with a lookup service, by delivering lookup information : Location Type of Service Each domain has an instance of the lookup service These instances (will) communicate with one another Clients find other services by querying the lookup service. All the client needs to know is the URL of a Lookup Service 17

18 THE AUTHENTICATION SERVICE Client Client Authentication Service Measurement Point Point Service Transformation Service Lookup Service Provides authentication for clients and protects privacy. Can be federated. Measurement Archive Service Resource Protector Service 18

19 THE AUTHENTICATION SERVICE Purpose: ensures client-privacy and domain security by using role-based authentication and authorisation. 19

20 THE MEASUREMENT POINT SERVICE Client Client Exposes measurement tools and publishes Authentication their data. Service Transformation Service Lookup Service Measurement Point Point Service Measurement Archive Service Resource Protector Service 20

21 MEASUREMENT POINTS Measurement Points: Belong to domains (domain = a network) Each measurement point implementation maps to a tool that provides one or several metrics Examples: One-way-loss Jitter TCP throughput Show commands on routers 21

22 THE MEASUREMENT ARCHIVE SERVICE Client Client Exposes Authentication measurement databases Service and file stores. Publishes measurement data Avoids queries to multiple Measurement Point Services Measurement Point Point Service Transformation Service Resource Protector Service Lookup Service Measurement Archive Service 22

23 MEASUREMENT ARCHIVES Purpose: expose measurement data held in databases or file systems. Wrapper for any type of storage mechanism (SQL Databases, RRD files, etc) Provides access to recent and stored data Collects information from Measurement Points, Transformation Services or other Measurement Archives. i.e. it subscribes to these other services Can also write to databases and file systems 23

24 THE TRANSFORMATION SERVICE Transforms data in a variety of ways (e.g., aggregation, filtering, Authentication correlation). Service For future development. Precise role needs to be defined. Measurement Point Point Service Client Client Transformation Service Resource Protector Service Lookup Service Measurement Archive Service 24

25 THE RESOURCE PROTECTOR SERVICE Controls the comsumption of limited resources (e.g. network bandwidth). Client Client Authentication Service Transformation Service Lookup Service Measurement Point Point Service Resource Protector Service Measurement Archive Service 25

26 THE PERFSONAR SERVICES FRAMEWORK (3) Each service has a specific function. Each instance of a service belongs to an administrative domain. 26

27 PROTOCOLS perfsonar has developed a set of protocols for sharing performance data. These: Assume the services set out in the framework. Define their communication syntax (schema) and semantics (business logic). Allow anyone to develop an implementation of a defined service. Are compliant with the Global Grid Forum s Network Measurement Working Group (NM-WG) schema specification. Are based on XML over SOAP. You can see the protocols as rules and tools for participating in the perfsonar framework. 27

28 GENERIC SERVICES AND SERVICE IMPLEMENTATIONS Measurement Archive Service Common functionality, common protocol Implementation: tool-specific functionality added Implementation: tool-specific functionality added RRD Measurement Archive service implementation Round Robin Database files SQL Measurement Archive service implementation SQL database Measurement Point Service Common functionality, common protocol Implementation: tool-specific functionality added Implementation: tool-specific functionality added BWCTL Measurement Point service implementation BWCTL measurement tool SSH / Telnet Measurement Point service implementation SSH / Telnet measurement tool 28

29 SERVICE IMPLENTATIONS The perfsonar project has also developed a set of service implementations that use the defined protocols. Some of these have been developed by JRA1, within the GEANT2 project for the perfsonar pilot: The Lookup Service The BWCTL Measurement Point The SSH / Telnet Measurement Point The RRD Measurement Archive The SQL Measurement Archive 29

30 DATA COLLECTION, NORMALISATION AND SHARING VIA THE FRAMEWORK 30 Standardised Syntax Standardised Syntax Tool-specific commands Measurement Data Tool-specific commands Measurement Data Data normalization / conversion to XML Data normalization / conversion to XML Data normalization / conversion to XML Data normalization / conversion to XML

31 FRAMEWORK FACILITATES NORMALISED END-TO-END PERFORMANCE DATA (SIMPLIFIED DEPICTION) 31

32 THE PERFSONAR PILOT: MEASUREMENT AND ARCHIVING SERVICES 32

33 THE PERFSONAR PILOT 33

34 THE ROADMAP Enhanced Lookup Service: Lookup Services (ideally one per domain) peer with one another for increased ease of data discovery. Authentication Service: Collaborating with JRA5 and Edugain to produce an implementation of the service. A data subscriber (client) and a data producer (server) can communicate directly across domains provided that they are authorised to do so. Further service implementations using Netflow information or packet capture features 34

35 TECHNICAL OVERVIEW: SUMMARY perfsonar will provide an infrastructure to: Locate data sources Authenticate and authorise clients Protect resources and ration their usage Retrieve, normalise, transform and share data Only a partial infrastructure is implemented in the pilot perfsonar is a flexible and open framework: perfsonar services can wrap around existing data collection tools 35

36 THE PERFSONAR SERVICES FRAMEWORK - RECAP How do we expose measurement tools? Measurement point services How do we expose measurement databases and file stores? Measurement archive services How do we transform data (aggregate, correlate, filter etc.)? Transformation services How do we locate all these services and their capabilities? Lookup Services How do we protect resources? Resource Protection Services How do we ensure a client is allowed to access a service? Authorisation and Authentication Services 36

37 MODULE 2 GENERAL INSTALLATION CONSIDERATIONS

38 GENERAL INSTALLATION PREREQUISITES (1) All of the perfsonar services require the following: Recommended operating system: Redhat Linux / Fedora. You can install on other platforms, but perfsonar has not been tested on these Installations on Windows are not supported wget command must be available on the OS Required by installers to download software Perl module: LWP Perl version or higher These prerequisites must be manually installed before you begin installation of the perfsonar services. 38

39 GENERAL INSTALLATION PREREQUISITES (2) All of the perfsonar services except for the BWCTL Measurement Point (a non-java application) require the following: Java Developers Kit (JDK) version 1.5 or higher Already installed for you on the training server Note that the RRD MA must have JDK version 1.5 (not any other) Apache Ant 1.6.x Tomcat application server Jakarta Tomcat These prerequisites must be manually installed before you begin installation of the perfsonar services. Note: Tomcat can be automatically installed by the bundle installer, but it recommended that you download Tomcat from the Apache web-site and manually install it before running the bundle installer. 39

40 OTHER INSTALLATION PREREQUISITES In addition to the General Installation prerequisites, each service has one or more prerequisites that are specific to it. Some must be installed manually by you before you begin to install a service: These are listed in subsequent course modules and are also documented in the Installation Manual. Some can be installed automatically by the perfsonar Bundle Installer: These are documented in the perfsonar Administration Guide. 40

41 THE ROLE OF THE ADMINISTRATION GUIDE The perfsonar Administration Guide: Lists all pre-requisite software. Provides step-by-step instructions explaining how to install the perfsonar services. Will be used extensively during this course. Will be handed out to you in hard copy. Should be used as your guide when you are installing the services on your own servers. During the exercises, please point out any inconsistencies or errors in the guide to your trainer. 41

42 THE ROLE OF THE SERVICE DESK The Service Desk is being set up as a single point of contact for all issues relating to perfsonar installation, configuration and use. More information about the service desk is provided in module 6 of the course. 42

43 INSTALLATION STEPS To install the perfsonar services: Unzip and untar the bundle installer (perfsonar-2.0.tar.gz) Empty the CLASSPATH variable. Execute the bundle installer Follow the on-screen dialogue For detailed instructions, refer to the perfsonar Administration Guide. 43

44 HOW DOES THE BUNDLE INSTALLER WORK? The bundle installer will ask you whether you want to: Install a new service Modify or test an existing service Give feedback to the perfsonar team If you choose to install a new service: The installer will ask you to choose from the six available services It will then: Automatically download the appropriate installation files and execute the installation steps in sequence Ask you interactive questions about the installation 44

45 CONFIGURING THE SERVICES STITCHING Before they can be used, several of the perfsonar service implementations require a type of configuration known as stitching. Stitching: Is the process of configuring metadata for your service. Metadata is data that describes other data. E.g. data units, interface name, direction of traffic etc. Usually involves the creation of a metadata configuration file. 45

46 STITCHING IN CONTEXT (1) Instance of RRD Measurement Archive Service Performance data Performance data RRD file MRTG MRTG In Out POS-6/0 router Performance data Performance data RRD file Cricket Cricket In Out GEO/0 router Stitching allows a service to understand the data it is dealing with. Examples: Which router? Inbound or outbound traffic? What data units? Etc. 46

47 STITCHING IN CONTEXT (2) Stitching allows a service to understand the data it is dealing with. Examples: Which link? Which interfaces? Location of interfaces? Etc. 47

48 THE ADVANTAGES OF STITCHING Ultimately, stitched metadata tells the perfsonar framework precisely what kind of data your service sends or can receive. Why this approach? The ability to perform stitching makes service implementations flexible. E.g. the RRD Measurement Archive can handle data from RRD files in different networks that are structured in different ways. Stitching allows service implementations to deal with multiple flavours of the same kind of data. E.g. a single instance of the SQL Measurement Archive service can deal with both inbound and outbound traffic since you can mark each data source as providing information about either inbound or outbound traffic. 48

49 OTHER CONSIDERATIONS If you are installing multiple services in the same Tomcat instance, using the same exist XML database (as in training): Each service requiring XML database access must have a different username and password You must ensure that each service is allocated a unique name for its own collection Must be manually created for the Lookup service Ensure that you only install one instance of ant on your machine Putting multiple ant installations in the same path causes problems 49

50 BACKUPS Once you have successfully installed and configured a service, back it up. Backup the webapps directory related to the service Located by default within your perfsonar bundle directory Can be used to restore the service Backup your metadata configuration files 50

51 ACTIVITIES (1) Installing Tomcat Install Change ports in Tomcat s.conf file (Two ports - must be unique for each participant) Start up Installing Ant Install Change path variable in bash profile to include Ant location Start up 51

52 ACTIVITIES (2) Notes: Java Developers Kit (JDK) is already installed on the server A UNIX account has been created for each of you In your UNIX account s home directory you will find: Tomcat installation files Ant installation files The perfsonar bundle installer 52

53 MODULE 3 INSTALLING AND CONFIGURING THE LOOKUP SERVICE

54 THE LOOKUP SERVICE (1) All other services must register with the lookup service in order to participate in the framework. 54

55 THE LOOKUP SERVICE (2) Other services (including measurement points) register their existence with the lookup service, by delivering lookup information : Location (URL) Type of Service Service-specific information For example an Measurement Point will tell the Lookup Service what kind of measurements it can take Clients find other services by querying the lookup service. All the client needs to know is the URL of the Lookup Service 55

56 THE LOOKUP SERVICE (3) The LS keeps Lookup Information in Lookup Storage (LSSTORE), an XML database. Format of information described in NMWG schema. 56

57 THE LOOKUP SERVICE (4) 57

58 LOOKUP MESSAGES Other services can interact with the lookup service to: Register with it. De-register. Update registration details. Keep-alive registration details. Query the lookup store. 58

59 LOOKUP SERVICE-SPECIFIC PREREQUISITES The following prerequisites are necessary for Lookup Service installation: Java Developer s Kit (JDK) version 1.5 or later Apache Ant 1.6.x exist XML Database version or Can re-use an existing exist XML database Install new exist XML database as a webapp via Tomcat Some configuration is required after installation You must set your JAVA_HOME environmental variable to your Java directory 59

60 THREE-STAGE INSTALLATION The Installer will work through three stages: Pre-Install Establishes information required for the rest of the process Configure E.g. the application server port and service directory Set important parameters: Deploy E.g. Service type, name, URL, XML database username and password etc. Deploys the service on the application server 60

61 HINTS AND TIPS Change the password for the exist database admin user after the service installation is complete Prevents use of the exist client application to alter data Not necessary in training, but important in a live context If you change Tomcat s default port, ensure you configure the Lookup Service to use the amended port number. For any installation on Linux: Recommended that you download Tomcat from the Apache web-site Recommended that you do not use the version of Tomcat supplied with the distribution 61

62 TESTING In order to find out whether the service has been successfully set up, perform the following test: ant client-echo This contains an XML Database connectivity test Subsequently, you can perform the following tests: ant client-register ant client-query ant client-deregister Note that test results are not printed on the screen, but are put into an XML file. 62

63 INTERACTION WITH THE SERVICE DESK (1) If you encounter problems during or after installation, contact the Service Desk with the following information: A description of the problem Software versions for the following: Lookup Service exist XML DB Java Ant Continued on next slide 63

64 INTERACTION WITH THE SERVICE DESK (2) If you encounter problems during deployment of the service or runtime please give the service desk the following information: Log files (especially sonar.log) Configuration files service.properties const.properties log4j.properties components.properties Request / response files (if run) The result of ant client-echo (if run) 64

65 LOOKUP SERVICE INSTALLATION OVERVIEW Check that all of the required prerequisite software is installed. Check that you have the right version of each prerequisite. Download and install prerequisite software if necessary. Java Ant exist XML database Tomcat application Server Install the Lookup Service Follow the instructions in the perfsonar Administration Guide 5) Test your installation 65

66 ACTIVITIES Lookup service Installation and Configuration Demonstration Exercise Dependency Checks are all of the Required Prerequisites installed? Installing Manual Prerequisites the exist XML Database Preparing for the Installation Carrying out the Installation Testing the Installation Feedback 66

67 MODULE 4 INSTALLING AND CONFIGURING THE BWCTL MEASUREMENT POINT

68 MEASUREMENT POINTS (1) Purpose: expose measurement tools to provide three types of performance measurement data: Active measurements Passive measurements Network state information 68

69 MEASUREMENT POINTS (2) Measurement Points: Belong to domains (domain = a network) Each measurement point implementation maps to a tool that provides a specific metric Examples: Active delay One-way-loss Jitter Available bandwidth 69

70 BWCTL MP SPECIFICS The BWCTL MP: Is implemented as typical UNIX daemon. Is a wrapper for the BWCTL tool. Receives client requests to trigger BWCTL tests. Sends these requests to the BWCTL tool, which executes them. Returns test results to the client. Implementation could be adapted for use with other command line tools Change parsing of input and output parameters as necessary 70

71 THE BWCTL MP: USER-ADVANTAGES Using the BWCTL Measurement point offers you two major advantages: You don t have to be logged on to the machine where the BWCTL tool is installed You don t have to configure BWCTL keys Additionally, since the BWCTL MP plugs-in to the perfsonar framework, it makes measurements available to the perfsonar community, subject to local security policies. 71

72 FOUR STAGE INSTALLATION The Installer will work through four stages: Pre-Install Establishes information required for the rest of the process Configure E.g. the installation directory Confirms which necessary Perl modules already exist on the server and which need to be installed. Deploy Test Asks for the user and group ID the service will be started as Offers the opportunity to test your installation 72

73 INSTALLATION PREREQUISITES In addition to the general prerequisites required for all services, the BWCTL MP requires: BWCTL Tool version 1.1b or higher. Iperf Tool version or higher. 73

74 HINTS AND TIPS If required Perl Modules are not found in the local Perl installation, then they will be installed into the installation directory of the BWCTL MP. You could choose to use a system tool Check your network connectivity! 74

75 TESTING You can use the supplied test script to check whether the service daemon and the init script have been correctly installed. The test script will only work if the init script is installed properly. You need root privileges for this. 75

76 ISSUES WHEN INSTALLING UNDER DEBIAN The included init script has been designed for installation on Fedora Linux, but should also work on other LSB compliant systems. It is known NOT to work on Debian 3.1 and earlier. It was not tested on Debian 4.0. The test script will not work out of the box on Debian, because it depends on the init script. 76

77 ADDING MEASUREMENTS WITH OTHER TOOLS The BWCTL MP source code is structured in a modular fashion. This approach makes it relatively easy to link further command-line measurement tools to the service. OWAMP functionality has already been added. 77

78 INTERACTION WITH THE SERVICE DESK When things go wrong: Typically you will need to supply the service desk with the following information: Which operating system you are using, including the version Which version of Perl you are using Which version of BWCTL / IPERF you are using The installation stage at which you began to experience problems The log output of the installation scripts Whether there is anything unusual about the way in which your system is configured 78

79 BWCTL MP INSTALLATION OVERVIEW 1) Check that all of the required prerequisite software is installed. 2) Check that you have the right version of each prerequisite. 3) Download and install prerequisite software if necessary. BWCTL Tool IPERF Perl 4) Install the perfsonar BWCTL Measurement Point Follow the instructions in the perfsonar Administration Guide 5) Test your installation 79

80 ACTIVITIES BWCTL Measurement Point Installation and Configuration Demonstration Exercise: Dependency Checks are all of the Required Prerequisites Installed? Preparing for the Installation Carrying out the Installation Testing the Installation Feedback 80

81 MODULE 5 INSTALLING AND CONFIGURING THE SSH / TELNET MEASUREMENT POINT

82 SSH / TELNET MP SPECIFICS (1) The SSH / Telnet Measurement Point acts as a central contact point inside a network. It: Is able to retrieve information from routers uses standard protocols such as SSH or Telnet Issues show like commands Discovers configuration information: routing tables, interface configuration etc. Can only issue pre-configured commands and parameters Prevents usage for malicious attacks 82

83 SSH / TELNET MP SPECIFICS (2) The SSH / Telnet MP is the back-end of the Looking Glass user interface Similar to existing Looking Glasses on the web (traceroute.org). 83

84 SSH / TELNET MP: AVAILABLE COMMANDS A client can issue the SSH / Telnet MP two types of command: MetadataKeyRequest: client asks the MP what its capabilities are SetupDataRequest: Client issues a command with its parameters through the MP for execution on a specific device 84

85 SSH / TELNET MEASUREMENT POINT USE CASES Example use cases: Retrieval of a routing table entry for a specific network Traceroute command Ping What you can do depends upon the commands and parameters that are configured for each instance of the measurement point. 85

86 SSH / TELNET MP PREREQUISITES The SSH / Telnet MP is a Java application that is deployed using Axis and Apache Tomcat. For communication with routers SSHTools [J2SSH], JSch [JSCH] or Telnet/SSH/Terminal for Java application [JTA] are required. 86

87 SUPPORTED NETWORK DEVICES Quagga (Telnet) Cisco (Telnet) Cisco (SSH) Juniper (Telnet) Juniper (SSH) 87

88 THREE STAGE INSTALLATION The Installer will work through three stages: Pre-Install Establishes information required for the rest of the process Configure E.g. installation path, Tomcat path Set important parameters: Deploy Give path of configuration (stitching) file or create the file interactively Deploys the service on the application server 88

89 STITCHING For the SSH / TELNET Measurement Point, stitching is the process of defining the available devices and the commands and parameters that users can issue to them through the measurement point. These settings are held in the service.properties file. The service.properties file can be: Automatically created via a wizard-like script that runs during installation. or: Manually created and then imported during configuration. 89

90 AN EXAMPLE OF STITCHING Devices: Cisco1 ( ) JuniperBerlin ( ) Commands: PING Ping 1 parameter Syntax (reg exp): ^[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+(\\/[0-9]{1,2})?$ 90

91 HINTS AND TIPS (1) To complete the installation and configuration you will need to know: The routers and other devices that you want to make available via the SSH / Telnet MP. The commands that you want to make available for these routers and devices. 91

92 HINTS AND TIPS (2) In order to protect the SSH / Telnet Webservice you should: Configure the regular expressions that can be used in requests I.e. configure acceptable commands and parameters etc. Configure a reasonable access rate for a device. The access rate is the time between two requests in which no other request can be handled. 92

93 HINTS AND TIPS (3) For any installation on Linux: Recommended that you download Tomcat from the Apache web-site Recommended that you do not use the version of Tomcat supplied with the distribution 93

94 TESTING Check in browser at the MP s URL if the service is running. If so, run the ant test command. creates a SetupDataRequest for every command of every device, and sends it to the MP. Results coming back are automatically checked. 94

95 ISSUES WHEN INSTALLING UNDER DEBIAN No known issues when installing under Debian. Service has been deployed and tested completely on a Debian setup. 95

96 INTERACTION WITH THE SERVICE DESK When problems arise during installation, please provide the following information: Java Version An URL which we can use to test remotely The service.properties file 96

97 SSH / TELNET MP INSTALLATION OVERVIEW 1) Check that all of the required prerequisite software is installed. 2) Check that you have the right version of each prerequisite. 3) Download and install prerequisite software if necessary. Java Ant Tomcat application Server 4) Install the perfsonar SSH / Telnet Measurement Point Follow the instructions in the perfsonar Administration Guide 5) Test your installation 97

98 ACTIVITIES SSH / Telnet Measurement Point Installation and Configuration Demonstration Exercise Dependency checks are all of the Prerequisites Installed? Preparing for the Installation Carrying out the Installation Examining the service.configuration file Testing the Installation Feedback 98

99 MODULE 6 THE SERVICE DESK

100 THE ROLE OF THE SERVICE DESK The Service Desk is a single Point of Contact for: The 5 MDM pilot deployers GEANT2 community NOC and PERT users Through the service desk you can: Report incidents about the installation, configuration, operation and utilisation of the web services and visualisation tools. Ask questions: About the MDM service About the installation, configuration and operation of perfsonar web-services and visualisation tools Raise enhancement Requests 100

101 THE DUTIES OF THE SERVICE DESK (1) The duties of the service desk will include: Logging all calls, events and requests. Acting as the first layer of incident management. Taking overall ownership of incidents Escalating and re-assigning them until they are resolved Monitoring the MDM service, the web-services and the visualisation tools. 101

102 INCIDENT MANAGEMENT EXAMPLE KNOWN ERRORS Several incident management processes have been defined. This is one example. 102

103 THE DUTIES OF THE SERVICE DESK (2) The duties of the service desk will include: Gathering feedback on the service provided. Generating regular reports on: Incidents. Lessons learned. Missing pieces (continuous improvement). Offering a managed service for FCCN and GEANT2. 103

104 SUCCESS FACTORS Critical success factors are: Well defined and efficient support processes Trouble ticketing system, CMDB, monitoring tools Documentation Training 104

105 SUPPORTED SOFTWARE The Service Desk will support the: Installation, configuration and operation use of: SQL MA, RRD MA, SSH / Telnet MP, BWCTL MP, L2 status MP, LS. Use and configuration of CNM and E2EMON. Installation and use of the perfsonar UI and of the Looking Glass. Use of: The Hades MA. The Hades Visualisation Tool. Use and operation of Hades monitoring tools. 105

106 L2 STATUS Please note that the L2 status MA cannot be supported until released. E2EMon visualisation will be supported at the same time. 106

107 INFORMATION TO PROVIDE TO THE ASD NREN MDM Contact detail Deployed web-services IP addresses, URL, locations, the GPS installation quotes When web-services are installed, so that the ASD can start monitoring it For equipment shipment When a planned maintenance will affect the MDM service 107

108 CONTACT DETAILS Phone: (available from 18 th of June) In the meanwhile, please call xx 108

109 MODULE 7 INSTALLING AND CONFIGURING THE RRD MEASUREMENT ARCHIVE

110 MEASUREMENT ARCHIVES Purpose: Measurement archives expose measurement data held in databases or file systems. They: Are wrappers for any type of storage mechanism (SQL Databases, RRD files, etc). Provide access to recent and stored data. Can also be used to write information to databases and file systems. 110

111 THE RRD MEASUREMENT ARCHIVE (1) The Round Robin Database (RRD) Measurement Archive is a wrapper for binary files of the RRDTool format. 111

112 THE RRD MEASUREMENT ARCHIVE (2) The RRD Measurement Archive has two main functions: Writing and storing measurement data in RRD files E.g. information from perfsonar Measurement Points collected as a result of regularly scheduled or on-demand measurements Publishing measurement data held in RRD files to client applications E.g. Measurements that have been stored in RRD files by nonperfsonar applications such as MRTG (Multi Router Traffic Grapher) or Cricket 112

113 THE RRD MEASUREMENT ARCHIVE IN CONTEXT 113

114 RRD MA INSTALLATION OVERVIEW Follow these steps: Install the perfsonar RRD Measurement Archive Service Generate and populate metadata configuration files Deploy the Web Service Test the deployed service to see if it is working 114

115 THE RRD MA: THREE STAGE INSTALLATION The Installer will work through three stages: Pre-Install Establishes information and performs tasks required for the rest of the process Configure Collects information such as installation path, Tomcat port, exist admin user password Compiles the RRD J tool Set important parameters: Deploy E.g. name and path of metadata configuration file, location of file-store, whether or not to automatically register with a lookup service Deploys the service on the application server 115

116 TESTING You can execute a test script that sends a series of test requests to the service. The metadata configuration file used by the service must be the test metadata configuration file that is supplied with the installation files. The command to run is ant test Once the test is complete, you can analyse the responses generated by the service. If there are problems, then clear error messages will be displayed in the responses. If there is no response, then there is a problem. 116

117 STITCHING FOR THE RRD MEASUREMENT ARCHIVE In the context of a measurement archive, stitching: Is the process of configuring metadata that underlies the performance data handled by your archive. Metadata is data that describes other data E.g. data units, interface name, direction of traffic etc. Involves the creation of a metadata configuration file. Ultimately, the metadata configuration file tells the perfsonar framework what kind of data the archive stores. 117

118 RRD MA STITCHING IN CONTEXT Instance of RRD Measurement Archive Service Performance data Performance data RRD file MRTG MRTG In Out POS-6/0 router Performance data Performance data RRD file Cricket Cricket In Out GEO/0 router Stitching allows a service to understand the data it is dealing with. Examples: Which router? Inbound or outbound traffic? What data units? Etc. 118

119 THE METADATA CONFIGURATION FILE The Metadata Configuration File: Is an xml file that will expose information describing your network s RRD files. Conforms to NMWG s XML schema. The default perfsonar installation provides samples of: A metadata configuration file An RRD file The sample metadata configuration file: Is provided as a template only and should be changed to correctly describe your own RRD archives. 119

120 STITCHING FOR THE RRD MA THREE STEP PROCESS Step 1 Understand the metadata configuration file structure Step 2 Create your own metadata configuration file Step 3 Apply your metadata configuration file to your instance 120

121 STITCHING FOR THE RRD MA STEP 1 To Understand the metadata configuration file structure you should: Refer to the metadata configuration file guide Study the sample metadata configuration file Gather information about each data source in your RRD files. A data source usually equates to a measurement of an interface s traffic in a single direction. You should create a a metadata chain for each data source. There is no limit to the number of metadata chains you configure. 121

122 STITCHING FOR THE RRD MA CHAINS A chain: Describes measurement data for a single interface, for one direction only Consists of two connected parts: Metadata Data Host Name (DNS entry of the router containing the interface) IPV4 interface address Interface s name Interface s description Traffic direction (in or out) Authentication realm Capacity / interface speed Name and path of the RRD file Data source within the RRD file Data storage unit (example: bps or Bps) 122

123 RRD MA METATDATA CHAINS EXAMPLE OF METADATA 123

124 RRD MA METATDATA CHAINS EXAMPLE OF DATA 124

125 STITCHING FOR THE RRD MA: STEP 2 Create your metadata configuration file Can be created by manual file editing. Can be generated using contribution scripts or your own scripts Contribution scripts are available for some tools E.g. MRTG If scripts do not already exist for your tool, you can create your own script based on existing contribution scripts Manual file creation for a large number of interfaces would be labourintensive and time-consuming When something changes in your network, update your file Recommended that you automate this process 125

126 STITCHING FOR THE RRD MA: STEP 3 Apply your metadata configuration file to your instance Three possible methods: Use the exist XML database web-based User Interface Recommended method Use the perfsonar installer Not covered in this course; refer to the installation guide for details Use the service installation scripts Not covered in this course; refer to the installation guide for details 126

127 MAKING THE MEASUREMENT ARCHIVE AVAILABLE TO THE VISUALISATION TOOLS A user client application needs to know the address of the Measurement Archive. This information can be taken from the Lookup Service Contact Andreas Hanemann at DFN in order to get CNM to use your service. When the Lookup Service is installed, please notify the perfsonar UI team. 127

128 INSTALLATION PREREQUISITES In addition to the general prerequisites required for all services, the RRD MA requires: RRDTool version 1.2.x The RRD MA can be installed on any Linux platform 128

129 HINTS AND TIPS During the installation, you will need to supply the location of the RRD Tool. It is better to store metadata configuration information in an XML database than in a text file as this improves performance. To run the RRD MA on a 64-bit machine, you must be consistent in your use of 32 bit or 64 bit software i.e. either all software (Java, rrdjtool, rrdtoo libs, rrd files) must be compiled for 32-bit or all software must be compiled for 64-bit. For any installation on Linux: Recommended that you download Tomcat from the Apache web-site Recommended that you do not use the version of Tomcat supplied with the distribution 129

130 ISSUES WHEN INSTALLING UNDER DEBIAN The librrd2-dev package must be installed. 130

131 INTERACTION WITH THE SERVICE DESK When problems arise during installation, please provide the following information as a minimum: Log files Configuration files Request / response messages 131

132 RRD MA INSTALLATION OVERVIEW 1) Check that all of the required prerequisite software is installed. 2) Check that you have the right version of each prerequisite. 3) Download and install prerequisite software if necessary. Java Ant RRDTool exist XML database Tomcat application Server 4) Install the perfsonar RRD Measurement Archive Follow the instructions in the perfsonar Administration Guide 5) Test your installation 132

133 ACTIVITIES RRD Measurement Archive Installation and Configuration Demonstration Exercise Dependency Checks are all of the Required Prerequisites Installed? Preparing for the Installation Carrying out the Installation Testing the Installation Stitching Editing the RRD Metadata Configuration File Testing the Results of Stitching Feedback 133

134 MODULE 8 CARRYING OUT AN INSTALLATION ON DEBIAN

135 OVERVIEW OF DEBIAN Very popular OS among the Open-Source alternatives Stability Powerful package management, Easy upgrade Huge Community Comes in 3 flavours Stable: Integrate robust package. (Not always recent but Security patched!! AKA ETCH) Testing: The next Stable version (AKA LENNY) Unstable: Bleeding edge package (AKA SID) Stable is the way to go Security Robust service due to package stability 135

136 RRD MA INSTALLATION: DEBIAN BASE INSTALLATION Get the ISO from Either download the full distribution but If possible prefer the NETINSTALL ISO (163 Meg) NETINSTALL provides up to date packages Install the minimum distribution (server/standard install) A rule of thumb for production environment is To always use the KISS method If you don t need it, don t install it 136

137 REMINDER: APT, DPKG, LOCATE ARE ALL FRIENDS apt dpkg Package/Distribution management tool After minimum install, update source.list, chose your favorite mirror and add non-free repository Then apt-get update; apt-get dist-upgrade apt-cache search, if you are lost! -l <pkg_name>: List all packages installed -L<pkg_name>: List all files part of a package locate Locate <file_name> Where is <file_name> Updatedb when to need to locate a file on the file system 137

138 PERFSONAR BUNDLE INSTALLER / RRD MA DEPENDENCIES ssh java rrdtool and librrd2-dev wget perl libwww-perl (AKA LWP) gcc ant and don t forget ant-optional! Debian Tomcat or PerfSONAR Tomcat It s up to you! 138

139 TOMCAT Debian Tomcat Disable security manager Enable TOMCAT but define a TOMCAT security policy Tomcat from bundle installer Preferred method Easy upgrade Security manager disabled 139

140 POTENTIAL ISSUES Environment variable LD_LIBRARY_PATH No RRD-GRAPH in PerfSONARUI JAVA_HOME not set TOMCAT won t start Enable system wide environment variable Put it in /etc/profile export LD_LIBRARY_PATH Export JAVA_HOME Tomcat refuse to install the services on packaged Tomcat Disable Tomcat security manager or Add security policy 140

141 FINAL TOUCH Starting PerfSONAR service at system startup /etc/init.d/rc.local script Run the service as perfsonar user! (Avoid root ) Diagnostic tools netstat a grep LISTEN check that Tomcat is listening at port defined and also when the MA is interrogated ps def grep perfsonar check the process is running 141

142 LAST BUT NOT LEAST. SECURITY PerfSONAR services provide access to sensitive infomation so General rules Permit «anyone» that wants to access the service ONLY Permit remote administration using SSH from your LAN Permit ICMP echo request from Available tools on RRD-MA host TCPD (AKA TCP wrapper) IPTABLES Tripwire Available tools on the local LAN Router access-list Switch VACL/Private VLAN Etc. 142

143 QUESTIONS? Comments and suggestions are of course welcome! 143

144 MODULE 9 INSTALLING AND CONFIGURING THE SQL MEASUREMENT ARCHIVE

145 THE SQL MEASUREMENT ARCHIVE (1) The SQL Measurement Archive is a wrapper that allows perfsonar to access data stored in a database. utilisation and path status are currently supported Supports MySQL or PostgreSQL databases Theoretically other databases can be used, but these have not been tested 145

146 THE SQL MEASUREMENT ARCHIVE (2) The SQL Measurement Archive has two main functions: Publishing measurement data from a database to client applications Writing and storing measurement data to a database When installing, you can either: Setup a new database Schema setup scripts included in installation Use an existing database Configure the SQL MA to work with your existing database 146

147 STITCHING FOR THE SQL MEASUREMENT ARCHIVE In the context of a measurement archive, stitching: Is the process of configuring metadata that underlies the performance data handled by your archive. Metadata is data that describes other data E.g. data units, interface name, direction of traffic etc. Involves the creation of a metadata configuration file. Ultimately, the metadata configuration file tells the perfsonar framework what kind of data the archive stores. 147

148 SQL MA STITCHING IN CONTEXT Stitching allows a service to understand the data it is dealing with. Examples: Which link? Which interfaces? Location of interfaces? Etc. 148

149 THE METADATA CONFIGURATION FILE Your Metadata Configuration File will expose information describing your network s: Interfaces and their utilisation data. Links and link status The default perfsonar installation provides samples of: A metadata configuration file A SQL database The sample metadata configuration file: Is provided as a template only. Should be changed to correctly describe the your own SQL database. 149

150 STITCHING FOR THE SQL MA THREE STEP PROCESS Step 1 Understand the metadata configuration file structure Step 2 Create your own metadata configuration file Step 3 Apply your metadata configuration file to your instance 150

151 STITCHING FOR THE SQL MA STEP 1 To understand the metadata configuration file structure you should refer to: The metadata configuration file guide The sample metadata configuration file There are two types of SQL MA metadata: Metadata describing interface utilisation Similar to the RRD MA s metadata Metadata describing path status Unique to the SQL MA 151

152 SQL MA ARCHITECTURE 152

153 UNDERSTANDING PATH STATUS METADATA SQL MA path status metadata can be subdivided into: Node metadata Link metadata First create metadata describing each node. Then create metadata describing each link. 153

154 LINK METADATA AND NODE METADATA When creating link and node metadata: You need to create a metadata chain for each link that you want to collect data about. Within the link s metadata chain, associate two nodes with the link. I.e. the start and demarcation points of the link The same node can be referred to in the metadata of multiple links. 154

155 STITCHING METADATA FOR NODES AND LINKS Node metadata includes: Node ID and name Node s country, city and institution Node s latitude and longitude Link Metadata includes: Link name and global name Name of related nodes Roles of related nodes: I.e. end point or demarcation point 155

156 STITCHING PATH STATUS CHAINS A path status chain describes measurement data for a single link and refers to multiple nodes. Consists of two connected parts: Metadata For Nodes For Links Data Name of relational database configuration file Path ID 156

157 SIMPLIFIED LINK PATH METADATA EXAMPLE 157

158 NODE METADATA EXAMPLE 158

159 LINK CHAINS AN EXAMPLE 159

160 LINK CHAIN DATA AN EXAMPLE 160

161 SQL MA ARCHITECTURE 161

162 STITCHING FOR THE SQL MA INTERFACE UTILISATION CHAINS Interface utilisation chains: Describes measurement data for a single interface, for one direction only. Are the same as RRD Measurement Archive link chains However the data is different because the storage type is different Consist of two connected parts: Metadata Data Host Name (DNS entry of the router containing the interface) IPV4 interface address Interface s name Interface s description Traffic direction (in or out) Authentication realm Capacity / interface speed Name of relational database configuration file 162

163 STITCHING FOR THE SQL MA: STEP 2 Create your own metadata configuration file. Can be created by manual file editing. Generate your file using contribution scripts or your own scripts. When something changes in your network, update your file. Recommended that you automate the process 163

164 STITCHING FOR THE SQL MA: STEP 3 Apply your metadata configuration file to your instance Three methods: Use the exist XML database web-based User Interface Recommended method Use the perfsonar installer Not covered in this course; refer to the installation guide for details Use the service installation scripts Not covered in this course; refer to the installation guide for details 164

165 THREE STAGE INSTALLATION OF THE SQL MA The Installer will work through three stages for the SQL MA: Pre-Install Establishes information required for the rest of the process Configure E.g. installation path, Tomcat port, exist admin user password Set important parameters: Deploy E.g. setup the database username and password for database name and path of metadata configuration file location of file-store whether or not to automatically register with a lookup service Deploys the service on the application server 165

166 MAKING THE MEASUREMENT ARCHIVE AVAILABLE TO THE VISUALISATION TOOLS A user client app needs to know the address of MA (can be taken from LS). 166

167 TESTING You can execute a test script that sends a series of test requests to the service. The metadata configuration file used by the service must be the test metadata configuration file that is supplied with the installation files. The command to run is ant test Once the test is complete, you should analyse the responses generated by the service. 167

168 INSTALLATION PREREQUISITES In addition to the general prerequisites required for all services, the SQL MA requires: One of the following relational databases: Mysql version 5.0 Or PostgreSQL version 8.x 168

169 HINTS AND TIPS The SQL MA can be installed on any Linux platform. Metadata Configuration must be held in XML database. For any installation on Linux: Recommended that you download Tomcat from the Apache web-site Recommended that you do not use the version of Tomcat supplied with the distribution 169

170 INTERACTION WITH THE SERVICE DESK When problems arise during installation, please provide the following information as a minimum: Log files Configuration files Request / response messages 170

171 SQL MA INSTALLATION OVERVIEW 1) Check that all of the required prerequisite software is installed. 2) Check that you have the right version of each prerequisite. 3) Download and install prerequisite software if necessary. Java Ant MySQL (or postgresql) database exist XML database Tomcat application Server 4) Install the perfsonar SQL Measurement Archive Follow the instructions in the perfsonar Administration Guide 5) Test your installation 171

172 ACTIVITIES SQL Measurement Archive Installation and Configuration Demonstration Exercise Dependency Checks are all of the Required Prerequisites Installed? Preparing for the Installation Carrying out the Installation Testing the Installation Stitching Editing the SQL Metadata Configuration File Testing the Results of Stitching Feedback 172

173 MODULE 10 FEEDBACK ON PERFSONAR INSTALLATION AND CONFIGURATION

174 ACTIVITIES Please use the forms provided to give us feedback about the perfsonar installation and configuration process. This asks for your feedback about the installation process and the associated software, not about the training course You will be asked for feedback about the training course separately For both the BWCTL MP and the JAVA Services Provide three positive points and three things to enhance about the installation and configuration process No inter-personal issues No generalities. Be specific. Make suggestions about how to improve Provide answers to quantitative questions 174

Connect. Communicate. Collaborate. Click to edit Master title style. Using the perfsonar Visualisation Tools

Connect. Communicate. Collaborate. Click to edit Master title style. Using the perfsonar Visualisation Tools Connect. Communicate. Collaborate Click to edit Master title style Using the perfsonar Visualisation Tools ITINERARY Wednesday 30 th May Using the perfsonar Visualisation Tools. Thursday 31 st May and

More information

perfsonar 2.0 Administration Guide Version 2.1

perfsonar 2.0 Administration Guide Version 2.1 perfsonar 2.0 Administration Guide Version 2.1 Document History Product/Version Number: perfsonar 2.0 Date of Release: 23/07/07 Activity: JRA1 Dissemination Level PP Table of Contents 1 Introduction 1

More information

perfsonar MDM 3.2 Administrator's Guide

perfsonar MDM 3.2 Administrator's Guide Last updated: 19-08-2009 Manual version 1.0 Activity: SA2 Dissemination level: PU Document code: GN3-09-098 Authors: Antoine Delvaux (DANTE), Gina Kramer (DANTE), Piotr Pikusa (PSNC), Mario Reale (GARR),Szymon

More information

DICE Network Diagnostic Services

DICE Network Diagnostic Services 1 General Service Description for DICE Network Diagnostic Services The DICE collaboration network diagnostic service will simplify the process of debugging, isolating, and correcting multi-domain network

More information

perfsonar Update Jason Zurawski Internet2 March 5, 2009 The 27th APAN Meeting, Kaohsiung, Taiwan

perfsonar Update Jason Zurawski Internet2 March 5, 2009 The 27th APAN Meeting, Kaohsiung, Taiwan perfsonar Update Jason Zurawski Internet2 March 5, 2009 The 27th APAN Meeting, Kaohsiung, Taiwan perfsonar Update Introduction & Overview Development Status Authentication & Authorization GUI Status Deployment

More information

Bedework Calendar Deployment Manual

Bedework Calendar Deployment Manual Bedework Calendar Deployment Manual Bedework version 3.1 Last modified: July 30, 2006 Bedework Deployment Manual The Bedework Deployment Manual contains instructions for customizing and installing a production

More information

NM-WG Specification Adoption in perfsonar. Aaron Brown, Internet2, University of Delaware Martin Swany University of Delaware, Internet2

NM-WG Specification Adoption in perfsonar. Aaron Brown, Internet2, University of Delaware Martin Swany University of Delaware, Internet2 NM-WG Specification Adoption in perfsonar Aaron Brown, Internet2, University of Delaware Martin Swany University of Delaware, Internet2 What is perfsonar A collaboration Production network operators focused

More information

Installing SmartSense on HDP

Installing SmartSense on HDP 1 Installing SmartSense on HDP Date of Publish: 2018-07-12 http://docs.hortonworks.com Contents SmartSense installation... 3 SmartSense system requirements... 3 Operating system, JDK, and browser requirements...3

More information

perfsonar psui in a multi-domain federated environment

perfsonar psui in a multi-domain federated environment perfsonar psui in a multi-domain federated environment WACREN Conference 17-18 March 2016 Antoine Delvaux PSNC/GÉANT adelvaux@man.poznan.pl GÉANT perfsonar Service Manager perfsonar Developer What is perfsonar?

More information

Oracle Application Express: Administration 1-2

Oracle Application Express: Administration 1-2 Oracle Application Express: Administration 1-2 The suggested course agenda is displayed in the slide. Each lesson, except the Course Overview, will be followed by practice time. Oracle Application Express:

More information

Connectivity Services, Autobahn and New Services

Connectivity Services, Autobahn and New Services Connectivity Services, Autobahn and New Services Domenico Vicinanza, DANTE EGEE 09, Barcelona, 21 st -25 th September 2009 Agenda Background GÉANT Connectivity services: GÉANT IP GÉANT Plus GÉANT Lambda

More information

Installation & Basic Configuration

Installation & Basic Configuration Installation & Basic Configuration This document is a result of work by the perfsonar Project (http://www.perfsonar.net) and is licensed under CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/).

More information

EUSurvey Installation Guide

EUSurvey Installation Guide EUSurvey Installation Guide Guide to a successful installation of EUSurvey May 20 th, 2015 Version 1.2 (version family) 1 Content 1. Overview... 3 2. Prerequisites... 3 Tools... 4 Java SDK... 4 MySQL Database

More information

Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites... 6

Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites... 6 Gateway Installation and Configuration Guide for On-Premises Version 17 September 2017 Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites...

More information

WhatsConfigured v3.1 User Guide

WhatsConfigured v3.1 User Guide WhatsConfigured v3.1 User Guide Contents Table of Contents Welcome to WhatsConfigured v3.1 Finding more information and updates... 1 Sending feedback... 2 Deploying WhatsConfigured STEP 1: Prepare the

More information

EUSurvey OSS Installation Guide

EUSurvey OSS Installation Guide Prerequisites... 2 Tools... 2 Java 7 SDK... 2 MySQL 5.6 DB and Client (Workbench)... 4 Tomcat 7... 8 Spring Tool Suite... 11 Knowledge... 12 Control System Services... 12 Prepare the Database... 14 Create

More information

521262S Computer Networks 2 (fall 2007) Laboratory exercise #4: Multimedia, QoS and testing

521262S Computer Networks 2 (fall 2007) Laboratory exercise #4: Multimedia, QoS and testing 521262S Computer Networks 2 (fall 2007) Laboratory exercise #4: Multimedia, QoS and testing Name Student ID Signature In this exercise we will take a little look at the multimedia and Quality of Service

More information

Unified Networks Administration & Monitoring System Specifications : YM - IT. YM Unified Networks Administration & Monitoring System

Unified Networks Administration & Monitoring System Specifications : YM - IT. YM Unified Networks Administration & Monitoring System 2115 YM Unified Networks Administration & Monitoring System 1. مواصفات نظام ادارة ومراقبة الشبكات الموحد: BOQ of Unified Networks Administration and Monitoring System: N 1 2 3 4 Item Main Network Monitoring

More information

This is a known issue (SVA-700) that will be resolved in a future release IMPORTANT NOTE CONCERNING A VBASE RESTORE ISSUE

This is a known issue (SVA-700) that will be resolved in a future release IMPORTANT NOTE CONCERNING A VBASE RESTORE ISSUE SureView Analytics 6.1.1 Release Notes ================================= --------- IMPORTANT NOTE REGARDING DOCUMENTATION --------- The Installation guides, Quick Start Guide, and Help for this release

More information

DICE Diagnostic Service

DICE Diagnostic Service DICE Diagnostic Service Joe Metzger metzger@es.net Joint Techs Measurement Working Group January 27 2011 Background Each of the DICE collaborators are defining and delivering services to their users. A

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents. 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6.

Developing and Deploying vsphere Solutions, vservices, and ESX Agents. 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6. Developing and Deploying vsphere Solutions, vservices, and ESX Agents 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6.7 You can find the most up-to-date technical documentation

More information

Relay Proxy User Guide

Relay Proxy User Guide Relay Proxy User Guide DBL Technology Company Limited www.dbltek.com sales@dbltek.com support@dbltek.com 2016/5/30 Relay Proxy Relay Proxy is a server software developed by DBL Technology. Its main purposed

More information

Linux Essentials Objectives Topics:

Linux Essentials Objectives Topics: Linux Essentials Linux Essentials is a professional development certificate program that covers basic knowledge for those working and studying Open Source and various distributions of Linux. Exam Objectives

More information

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.2

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.2 Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.2 This document supports the version of each product listed and supports all subsequent versions until the document

More information

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry.

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION VERSION 9 Setup Guide This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE Fusion Registry: 9.2.x Document

More information

01/02/2014 SECURITY ASSESSMENT METHODOLOGIES SENSEPOST 2014 ALL RIGHTS RESERVED

01/02/2014 SECURITY ASSESSMENT METHODOLOGIES SENSEPOST 2014 ALL RIGHTS RESERVED 01/02/2014 SECURITY ASSESSMENT METHODOLOGIES SENSEPOST 2014 ALL RIGHTS RESERVED Contents 1. Introduction 3 2. Security Testing Methodologies 3 2.1 Internet Footprint Assessment 4 2.2 Infrastructure Assessments

More information

Hybrid Data Security Overview

Hybrid Data Security Overview From day one, data security has been the primary focus in designing Cisco Webex Teams. The cornerstone of this security is end-to-end content encryption, enabled by Webex Teams clients interacting with

More information

Active Endpoints. ActiveVOS Platform Architecture Active Endpoints

Active Endpoints. ActiveVOS Platform Architecture Active Endpoints Active Endpoints ActiveVOS Platform Architecture ActiveVOS Unique process automation platforms to develop, integrate, and deploy business process applications quickly User Experience Easy to learn, use

More information

Overview of the Cisco NCS Command-Line Interface

Overview of the Cisco NCS Command-Line Interface CHAPTER 1 Overview of the Cisco NCS -Line Interface This chapter provides an overview of how to access the Cisco Prime Network Control System (NCS) command-line interface (CLI), the different command modes,

More information

Introduction to. Network Startup Resource Center. Partially adopted from materials by

Introduction to. Network Startup Resource Center. Partially adopted from materials by Introduction to Network Startup Resource Center Partially adopted from materials by These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International license (http://creativecommons.org/licenses/by-nc/4.0/)

More information

perfsonar Deployment on ESnet

perfsonar Deployment on ESnet perfsonar Deployment on ESnet Brian Tierney ESnet ISMA 2011 AIMS-3 Workshop on Active Internet Measurements Feb 9, 2011 Why does the Network seem so slow? Where are common problems? Source Campus Congested

More information

vrealize Suite Lifecycle Manager 1.1 Installation, Upgrade, and Management vrealize Suite 2017

vrealize Suite Lifecycle Manager 1.1 Installation, Upgrade, and Management vrealize Suite 2017 vrealize Suite Lifecycle Manager 1.1 Installation, Upgrade, and Management vrealize Suite 2017 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents

Developing and Deploying vsphere Solutions, vservices, and ESX Agents Developing and Deploying vsphere Solutions, vservices, and ESX Agents Modified on 27 JUL 2017 vsphere Web Services SDK 6.5 vcenter Server 6.5 VMware ESXi 6.5 Developing and Deploying vsphere Solutions,

More information

QuickStart Guide for Managing Computers. Version

QuickStart Guide for Managing Computers. Version QuickStart Guide for Managing Computers Version 10.6.0 copyright 2002-2018 Jamf. All rights reserved. Jamf has made all efforts to ensure that this guide is accurate. Jamf 100 Washington Ave S Suite 1100

More information

MOC 6232A: Implementing a Microsoft SQL Server 2008 Database

MOC 6232A: Implementing a Microsoft SQL Server 2008 Database MOC 6232A: Implementing a Microsoft SQL Server 2008 Database Course Number: 6232A Course Length: 5 Days Course Overview This course provides students with the knowledge and skills to implement a Microsoft

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

Hawk Server for Linux. Installation Guide. Beta Version MHInvent Limited. All rights reserved.

Hawk Server for Linux. Installation Guide. Beta Version MHInvent Limited. All rights reserved. Hawk Server for Linux Installation Guide Beta Version Hawk Server Introduction Thank you for being part of the beta program for Hawk Secure Browser! This installation document will guide you through the

More information

QuickStart Guide for Managing Computers. Version

QuickStart Guide for Managing Computers. Version QuickStart Guide for Managing Computers Version 10.2.0 copyright 2002-2018 Jamf. All rights reserved. Jamf has made all efforts to ensure that this guide is accurate. Jamf 100 Washington Ave S Suite 1100

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents

Developing and Deploying vsphere Solutions, vservices, and ESX Agents Developing and Deploying vsphere Solutions, vservices, and ESX Agents vsphere 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

IMC Network Traffic Analyzer 7.2 (E0401P04) Copyright 2016 Hewlett Packard Enterprise Development LP

IMC Network Traffic Analyzer 7.2 (E0401P04) Copyright 2016 Hewlett Packard Enterprise Development LP Network Traffic Analyzer 7.2 (E0401P04) Copyright 2016 Hewlett Packard Enterprise Development LP Table of Contents 1. What's New in this Release 2. Problems Fixed in this Release 3. Software Distribution

More information

Talend Open Studio for Data Quality. User Guide 5.5.2

Talend Open Studio for Data Quality. User Guide 5.5.2 Talend Open Studio for Data Quality User Guide 5.5.2 Talend Open Studio for Data Quality Adapted for v5.5. Supersedes previous releases. Publication date: January 29, 2015 Copyleft This documentation is

More information

Microsoft SharePoint Server 2013 Plan, Configure & Manage

Microsoft SharePoint Server 2013 Plan, Configure & Manage Microsoft SharePoint Server 2013 Plan, Configure & Manage Course 20331-20332B 5 Days Instructor-led, Hands on Course Information This five day instructor-led course omits the overlap and redundancy that

More information

GWNMS NeDi. About NeDi. Configuring the NeDi Package. Managing User Access. Managing User Accounts

GWNMS NeDi. About NeDi. Configuring the NeDi Package. Managing User Access. Managing User Accounts GWNMS NeDi This section reviews the GroundWork Monitor NMS NeDi. About NeDi NeDi is an open source toolkit for managing network infrastructure devices such as switches and routers, and is integrated into

More information

Some Ubuntu Practice...

Some Ubuntu Practice... Some Ubuntu Practice... SANOG 10 August 29 New Delhi, India 1. Get used to using sudo 2. Create an inst account 3. Learn how to install software 4. Install gcc and make 5. Learn how to control services

More information

Policy Manager for IBM WebSphere DataPower 8.0: Installation Guide

Policy Manager for IBM WebSphere DataPower 8.0: Installation Guide Policy Manager for IBM WebSphere DataPower 8.0: Installation Guide Policy Manager for IBM WebSphere DataPower Install Guide AKANA_PMDP_Install_8.0 Copyright Copyright 2016 Akana, Inc. All rights reserved.

More information

Hacker Academy Ltd COURSES CATALOGUE. Hacker Academy Ltd. LONDON UK

Hacker Academy Ltd COURSES CATALOGUE. Hacker Academy Ltd. LONDON UK Hacker Academy Ltd COURSES CATALOGUE Hacker Academy Ltd. LONDON UK TABLE OF CONTENTS Basic Level Courses... 3 1. Information Security Awareness for End Users... 3 2. Information Security Awareness for

More information

QuickStart Guide for Managing Computers. Version 9.73

QuickStart Guide for Managing Computers. Version 9.73 QuickStart Guide for Managing Computers Version 9.73 JAMF Software, LLC 2015 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software

More information

Oracle Enterprise Manager. 1 Introduction. System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 (

Oracle Enterprise Manager. 1 Introduction. System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 ( Oracle Enterprise Manager System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 (11.1.3.0.0) E18950-03 November 2011 This document provides describes the System Monitoring

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents

Developing and Deploying vsphere Solutions, vservices, and ESX Agents Developing and Deploying vsphere Solutions, vservices, and ESX Agents vsphere 5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Java Application Deployment on the Web

Java Application Deployment on the Web A sample Training Module from our course WELL HOUSE CONSULTANTS LTD 404, The Spa Melksham, Wiltshire SN12 6QL United Kingdom PHONE: 01225 708225 FACSIMLE 01225 707126 EMAIL: info@wellho.net 2004 Well House

More information

IBM. Planning and Installation. IBM Workload Scheduler. Version 9 Release 4

IBM. Planning and Installation. IBM Workload Scheduler. Version 9 Release 4 IBM Workload Scheduler IBM Planning and Installation Version 9 Release 4 IBM Workload Scheduler IBM Planning and Installation Version 9 Release 4 Note Before using this information and the product it

More information

CHAPTER 3 GRID MONITORING AND RESOURCE SELECTION

CHAPTER 3 GRID MONITORING AND RESOURCE SELECTION 31 CHAPTER 3 GRID MONITORING AND RESOURCE SELECTION This chapter introduces the Grid monitoring with resource metrics and network metrics. This chapter also discusses various network monitoring tools and

More information

IBM. Planning and Installation. IBM Tivoli Workload Scheduler. Version 9 Release 1 SC

IBM. Planning and Installation. IBM Tivoli Workload Scheduler. Version 9 Release 1 SC IBM Tivoli Workload Scheduler IBM Planning and Installation Version 9 Release 1 SC32-1273-13 IBM Tivoli Workload Scheduler IBM Planning and Installation Version 9 Release 1 SC32-1273-13 Note Before using

More information

Cisco NAC Profiler Architecture Overview

Cisco NAC Profiler Architecture Overview CHAPTER 2 Topics in this chapter include: Overview, page 2-1 Cisco NAC Profiler System Deployment Model, page 2-3 Cisco NAC Profiler Usage: Port Provisioning and Endpoint Directory, page 2-4 Overview Cisco

More information

Network Management Automated Intelligence

Network Management Automated Intelligence Network Management Automated Intelligence Open Source Based NMS solution bdnog7 18-22 November 2017 Dhaka, Bangladesh p Network Management n Parameters n Components n Open Source Tools n Demonstration

More information

Oracle Fusion Middleware. 1 Oracle Team Productivity Center Server System Requirements. 2 Installing the Oracle Team Productivity Center Server

Oracle Fusion Middleware. 1 Oracle Team Productivity Center Server System Requirements. 2 Installing the Oracle Team Productivity Center Server Oracle Fusion Middleware Installation Guide for Oracle Team Productivity Center Server 11g Release 1 (11.1.1) E14156-05 June 2010 This document provides information on: Section 1, "Oracle Team Productivity

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 Planning and Administering SharePoint 2016 Course 20339A 5 Days Instructor-led, Hands on Course Information This five-day course will combine the Planning and Administering SharePoint 2016 class with the

More information

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9 Gateway Upgrade Guide for On-Premises Version 17 August 2017 Contents Overview... 5 Downloading Primavera Gateway... 5 Upgrading Primavera Gateway... 7 Prerequisites... 7 Upgrading Existing Gateway Database...

More information

Web Services in Cincom VisualWorks. WHITE PAPER Cincom In-depth Analysis and Review

Web Services in Cincom VisualWorks. WHITE PAPER Cincom In-depth Analysis and Review Web Services in Cincom VisualWorks WHITE PAPER Cincom In-depth Analysis and Review Web Services in Cincom VisualWorks Table of Contents Web Services in VisualWorks....................... 1 Web Services

More information

AppDev StudioTM 3.2 SAS. Migration Guide

AppDev StudioTM 3.2 SAS. Migration Guide SAS Migration Guide AppDev StudioTM 3.2 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS AppDev TM Studio 3.2: Migration Guide. Cary, NC: SAS Institute Inc.

More information

WhatsConnected v3.5 User Guide

WhatsConnected v3.5 User Guide WhatsConnected v3.5 User Guide Contents Table of Contents Welcome to WhatsConnected Finding more information and updates... 5 Installing and Configuring WhatsConnected System requirements... 6 Installation

More information

Oracle Fusion Middleware Installing and Configuring Oracle Business Intelligence. 12c ( )

Oracle Fusion Middleware Installing and Configuring Oracle Business Intelligence. 12c ( ) Oracle Fusion Middleware Installing and Configuring Oracle Business Intelligence 12c (12.2.1.3.0) E96171-01 May 2018 Oracle Fusion Middleware Installing and Configuring Oracle Business Intelligence, 12c

More information

Host Identity Sources

Host Identity Sources The following topics provide information on host identity sources: Overview: Host Data Collection, on page 1 Determining Which Host Operating Systems the System Can Detect, on page 2 Identifying Host Operating

More information

Hortonworks SmartSense

Hortonworks SmartSense Hortonworks SmartSense Installation (January 8, 2018) docs.hortonworks.com Hortonworks SmartSense: Installation Copyright 2012-2018 Hortonworks, Inc. Some rights reserved. The Hortonworks Data Platform,

More information

Version 11 Release 0 May 31, IBM Contact Optimization Installation Guide IBM

Version 11 Release 0 May 31, IBM Contact Optimization Installation Guide IBM Version 11 Release 0 May 31, 2018 IBM Contact Optimization Installation Guide IBM Note Before using this information and the product it supports, read the information in Notices on page 39. This edition

More information

Juniper Secure Analytics Patch Release Notes

Juniper Secure Analytics Patch Release Notes Juniper Secure Analytics Patch Release Notes 2014.5 June 2015 2014.5.r1.20150605140117 patch resolves several known issues in Juniper Secure Analytics (JSA). Contents Installing 2014.5.r1 Patch..............................................

More information

Introduction... 2 Assumptions... 2

Introduction... 2 Assumptions... 2 HP Network Node Manager ispi Performance for Traffic Software Version: 9.20 Deployment by Example Table of Contents Introduction... 2 Assumptions... 2 Installation... 3 Installing the HP NNMi Extension

More information

Backing Up And Restoring Your Nagios XI System

Backing Up And Restoring Your Nagios XI System Backing Up And Restoring Your System Purpose This document describes how to backup a installation and restore a installation from a previously made backup. Backups are an important aspect of administration

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Server Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information

MONitoring Agents using a Large Integrated Services Architecture. Iosif Legrand California Institute of Technology

MONitoring Agents using a Large Integrated Services Architecture. Iosif Legrand California Institute of Technology MONitoring Agents using a Large Integrated s Architecture California Institute of Technology Distributed Dynamic s Architecture Hierarchical structure of loosely coupled services which are independent

More information

Product Release Notes Alderstone cmt 2.0

Product Release Notes Alderstone cmt 2.0 Alderstone cmt product release notes Product Release Notes Alderstone cmt 2.0 Alderstone Consulting is a technology company headquartered in the UK and established in 2008. A BMC Technology Alliance Premier

More information

Subscriber Data Correlation

Subscriber Data Correlation Subscriber Data Correlation Application of Cisco Stealthwatch to Service Provider mobility environment Introduction With the prevalence of smart mobile devices and the increase of application usage, Service

More information

Chesar 2 Installation manual. DISTRIBUTED version

Chesar 2 Installation manual. DISTRIBUTED version Chesar 2 Installation manual DISTRIBUTED version Disclaimer The information contained in this manual does not constitute legal advice. The European Chemicals Agency does not accept any liability with

More information

CIS Controls Measures and Metrics for Version 7

CIS Controls Measures and Metrics for Version 7 Level One Level Two Level Three Level Four Level Five Level Six 1.1 Utilize an Active Discovery Tool Utilize an active discovery tool to identify devices connected to the organization's network and update

More information

This material is based on work supported by the National Science Foundation under Grant No

This material is based on work supported by the National Science Foundation under Grant No Source: http://en.wikipedia.org/wiki/file:firewall.png This material is based on work supported by the National Science Foundation under Grant No. 0802551 Any opinions, findings, and conclusions or recommendations

More information

HP Network Node Manager 9: Getting Started. Manage your network effectively with NNMi. Marius Vilemaitis. J enterprise PUBLISHING MUMBAI BIRMINGHAM

HP Network Node Manager 9: Getting Started. Manage your network effectively with NNMi. Marius Vilemaitis. J enterprise PUBLISHING MUMBAI BIRMINGHAM HP Network Node Manager 9: Getting Started Manage your network effectively with NNMi Marius Vilemaitis r PUBLISHING J enterprise BIRMINGHAM - MUMBAI Preface 1 Chapter 1: Before we Manage with NNMi 7 What

More information

vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017

vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017 vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017 vrealize Suite Lifecycle Manager 1.0 Installation and Management You can find the most up-to-date technical documentation

More information

Installation and Administration

Installation and Administration Introduction to GT3 Background The Grid Problem The Globus Approach OGSA & OGSI Globus Toolkit GT3 Architecture and Functionality: The Latest Refinement of the Globus Toolkit Core Base Services User-Defined

More information

1 Performance monitoring

1 Performance monitoring CESNET Technical Report 28/2004 Scheduling and processing of performance monitoring tests Antonín Král , Czech Technical University Sven Ubik, , CESNET, Prague, Czech

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 SP2 User Guide P/N 300-009-462 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2008 2009 EMC Corporation. All

More information

SolarWinds Engineer s Toolset Fast Fixes to Network Issues

SolarWinds Engineer s Toolset Fast Fixes to Network Issues DATASHEET SolarWinds Engineer s Toolset Fast Fixes to Network Issues SolarWinds Engineer s Toolset (ETS) helps you monitor and troubleshoot your network with the most trusted tools in network management.

More information

Upgrading Oracle GoldenGate Veridata 12c (12.2.1)

Upgrading Oracle GoldenGate Veridata 12c (12.2.1) [1]Oracle GoldenGate Upgrading Oracle GoldenGate Veridata 12c (12.2.1) E60966-01 October 2015 Oracle GoldenGate Upgrading Oracle GoldenGate Veridata, 12c (12.2.1) E60966-01 Copyright 2014, 2015, Oracle

More information

Kewill Customs Installations Guide

Kewill Customs Installations Guide Kewill Customs Installations Guide for Release 1.1.3 Original Publication: June, 2008 Last Revision: March, 2009 Table of Contents Table of Contents...2 Kewill Customs Installation Guide...4 Installation

More information

ARCHER Data Services Service Layer

ARCHER Data Services Service Layer ARCHER 1.0 ARCHER Data Services Service Layer System Administrator s Guide ICAT & MCAText Installation Configuration Maintenance ARCHER Data Services Service Layer... 1 About ARCHER Data Services Service

More information

Real Application Security Administration

Real Application Security Administration Oracle Database Real Application Security Administration Console (RASADM) User s Guide 12c Release 2 (12.2) E85615-01 June 2017 Real Application Security Administration Oracle Database Real Application

More information

Configuring Cisco Unified MeetingPlace Web Conferencing

Configuring Cisco Unified MeetingPlace Web Conferencing CHAPTER 2 Configuring Cisco Unified MeetingPlace Web Conferencing This chapter describes how to configure the Cisco Unified MeetingPlace web server including various Cisco Unified MeetingPlace Web Conferencing

More information

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM IBM Maximo Anywhere Version 7 Release 6 Planning, installation, and deployment IBM Note Before using this information and the product it supports, read the information in Notices on page 65. This edition

More information

Real Life Web Development. Joseph Paul Cohen

Real Life Web Development. Joseph Paul Cohen Real Life Web Development Joseph Paul Cohen joecohen@cs.umb.edu Index 201 - The code 404 - How to run it? 500 - Your code is broken? 200 - Someone broke into your server? 400 - How are people using your

More information

Installation Oreka TR on Linux CentOS 7-1

Installation Oreka TR on Linux CentOS 7-1 Installation Oreka TR on Linux CentOS 7 Contents What is Oreka TR? 1 Architecture 1 Prerequisites (provided by customer): 2 Prerequisites (provided by Orecx): 2 OrkAudio Installation 3 Upgrading OrkAudio

More information

Server Monitoring. AppDynamics Pro Documentation. Version 4.1.x. Page 1

Server Monitoring. AppDynamics Pro Documentation. Version 4.1.x. Page 1 Server Monitoring AppDynamics Pro Documentation Version 4.1.x Page 1 Server Monitoring......................................................... 4 Standalone Machine Agent Requirements and Supported Environments............

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Creating Domains Using the Configuration Wizard 11g Release 1 (10.3.4) E14140-04 January 2011 This document describes how to use the Configuration Wizard to create, update, and

More information

OMi Management Pack for Microsoft SQL Server. Software Version: For the Operations Manager i for Linux and Windows operating systems.

OMi Management Pack for Microsoft SQL Server. Software Version: For the Operations Manager i for Linux and Windows operating systems. OMi Management Pack for Microsoft Software Version: 1.01 For the Operations Manager i for Linux and Windows operating systems User Guide Document Release Date: April 2017 Software Release Date: December

More information

Application Level Protocols

Application Level Protocols Application Level Protocols 2 Application Level Protocols Applications handle different kinds of content e.g.. e-mail, web pages, voice Different types of content require different kinds of protocols Application

More information

Oracle Database Express Edition

Oracle Database Express Edition Oracle Database Express Edition Getting Started Guide 11g Release 2 (11.2) E18585-04 July 2011 Welcome to Oracle Database Express Edition (Oracle Database XE). This guide gets you quickly up and running

More information

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Linux VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

For the Windows, Oracle Enterprise Linux, Red Hat Enterprise Linux, and SUSE Linux Enterprise operating systems Software Version: 10.01, CP 12.

For the Windows, Oracle Enterprise Linux, Red Hat Enterprise Linux, and SUSE Linux Enterprise operating systems Software Version: 10.01, CP 12. HP Universal CMDB For the Windows, Oracle Enterprise Linux, Red Hat Enterprise Linux, and SUSE Linux Enterprise operating systems Software Version: 10.01, CP 12.00 Discovery and Integration Content Guide

More information

Cyber Common Technical Core (CCTC) Advance Sheet Windows Operating Systems

Cyber Common Technical Core (CCTC) Advance Sheet Windows Operating Systems Cyber Common Technical Core (CCTC) Advance Sheet Windows Operating Systems Section 1: Command Line Tools Skill 1: Employ commands using command line interface 1.1 Use command line commands to gain situational

More information

HP Universal CMDB. Software Version: DDMI to Universal Discovery Migration Walkthrough Guide

HP Universal CMDB. Software Version: DDMI to Universal Discovery Migration Walkthrough Guide HP Universal CMDB Software Version: 10.22 DDMI to Universal Discovery Migration Walkthrough Guide Document Release Date: December 2015 Software Release Date: December 2015 Legal Notices Warranty The only

More information

NETWORK CONFIGURATION AND SERVICES. route add default gw /etc/init.d/apache restart

NETWORK CONFIGURATION AND SERVICES. route add default gw /etc/init.d/apache restart NETWORK CONFIGURATION AND SERVICES route add default gw 192.168.0.1 /etc/init.d/apache restart NETWORK CONFIGURATION There are two main approaches to configuring a machine for network access: Static configuration

More information

ForeScout CounterACT. Single CounterACT Appliance. Quick Installation Guide. Version 8.0

ForeScout CounterACT. Single CounterACT Appliance. Quick Installation Guide. Version 8.0 ForeScout CounterACT Single CounterACT Appliance Version 8.0 Table of Contents Welcome to CounterACT Version 8.0... 4 CounterACT Package Contents... 4 Overview... 5 1. Create a Deployment Plan... 6 Decide

More information