27 Pages

HA II

Course: COMPUTER S a303, Spring 2011
School: BEM Bordeaux Management...
Rating:
 
 
 
 
 

Word Count: 1825

Document Preview

to: Profiles Welcome and Federating Cells IBM Confidential Copyright IBM Corporation 2005 Course materials may not be reproduced in whole or in part without the prior written permission of IBM. Unit Objectives After completing this unit, you should be able to: Describe WebSphere Application Server cell concepts Describe the installation process for creating profiles Verify the installation of profiles...

Register Now

Unformatted Document Excerpt

Coursehero >> France >> BEM Bordeaux Management School >> COMPUTER S a303

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
to: Profiles Welcome and Federating Cells IBM Confidential Copyright IBM Corporation 2005 Course materials may not be reproduced in whole or in part without the prior written permission of IBM. Unit Objectives After completing this unit, you should be able to: Describe WebSphere Application Server cell concepts Describe the installation process for creating profiles Verify the installation of profiles Describe the directories and configuration files for WebSphere profiles Add a WebSphere Application Server node to a cell Explain the difference between managing a stand-alone server and a cell Copyright IBM Corporation 2005 WebSphere Cells A WebSphere cell defines administrative domain Available in WebSphere Application Server Network Deployment Deployment manager provides centralized administration of all resources in the cell Created as a profile Nodes run application components in application servers WebSphere Application Server base nodes can be added to a cell Deployment Manager Cell Node 1 Node 2 Node Agent Node Agent App Server App Server Copyright IBM Corporation 2005 App Server App Server WebSphere Application Server Types Application Server Provides the functions that are required to support and host user applications Runs on only one node, but one node can support many application servers Node agent Created and installed when a node is federated Works with the deployment manager to perform administrative activities on the node Deployment manager Administers multiple application servers from one centralized manager Works with the node agents on each node to manage all the servers in a distributed topology Copyright IBM Corporation 2005 Network Deployment Concepts A node is a logical grouping of servers Each node is managed by a single node agent process Each node is defined within a profile A deployment manager (DMgr) process manages the node agents Holds the configuration repository for the entire management domain, called a cell Administrative service runs inside the DMgr The deployment manager is defined within a profile V6 Application Server V6 Application Server V 6 N od e Copyright IBM Corporation 2005 V6 Application Server V6 Application Server V 6 N od e Cell WebSphere Profiles Overview WebSphere files are split into two components: Product files Set of shared read-only static files or product binaries shared by any functional instance of the WebSphere Application Server product Configuration files (profiles) Set of user-customizable data files, called a profile Files include: WebSphere configuration, installed applications, resource adapters, properties, log files, and so forth WebSphere Product Files Profiles -AppSrv01 -AppSrv02 . . . Copyright IBM Corporation 2005 WebSphere Profiles Benefits Benefits of profiles in network deployment: Think of profiles as representing a node Can install multiple profiles on a single machine Each profile uses the same product files Stand-alone Node An application server profile that is not federated Managed Node A node that has been federated and therefore has a node agent Deployment Manager A node that runs the deployment manager process Copyright IBM Corporation 2005 WebSphere Profiles: Types Profile types: define application server configuration Profile Profile Types V6 packages Application Server (default) All Deployment Manager Network Deployment Create different instances of DMgr each DMgr is its own cell Custom (managed) Network Deployment Creates and federates a node containing no pre-defined application server definitions + WebSphere Install Product Binaries + WebSphere Profile 1 WebSphere Profile 2 Functions Create different instances of a stand-alone node each standalone node has 1 application server V6 Application Server V6 Application Server OR V6 Deployment Manager OR V6 Deployment Manager Copyright IBM Corporation 2005 OR V6 Custom Profile (V6 Node) OR V6 Custom Profile (V6 Node) Application Server Profile Application Server profiles provide a base install Application Server in the Network Deployment product can run in a deployment manager cell as a managed node or on its own as a standalone application server Multiple application server profiles can be created on a single machine Each application server profile can be federated into a cell If there are multiple base profiles on a single machine, they can be federated into the same cell, different cells, or remain stand-alone. Federated Stand-alone V6 Application Server V6 Application Server V 6 N od e V 6 N od e Cell Copyright IBM Corporation 2005 V6 Application Server Deployment Manager Profile Used to create a deployment manager process (Dmgr) Can exist on independent machine Can exist on machine with other profiles Provides centralized administration of managed application server nodes and custom nodes as a single cell Provides clustering and caching support, including failover support and workload management V6 Application Server V6 Application Server V6 Application Server V 6 N od e V 6 N od e Cell Copyright IBM Corporation 2005 V6 Application Server Custom Profile A custom profile creates WebSphere node without any application By default is automatically federated into a cell during profile creation No application servers are created during profile creation Use the deployment managers administrative console to create servers and clusters on the federated node Consider a custom profile as a production-ready shell, ready for customization to contain your servers and applications V6 Application Server V6 Application Server V 6 N od e V 6 N od e Cell Copyright IBM Corporation Profiles WebSphere 2005 Creating provide multiple ways of creating profiles Profile Creation Wizard Start menu (Windows only) Launched after installation from install wizard Launch via command line tool pctWindows <was_root>\bin\ProfileCreator directory Similar command exists for UNIX platform Wizard in First steps console Manually via the wasprofile command line tool Create profiles in silent mode using wasprofile silent option Other wasprofile options include: -listProfiles delete Copyright IBM Corporation 2005 Profile Creation Wizard (1 of 3) The Profile Creation Wizard can be started a number of ways: Through the WebSphere installation wizard Through the Windows Start menu Through the command line tools in the <was_root>\bin\ProfileCreator directory Copyright IBM Corporation 2005 Profile Creation Wizard (2 of 3) Copyright IBM Corporation 2005 Profile Creation Wizard (3 of 3) Copyright IBM Corporation 2005 Profile Creation Command Line Tool The wasprofile script supports a number of functions including: Creating a new stand-alone application server profile wasprofile create -profileName -profilePath -templatePath -nodeName -cellName -hostname Listing all profiles wasprofile listProfiles Deleting a profile wasprofile delete profileName If desired, delete the left over files in the profile directory Note: wasprofile is the tool that should be used for managing profiles. Copyright IBM Corporation 2005 First Steps Is a post-installation ease-of-use tool By default, starts automatically at the end of the wizard based installation Can be started via Windows Start menu or command line Can be used to verify installation One per profile Copyright IBM Corporation 2005 Directory Structure Uninstaller for product The bin directory holds the profile specific tools and scripts Profile root System Applications Copyright IBM Corporation 2005 The config directory holds all the configuration information for the profile Server Commands WebSphere commands are profile aware There is a -profile option on many WebSphere commands Or issue the commands from the appropriate <profile_root>\<profile_name>\bin directory If no profile is used, the default profile is assumed There can only be one default profile Unless otherwise manually set, the first profile created will be the default Examples (from <was_root>\bin): startServer server1 -profileName profile1 startManager -profileName DMgr stopServer server1 assumes default profile Copyright IBM Corporation 2005 Common Command Line Tools Tools in <was_root>\bin directory (as well as the profiles bin directory) addNode Add a node to a cell syncNode Synchronize a node with the cell configuration removeNode Remove a node from a cell startNode Start the node agent stopNode Stop the node agent startManager Start the deployment manager stopManager Stop the deployment manager Copyright IBM Corporation 2005 WebSphere Profiles Issues When multiple profiles are created on a single machine, be careful Use correct profile bin directory to startserver stopserver serverstatus Be aware of possible port conflicts for node agents and application servers Make sure all of the servers have unique ports Be aware that there may be multiple server1 instances on a single machine (as part of different profiles) Ensure that consistent hostnames within a machine are used was6host00 and was6host00.ibm.com are different Copyright IBM Corporation 2005 Adding a WebSphere Node to a Cell Adding a node to a cell can be done using: Administrative Console System Administration -> Nodes -> Add Nodes addNode command line tool The process of adding a node to the cell: Creates backup of current configuration Connects to deployment manager Configures node agent Adds nodes applications to cell configuration if the -includeapps option is used For example, addNode mydmgr 8879 -includeapps After the node has been added Use startNode to start the node agent Use syncNode to synchronize a node with the cell configuration Copyright IBM Corporation 2005 V6 Application Server V 6 N od e Before Federation V6 Application Server V6 N od e After Federation Cell Topology The cell topology can be viewed through the administrative console From System Administration, select Cell, Local Topology Copyright IBM Corporation 2005 Configuring Synchronization From a node agents detail page select File Synchronization Service Copyright IBM Corporation 2005 Remove WebSphere Node from a Cell Use removeNode (at node) to remove a node from a cell Restores backup of nodes stand-alone configuration Can be run through the administrative console, Nodes page Remotely executes removeNode Use cleanupNode to clean up node configuration from cell repository Only use this command to clean up a node if you have a node defined in the cell configuration, but the node no longer exists Can be run through the administrative console, Nodes page with the Force Delete button Force Delete action is equivalent to running the cleanupNode command at the deployment manager. Copyright IBM Corporation 2005 Unit Summary After completing this unit, you should be able to: Describe concepts Cell, Deployment Manager, Node Describe installation of Deployment Manager Describe directories and configuration files for WebSphere profiles Add a node to a cell using addNode command Use Deployment Manager administrative console to manage the master cell configuration Configure synchronization to automatically distribute cell configuration changes Copyright IBM Corporation 2005 Lab Exercise Exercise 9 & 10 Federating the cell and Install IHS Copyright IBM Corporation 2005
Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

