A Deep Dive into ASM redundancy in Exadata

Size: px
Start display at page:

Download "A Deep Dive into ASM redundancy in Exadata"

Transcription

1 A Deep Dive int ASM redundancy in Exadata Emre Baransel DOAG 2016, Nurnberg Overview As yu prbably knw exadata bxes used t have several ptins like full, half, quarter and eighth. A full bx had 14 strage servers, half bx had 7, quarter and eighth bxes had 3 strage servers. Nw it s pssible t chse the number f strage servers and database servers in a bx. Yu can have frm 3 t 18 Strage Servers per rack We als call them cell servers. Minimum cnfiguratin has three cell servers, because each cell server is a failure grup in ASM and high redundacy diskgrups require at least 3 failure grups. We ll cnsider 3 strage servers in examples. Except the Extreme Flash ptin which is an all flash Exadata Machine, every strage server in Exadata physically have 12 equal size and equal perfrmance disks n them. Fr Exadata X6-2 these disks are 8 TB SAS disks. This is the High Capacity cnfiguratin f the Exadata machine. There used t be an ptin t chse high perfrmance r high capacity hard disks in an Exadata instalatin. But ur pint here is whatever ptin we used t chse, all the hard disks in the Exadata was the same type. Exadata machine als has Flash Acceleratr cards with flash memry but flash is almst always cnfigured as a flash cache (Exadata Smart Flash Cache) in frnt f disk strage. We ll als cnsider a cnfiguratin where harddisks are used as ASM disks and flashdisks are used fr flashcache. In Exadata language we call each f these disks Physical disk. In this case we have ttal 36 physical disks n ur Exadata. On the installatin f Exadata we create lgical partitins n the physical disks. Then use the same sized partitins t create ASM diskgrups.

2 Lk at the green bxes. These are the system partitins where strage server perating system resides. In every strage server first tw disks have the system partitin fr redundancy. As a best practice, n the ther disks f the cell servers, we create same sized lgical partitins with system partitin. Yu can see them with yellw clr. And use them t create DBFS diskgrup t prvide filesystem area and t keep clusterware files. Then we create tw mre lgical partitins n every disk and create RECO and DATA diskgrups. Yu can see the blue lgical partitins build the RECO diskgrup and RED lgical partitins build the DATA diskgrup. We left the DATA diskgrup at the end f the disk, because partitins start frm inner edge t uter and the uter edge f the disk prvides mre perfrmance than the inner edges. We call these lgical partitins Grid Disks. Exadata Grid disks frm the basis f ASM. ASM uses these disks in diskgrups s we als call them ASM disks. Then we start t put data n diskgrups. ASM stripes files accrss all the disks within the diskgrup. S we can see a unifrm distributin f data in ASM diskgrups. In Exadata, we can chse nrmal r high redundancy diskgrups, external redundancy is nt supprted. In a nrmal redundancy diskgrup a primary extent has ne mirrred extent (secndary extent). When reading a blck, database reads frm the primary extent and when writing, writes t bth. And if ne f the extents is crrupted, ASM can fix it by using the healty extent. Which is called bad blck remapping In a high redundancy diskgrup a primary extent has tw mirrred extents in different failgrups. In this case where there are 3 strage servers, each server has a cpy f extent. Failure Nw it s time t investigate failures. We shuld lk int tw types f failures: disk failures and cell server failures. A disk failure can be transient which can be caused by disk path malfunctins, such as cable failures, hst bus adapter failures, cntrller failures, r disk pwer supply interruptins. S the disk is actually healty but ASM cannt make I/O t the disk. Other disk failure type is physical where disk itself has hardware errrs. In a transient disk failure, exadata takes the physical disk int OFFLINE status and grid disks n it will be marked as INACTIVE. Then time starts ticking.

3 If the failure is crrected r the disk is replaced befre DISK_REPAIR_TIME value exceeds, Then the grid disks are resynced with ASM FAST MIRROR RESYNC feature. This is an ASM 11g feature andis very useful s that n cmplete rebalance f failed disk is required. ASM FAST MIRROR RESYNC keeps track f pending changes t extents n an OFFLINE disk during an utage. The extents are resynced when the disk is brught back nline. But if we dn t repair the failure r dn t replace the disk, befre DISK_REPAIR_TIME, then asm drps the disks frm diskgrups and rebalance the data in rder t prvide redundancy again. S in a transient failure, the value f DISK_REPAIR_TIME is very imprtant. It s als very imprtant when we manually ffline disks r shutdwn strage servers. Our maintenance task must finish befre DISK_REPAIR_TIME in rder t prevent an unnecessary rebalace. We shuld remember that DISK_REPAIR_TIME is a diskgrup attribute and its default is 3.6 hurs. We can change the default with alter diskgrup cmmand but changing it after a failure has n effect n ffline disks. In a physical disk failure case the stry is different. If a physicaldisk fails, if the disk itself has hardware failure, all griddisks n that physicaldisk will be immediately DROPPED with FORCE ptin frm ASM. Which is called Pr-Active Disk Quarantine ASM will nt wait DISK_REPAIR_TIME t drp disks in this case. After drpping disks, rebalance will start n diskgrups if there s enugh disk space n diskgrups. Then when we replace the disk, celldisk and griddisks will be recreated autmatically and thse griddisks will be autmatically added t ASM. Then a new rebalance will start autmatically and write extents t new disks. These autmatic peratins will ccur if the griddisk was previusly drpped by the aut disk managment. If the griddisk was manually drpped, we will need t add disks back int ASM manually. If we have a clser lk int Aut Disk Management feature in Exadata, we see tw prcesses wrking fr it n ASM instances. The Exadata Autmatin Manager and Exadata Autmatin Wrker. Manager prcess initiates the autmatin tasks and Wrker perfrms the tasks.

