CHAPTER 6 RESULTS AND DISCUSSION

Size: px
Start display at page:

Download "CHAPTER 6 RESULTS AND DISCUSSION"

Transcription

1 76 CHAPTER 6 RESULTS AND DISCUSSION This chapter discusses the details of agent based model for monitoring and describes about the mobile agent s role in the monitoring. This chapter discusses experimental results with GROMACS application and the performance factors such as minimization of job completion time and transfer time. This chapter also discusses the various performance factors based on simulation such as minimization of waiting time, response time, the percentage of jobs completed with meeting the user deadline and the success rate of the jobs submitted. This chapter also discusses about the comparison of the proposed network performance measurement and prediction with existing methodology. In addition, the prediction error of the proposed model is compared with NWS. The evaluation of the mobile agent based automated deployment of Network aware Resource Monitoring service is also discussed in this chapter. 6.1 AGENT BASED MONITORING MODEL The experimental setup is constructed by simulating a Grid cluster which has a head node and two compute nodes. Then the number of compute nodes is incremented and further analysis is done. The bandwidth usage for mobile agent is measured through increasing the number agents on head node and compute nodes up to 128. From the Table 6.1, it is evident that the bandwidth usage is not increased greatly although the numbers of mobile agents are scaled from 1 to 128. This scalability ensures that the mobile

2 77 agents reduce the network traffic even high in numbers roaming in the network. Table 6.1 Bandwidth used by mobile agents No. of Agents Bandwidth Usage (kbps) A comparative study of bandwidth utilization by agents and NWS with File Transfer Protocol (FTP) has been made and the experimental results are shown in Figure 6.1. It is evident that agents consume lesser bandwidth when compared to NWS even though the number of agents is increased on network so the network traffic is reduced. This is in accordance with the known fact that time to move data can significantly affect overall wall-clock runtime and network traffic. One of the most significant challenges faced in Grid is data management. By using mobile agent technology both the code and data is moved to the remote location where the task is to be accomplished. In essence the logic is moved towards the place where the data resides rather than moving the data to the place where the logic resides.

3 78 Bandwidth Usage - NWS Vs Agents Bandwidth Usage in kbps No.Of Nodes Agents Nws Figure 6.1 Bandwidth Usage of Agents based model with NWS 6.2 EXPERIMENTAL RESULTS The proposed monitoring system is tested with CARE Resource Broker (CRB) in Grid Computing Laboratory, Anna University, India. An experiment was conducted to evaluate the performance of the proposed Grid monitoring system. The experimental setup has three Grid resources namely smscluster.care.mit.in, xencluster.care.mit.in and CAREcluster.care.mit.in and all Grid resources have been configured as Beowulf cluster and each cluster has 1, 6 and 5 nodes respectively. The smscluster consists of one head node and 9 computing nodes. The xencluster consists of one head node and 5 computing nodes. The CAREcluster consists of one head node and 4 computing nodes. The CRB is installed in server hardware with 4 CPUs, 16 GB RAM with RHEL-5., and Globus Toolkit The three clusters are pushing of their information to CRB and become grid resources to CRB. The GROningen MAchine for Chemical Simulations (GROMACS) application is taken for testing the proposed monitoring system. The experimental results are evident that the minimization of transfer time is achieved with the network aware resource selection strategy and which leads to minimization of the job completion time of the GROMACS application GROMACS GROMACS is a flexible package to perform molecular dynamics and it is primarily designed for biochemical molecules like proteins, lipids

4 79 and nucleic acids that have a lot of complicated bonded interactions but since GROMACS is extremely fast at calculating the nonbonded interactions many groups are also using it for research on non-biological systems. It can be run in parallel, using standard MPI communication. There is an ongoing development to extend Gromacs with interfaces both to Quantum Chemistry and Bioinformatics/databases. GROMACS is Free Software, available under the GNU General Public License. GROMACS runs on linux, unix, and on Windows. The Protein Data Bank (PDB) is a repository for the 3-D structural data of large biological molecules, such as proteins and nucleic acids. GROMACS contains a script to convert molecular coordinates from a Protein Data Bank file into the formats it uses internally. Once a configuration file for the simulation of several molecules has been created, the actual simulation run produces a trajectory file, describing the movements of the atoms over time. This trajectory file can then be analyzed or visualized. GROMACS uses special *.mdp files to setup the parameters for every type of calculation that performs Performance Evaluation with Care Resource Broker The proposed Network Aware Resource Monitoring system is tested with GROMACS application. The GROMACS application has four input files and one output file. The GROMACS application is submitted to CARE Resource Broker with resource requirements to execute the job. The CRB accepts the job in the form standard JSDL specification. A sample JSDL specification for submitting GROMACS to CRB is shown in the Figure 6.2. This specification describes the executable file, software environment, input/output files and other requirements. <JobDefinition> <JobIdentification> <JobName>Parallel</JobName> <Description>This is a Gromacs Application Testing</Description> </JobIdentification> <Executable>/home/globus/SCRB/PhysicalJobs/gromacs-sp.sh</Executable> Figure 6.2 (Continued)

5 8 <Argument>/home/globus/SCRB/PhysicalJobs/1OMB.pdb</Argument> <Argument>/home/globus/SCRB/PhysicalJobs/em.mdp</Argument> <Argument>/home/globus/SCRB/PhysicalJobs/pr.mdp</Argument> <Argument>/home/globus/SCRB/PhysicalJobs/md.mdp</Argument> <OutputFile>/home/globus/stdout</OutputFile> <InputFile>/home/globus/SCRB/PhysicalJobs/gromacs-sp.sh</InputFile> <InputFile>/home/globus/SCRB/PhysicalJobs/1OMB.pdb</InputFile> <InputFile>/home/globus/SCRB/PhysicalJobs/em.mdp</InputFile> <InputFile>/home/globus/SCRB/PhysicalJobs/pr.mdp</InputFile> <InputFile>/home/globus/SCRB/PhysicalJobs/md.mdp</InputFile> <JobType>Parallel</JobType> <Environment>mpi</Environment> <ExecutionTime>36</ExecutionTime> <DeadLine> </DeadLine> <LRMS>PBS</LRMS> <ResourceRequirements> <OperatingSystem> <OperatingSystemName>Red Hat Enterprise Linux Server release 5 </OperatingSystemName> <OperatingSystemVersion> </OperatingSystemVersion> </OperatingSystem> <CPUArchitecture> <CPUArchitectureName>i686</CPUArchitectureName> </CPUArchitecture> <IndividualCPUSpeed> <LowerBoundedRange>3</LowerBoundedRange> </IndividualCPUSpeed> <IndividualPhysicalMemory> Figure 6.2 (Continued)