BEM Bordeaux Management School - COMPUTER S - a303
Welcome to:WebSphere SecurityIBM Confidential Copyright IBM Corporation 2005Course materials may not be reproduced in whole or in part without the prior written permission of IBM.Unit ObjectivesThis unit discusses: Authentication Supported user re
BEM Bordeaux Management School - COMPUTER S - a303
BEM Bordeaux Management School - COMPUTER S - a303
Smart Work for a Smarter PlanetWAS OverviewManivannan MIBM Certified IT Specialist 2009 IBM CorporationSmart Work for a Smarter PlanetAgenda2Introduction to WebSphere Application ServerWebSphere Application Server Network DeploymentNetwork Deplo
BEM Bordeaux Management School - COMPUTER S - a303
Smart Work for a Smarter PlanetWAS V7.0 Architecture OverviewManivannan MIBM Certified IT Specialist 2009 IBM CorporationSmart Work for a Smarter PlanetAgenda2Introduction to WebSphere Application Server v7.0Network Deployment ConceptsFlexible M
BEM Bordeaux Management School - COMPUTER S - a303
WAS V7.0 New FeaturesManivannan MIBM Certified IT Specialistmmanivannan@in.ibm.com 2009 IBM CorporationSmart Work for a Smarter PlanetAgenda2Introduction to WebSphere Application Server v7.0Flexible ManagementRuntime ProvisioningCentralized Ins
BEM Bordeaux Management School - COMPUTER S - a303
WebSphere Application Server UpdateSeema KumarProduct Line Manager, WebSphere Application Infrastructure, India/SAseemakumar@in.ibm.com2Disclaimer2IBMs statements regarding its plans, directions, and intent aresubject to change or withdrawal witho
BEM Bordeaux Management School - COMPUTER S - a303
2004WAS v7An IntroductionAgendaIntroduction to WebSphere Application Server v7.0 (Pyxis)Differences b/w v6.1 and v7.0Whats new in v7.0 ?Installation New profiles, server typesNew WAS v7 features more insightSummary03/06/08WebSphere Application
BEM Bordeaux Management School - COMPUTER S - a303
Welcome to:Administration of WebSphereApplication Server V6IBM Confidential Copyright IBM Corporation 2005Course materials may not be reproduced in whole or in part without the prior written permission of IBM.IntroductionsInstructorsStudents Plea
BEM Bordeaux Management School - COMPUTER S - a303
Welcome to:WebSphere Product Family Overview Copyright IBM Corporation 2005Course materials may not be reproduced in whole or in part without the prior written permission of IBM.Unit ObjectivesAfter completing this unit, you should be able to: Discu
BEM Bordeaux Management School - COMPUTER S - a303
Welcome to:Architectural Overview:Express and BaseIBM Confidential Copyright IBM Corporation 2005Course materials may not be reproduced in whole or in part without the prior written permission of IBM.Unit ObjectivesThis unit discusses: Main themes
BEM Bordeaux Management School - COMPUTER S - a303
Welcome to:Architectural Overview:Network DeploymentIBM Confidential Copyright IBM Corporation 2005Course materials may not be reproduced in whole or in part without the prior written permission of IBM.Unit ObjectivesThis unit discusses: Network d
BEM Bordeaux Management School - COMPUTER S - a303
bcAcrobat JavaScriptScripting GuideTechnical Note #5430Version: Acrobat 6.0ADOBE SYSTEMS INCORPORATEDCorporate Headquarters345 Park AvenueSan Jose, CA 95110-2704(408) 536-6000http:/partners.adobe.comMay 2003Copyright 2003 Adobe Systems Incorpo
BEM Bordeaux Management School - COMPUTER S - a303
Welcome to:Introduction to WebSphere PlatformMessaging (WPM) Copyright IBM Corporation 2005Course materials may not be reproduced in whole or in part without the prior written permission of IBM.Unit ObjectivesAfter completing this unit, you should b
BEM Bordeaux Management School - COMPUTER S - a303
IBM Software GroupIBM WebSphere Application Server V7The Value of WebSphere - Service Integration Bus 2007 IBM CorporationUpdated February 9, 2012IBM Software GroupGoal: Leverage Benefits of Service Integration BusYou want to IBM SolutionQuickly
BEM Bordeaux Management School - COMPUTER S - a303
Welcome to:wsadminIBM Confidential Copyright IBM Corporation 2005Course materials may not be reproduced in whole or in part without the prior written permission of IBM.Unit ObjectivesAfter completing this unit, you should be able to discuss:The pur
BEM Bordeaux Management School - COMPUTER S - a303
Solitary bean counters, their backs hunched and brows furrowedin concentration as they pore over accounting ledgers . . . if this is what you picture when you thinkof accounting, youre probably not alone. Ever changing and quickly evolving are not phras
BEM Bordeaux Management School - COMPUTER S - a303
Maybe youre a struggling writer or artist whos tiredof living on ramen and happy-hour buffets, and youve cometo the conclusion that a cell phone and a steady paycheck dont necessarily make a person a sellout.Maybe youre an English major whose friends a
BEM Bordeaux Management School - COMPUTER S - a303
Because thats where the money is. Willy Suttons immortal replyto the reporter who asked him why he robbed banks might also explain why people go into the assetmanagement and retail brokerage industries. Asset management and retail brokerage firms are in
BEM Bordeaux Management School - COMPUTER S - a303
Looking for work in an industry with a potent andpromising future? Consider the biotech and pharmaceutical industries. Demand fordrugs is growing, fueled by an aging global population and blossoming international markets. And sois the market for skille
BEM Bordeaux Management School - COMPUTER S - a303
From Milk-Bone to Cocoa Puffs to Colgate, there are more brandsin the marketplace than teenaged girls with bare midriffs in a shopping mall. With this ever-growinglist of brands comes the need for individuals who can manage these assets. If youre a mark
BEM Bordeaux Management School - COMPUTER S - a303
At once insignificant and omnipresent, consumer products are aninescapable part of our lives. It is hard to imagine a world without them: From the time we wake upand brush our teeth to the time we eat our dinner, most of us use consumer products many ti
BEM Bordeaux Management School - COMPUTER S - a303
Not everyone can be a rock star, movie star, or NBAall-star, but that doesnt mean that you cant bask in at least a little limelight. Theres just as muchgoing on behind the scenes and off court as there is in front of the cameras and mikes: acquisitions,
BEM Bordeaux Management School - COMPUTER S - a303
Long considered a support role, human resources has taken on anincreasingly strategic dimension in the world of business as managers have recognized employees asa source of competitive advantage in recent years. Companies like Southwest Airlines, Nokia,
BEM Bordeaux Management School - COMPUTER S - a303
Opportunities in IT exist across a broad range ofindustriesfinancial services, retail, libraries and schools, or just about any organizationthat has a website or is required to exchange or store information. In fact, despite the technologysector downtu
BEM Bordeaux Management School - COMPUTER S - a303
The intensely competitive, action-oriented, profithungry world of investment banking can seem like a larger-than-lifeplace where deals are done and fortunes are made. In fact, its a great place to learn the ins and outs ofcorporate finance and pick up a
BEM Bordeaux Management School - COMPUTER S - a303
Whether youre attracted by the big bucks, theintellectual rigor, the glamour, the work, or a combination of the above,youre not alone: Consulting firms are traditionally among the largest employers of top MBA andcollege graduates. Its a high-paying, hi
BEM Bordeaux Management School - COMPUTER S - a303
Though manufacturing has been given short shriftin recent years with the rise of the service and information economies, it still occupiesan undeniably large piece of the American psyche and a very real place in the heart of Americanbusiness. If you lik
BEM Bordeaux Management School - COMPUTER S - a303
If your creative genius is matched by your analyticalacumen, you may find that a career in marketing or market research makes for a worthychallenge. The uninitiated may equate marketing with peddling household products, but marketersknow their roles ar
BEM Bordeaux Management School - COMPUTER S - a303
Want a job where you can make a difference? Then you havesomething in common with many who work in nonprofit and government organizations. Theseorganizations arent for the faint of spiritmoney can be an issue, and the emotional demands can begreat. But
BEM Bordeaux Management School - COMPUTER S - a303
Thinking big is part and parcel of the real estateindustry, and grandiose speculation has created some of Americas greatest fortunes. JohnJacob Astor traded in his empire of beaver pelts for a gamble on uptown Manhattan real estate andbecame the riches
BEM Bordeaux Management School - COMPUTER S - a303
Supply chain management plays a crucial, if somewhatunheralded, role in commerce. Supply chain managers keep the goodsmoving from vendors to manufacturers to retailers and into the hands of end users. This cross-functional role requires specialized tra
BEM Bordeaux Management School - COMPUTER S - a303
Is it the risk, the potential for dizzying financialrewards, or the chance to play a role in funding theAmerican dream that attracts you to venture capital? Venture capitalists enjoy a highdegree of job satisfaction, and many of our insiders concur tha
BEM Bordeaux Management School - COMPUTER S - a303
Consulting. Its not just for MBAs anymore. PhDs, JDs, and MDsalso have a variety of employment opportunities in consulting. There are, of course, the pure strategyand operations consulting firms, but those arent the only games in town. If youre an advan
BEM Bordeaux Management School - COMPUTER S - a303
Strategy consulting only represents one slice of thelarger consulting piethere are other types of consulting, too. This guide focuseson three significant consulting specializations: human resources and IT, which are areas relevant andvaluable to virtua
BEM Bordeaux Management School - COMPUTER S - a303
Part I: IntroductionThe term Enterprise Architecture refers to a collection of technology componentsand their interrelationships, which are integrated to meet the informationrequirements of an enterprise. This section introduces the concept of Enterpri
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 2. Data Warehouse ConceptsIn this chapter, we look briefly at how computing has changed its focus from operational todecisional concerns. We also define data warehousing concepts, and cite the typical reasons forbuilding data warehouses.Gradua
BEM Bordeaux Management School - COMPUTER S - a303
Part II: PeopleAlthough a number of people are involved in a single data warehousing project,there are three key roles that carry enormous responsibilities. Negligence incarrying out any of these three roles can easily derail a well-planned datawareho
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 4. The CIOThe Chief Information Officer (CIO) is responsible for the effective deployment of informationtechnology resources and staff to meet the strategic, decisional, and operational informationrequirements of the enterprise.Data warehousin
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 5. The Project ManagerThe warehouse Project Manager is responsible for any and all technical activities related toplanning, designing, and building a data warehouse. Under ideal circumstances, this role isfulfilled by internal IT staff. It is n
BEM Bordeaux Management School - COMPUTER S - a303
Part III: ProcessAlthough there have been attempts to use traditional software developmentmethodologies from the OLTP arena for data warehouse development,warehousing practitioners generally agree that an iterative developmentapproach is more suited t
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 7. Warehouse Management and SupportProcessesWarehouse Management and Support Processes Warehouse management and supportprocesses are designed to address aspects of planning and managing a data warehouse projectthat are critical to the successf
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 8. Data Warehouse PlanningThe data warehouse planning approach presented in this chapter describes the activities relatedto planning one rollout of the data warehouse. The activities discussed below build on the resultsof the warehouse strategy
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 9. Data Warehouse ImplementationThe data Warehouse implementation approach presented in this chapter describes the activitiesrelated to implementing one rollout of the date warehouse. The activities discussed here build onthe results of the dat
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 10. Hardware and Operating SystemsThe term hardware and operating systems refers to the server platforms and operating systemsthat serve as the computing environment of the data warehouse. Warehousing environments aretypically separate from the
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 11. Warehousing SoftwareA warehousing team will require several different types of tools during the course of awarehousing project. These software products generally fall into one or more of the categoriesillustrated in Figure111 and described
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 12. Warehouse Schema DesignDimensional modeling is a term used to refer to a set of data modeling techniques that havegained popularity and acceptance for data warehouse implementations. The acknowledged guruof dimensional modeling is Ralph Kim
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 13. Warehouse MetadataMetadata have traditionally been defined as data about data. While such a catchy statement maynot seem very helpful, it is actually quite appropriate as a definitionmetadata are a form ofabstraction that describes the stru
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 14. Warehousing ApplicationsThe successful implementation of data warehousing technologies creates new possibilities forenterprises. Applications that previously were not feasible due to the lack of integrated data arenow possible. In this chap
BEM Bordeaux Management School - COMPUTER S - a303
Part V: Where to Now?After the initial data warehouse project is completed, it may seem that the bulk ofthe work is done. In reality, however, the warehousing team has taken just thefirst step of a long journey.This section of the book explores the ne
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 16. Warehousing TrendsThis chapter takes a look at trends in the data warehousing industry and their possibleimplications on future warehousing projects.Continued Growth of the Data Warehouse IndustryThe data warehousing industry continues to
BEM Bordeaux Management School - COMPUTER S - a303
DataWarehousingArchitectureandImplementationPrefaceI:IntroductionI:Introduction1.TheEnterpriseITArchitectureThePast:EvolutionofEnterpriseArchitecturesThePresent:TheITProfessional'sResponsibilityBusinessPerspectiveTechnologyPerspectiveArchitecture
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 1: IntroductionYoure into derivatives whether you like it or not. YourYoureadjustable rate mortgage is a derivative. You got a deal ona loan that was cheaper than a fixed-rate mortgage. Inreturn youre taking a risk.returnP. J. ORourkeEat t
BEM Bordeaux Management School - COMPUTER S - a303
Risk Management in Agriculture:RiskA Guide to Futures, Options, and SwapsLowell B. CatlettJames D. LibbinChapter 1ChapterIntroductionGeneral overview of agricultural risks and anGeneralintroduction to the basic tools to managemarket riskmarket
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 2Fundamentals ofFundamentalsPrice RiskPrice 2007 Thomson Delmar Learning, a part of the Thomson CorporationUncertainty versus RiskUncertainty can be managed when identifiedUncertaintyas a risk.asThe difference lies in the impact of the
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 3Price Forecasting 2007 Thomson Delmar Learning, a part of the Thomson CorporationThe Two Big Mine FieldsTraders believe either that prices can be forecast or thatTradersthey cannot.theyHad a blow up or blew up signify traders who haveHad
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 4Markets, Exchanges,Markets,and Regulationand 2007 Thomson Delmar Learning, a part of the Thomson CorporationMarketsThe general market rule that has been common law toThecaveat emptor (Let the buyer beware) resulted fromunethical sellers
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 5Fundamentals ofFundamentalsFutures HedgingFutures 2007 Thomson Delmar Learning, a part of the Thomson CorporationFutures Contracts IntroductionFutures contracts have long been the standard forFuturesprice risk management.priceIn a simp
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 6Fundamentals ofFundamentalsOptions HedgingOptions 2007 Thomson Delmar Learning, a part of the Thomson CorporationOptionsThe goal of this chapter is to provide anTheintroduction to options, one of the mostpowerful risk management tools.
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 7Swaps 2007 Thomson Delmar Learning, a part of the Thomson CorporationSwapsSwaps are used as risk management tools by banks,Swapsfinancial institutions, international companies, andmanufacturers.manufacturers.Three major types of swaps:c
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 8Complex Derivatives 2007 Thomson Delmar Learning, a part of the Thomson CorporationIntroduction to DerivativesComplex derivatives became popular in theComplex1990s.1990s. Computer advancements led to more detailedComputerfinancial analy
BEM Bordeaux Management School - COMPUTER S - a303
Chapter 9Managing OtherManagingHedging RisksHedging 2007 Thomson Delmar Learning, a part of the Thomson CorporationCompensating BalancesThe comparison between the potential cash marketTheloss and the potential gain from mitigating the cashmarket