4 And there are sme hidden parameters which cntrls this feature. _AUTO_MANAGE_EXADATA_DISKS can enable and disable the feature. _AUTO_MANAGE_NUM_TRIES cntrls the maximum number f attempts t perfrm an autmatic peratin. _AUTO_MANAGE_MAX_ONLINE_TRIES cntrls maximum number f attempts t ONLINE a disk. These parameters are hidden and yu knw needs Oracle supprt advise. Nw let s lk int strage server failures. A strage server can fail fr sme reasn and ASM cntinues wrking in this case bth in nrmal and high redundancy. High redundancy can handle tw strage servers. A strage server failure is actually the failure f the whle failgrup in asm. In this case ASM des nt drp disks and it waits fr disk_repair_time. remember this behaviur is als same when rebting the strage server If the fault is crrected and server is alive befre DISK_REPAIR_TIME, then grid disks will be synched and there will be n rebalance peratin. But if the server is nt alive after DISK_REPAIR_TIME, ASM will drp grid disks frm diskgrups and a rebalance will start t build redundancy. The rebalance will start if there is enugh space in the diskgrups. Here nrmal redundancy nly guarantees that system will be alive after ne cell server failure, building the redundancy again is pssible nly if there s enugh disk space. We ll see hw t calculate the required space t build reduncy after a cell server fault in next slides. When the fault is crrected and cell server cmes back, there will be a secnd rebalance and data will be distributed back t all disks. Secnd Failure First failure desn t cause an ASM service lss in Exadata because there is nrmal r high redundancy. Nw let s lk what happens at secnd failure. In a nrmal redundancy diskgrup what happens at secnd failure is first related with when it ccurs. If it happens after rebalance r sync is cmpleted, then prcedure is same with the first failure. It ll be like a first failure case.

5 But if it happens befre the rebalance r sync is cmpleted, then what happens is related with which disk is failed. If first & secnd failed disks are nt partner disks, which means they dn t stre tw cpies f an extent, then a new rebalance will ccur, f curse if there s enugh space. But if first & secnd failed disks are partners then ASM will stp and failure will result with data lss. Ok, this is a small pssibility but we have t cnsider especially depending n the value f the data. Partner disks are n different strage servers, which means if the secnd failure is in the same cell, there s n data lss. Als we say first failure, secnd failure but first incident desn t have t be a failure, strage server rebt causes the same, if the sync peratin nt yet finished. In sme cases it s useful t find ut the partner disks f a specific ASM disk. In this MOS nte tw methds are given fr this purpse. It s pssible t use X$KFDPARTNER table jined with v$asm_disk view if the diskgrup is munted. If diskrup is nt munted it s pssible t use GMON trace which is n the backgrund_dump_dest f ASM Instance. A shell cmmand with grep and sed is given t extract the partnership infrmatin frm the trace file. In High Redundancy we knw there are three cpies f each extent. S we can say that a secnd failure never cause a data lss in High Redundancy Here i want t mentin a feature which came with BP16 and BP4. The feature is MOUNT RESTRICTED FORCE FOR RECOVERY and it s applicable t nrmal redundancy. This feature is useful in the fllwing cases. First, during an Exadata cell rlling upgrade/patching r any ther maintenance wrk, ne f the cell server is nt in use and a partner disk failure ccurs. Or a transient disk failure in a cell fllwed by a permanent partner disk failure befre the first failed disk cmes back nline. Hw we use this feature? Let s lk int an example. First we shutdwn all services n first cell and ASM takes these disks ffline. Just like we re ding maitenance n the cell. Then simulate a disk failure in secnd cell with this alter physicaldisk cmmand. Then ASM stps and database crashes. Nw we munt the diskgrup with restricted frce fr recvery ptin.

6 We start services n first cell and make the disks nline with this cmmand. Nw a SYNC peratin will start t update mdified extents in the first cell. We must wait until SYNC finishes. In this resync the prcess will nt be able t read sme f the required extents because f the secnd disk failure and mark them with BADFDA7A. We ll see this in rebalance prcess trace file. Nw we have a munted diskgrup with sme extents crrupted. We can remunt the diskgrup and perfrm RMAN blck recvery t fix thse crruptins. Usable Space Nw we ll lk at the usable space expressin n an Exadata diskgrup. Here the questin is what kind f usable space. What a persn wants t express with the term usable space in Exadata is generally different frm what peple understand. I listed sme disk size terms in Exadata t make the usable space expressin clear. Ttal Raw Size (TRS) Used Raw Size (URS) Free Raw Size (FRS) Ttal Allcatable Size (TAS) TRS / Redundancy Factr Used Allcatable Size (UAS) URS / Redundancy Factr Free Allcatable Size (FAS) FRS / Redundancy Factr Size Needed fr Disk Failure Cverage (SNDFC) Largest Disk (r 2 Disks fr High R.) Size Needed fr Cell Failure Cverage (SNCFC) Largest Cell (r 2 Cells fr High R.) Ttal Disk Failure Safe Allcatable Size (TRS - SNDFC) / Redundancy Factr Ttal Cell Failure Safe Allcatable Size (TRS - SNCFC) / Redundancy Factr Free Disk Failure Safe Allcatable Size (FRS - SNDFC) / Redundancy Factr Free Cell Failure Safe Allcatable Size (FRS - SNCFC) / Redundancy Factr