6 81 <LowerBoundedRange>248</LowerBoundedRange> </IndividualPhysicalMemory> <DiskSpace> <LowerBoundedRange>2</LowerBoundedRange> </DiskSpace> <NodeCount>5</NodeCount> </ResourceRequirements> </JobDefinition> Figure 6.2 Sample JSDL specification for GROMACS Application In the first strategy, the resource selection is based on resource monitoring through ranking of the resources using available Free Memory in it and the scheduler schedules the job to the selected resource for executing the job. In the second strategy, the resource selection is based on resource and network monitoring. The ranking is based on the RCV and NCV and the resource which has highest CCV is selected for job submission. These two approaches are tested with a Resource Broker. The total execution time or job completion time includes the execution time, transfer time and queue waiting time. The Figure 6.3 shows that the total time taken for job execution is minimized for the resource selection based on resource and network monitoring when compared to resource monitoring. In this scenario, the transfer time needed for transferring the input files and also output files is minimized when the resource selection is based on the proposed approach. The network performance monitoring helps the scheduler to select the resource for the data-intensive jobs which needs of high data transfer on Grid Sites. The third strategy works with CRB. The host identifier in CRB performs keyword based matchmaking of available Grid Resources with respect to user s requirements for identifying suitable physical resources for executing the job. The scheduler ranks the resources based on the Free RAM

7 82 available in it and schedules the job to that resource for execution. In the fourth strategy, the proposed network aware resource monitoring is integrated with CRB. The resource selector queries the updated Global archive to select the suitable resource which has highest CCV of CRB listed resources which was discussed in the previous section and sending that information to scheduler to schedule the job to that selected resource. The Figure 6.3 shows that the total time taken for job execution is minimized for the CRB integration of the proposed approach when compared to CRB and other strategies. The time minimization is achieved with the proposed resource selection algorithm which utilizes the network metrics and resource metrics. Job Completion time (Secs) M inimization of Job Completion Time No.of Nodes RM CRB RM with NM CRB with NM Figure 6.3 Minimization of Job Completion Time of different Resource Selection Strategies The Figure 6.4 is evident that the transfer time is minimized for the proposed approach, because within time minimization, the network metrics influence the job to be dispatched to the Grid resource which assures the less execution time of the submitted job.

8 Transfer Time M inimization RM CRB Resource with NM Resource Selection Strategies CRB with NM Figure 6.4 Minimization of Transfer Time 6.3 SIMULATION RESULTS A simulated data-intensive program was created to evaluate the proposed approach using GridFTP. The simulation results show that the proposed monitoring system with resource metrics and network metrics increases the resource utilization and also increases the percentage of jobs completed within deadline. In this simulation 1, 2, 3, 4, and 5 jobs were considered and submitted in CRB. It is very difficult to estimate the real effect of resource selection and scheduling of the jobs, if the jobs are run at different times. The results of the different resource selection strategies are taken at different times. To perform the comparison of the resource selection strategies, the short term jobs are executed in a similar environment. The actual execution time of the job is stable for the long and short term jobs but the data transfer time will vary due to network performance. The network cost value influences the minimization of data transfer time but there is no link with the job execution time. For the long term jobs, the waiting time will influence the overall job completion time.

9 84 Job Completion Time = T wt + T tt + T et (6.1) where T wt = Waiting time in the meta-scheduler queue T tt = Data transfer time T et = Job execution time The varying numbers of jobs are submitted in the Resource Broker and their waiting time and execution time are observed. The execution time is the time taken for a job when it is executing on the resource, it does not include the waiting time. The waiting time includes the time in the metascheduler queue and the time spent on the local resource manager s queue. The Figure 6.5 shows that the minimization of the waiting time for the jobs with the proposed approach compared to Resource Monitoring (RM), CRB, and Resource monitoring with Network Monitoring (RM with NM). The higher number of jobs executed at a site increase the waiting time and influence the overall job completion time, because the new jobs are competing for the resources to get the slot for execution. Waiting Time for Jobs W aiting Time (Secs) RM CRB RM with NM CRB with NM No. of Jobs Figure 6.5 Minimization of Waiting Time

10 85 The Figure 6.6 demonstrate that the minimization of the response time for the jobs with the proposed approach compared to Resource Monitoring (RM), CRB, and Resource monitoring with Network Monitoring (RM with NM). 35 Response Time for Jobs Response time (Secs) No. of Jobs RM CRB RM with NM CRB with NM Figure 6.6 Minimization of Response Time The large varying number of jobs submitted on the Resource Broker and the comparative study is made. The number of jobs completed versus time for the four resource selection strategies is tested in a simulated data-intensive environment. The completed number of jobs was more in network aware resource monitoring, because the waiting time in the queue is minimized, and the transfer time of the jobs from data sources is also minimized. This can be seen in the Figure 6.7, where the maximum number of jobs completion is achieved using network aware resource monitoring.

11 86 Total No.of Jobs Completed No. of Jobs Completed RM CRB RM with NM CRB with NM Time (hrs) Figure 6.7 No. of Jobs Completed with Resource Selection Strategies The job success rate is also estimated for 24 hours with the submission of 5 jobs using simulated data-intensive program using GridFTP. The high job success rate is achieved with the proposed approach which is shown in the Figure 6.8. The more number of jobs completed with the network aware resource selection strategy ensures high success rate for the submitted jobs when compared with other resource selection strategies. 1 Job Success Rate Success Rate (%) SR(RM ) SR(CRB) SR(RM NM ) SR(CRB with NM ) Time(hrs) Figure 6.8 The Success Rate of submitted Jobs with Resource Selection strategies

12 87 The experimental results exhibit that the job execution time is minimized with the proposed resource selection strategy due to the minimization of data transfer time. The simulation results demonstrate that minimization of waiting time for submitted jobs is achieved with the proposed approach which influences the minimization of response time and the maximization of jobs completion to ensure the high success rate of the submitted jobs. 6.4 NETWORK PERFORMANCE MEASUREMENTS AND PREDICTION Another experiment was carried out for evaluating results of the prediction model corresponding to bandwidth, RTT, packet loss, and jitter using Holt-Winters (HW) model. The obtained results show that the prediction of all network metrics closely matches the measured one with the proposed prediction model. Also the observed and predicted performance values of Grid network for 24 hours show that the predicted values are approaching the actual measured values. The cost function, called closeness defined by Ferrari and Giacomini (24) is compared with our proposed cost function to measure the network performance which is shown in Figure 6.9. Network Performance Performance Comparison closeness cost function Time (hrs) Figure 6.9 Visualization of the Network performance

13 88 Additional metrics considered in the proposed cost function are jitter and latency which have the high impact in the network link if the link is between the different clusters or grids. The NCF measures the network performance at most accurate but the high deviation in measurement denotes the dynamic variant of network metrics in the network. Since the mobile agents use less bandwidth and they are used for collecting the network metrics which lead to less response time. The evaluation results of the prediction model corresponding to jitter, packet loss, RTT and bandwidth using the proposed monitoring strategy and Holt-Winters (HW) prediction model are shown respectively in Figure 6.1(a-d). The vertical axis in each of the figures represents the appropriate unit of measurement for the metric under consideration and the horizontal one is the time in hours. From the Figure 6.1(a-d), it is evident that the proposed system predicts network performance at most accurately. 2 Jitter Jitter (ms) Time (hrs) M easured Jitter(ms) Predicted Jitter(ms) (a) Measured Vs Predicted Jitter Figure 6.1 (Continued)