7 Let s make an example with a ttal raw size f 360. Let s say used raw size is 120 and free raw size is 240. If we dn t care abut building the redundancy after a failure then we can use 180. If we want ASM t be available t build redundancy after a disk failure, we shuld nt use mre 175 at ttal. If we want ASM t be available t build redundancy after a cell failure, we shuld nt use mre 120 at ttal. Nrmal Redundancy High Redundancy Ttal Raw Size (TRS) Used Raw Size (URS) Free Raw Size (FRS) Ttal Allcatable Size (TAS) TRS / 2 = 180 TRS / 3 = 120 Used Allcatable Size (UAS) URS / 2 = 60 URS / 3 = 40 Free Allcatable Size (FAS) FRS / 2 = 120 FRS / 3 = 80 Size Needed fr Disk Failure Cverage (SNDFC) Size Needed fr Cell Failure Cverage (SNCFC) Ttal Disk Failure Safe Allcatable Size (TRS - SNDFC) / 2 = 175 (TRS - SNDFC) / 3 = Ttal Cell Failure Safe Allcatable Size (TRS - SNCFC) / 2 = 120 N/A fr Quarter Rack Free Disk Failure Safe Allcatable Size (FRS - SNDFC) / 2 = 115 (FRS - SNDFC) / 3 = 73.3 Free Cell Failure Safe Allcatable Size (FRS - SNCFC) / 2 = 60 N/A fr Quarter Rack In the ASMCMD lsdg utput there are infrmatin like redundancy type, rebalance status, allcatin unit etc. What s imprtant fr us in terms f usable space is in the yellw backgrund. Ttal_mb, free_mb, req_mir_free_mb and usable_file_mb. Let s lk what they mean. Ttal_mb is what we said as ttal raw size and free_mb is free raw size

8 What Req_mir_free_mb means changes depending n the versin. With and after and it means Size Needed fr Disk Failure Cverage. Befre these versins it means Size Needed fr Cell Failure Cverage. In the same way, what usable_file_mb means als changed. It s Free Disk Failure Safe Allcatable Size in the new versins and Free Cell Failure Safe Allcatable Size in the lder versins. Oracle changed the calculatin frm cell t disk because usable_file_mb becmes negative much earlier when calculating cell failure. And this leads t sme misunderstandings. What t Pay Attentin t Replacing Disks Befre replacement, Be sure that rebalance is cmpleted and disk is ready fr replacement After replacement, Be sure that cell/grid disks are created and rebalance started Rlling Shutdwn/Upgrade f Strage Servers Check DISK_REPAIR_TIME and increase if required Check if ASM will be OK if the grid disks g OFFLINE Be sure that there s enugh space fr rebalance if smething ges wrng (Free Cell Failure Safe Allcatable Size)

A Deep Dive into ASM Redundancy in Exadata

A Deep Dive into ASM Redundancy in Exadata Emre Baransel Advanced Support Engineer - Oracle About Me Oracle ACE Alumni Advanced Customer Support Engineer Founding member of Turkish Oracle User Group Author of Data Guard Administration 11gR2 (Packt)

More information

IT Essentials (ITE v6.0) Chapter 5 Exam Answers 100% 2016

IT Essentials (ITE v6.0) Chapter 5 Exam Answers 100% 2016 IT Essentials (ITE v6.0) Chapter 5 Exam Answers 100% 2016 1. What are tw functins f an perating system? (Chse tw.) cntrlling hardware access managing applicatins text prcessing flw chart editing prgram

More information

USER MANUAL. RoomWizard Administrative Console

USER MANUAL. RoomWizard Administrative Console USER MANUAL RmWizard Administrative Cnsle Cntents Welcme... 3 Administer yur RmWizards frm ne lcatin... 3 Abut This Manual... 4 Setup f the Administrative Cnsle... 4 Installatin... 4 The Cnsle Windw...

More information

McGill University School of Computer Science COMP-206. Software Systems. Due: September 29, 2008 on WEB CT at 23:55.

McGill University School of Computer Science COMP-206. Software Systems. Due: September 29, 2008 on WEB CT at 23:55. Schl f Cmputer Science McGill University Schl f Cmputer Science COMP-206 Sftware Systems Due: September 29, 2008 n WEB CT at 23:55 Operating Systems This assignment explres the Unix perating system and

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

Product Release Notes

Product Release Notes Prduct Release Ntes ATTO Cnfiguratin Tl v3.25 - Windws 1. General Release Infrmatin The ATTO Cnfiguratin Tl helps yu custmize the settings f yur ExpressSAS, Celerity and ExpressPCI hst adapters t maximize

More information

INSTALLING CCRQINVOICE

INSTALLING CCRQINVOICE INSTALLING CCRQINVOICE Thank yu fr selecting CCRQInvice. This dcument prvides a quick review f hw t install CCRQInvice. Detailed instructins can be fund in the prgram manual. While this may seem like a

More information

Systems & Operating Systems

Systems & Operating Systems McGill University COMP-206 Sftware Systems Due: Octber 1, 2011 n WEB CT at 23:55 (tw late days, -5% each day) Systems & Operating Systems Graphical user interfaces have advanced enugh t permit sftware

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

Faculty Textbook Adoption Instructions

Faculty Textbook Adoption Instructions Faculty Textbk Adptin Instructins The Bkstre has partnered with MBS Direct t prvide textbks t ur students. This partnership ffers ur students and parents mre chices while saving them mney, including ptins

More information

Lesson 4 Advanced Transforms

Lesson 4 Advanced Transforms Lessn 4 Advanced Transfrms Chapter 4B Extract, Split and replace 10 Minutes Chapter Gals In this Chapter, yu will: Understand hw t use the fllwing transfrms: Replace Extract Split Chapter Instructins YOUR

More information

Contents: Module. Objectives. Lesson 1: Lesson 2: appropriately. As benefit of good. with almost any planning. it places on the.

Contents: Module. Objectives. Lesson 1: Lesson 2: appropriately. As benefit of good. with almost any planning. it places on the. 1 f 22 26/09/2016 15:58 Mdule Cnsideratins Cntents: Lessn 1: Lessn 2: Mdule Befre yu start with almst any planning. apprpriately. As benefit f gd T appreciate architecture. it places n the understanding

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

These tasks can now be performed by a special program called FTP clients.

These tasks can now be performed by a special program called FTP clients. FTP Cmmander FAQ: Intrductin FTP (File Transfer Prtcl) was first used in Unix systems a lng time ag t cpy and mve shared files. With the develpment f the Internet, FTP became widely used t uplad and dwnlad

More information

TRAINING GUIDE. Lucity Mobile

TRAINING GUIDE. Lucity Mobile TRAINING GUIDE The Lucity mbile app gives users the pwer f the Lucity tls while in the field. They can lkup asset infrmatin, review and create wrk rders, create inspectins, and many mre things. This manual

More information

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page Managing the News Page TABLE OF CONTENTS: The News Page Key Infrmatin Area fr Members... 2 Newsletter Articles... 3 Adding Newsletter as Individual Articles... 3 Adding a Newsletter Created Externally...

More information

Automatic imposition version 5

Automatic imposition version 5 Autmatic impsitin v.5 Page 1/9 Autmatic impsitin versin 5 Descriptin Autmatic impsitin will d the mst cmmn impsitins fr yur digital printer. It will autmatically d flders fr A3, A4, A5 r US Letter page

More information

MySqlWorkbench Tutorial: Creating Related Database Tables

MySqlWorkbench Tutorial: Creating Related Database Tables MySqlWrkbench Tutrial: Creating Related Database Tables (Primary Keys, Freign Keys, Jining Data) Cntents 1. Overview 2 2. Befre Yu Start 2 3. Cnnect t MySql using MySqlWrkbench 2 4. Create Tables web_user

More information

6 Ways to Streamline Your Tasks in Outlook

6 Ways to Streamline Your Tasks in Outlook 6 Ways t Streamline Yur Tasks in Outlk Every jb requires a variety f tasks during a given day. Maybe yurs includes meeting with clients, preparing a presentatin, r cllabrating with team members n an imprtant

More information

Manual for installation and usage of the module Secure-Connect

Manual for installation and usage of the module Secure-Connect Mdule Secure-Cnnect Manual fr installatin and usage f the mdule Secure-Cnnect Page 1 / 1 5 Table f Cntents 1)Cntents f the package...3 2)Features f the mdule...4 3)Installatin f the mdule...5 Step 1: Installatin

More information

COP2800 Homework #3 Assignment Spring 2013

COP2800 Homework #3 Assignment Spring 2013 YOUR NAME: DATE: LAST FOUR DIGITS OF YOUR UF-ID: Please Print Clearly (Blck Letters) YOUR PARTNER S NAME: DATE: LAST FOUR DIGITS OF PARTNER S UF-ID: Please Print Clearly Date Assigned: 15 February 2013

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

More information

Operating systems. Module 15 kernel I/O subsystem. Tami Sorgente 1

Operating systems. Module 15 kernel I/O subsystem. Tami Sorgente 1 Operating systems Mdule 15 kernel I/O subsystem Tami Srgente 1 SWAP SPACE MANAGEMENT Swap space can be defined as a temprary strage lcatin that is used when system s memry requirements exceed the size

More information

Avocent Power Management Distribution Unit (PM PDU) Release Notes Firmware Version April 18, 2011

Avocent Power Management Distribution Unit (PM PDU) Release Notes Firmware Version April 18, 2011 Avcent Pwer Management Distributin Unit (PM PDU) Release Ntes Firmware Versin 2.0.1.8 April 18, 2011 This dcument utlines: 1. Update Instructins 2. Appliance Firmware Versin Infrmatin 3. Features/Enhancements

More information

DIVAR IP 3000 Field Installation Guide

DIVAR IP 3000 Field Installation Guide CCTV IP Netwrk Vide Technical Brief DIVAR IP 3000 Field Installatin Guide 1 DIVAR IP 3000 Field Installatin Guide Overview The purpse f this guide is t prvide the step-by-step prcess f installing a DIVAR

More information

Performance of VSA in VMware vsphere 5

Performance of VSA in VMware vsphere 5 Perfrmance f VSA in VMware vsphere 5 Perfrmance Study TECHNICAL WHITE PAPER Table f Cntents Intrductin... 3 Executive Summary... 3 Test Envirnment... 3 Key Factrs f VSA Perfrmance... 4 Cmmn Strage Perfrmance

More information

Procurement Contract Portal. User Guide

Procurement Contract Portal. User Guide Prcurement Cntract Prtal User Guide Cntents Intrductin...2 Access the Prtal...2 Hme Page...2 End User My Cntracts...2 Buttns, Icns, and the Actin Bar...3 Create a New Cntract Request...5 Requester Infrmatin...5

More information

Wave IP 4.5. CRMLink Desktop User Guide

Wave IP 4.5. CRMLink Desktop User Guide Wave IP 4.5 CRMLink Desktp User Guide 2015 by Vertical Cmmunicatins, Inc. All rights reserved. Vertical Cmmunicatins and the Vertical Cmmunicatins lg and cmbinatins theref and Vertical ViewPint, Wave Cntact

More information

LibrePlan at CRJ A hands-on tutorial

LibrePlan at CRJ A hands-on tutorial LibrePlan at CRJ A hands-n tutrial By Sergi Reyes (April 2015) LOGING IN TO LIBREPLAN LibrePlan is running n a Linux server which is part ur CRJ s VPN system. In rder fr this link t wrk yu must be lgged

More information

FREE UP SPACE ON YOUR C: DRIVE IN "WINDOWS.."

FREE UP SPACE ON YOUR C: DRIVE IN WINDOWS.. FREE UP SPACE ON YOUR C: DRIVE IN "WINDOWS.." Web lcatin fr this presentatin: http://aztcs.rg Click n Meeting Ntes 2 SUMMARY The manufacturers f cmputers have been replacing the internal hard drives with

More information

TL 9000 Quality Management System. Measurements Handbook. SFQ Examples

TL 9000 Quality Management System. Measurements Handbook. SFQ Examples Quality Excellence fr Suppliers f Telecmmunicatins Frum (QuEST Frum) TL 9000 Quality Management System Measurements Handbk Cpyright QuEST Frum Sftware Fix Quality (SFQ) Examples 8.1 8.1.1 SFQ Example The