14 89 2 Packet Loss Packet Loss (%) Time (hrs) M easured Packet Loss (%) Predicted Packet Loss (%) (b) Measured Vs Predicted Packet Loss.2 RTT.18 RTT (ms) Time (hrs) M easured RTT (ms) Predicted RTT (ms) (c) Measured Vs Predicted RTT 1 TCP Bandw idth TCP bandwidth (mbps) Time (hrs) M easured TCP BandWidth (mbps) Predicted TCP BandWidth (mbps) (d) Measured Vs Predicted Bandwidth Figure 6.1 Measured Vs Predicted Values of Network Characteristics

15 9 The observed and predicted performance values of the Grid network for 24 hours are shown in Figure 6.11 which promises that the predicted values are approaching the actual measured values. NCF Network Performance Time (hrs) M easured NCF Predicted NCF Figure 6.11 Measured Vs Predicted Network Performance The evaluation criteria to assess the performance of the proposed prediction are Mean Absolute Deviation (MAD) and Mean Magnitude of Error Relative to estimate (MMER). Mean Absolute Deviation (MAD) is the arithmetic mean of the absolute deviations of each forecast from its actual value. It is a better measure of dispersion than the standard variation when there are outliers in the data. An outlier is a data point which is far removed in value from the others in the data set. It is an unusually large or an unusually small value compared to the others. MAD castigates all errors in direct proportion to their absolute size. MAD = (6.2) MMER = (6.3) If MAD.25 then the prediction model is acceptable as an efficient one. MMER measures the error relative to the estimate so it is

16 91 preferable to MAD. Table 6.2 shows the network performance estimations by changing the smoothening and trend components which assure the less percentage on the prediction errors for =.8 and =.1 with MMER and MAD. Table 6.2 Mean absolute deviation for the performance estimation Parameter MMER MAD =.8, = =.9, = =.7, = =.2, = =.2, = The Table 6.3 shows the comparison of measure network performance and predicted network performance of the proposed NCF and cost function defined by Ferrari and Giacomini (24). The MAD for the proposed approach is less than.25 when compared to the cost function of Ferrari and Giacomini (24) and it is evident that the proposed NCF is an efficient one for the network perfromance measurement, because the prediction also almost matches with the measure one. From this, it is well kown that the proposed Network Cost Function model ensures the correctness of network perfromance estimation and as well as prediction. Constants used Cost Function Proposed Model Ferrari and Giacomini(24) Table 6.3 Prediction Evaluation =.8 =.1 =.9 =.1 =.7 =.8 =.2 =.2 =.2 =.6 MMER MAD MMER MAD The variation of the prediction error with the measured value for all clusters of MITGrid is shown in Figure 6.12 and the prediction accuracy is

17 92 also obvious and acceptable one. The prediction error for the proposed NCF is less than 25% and it is acceptable one in the dynamic change of network characteristics when compared with the cost function of Ferrari and Giacomini (24). 35.% Prediction Error (%) 3.% 25.% 2.% 15.% 1.% 5.%.% Proposed M odel Ferrari and Giacomini(24) Different Clusters of M ITGrid Figure 6.12 Prediction Error of Proposed Prediction Model with Ferrari and Giacomini (24) The network performance value between the different clusters of the MITGrid infrastructure is measured and the prediction is carried out. From the Figure 6.13, it is evident that the proposed prediction model provides better prediction results when compared to NWS. Also the observation of prediction error percentage is high for NWS, because of the high variation in the network performance metrics. The prediction error for the proposed NCF is less than 25% and it is also acceptable one in the dynamic change of network characteristics when compared with NWS. From the observation, the NWS prediction error is more than 4% for the three cases and the proposed prediction accuracy is also obvious and acceptable one from the Figure 6.13.

18 93 Prediction Error (%) 7.% 6.% 5.% 4.% 3.% 2.% 1.%.% Proposed M odel NWS Different Clusters of M ITGrid Figure 6.13 Prediction Error of Proposed Prediction Model with NWS 6.5 EVALUATION OF THE AUTOMATED DEPLOYMENT OF PROPOSED MONITORING SERVICE Mobile agents are utilized in the automated deployment process to facilitate error free deployment since mobile agents are not affected by network failures and the time taken for deployment is also less when compared to manual deployment. The time taken for the mobile agents to deploy the service in a new resource is calculated as follows: Let t(dt) is the time taken for automated deployment. t(dt) = t( ) + t( ) (6.4) where, t( ) is the time taken for the deployment agent to migrate to a node. t( ) is the time taken for deployment.

19 94 From the Figure 6.14, it is evident that mobile agent based automated deployment consumes less time than the script based approach in Automated Deployment of Monitoring Service (ADMS) (Yiduo et al 27) and manual deployment. If the dependency packages for Ganglia are downloaded, the time taken to install Ganglia is equal to running four commands which completes the installation. ADMS has to install Component Auto-deploy Proxy (CAP) and cluster and thereby it takes more time than the mobile based approach Service Deployment Time Deployment Time( Secs) No. of Resources M anual Deployment ADM S Agent based Deployment Figure 6.14 Manual vs. Automated Deployment Time A simulation based test is adopted to verify the efficiency of the proposed method. It is seen that the time taken for manual deployment increases as the number of resources increases. Since the response time of mobile agent is less, the time taken for automated deployment using mobile agent does not increase proportionately with the increase in the number of resources.

Graph Optimization Algorithms for Sun Grid Engine. Lev Markov

Graph Optimization Algorithms for Sun Grid Engine. Lev Markov Graph Optimization Algorithms for Sun Grid Engine Lev Markov Sun Grid Engine SGE management software that optimizes utilization of software and hardware resources in heterogeneous networked environment.

More information

Environmental Data Cube Support System (EDCSS) Roles and Processes. 20 August 2013

Environmental Data Cube Support System (EDCSS) Roles and Processes. 20 August 2013 Environmental Data Cube Support System (EDCSS) Roles and Processes 20 August 2013 Table of Contents Overview... 3 EDCSS Support Staff... 5 Systems Engineer... 5 Project Workflow Manager Admin... 5 Provider

More information

CHAPTER 6 DYNAMIC SERVICE LEVEL AGREEMENT FOR GRID RESOURCE ALLOCATION

CHAPTER 6 DYNAMIC SERVICE LEVEL AGREEMENT FOR GRID RESOURCE ALLOCATION 158 CHAPTER 6 DYNAMIC SERVICE LEVEL AGREEMENT FOR GRID RESOURCE ALLOCATION 6.1 INTRODUCTION In a dynamic and heterogeneous Grid environment providing guaranteed quality of service for user s job is fundamentally