More information

DUO LINK 4 APP User Manual V- A PNY Technologies, Inc. 1. PNY Technologies, Inc. 34.

DUO LINK 4 APP User Manual V- A PNY Technologies, Inc. 1. PNY Technologies, Inc. 34. 34. 1. Table f Cntents Page 1. Prduct Descriptin 4 2. System Requirements 5 3. DUO LINK App Installatin 5 4. DUO LINK App Mving Screens 7 5. File Management 5.1. Types f views 8 5.2. Select Files t Cpy,

More information

2. What is the most cost-effective method of solving interface congestion that is caused by a high level of traffic between two switches?

2. What is the most cost-effective method of solving interface congestion that is caused by a high level of traffic between two switches? CCNA 3 Chapter 3 v5.0 Exam Answers 2015 (100%) 1. Refer t the exhibit. Which switching technlgy wuld allw each access layer switch link t be aggregated t prvide mre bandwidth between each Layer 2 switch

More information

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory Technical Paper Installing and Cnfiguring Envirnment Manager in a Grid Envirnment with a Shared Cnfiguratin Directry Last Mdified: January 2018 Release Infrmatin Cntent Versin: January 2018. Trademarks

More information

Chapter 10: Information System Controls for System Reliability Part 3: Processing Integrity and Availability

Chapter 10: Information System Controls for System Reliability Part 3: Processing Integrity and Availability Chapter 10: Infrmatin System Cntrls fr System Reliability Part 3: Prcessing Integrity and Availability Cntrls Ensuring Prcessing Integrity Input Prcess Output Input Cntrls Garbage-in Garbage-ut Frm Design

More information

OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS

OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS OASIS SYSTEM FUNCTIONS... 2 ESTABLISHING THE COMMUNICATION CONNECTION... 2 ACCESSING THE OASIS SYSTEM... 3 SUBMITTING OASIS DATA FILES... 5 OASIS INITIAL

More information

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0 Upgrading Kaltura MediaSpace TM Enterprise 1.0 t Kaltura MediaSpace TM Enterprise 2.0 Assumptins: The existing cde was checked ut f: svn+ssh://mediaspace@kelev.kaltura.cm/usr/lcal/kalsurce/prjects/m ediaspace/scial/branches/production/website/.

More information

TN How to configure servers to use Optimise2 (ERO) when using Oracle

TN How to configure servers to use Optimise2 (ERO) when using Oracle TN 1498843- Hw t cnfigure servers t use Optimise2 (ERO) when using Oracle Overview Enhanced Reprting Optimisatin (als knwn as ERO and Optimise2 ) is a feature f Cntrller which is t speed up certain types

More information

Troubleshooting of network problems is find and solve with the help of hardware and software is called troubleshooting tools.

Troubleshooting of network problems is find and solve with the help of hardware and software is called troubleshooting tools. Q.1 What is Trubleshting Tls? List their types? Trubleshting f netwrk prblems is find and slve with the help f hardware and sftware is called trubleshting tls. Trubleshting Tls - Hardware Tls They are

More information

Firmware Upgrade Wizard v A Technical Guide

Firmware Upgrade Wizard v A Technical Guide Firmware Upgrade Wizard v4.1.1 A Technical Guide Nvember 2015 Intrductin The Firmware Upgrade Wizard prvides the fllwing features: It supprts upgrading the firmware n designated devices, see Supprted devices.

More information

Customer Self-Service Center Migration Guide

Customer Self-Service Center Migration Guide Custmer Self-Service Center Migratin Guide These instructins intrduce yu t the new Custmer Prtal, which is replacing the lder Custmer Self-Service Center, and guides yu thrugh the migratin. Dn t wrry:

More information

Stealing passwords via browser refresh

Stealing passwords via browser refresh Stealing passwrds via brwser refresh Authr: Karmendra Khli [karmendra.khli@paladin.net] Date: August 07, 2004 Versin: 1.1 The brwser s back and refresh features can be used t steal passwrds frm insecurely

More information

Link-layer switches. Jurassic Park* LANs with backbone hubs are good. LANs with backbone hubs are bad. Hubs, bridges, and switches

Link-layer switches. Jurassic Park* LANs with backbone hubs are good. LANs with backbone hubs are bad. Hubs, bridges, and switches Link-layer switches Jurassic Park* Hubs, bridges, and switches CS4 Cmputer Netwrks Department f Cmputer Science Wellesley Cllege *A multi-tier hub design. Switches 0- LANs with backbne hubs are gd. Prvide

More information

Quick Guide on implementing SQL Manage for SAP Business One

Quick Guide on implementing SQL Manage for SAP Business One Quick Guide n implementing SQL Manage fr SAP Business One The purpse f this dcument is t guide yu thrugh the quick prcess f implementing SQL Manage fr SAP B1 SQL Server databases. SQL Manage is a ttal

More information

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment Technical Paper Installing and Cnfiguring SAS Envirnment Manager in a SAS Grid Envirnment Last Mdified: Octber 2016 Release Infrmatin Cntent Versin: Octber 2016. Trademarks and Patents SAS Institute Inc.,

More information

2. When logging is used, which severity level indicates that a device is unusable?

2. When logging is used, which severity level indicates that a device is unusable? CCNA 4 Chapter 8 v5.0 Exam Answers 2015 (100%) 1. What are the mst cmmn syslg messages? thse that ccur when a packet matches a parameter cnditin in an access cntrl list link up and link dwn messages utput

More information

CCNA 3 Practice Final v5.0 Exam Answers 2015 (100%)

CCNA 3 Practice Final v5.0 Exam Answers 2015 (100%) CCNA 3 Practice Final v5.0 Exam Answers 2015 (100%) 1. Which technlgical factr determines the impact f a failure dmain? the number f layers f the hierarchical netwrk the number f users n the access layer

More information

Please contact technical support if you have questions about the directory that your organization uses for user management.

Please contact technical support if you have questions about the directory that your organization uses for user management. Overview ACTIVE DATA CALENDAR LDAP/AD IMPLEMENTATION GUIDE Active Data Calendar allws fr the use f single authenticatin fr users lgging int the administrative area f the applicatin thrugh LDAP/AD. LDAP

More information

Chapter 14. Basic Planning Methodology

Chapter 14. Basic Planning Methodology Chapter 14 Basic Planning Methdlgy This chapter prvides a basic and generic methdlgy fr planning prtectin requirements. It fcuses n the primary cnsideratins fr designing and implementing a basic strage

More information

Managing User Accounts

Managing User Accounts A variety f user types are available in Lighthuse Transactin Manager (LTM) with cnfigurable permissins that allw the Accunt Administratr and administratr-type users fr the accunt t manage the abilities

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

High Security SaaS Concept Software as a Service (SaaS) for Life Science

High Security SaaS Concept Software as a Service (SaaS) for Life Science Sftware as a Service (SaaS) fr Life Science Cpyright Cunesft GmbH Cntents Intrductin... 3 Data Security and Islatin in the Clud... 3 Strage System Security and Islatin... 3 Database Security and Islatin...

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

Product Release Notes

Product Release Notes Prduct Release Ntes ATTO Cnfiguratin Tl v3.33 - Windws 1. General Release Infrmatin The ATTO Cnfiguratin Tl helps yu custmize the settings f yur ExpressSAS, Celerity and ExpressPCI hst adapters t maximize

More information

Log shipping is a HA option. Log shipping ensures that log backups from Primary are

Log shipping is a HA option. Log shipping ensures that log backups from Primary are LOG SHIPPING Lg shipping is a HA ptin. Lg shipping ensures that lg backups frm Primary are cntinuusly applied n standby. Lg shipping fllws a warm standby methd because manual prcess is invlved t ensure

More information

Release Notes. Dell SonicWALL Security firmware is supported on the following appliances: Dell SonicWALL Security 200

Release Notes. Dell SonicWALL  Security firmware is supported on the following appliances: Dell SonicWALL  Security 200 Release Ntes Email Security Dell SnicWALL Email Security 8.0.1 SnicOS Cntents System Cmpatibility... 1 Enhancements in Email Security 8.0.1... 2 Reslved Issues... 3 Upgrading t Email Security 8.0.1...

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

ORGANIZING HARD DRIVES IN A "WINDOWS 10" OR "WINDOWS 8.1" COMPUTER

ORGANIZING HARD DRIVES IN A WINDOWS 10 OR WINDOWS 8.1 COMPUTER ORGANIZING HARD DRIVES IN A "WINDOWS 10" OR "WINDOWS 8.1" COMPUTER Web lcatin fr this presentatin: http://aztcs.rg Click n Meeting Ntes 2 SUMMARY Yu can use the bundled "Strage Spaces" applet inside a

More information

Qualtrics Instructions

Qualtrics Instructions Create a Survey/Prject G t the Ursinus Cllege hmepage and click n Faculty and Staff. Click n Qualtrics. Lgin t Qualtrics using yur Ursinus username and passwrd. Click n +Create Prject. Chse Research Cre.

More information

STIPalm Basics. Quick Reference Guide STI_ STIPalm Basics 1

STIPalm Basics. Quick Reference Guide STI_ STIPalm Basics 1 STIPalm Basics First HtSync Operatin: Installing the Handheld Applicatin Immediately after running the installatin n the lcal wrkstatin, yu must perfrm a HtSync peratin t install the STIPalm applicatin

More information

Dear Milestone Customer,

Dear Milestone Customer, Dear Milestne Custmer, With the purchase f Milestne Xprtect Transact yu have chsen a very flexible ptin t yur Milestne Xprtect Business slutin. Milestne Xprtect Transact enables yu t stre a serial data

More information

User Guide. Document Version: 1.0. Solution Version:

User Guide. Document Version: 1.0. Solution Version: User Guide Dcument Versin: 1.0 Slutin Versin: 365.082017.3.1 Table f Cntents Prduct Overview... 3 Hw t Install and Activate Custmer Satisfactin Survey Slutin?... 4 Security Rles in Custmer Satisfactin

More information

Access the site directly by navigating to in your web browser.

Access the site directly by navigating to   in your web browser. GENERAL QUESTIONS Hw d I access the nline reprting system? Yu can access the nline system in ne f tw ways. G t the IHCDA website at https://www.in.gv/myihcda/rhtc.htm and scrll dwn the page t Cmpliance

More information

Getting Started with the SDAccel Environment on Nimbix Cloud

Getting Started with the SDAccel Environment on Nimbix Cloud Getting Started with the SDAccel Envirnment n Nimbix Clud Revisin Histry The fllwing table shws the revisin histry fr this dcument. Date Versin Changes 09/17/2018 201809 Updated figures thrughut Updated

More information

AutoRun. Updated 6/13/2006 JMM. WHAT IS? Self-Help using www. Google.com

AutoRun. Updated 6/13/2006 JMM. WHAT IS? Self-Help using www. Google.com AutRun AUTORUN gives yu a list f the prcesses that are running n yur cmputer t help yu chse which nes yu can turn ff (uncheck) safely. IF after reading the inf AutRun gives yu abut the running item, yu

More information

FIT 100. Lab 10: Creating the What s Your Sign, Dude? Application Spring 2002

FIT 100. Lab 10: Creating the What s Your Sign, Dude? Application Spring 2002 FIT 100 Lab 10: Creating the What s Yur Sign, Dude? Applicatin Spring 2002 1. Creating the Interface fr SignFinder:... 1 2. Creating Variables t hld values... 4 3. Assigning Values t Variables... 4 4.