More information

A standards-based Grid resource brokering service supporting advance reservations, coallocation and cross-grid interoperability

A standards-based Grid resource brokering service supporting advance reservations, coallocation and cross-grid interoperability To be submitted to CONCURRENCY AND COMPUTATION: PRACTICE AND EXPERIENCE November 26 A standards-based Grid resource brokering service supporting advance reservations, coallocation and cross-grid interoperability

More information

Delivering High Performance for Financial Models and Risk Analytics

Delivering High Performance for Financial Models and Risk Analytics QuantCatalyst Delivering High Performance for Financial Models and Risk Analytics September 2008 Risk Breakfast London Dr D. Egloff daniel.egloff@quantcatalyst.com QuantCatalyst Inc. Technology and software

More information

System-to-System Media Movement, Management, Automation and Control in a Single Solution.

System-to-System Media Movement, Management, Automation and Control in a Single Solution. System-to-System Media Movement, Management, Automation and Control in a Single Solution. Automate & Schedule Large File Transfers For Lights-Out Deployment at Scale Signiant Manager+Agents integrates

More information

An IBM Proof of Technology IBM Workload Deployer Overview

An IBM Proof of Technology IBM Workload Deployer Overview An IBM Proof of Technology IBM Workload Deployer Overview WebSphere Infrastructure: The Big Picture Vertically integrated and horizontally fit for purpose Operational Management & Efficiency IBM Workload

More information

Central Management Server (CMS) for SMA

Central Management Server (CMS) for SMA Central Management Server (CMS) for SMA Powerful virtual machine for appliance management, resilience and reporting SonicWall Central Management Server (CMS) provides organizations, distributed enterprises

More information

Exhibit 1 - MyFloridaNet-2 Services - Service Level Agreements Financial Consequence for non-performance

Exhibit 1 - MyFloridaNet-2 Services - Service Level Agreements Financial Consequence for non-performance Core Network Availability: the amount of time the core network is accessible to the customers. Outage restored within 60 seconds, with time Core Network Availability and Performance Degradation Credit

More information

<Insert Picture Here> Oracle Exalogic Elastic Cloud: Revolutionizing the Datacenter

<Insert Picture Here> Oracle Exalogic Elastic Cloud: Revolutionizing the Datacenter Oracle Exalogic Elastic Cloud: Revolutionizing the Datacenter Mike Piech Senior Director, Product Marketing The following is intended to outline our general product direction. It

More information

[Header]: Demystifying Oracle Bare Metal Cloud Services

[Header]: Demystifying Oracle Bare Metal Cloud Services [Header]: Demystifying Oracle Bare Metal Cloud Services [Deck]: The benefits and capabilities of Oracle s next-gen IaaS By Umair Mansoob Introduction As many organizations look to the cloud as a way to

More information

Job schedul in Grid batch farms

Job schedul in Grid batch farms Journal of Physics: Conference Series OPEN ACCESS Job schedul in Grid batch farms To cite this article: Andreas Gellrich 2014 J. Phys.: Conf. Ser. 513 032038 Recent citations - Integration of Grid and

More information

IBM Content Collector for SAP Applications Sizing, Configuration, and High Availability. White Paper

IBM Content Collector for SAP Applications Sizing, Configuration, and High Availability. White Paper IBM Content Collector for SAP Applications Sizing, Configuration, and High Availability White Paper Version 1.0 Before reading this paper check for the latest version at http://www.ibm.com/support/docview.wss?uid=swg27036773

More information

Oracle Financial Services Revenue Management and Billing V2.3 Performance Stress Test on Exalogic X3-2 & Exadata X3-2

Oracle Financial Services Revenue Management and Billing V2.3 Performance Stress Test on Exalogic X3-2 & Exadata X3-2 Oracle Financial Services Revenue Management and Billing V2.3 Performance Stress Test on Exalogic X3-2 & Exadata X3-2 O R A C L E W H I T E P A P E R J A N U A R Y 2 0 1 5 Table of Contents Disclaimer

More information

Central Management Server (CMS) for SMA

Central Management Server (CMS) for SMA Central Management Server (CMS) for SMA Powerful virtual machine for appliance management, resilience and reporting SonicWall Central Management Server (CMS) provides organizations, distributed enterprises

More information

WorkiQ Resource Requirements

WorkiQ Resource Requirements Document Overview The purpose of this document is to provide a reasonable estimation of resources required for a new deployment of OpenConnect s WorkiQ solution. Implementation resources may vary based

More information

February 14, 2006 GSA-WG at GGF16 Athens, Greece. Ignacio Martín Llorente GridWay Project

February 14, 2006 GSA-WG at GGF16 Athens, Greece. Ignacio Martín Llorente GridWay Project February 14, 2006 GSA-WG at GGF16 Athens, Greece GridWay Scheduling Architecture GridWay Project www.gridway.org Distributed Systems Architecture Group Departamento de Arquitectura de Computadores y Automática

More information

A standards-based Grid resource brokering service supporting advance reservations, coallocation and cross-grid interoperability

A standards-based Grid resource brokering service supporting advance reservations, coallocation and cross-grid interoperability CONCURRENCY AND COMPUTATION: PRACTICE AND EXPERIENCE Concurrency Computat.: Pract. Exper. 2009; 00:1 38 [Version: 2002/09/19 v2.02] A standards-based Grid resource brokering service supporting advance

More information

Parallels Remote Application Server and Microsoft Azure. Scalability and Cost of Using RAS with Azure

Parallels Remote Application Server and Microsoft Azure. Scalability and Cost of Using RAS with Azure Parallels Remote Application Server and Microsoft Azure and Cost of Using RAS with Azure Contents Introduction to Parallels RAS and Microsoft Azure... 3... 4 Costs... 18 Conclusion... 21 2 C HAPTER 1 Introduction

More information

New Solution Deployment: Best Practices White Paper

New Solution Deployment: Best Practices White Paper New Solution Deployment: Best Practices White Paper Document ID: 15113 Contents Introduction High Level Process Flow for Deploying New Solutions Solution Requirements Required Features or Services Performance

More information

Sizing SAP Central Process Scheduling 8.0 by Redwood

Sizing SAP Central Process Scheduling 8.0 by Redwood Sizing SAP Central Process Scheduling 8.0 by Redwood Released for SAP Customers and Partners January 2012 Copyright 2012 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

Information Packet For more information

Information Packet For more information Information Packet For more information email Timc@FlowJo.com FlowJo Enterprise FlowJo Enterprise is a server-based version of FlowJo X, designed to assist with data management, analysis, and report generation

More information

INTER CA NOVEMBER 2018

INTER CA NOVEMBER 2018 INTER CA NOVEMBER 2018 Sub: ENTERPRISE INFORMATION SYSTEMS Topics Information systems & its components. Section 1 : Information system components, E- commerce, m-commerce & emerging technology Test Code

More information

SapphireIMS 4.0 ITAM Suite Feature Specification

SapphireIMS 4.0 ITAM Suite Feature Specification SapphireIMS 4.0 ITAM Suite Feature Specification Overview Organizations are realizing significant cost savings and improved planning capabilities through integration of the entire asset lifecycle. Strong

More information

Bare-Metal High Performance Computing in the Cloud

Bare-Metal High Performance Computing in the Cloud Bare-Metal High Performance Computing in the Cloud On June 8, 2018, the world s fastest supercomputer, the IBM/NVIDIA Summit, began final testing at the Oak Ridge National Laboratory in Tennessee. Peak

More information

Enabling Grid Interoperability among Meta-Schedulers

Enabling Grid Interoperability among Meta-Schedulers Enabling Grid Interoperability among Meta-Schedulers Ivan Rodero a,,davidvillegas b,normanbobroff c,yanbinliu c,lianafong c,s.masoudsadjadi b a Center for Autonomic Computing, Department of Electrical

More information

Realize Your Product Promise

Realize Your Product Promise Realize Your Product Promise ANSYS Enterprise Cloud is a complete simulation platform, delivered in your secure, dedicated environment on the public cloud. Complete and extensible, ANSYS Enterprise Cloud

More information

GRID META BROKER SELECTION STRATEGIES FOR JOB RESERVATION AND BIDDING

GRID META BROKER SELECTION STRATEGIES FOR JOB RESERVATION AND BIDDING GRID META BROKER SELECTION STRATEGIES FOR JOB RESERVATION AND BIDDING D. Ramyachitra #1, S. Poongodi #2 #1 Asst.Prof, Department of Computer Science, Bharathiar University, Coimbatore- 46. #1 jaichitra1@yahoo.co.in

More information

The EPIKH Project (Exchange Programme to advance e-infrastructure Know-How) Introduction to glite Grid Services

The EPIKH Project (Exchange Programme to advance e-infrastructure Know-How) Introduction to glite Grid Services The EPIKH Project (Exchange Programme to advance e-infrastructure Know-How) Introduction to glite Grid Services Fabrizio Pistagna (fabrizio.pistagna@ct.infn.it) Beijing, China Asia-3 2011 - Joint CHAIN

More information

Product Brief SysTrack VMP

Product Brief SysTrack VMP Product Brief SysTrack VMP Benefits Optimize desktop and server virtualization and terminal server projects Anticipate and handle problems in the planning stage instead of postimplementation Use iteratively

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure Solutions Course # Exam: Prerequisites Technology: Delivery Method: Length: 20533 70-533 20532 Microsoft Products Instructor-led (classroom) 5 Days Overview

More information

VirtualWisdom Analytics Overview

VirtualWisdom Analytics Overview DATASHEET VirtualWisdom Analytics Overview Today s operations are faced with an increasing dynamic hybrid infrastructure of near infinite scale, new apps appear and disappear on a daily basis, making the

More information

D5.1 Inter-Layer Cloud Stack Adaptation Summary

D5.1 Inter-Layer Cloud Stack Adaptation Summary D5.1 Inter-Layer Cloud Stack Adaptation Summary The ASCETiC architecture focuses on providing novel methods and tools to support software developers aiming at optimising energy efficiency resulting from

More information

SIMPLIFYING HPC APPLICATION DEPLOYMENTS WITH NVIDIA GPU CLOUD CONTAINERS

SIMPLIFYING HPC APPLICATION DEPLOYMENTS WITH NVIDIA GPU CLOUD CONTAINERS SIMPLIFYING HPC APPLICATION DEPLOYMENTS WITH NVIDIA GPU CLOUD CONTAINERS Clemson University Clemson University HPC administrators support GPU-optimized containers to help scientists accelerate research

More information

IBM Tivoli Monitoring

IBM Tivoli Monitoring Monitor and manage critical resources and metrics across disparate platforms from a single console IBM Tivoli Monitoring Highlights Proactively monitor critical components Help reduce total IT operational

More information

Top six performance challenges in managing microservices in a hybrid cloud

Top six performance challenges in managing microservices in a hybrid cloud Top six performance challenges in managing microservices in a hybrid cloud Table of Contents Top six performance challenges in managing microservices in a hybrid cloud Introduction... 3 Chapter 1: Managing

More information

HPC in the Cloud: Gompute Support for LS-Dyna Simulations

HPC in the Cloud: Gompute Support for LS-Dyna Simulations HPC in the Cloud: Gompute Support for LS-Dyna Simulations Iago Fernandez 1, Ramon Díaz 1 1 Gompute (Gridcore GmbH), Stuttgart (Germany) Abstract Gompute delivers comprehensive solutions for High Performance

More information

Introduction to glite Middleware

Introduction to glite Middleware Introduction to glite Middleware Malik Ehsanullah (ehsan@barc.gov.in) BARC Mumbai 1 Introduction The Grid relies on advanced software, called middleware, which interfaces between resources and the applications

More information

Milestone Solution Partner IT Infrastructure Components Certification Summary

Milestone Solution Partner IT Infrastructure Components Certification Summary Milestone Solution Partner IT Infrastructure Components Certification Summary Logic Supply MX1000 Rugged NVR 6-8-2015 Table of Contents: Introduction... 4 Certified Products... 4 Test Process... 5 Topology...

More information

CTI planning. CTI Server

CTI planning. CTI Server CTI planning Cisco CTI software provides an interface between the Unified ICM software and agent desktop and server applications. The CTI software works with a Peripheral Gateway's ACD and IVR interface

More information

Agile Product Lifecycle Management

Agile Product Lifecycle Management Agile Product Lifecycle Management Agile Plug-in for Enterprise Manager User Guide Release 9.3.3 E39304-02 December 2013 Agile Plug-in for Enterprise Manager User Guide, Release 9.3.3 E39304-02 Copyright

More information

What s new on Azure? Jan Willem Groenenberg

What s new on Azure? Jan Willem Groenenberg What s new on Azure? Jan Willem Groenenberg Why the cloud? Rapidly setup environments to drive business priorities Scale to meet peak demands Increase daily activities, efficiency and reduced cost. Why

More information

Smart GSM NMS Smart Network Management System

Smart GSM NMS Smart Network Management System Smart GSM NMS Smart Network Management System Smart GSM NMS Overview AddPac Technology 2010, Sales and Marketing www.addpac.com Contents System Requirement Smart NMS Networking Diagram Web-based Management

More information

What s New in LigandScout 4.4

What s New in LigandScout 4.4 What s New in LigandScout 4.4 What's New in LigandScout 4.4? 2D Molecule editor for convenient structure editing Binding affinity prediction and atom contribution display Automated protein binding site

More information