More information

Shipping Deadline Countdown

Shipping Deadline Countdown 0 Shipping Deadline Cuntdwn INSTRUCTIONS FOR INSTALLATION 1. Turn ff Cmpilatin (System > Tls > Cmpilatin) 2. Install via Magent Cnnect (System > Magent Cnnect > Magent Cnnect Manager) 3. Refresh Cnfiguratin

More information

Ascii Art Capstone project in C

Ascii Art Capstone project in C Ascii Art Capstne prject in C CSSE 120 Intrductin t Sftware Develpment (Rbtics) Spring 2010-2011 Hw t begin the Ascii Art prject Page 1 Prceed as fllws, in the rder listed. 1. If yu have nt dne s already,

More information

New Product Release Package 8 XT[2] System and Software 19 Jan 2009

New Product Release Package 8 XT[2] System and Software 19 Jan 2009 New Prduct Release Package 8 XT[2] System and Sftware 19 Jan 2009 1.1 NEW OPERATIONAL FEATURES IN MULTICAM 8... 1 1.2 NEW HARDWARE FEATURES... 6 1.3 NEW SYSTEM FEATURES... 6 1.4 BUG FIXES UP TO 08.04.33...

More information

Announcing Veco AuditMate from Eurolink Technology Ltd

Announcing Veco AuditMate from Eurolink Technology Ltd Vec AuditMate Annuncing Vec AuditMate frm Eurlink Technlgy Ltd Recrd any data changes t any SQL Server database frm any applicatin Database audit trails (recrding changes t data) are ften a requirement

More information

Enterprise Installation

Enterprise Installation Enterprise Installatin Mnnit Crpratin Versin 3.6.0.0 Cntents Prerequisites... 3 Web Server... 3 SQL Server... 3 Installatin... 4 Activatin Key... 4 Dwnlad... 4 Cnfiguratin Wizard... 4 Activatin... 4 Create

More information

Your New Service Request Process: Technical Support Reference Guide for Cisco Customer Journey Platform

Your New Service Request Process: Technical Support Reference Guide for Cisco Customer Journey Platform Supprt Guide Yur New Service Request Prcess: Technical Supprt Reference Guide fr Cisc Custmer Jurney Platfrm September 2018 2018 Cisc and/r its affiliates. All rights reserved. This dcument is Cisc Public

More information

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to:

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to: Summary This dcument is a guide intended t guide yu thrugh the prcess f installing and cnfiguring PepleTls 8.55.27 (r current versin) via Windws Remte Applicatin (App). Remte App allws the end user t run

More information

Once the Address Verification process is activated, the process can be accessed by employees in one of two ways:

Once the Address Verification process is activated, the process can be accessed by employees in one of two ways: Type: System Enhancements ID Number: SE 94 Date: June 29, 2012 Subject: New Address Verificatin Prcess Suggested Audience: Human Resurce Offices Details: Sectin I: General Infrmatin fr Address Verificatin

More information

LAB 7 (June 29/July 4) Structures, Stream I/O, Self-referential structures (Linked list) in C

LAB 7 (June 29/July 4) Structures, Stream I/O, Self-referential structures (Linked list) in C LAB 7 (June 29/July 4) Structures, Stream I/O, Self-referential structures (Linked list) in C Due: July 9 (Sun) 11:59 pm 1. Prblem A Subject: Structure declaratin, initializatin and assignment. Structure

More information

Using HP Smart Update Manager with HP Integrity Servers

Using HP Smart Update Manager with HP Integrity Servers Technical white paper Using HP Smart Update Manager with HP Integrity Servers Capabilities, Best Practices, and Trubleshting Table f cntents Overview 3 High-level Summary 3 Overall Firmware Update Flw

More information

Upgrade Guide. Medtech Evolution General Practice. Version 1.9 Build (March 2018)

Upgrade Guide. Medtech Evolution General Practice. Version 1.9 Build (March 2018) Upgrade Guide Medtech Evlutin General Practice Versin 1.9 Build 1.9.0.312 (March 2018) These instructins cntain imprtant infrmatin fr all Medtech Evlutin users and IT Supprt persnnel. We suggest that these

More information

Max 8/16 and T1/E1 Gateway, Version FAQs

Max 8/16 and T1/E1 Gateway, Version FAQs Frequently Asked Questins Max 8/16 and T1/E1 Gateway, Versin 1.5.10 FAQs The FAQs have been categrized int the fllwing tpics: Calling Calling Cmpatibility Cnfiguratin Faxing Functinality Glssary Q. When

More information

Dolby Conference Phone Support Frequently Asked Questions

Dolby Conference Phone Support Frequently Asked Questions Dlby Cnference Phne Supprt Frequently Asked Questins Versin 1.0, 1 Intrductin This dcument prvides sme answers t frequently asked questins abut the Dlby Cnference Phne. Fr mre detailed infrmatin n any

More information

Gemini Intercom Quick Start Guide

Gemini Intercom Quick Start Guide Gemini Intercm Quick Start Guide 2 Quick Start Guide Cntents Cntents... 1 Overview... 3 First Step unpack and inspect... 3 Netwrk plan and IP addresses... 4 Management PC... 5 Install Sftware... 6 Cnfigure

More information

istartsmart 3.5 Upgrade - Installation Instructions

istartsmart 3.5 Upgrade - Installation Instructions istartsmart 3.5 Upgrade - Installatin Instructins Minimum System Requirements: Hatch All-In-One istartsmart Cmputer Learning Center v1.0 r v1.1 Internet access - either hard-wired r wireless cnnectin is

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

More information

Smart Arm Installation and Setup Guide

Smart Arm Installation and Setup Guide Smart Arm Installatin and Setup Guide PS1E, PS2E and PS150E Objective: The guideline is intended t detail the installatin and setup instructins fr the Smart Mtin Smart Arms systems, including the PS1E,