Lecture 6: CPU Scheduling. CMPUT 379, Section A1, Winter 2014 February 5

Lecture 6: CPU Scheduling. CMPUT 379, Section A1, Winter 2014 February 5 Lecture 6: CPU Scheduling CMPUT 379, Section A1, Winter 2014 February 5 Objectives Introduce CPU scheduling: the basis for multiprogrammed operating systems Describe various CPU scheduling algorithms Discuss

More information

Optimized Virtual Resource Deployment using CloudSim

Optimized Virtual Resource Deployment using CloudSim Optimized Virtual Resource Deployment using CloudSim Anesul Mandal Software Professional, Aptsource Software Pvt. Ltd., A-5 Rishi Tech Park, New Town, Rajarhat, Kolkata, India. Kamalesh Karmakar Assistant

More information

Resource Scheduling in Hybrid Grid Environment

Resource Scheduling in Hybrid Grid Environment Resource Scheduling in Hybrid Grid Environment Dr. N. Malarvizhi Professor & Head, Department of Information Technology Jawahar Engineering College Chennai, India nmv_94@yahoo.com Dr. N. Sankar Ram Professor

More information

Open Science Grid Ecosystem

Open Science Grid Ecosystem Open Science Grid Ecosystem Consortium Infrastructures Project Satellites Services: Consulting Production Software Mission: The Open Science Grid aims to promote discovery and collaboration in data-intensive

More information

Microsoft Office SharePoint Server 2007 Intranet in Health at University Hospitals Bristol NHS Foundation Trust (formerly known as UBHT)

Microsoft Office SharePoint Server 2007 Intranet in Health at University Hospitals Bristol NHS Foundation Trust (formerly known as UBHT) Microsoft Office SharePoint Server 2007 Intranet in Health at University Hospitals Bristol NHS Foundation Trust (formerly known as UBHT) A Deployment and Implementation Experience Overview Technical White

More information

Oracle Communications Billing and Revenue Management Elastic Charging Engine Performance. Oracle VM Server for SPARC

Oracle Communications Billing and Revenue Management Elastic Charging Engine Performance. Oracle VM Server for SPARC Oracle Communications Billing and Revenue Management Elastic Charging Engine Performance Oracle VM Server for SPARC Table of Contents Introduction 1 About Oracle Communications Billing and Revenue Management

More information

Computing as a Service Online Service Document

Computing as a Service Online Service Document Computing as a Service Online Service Document For purposes of this document, Company means International Business Machines Corporation including its applicable affiliates and subsidiaries ( IBM ). I.

More information

High-Performance Computing (HPC) Up-close

High-Performance Computing (HPC) Up-close High-Performance Computing (HPC) Up-close What It Can Do For You In this InfoBrief, we examine what High-Performance Computing is, how industry is benefiting, why it equips business for the future, what

More information

Getting started with load & performance testing

Getting started with load & performance testing Getting started with load & performance testing How to incorporate into my company? Where to keep an eye on? Essen, 2017-05-04 Speaker Dr. Jan Sickmann profi.com AG IT Consultant Email: jsickmann@proficom.de

More information

The Cloud at Your Service

The Cloud at Your Service C 1 The Cloud at Your Service loud computing is a way to use and share hardware, operating systems, storage, and network capacity over the Internet. Cloud service providers rent virtualized servers, storage,

More information

SAP Cloud Platform Pricing and Packages

SAP Cloud Platform Pricing and Packages Pricing and Packages Get Started Packages Fast. Easy. Cost-effective. Get familiar and up-and-running with Platform in no time flat. Intended for non-production use. Designed to help users become familiar

More information

Oracle Value Chain Planning Demantra Demand Management

Oracle Value Chain Planning Demantra Demand Management Oracle Value Chain Planning Demantra Demand Management Is your company trying to be more demand driven? Do you need to increase your forecast accuracy or quickly converge on a consensus forecast to drive

More information

locuz.com Unified HPC Cluster Manager

locuz.com Unified HPC Cluster Manager locuz.com Unified HPC Cluster Manager Ganana Cluster Manager makes it easier for Admins to build Linux based HPC Cluster, and to easily manage their clusters on any x64 hardware. The web-based Portal is

More information

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

More information

Subtract v1.0: Measuring the volume of protein binding site cavities. Panos Kakoulidis, Ioannis Galdadas and Zoe Cournia

Subtract v1.0: Measuring the volume of protein binding site cavities. Panos Kakoulidis, Ioannis Galdadas and Zoe Cournia Subtract v1.0: Measuring the volume of protein binding site cavities Panos Kakoulidis, Ioannis Galdadas and Zoe Cournia Biomedical Research Foundation, 4 Soranou Ephessiou, 11527, Athens, Greece Researchers

More information

IBM Spectrum Scale. Advanced storage management of unstructured data for cloud, big data, analytics, objects and more. Highlights

IBM Spectrum Scale. Advanced storage management of unstructured data for cloud, big data, analytics, objects and more. Highlights IBM Spectrum Scale Advanced storage management of unstructured data for cloud, big data, analytics, objects and more Highlights Consolidate storage across traditional file and new-era workloads for object,

More information

Accenture* Integrates a Platform Telemetry Solution for OpenStack*

Accenture* Integrates a Platform Telemetry Solution for OpenStack* white paper Communications Service Providers Service Assurance Accenture* Integrates a Platform Telemetry Solution for OpenStack* Using open source software and Intel Xeon processor-based servers, Accenture

More information

Oracle s Hyperion System 9 Strategic Finance

Oracle s Hyperion System 9 Strategic Finance Oracle s Hyperion System 9 Strategic Finance June 2007 Light Use... 3 Heavy Use... 3 Client Machine... 3 Server Machine... 3 Client Machine... 3 Server Machine... 3 Data Integration... 3 The Hyperion System

More information

Increasing Enterprise Support Demand & Complexity

Increasing Enterprise Support Demand & Complexity PTC System Monitor Increasing Enterprise Support Demand & Complexity Diagnostics & Troubleshooting Tools based on Customer & TS Requirements Customer Challenges Visibility into System Health Time To Resolution

More information

IBM WebSphere Front Office for Financial Markets delivers a flexible, high-throughput, low-latency, front-office platform

IBM WebSphere Front Office for Financial Markets delivers a flexible, high-throughput, low-latency, front-office platform Software Announcement June 27, 2006 IBM WebSphere Front Office for Financial Markets delivers a flexible, high-throughput, low-latency, front-office platform Overview WebSphere Front Office for Financial

More information

Systems Management of the SAS 9.2 Enterprise Business Intelligence Environment Gary T. Ciampa, SAS Institute Inc., Cary, NC

Systems Management of the SAS 9.2 Enterprise Business Intelligence Environment Gary T. Ciampa, SAS Institute Inc., Cary, NC Paper 276-2010 Systems Management of the SAS 9.2 Enterprise Business Intelligence Environment Gary T. Ciampa, SAS Institute Inc., Cary, NC ABSTRACT The evolution of the SAS 9.2 architecture provides a

More information

IBM Tivoli Endpoint Manager for Lifecycle Management

IBM Tivoli Endpoint Manager for Lifecycle Management IBM Endpoint Manager for Lifecycle Management A single-agent, single-console approach for endpoint management across the enterprise Highlights Manage hundreds of thousands of endpoints regardless of location,

More information

System and Server Requirements

System and Server Requirements System and Server Requirements January 2019 For GreeneStep ERP, CRM, Ecommerce, Customer/Supplier Collaboration, Management Dashboards and Web Access Products Suite ON-PREMISE DEPLOYMENT MODEL & HOSTED

More information

IBM Tivoli OMEGAMON XE for. WebSphere Business Integration. Optimize management of your messaging infrastructure. Highlights

IBM Tivoli OMEGAMON XE for. WebSphere Business Integration. Optimize management of your messaging infrastructure. Highlights Optimize management of your messaging infrastructure IBM Tivoli OMEGAMON XE for Highlights Simplify management with a single tool for monitoring IBM WebSphere MQ, IBM WebSphere Business Integration Message

More information

Virtual Workspaces Dynamic Virtual Environments in the Grid

Virtual Workspaces Dynamic Virtual Environments in the Grid Virtual Workspaces Dynamic Virtual Environments in the Grid October 5, 2006 ESAC Grid Workshop '06 Borja Sotomayor University of Chicago Index Virtual Workspaces What is a workspace? Why are VM-based workspaces

More information

Oszczędzaj Czas i Zasoby z Red Hat Satellite. Jacek Skórzyński Solution Architect/Red Hat

Oszczędzaj Czas i Zasoby z Red Hat Satellite. Jacek Skórzyński Solution Architect/Red Hat Oszczędzaj Czas i Zasoby z Red Hat Satellite Jacek Skórzyński Solution Architect/Red Hat AGENDA Red Hat Satellite Overview Satellite 6 Architecture Satellite 6.2 New Features Red Hat Satellite Overview

More information

DELL EMC ISILON INSIGHTIQ

DELL EMC ISILON INSIGHTIQ DATA SHEET DELL EMC ISILON INSIGHTIQ Customizable analytics platform to accelerate workflows and applications on Isilon clusters ESSENTIALS Powerful monitoring and reporting tools to optimize performance

More information

Goodbye Starts & Stops... Hello. Goodbye Data Batches... Goodbye Complicated Workflow... Introducing

Goodbye Starts & Stops... Hello. Goodbye Data Batches... Goodbye Complicated Workflow... Introducing Goodbye Starts & Stops... Hello Goodbye Data Batches... Goodbye Complicated Workflow... Introducing Introducing Automated Digital Discovery (ADD ) The Fastest Way to Get Data Into Review Automated Digital

More information

Request for Proposal for Implementation of ERP and Webbased ERP- like Solutions

Request for Proposal for Implementation of ERP and Webbased ERP- like Solutions Request for Proposal for Implementation of ERP and Webbased ERP- like Solutions Corrigendum to Volume I System Integration Services and Solution Scope Indian Institute of Technology Bombay NOTE: The contents

More information

aisgas ARTIFICIAL INTELLIGENCE BASED GAS -OIL CONTROLLER Software protected by

aisgas ARTIFICIAL INTELLIGENCE BASED GAS -OIL CONTROLLER Software protected by ARTIFICIAL INTELLIGENCE BASED GAS -OIL CONTROLLER \\ Software protected by For all the fuctionalities and possibilities ceck the Software Overview of the system NEXT LEVEL THECNOLOGIES MAIN FEATURES 01

More information

Sizing SAP Hybris Billing, pricing simulation Consultant Information for Release 1.1 (et seq.) Document Version

Sizing SAP Hybris Billing, pricing simulation Consultant Information for Release 1.1 (et seq.) Document Version Sizing SAP Hybris Billing, pricing simulation Consultant Information for Release 1.1 (et seq.) Document Version 1.2 2016-06-15 www.sap.com TABLE OF CONTENTS 1. INTRODUCTION... 3 1.1 Functions of SAP SAP

More information

Automated Service Builder

Automated Service Builder 1 Overview ASB is a platform and application agnostic solution for implementing complex processing chains over globally distributed processing and data ASB provides a low coding solution to develop a data

More information

Learning Based Admission Control. Jaideep Dhok MS by Research (CSE) Search and Information Extraction Lab IIIT Hyderabad

Learning Based Admission Control. Jaideep Dhok MS by Research (CSE) Search and Information Extraction Lab IIIT Hyderabad Learning Based Admission Control and Task Assignment for MapReduce Jaideep Dhok MS by Research (CSE) Search and Information Extraction Lab IIIT Hyderabad Outline Brief overview of MapReduce MapReduce as

More information

SENTRON Powermanager. SENTRON Powermanager. Identifying hidden potential for energy optimization and savings. Answers for industry.

SENTRON Powermanager. SENTRON Powermanager. Identifying hidden potential for energy optimization and savings. Answers for industry. SENTRON Powermanager Identifying hidden potential for energy optimization and savings SENTRON Powermanager TM software, combined with Siemens power meters and low voltage protective devices, provides a

More information

Grid 2.0 : Entering the new age of Grid in Financial Services

Grid 2.0 : Entering the new age of Grid in Financial Services Grid 2.0 : Entering the new age of Grid in Financial Services Charles Jarvis, VP EMEA Financial Services June 5, 2008 Time is Money! The Computation Homegrown Applications ISV Applications Portfolio valuation

More information

Weather and Climate Models: Preparing Development Workflows for Exascale. Florent Lebeau

Weather and Climate Models: Preparing Development Workflows for Exascale. Florent Lebeau Weather and Climate Models: Preparing Development Workflows for Exascale Florent Lebeau flebeau@allinea.com Outline How to Handle Increasingly Complex Models? Allinea s Tool Solution Automate Fault Detection

More information

Preston Smith Director of Research Services. September 12, 2015 RESEARCH COMPUTING GIS DAY 2015 FOR THE GEOSCIENCES