More information

Integrating QuickBooks with TimePro

Integrating QuickBooks with TimePro Integrating QuickBks with TimePr With TimePr s QuickBks Integratin Mdule, yu can imprt and exprt data between TimePr and QuickBks. Imprting Data frm QuickBks The TimePr QuickBks Imprt Facility allws data

More information

ONTARIO LABOUR RELATIONS BOARD. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Ontario Labour Relations Board

ONTARIO LABOUR RELATIONS BOARD. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Ontario Labour Relations Board ONTARIO LABOUR RELATIONS BOARD Filing Guide A Guide t Preparing and Filing Frms and Submissins with the Ontari Labur Relatins Bard This Filing Guide prvides general infrmatin nly and shuld nt be taken

More information

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems Date: Octber 2018 User guide Integratin thrugh ONVIF driver. Prepared By: Devices & Integratins Team, Milestne Systems 2 Welcme t the User Guide fr Online Test Tl The aim f this dcument is t prvide guidance

More information

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015 Functinal Descriptin and Specificatins Versin: 1.1 March 20, 2015 SNMP Agent Simple Netwrk Management Prtcl Optin S fr IE and PM Mdules Supplement t Functinal Descriptin and Specificatins f RUB Ethernet

More information

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL The UNIVERSITY f NORTH CAROLINA at CHAPEL HILL Cmp 541 Digital Lgic and Cmputer Design Prf. Mntek Singh Spring 2019 Lab #7: A Basic Datapath; and a Sprite-Based Display Issued Fri 3/1/19; Due Mn 3/25/19

More information

CCNA 1 Chapter v5.1 Answers 100%

CCNA 1 Chapter v5.1 Answers 100% CCNA 1 Chapter 6 2016 v5.1 Answers 100% 1. Which characteristic f the netwrk layer in the OSI mdel allws carrying packets fr multiple types f cmmunicatins amng many hsts? the de-encapsulatin f headers

More information

CCNA Security v2.0 Chapter 3 Exam Answers

CCNA Security v2.0 Chapter 3 Exam Answers CCNA Security v2.0 Chapter 3 Exam Answers 1. Because f implemented security cntrls, a user can nly access a server with FTP. Which AAA cmpnent accmplishes this? accunting accessibility auditing authrizatin

More information

The VMs in the CIS VLab (Virtual Lab) We will be using a number of different Virtual Machines (VMs) in VLab for this course.

The VMs in the CIS VLab (Virtual Lab) We will be using a number of different Virtual Machines (VMs) in VLab for this course. Lab 1: Using the CIS 192 Lab Resurces The purpse f this lab is t becme familiar with the CIS Lab resurces and t start practicing sme ld and new Linux cmmands. Resurces The Opus server CIS VLab (Virtual

More information

Power365. Quick Start Guide

Power365. Quick Start Guide Pwer365 Quick Start Guide 12/2017 Table f Cntents Prject Types... 4 The Email Frm File Prject Type... 4 The Email With Discvery Prject Type... 4 The Integratin Prject Type... 4 The Integratin Pr Prject

More information

CCNA 3 Chapter 2 v5.0 Exam Answers 2015 (100%)

CCNA 3 Chapter 2 v5.0 Exam Answers 2015 (100%) CCNA 3 Chapter 2 v5.0 Exam Answers 2015 (100%) 1. Which tw netwrk design features require Spanning Tree Prtcl (STP) t ensure crrect netwrk peratin? (Chse tw.) static default rutes implementing VLANs t

More information

Kaltura MediaSpace Installation and Upgrade Guide. Version: 5.0

Kaltura MediaSpace Installation and Upgrade Guide. Version: 5.0 Kaltura MediaSpace Installatin and Upgrade Guide Versin: 5.0 Kaltura Business Headquarters 5 Unin Square West, Suite 602, New Yrk, NY, 10003, USA Tel.: +1 800 871 5224 Cpyright 2013 Kaltura Inc. All Rights

More information

Test Pilot User Guide

Test Pilot User Guide Test Pilt User Guide Adapted frm http://www.clearlearning.cm Accessing Assessments and Surveys Test Pilt assessments and surveys are designed t be delivered t anyne using a standard web brwser and thus

More information

Quick Tips

Quick Tips 2017-2018 Quick Tips Belw are sme tips t help teachers register fr the Read t Succeed Prgram: G t www.sixflags.cm/read It will lk like this: If yu DO have an accunt frm last year, please lgin with yur

More information

Constituent Page Upgrade Utility for Blackbaud CRM

Constituent Page Upgrade Utility for Blackbaud CRM Cnstituent Page Upgrade Utility fr Blackbaud CRM In versin 4.0, we made several enhancements and added new features t cnstituent pages. We replaced the cnstituent summary with interactive summary tiles.

More information

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins)

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins) Intrductin This reference guide is aimed at managers wh will be respnsible fr managing users within RiskMan where RiskMan is nt cnfigured t use netwrk lgins. This guide is used in cnjunctin with the respective

More information

You may receive a total of two GSA graduate student grants in your entire academic career, regardless of what program you are currently enrolled in.

You may receive a total of two GSA graduate student grants in your entire academic career, regardless of what program you are currently enrolled in. GSA Research Grant Applicatin GUIDELINES & INSTRUCTIONS GENERAL INFORMATION T apply fr this grant, yu must be a GSA student member wh has renewed r is active thrugh the end f the award year (which is the

More information

ComplyWorks Subscription User Guide. October 6, 2011

ComplyWorks Subscription User Guide. October 6, 2011 CmplyWrks Subscriptin User Guide Octber 6, 2011 Cntents 1. Register... 3 2. Get cmpliant... 3 a) Pay fr yur accunt... 3 b) Cllect the dcuments yu ll need... 4 c) Enter yur infrmatin... 4 d) Publish yur

More information