Preston Smith Director of Research Services. September 12, 2015 RESEARCH COMPUTING GIS DAY 2015 FOR THE GEOSCIENCES Preston Smith Director of Research Services RESEARCH COMPUTING September 12, 2015 GIS DAY 2015 FOR THE GEOSCIENCES OVERVIEW WHO ARE WE? IT Research Computing (RCAC) A unit of ITaP (Information Technology

More information

Oracle In-Memory Performance-Driven Planning

Oracle In-Memory Performance-Driven Planning Oracle In-Memory Performance-Driven Planning Systems Guide Release 12.2 Part No. E52287-01 July 2014 Oracle In-Memory Performance-Driven Planning Systems Guide, Release 12.2 Part No. E52287-01 Copyright

More information

InfoSphere DataStage Grid Solution

InfoSphere DataStage Grid Solution InfoSphere DataStage Grid Solution Julius Lerm IBM Information Management 1 2011 IBM Corporation What is Grid Computing? Grid Computing doesn t mean the same thing to all people. GRID Definitions include:

More information

HEURISTIC APPROACH TO MULTIPLE-JOB SUBMISSION: A CASE STUDY

HEURISTIC APPROACH TO MULTIPLE-JOB SUBMISSION: A CASE STUDY Proceedings of the IASTED International Conference Parallel and Distributed Computing and Systems (PDCS 2011) December 14-16, 2011 Dallas, USA HEURISTIC APPROACH TO MULTIPLE-JOB SUBMISSION: A CASE STUDY

More information

SAP Cloud Platform Pricing and Packages

SAP Cloud Platform Pricing and Packages Platform Pricing and Packages Get Started Packages Fast. Easy. Cost-effective. Get familiar and up-and-running with Platform in no time flat. Intended for non-production use. Designed to help users become

More information

Load DynamiX Enterprise 5.2

Load DynamiX Enterprise 5.2 ENTERPRISE DATASHEET TECHNOLOGY VENDORS Load DynamiX Enterprise 5.2 The industry s only collaborative workload acquisition, modeling and performance validation solution for storage technology vendors Key

More information

IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS

IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS Course Duration: 5 Days About this course This course is aimed at experienced IT professionals who currently administer their on-premise infrastructure.

More information

Exalogic Elastic Cloud

Exalogic Elastic Cloud Exalogic Elastic Cloud Mike Piech Oracle San Francisco Keywords: Exalogic Cloud WebLogic Coherence JRockit HotSpot Solaris Linux InfiniBand Introduction For most enterprise IT organizations, years of innovation,

More information

MQ on Cloud (AWS) Suganya Rane Digital Automation, Integration & Cloud Solutions. MQ Technical Conference v

MQ on Cloud (AWS) Suganya Rane Digital Automation, Integration & Cloud Solutions. MQ Technical Conference v MQ on Cloud (AWS) Suganya Rane Digital Automation, Integration & Cloud Solutions Agenda CLOUD Providers Types of CLOUD Environments Cloud Deployments MQ on CLOUD MQ on AWS MQ Monitoring on Cloud What is

More information

NVIDIA QUADRO VIRTUAL DATA CENTER WORKSTATION APPLICATION SIZING GUIDE FOR SIEMENS NX APPLICATION GUIDE. Ver 1.0

NVIDIA QUADRO VIRTUAL DATA CENTER WORKSTATION APPLICATION SIZING GUIDE FOR SIEMENS NX APPLICATION GUIDE. Ver 1.0 NVIDIA QUADRO VIRTUAL DATA CENTER WORKSTATION APPLICATION SIZING GUIDE FOR SIEMENS NX APPLICATION GUIDE Ver 1.0 EXECUTIVE SUMMARY This document provides insights into how to deploy NVIDIA Quadro Virtual

More information

HTCaaS: Leveraging Distributed Supercomputing Infrastructures for Large- Scale Scientific Computing

HTCaaS: Leveraging Distributed Supercomputing Infrastructures for Large- Scale Scientific Computing HTCaaS: Leveraging Distributed Supercomputing Infrastructures for Large- Scale Scientific Computing Jik-Soo Kim, Ph.D National Institute of Supercomputing and Networking(NISN) at KISTI Table of Contents

More information

Chris Nelson. Vice President Software Development. #PIWorld OSIsoft, LLC

Chris Nelson. Vice President Software Development. #PIWorld OSIsoft, LLC Chris Nelson Vice President Software Development Extending your infrastructure from edge to cloud OSISOFT CLOUD SERVICES Efficiency Quality Asset Health OT IT SCADA & Automation ENTERPRISE Business & ERP

More information

Job Scheduling Challenges of Different Size Organizations

Job Scheduling Challenges of Different Size Organizations Job Scheduling Challenges of Different Size Organizations NetworkComputer White Paper 2560 Mission College Blvd., Suite 130 Santa Clara, CA 95054 (408) 492-0940 Introduction Every semiconductor design

More information

Simplifying Hadoop. Sponsored by. July >> Computing View Point

Simplifying Hadoop. Sponsored by. July >> Computing View Point Sponsored by >> Computing View Point Simplifying Hadoop July 2013 The gap between the potential power of Hadoop and the technical difficulties in its implementation are narrowing and about time too Contents

More information

Advances in PI System Streaming Analytics

Advances in PI System Streaming Analytics Advances in PI System Streaming Analytics Stephen Kwan, OSIsoft Product Manager Jim Stewart, Ph.D., MathWorks Senior Engineering Manager Goals and Objectives Use PI System as the data infrastructure Enable

More information

SALESFORCE CERTIFIED DATA ARCHITECTURE AND MANAGEMENT DESIGNER

SALESFORCE CERTIFIED DATA ARCHITECTURE AND MANAGEMENT DESIGNER Certification Exam Guide SALESFORCE CERTIFIED DATA ARCHITECTURE AND MANAGEMENT Winter 19 2018 Salesforce.com, inc. All rights reserved. S ALESFORCE CERTIFIED DATA ARCHITECTURE AND MANAGEMENT CONTENTS About

More information

Performance Description Contents: EPLAN Engineering Configuration One 2.5 Status: 09/2015

Performance Description Contents: EPLAN Engineering Configuration One 2.5 Status: 09/2015 2.5 Copyright 2015 EPLAN Software & Service GmbH & Co. KG EPLAN Software & Service GmbH & Co. KG assumes no liability for either technical or printing errors, or for deficiencies in this technical information

More information

A Grid Resource Broker Supporting Advance Reservations and Benchmark-Based Resource Selection

A Grid Resource Broker Supporting Advance Reservations and Benchmark-Based Resource Selection In Applied Parallel Computing. State-of-the-art in Scientific Computing. Springer-Verlag, Lecture Notes in Computer Science, (to appear). A Grid Resource Broker Supporting Advance Reservations and Benchmark-Based

More information

Title: Introducing Enterprise Discovery 2.1 Session #: 537 Speakers: Matt Schvimmer, Matthew Darwin Company: HP

Title: Introducing Enterprise Discovery 2.1 Session #: 537 Speakers: Matt Schvimmer, Matthew Darwin Company: HP Title: Introducing Enterprise Discovery 2.1 Session #: 537 Speakers: Matt Schvimmer, Matthew Darwin Company: HP Agenda What is Enterprise Discovery How does Enterprise Discovery fit within OpenView What

More information

TrustBank Implementation Case Study

TrustBank Implementation Case Study TrustBank Implementation Case Study Trust Systems Software (I) Agenda Overview of Bank Reasons Sewa changed their legacy system Problems Sewa faced previously Preliminary Business Requirements Scope of

More information