The Storage Resource Manager Interface Specification Version 2.2

Size: px
Start display at page:

Download "The Storage Resource Manager Interface Specification Version 2.2"

Transcription

1 GWD-R-XXXX Grid Strage Resurce Management Editrs: A. Sim A. Shshani 9/5/2007 The Strage Resurce Manager Interface Specificatin Versin 2.2 Status f this Mem This dcument prvides infrmatin t the Grid cmmunity regarding the specificatin f the Strage Resurce Management. Distributin f this dcument is unlimited. Cpyright Ntice Cpyright Open Grid Frum (2007). All Rights Reserved. Abstract Strage management is ne f the mst imprtant enabling technlgies fr large-scale scientific investigatins. Having t deal with multiple hetergeneus strage and file systems is ne f the majr bttlenecks in managing, replicating, and accessing files in distributed envirnments. Strage Resurce Managers (SRMs), named after their web services prtcl, prvide the technlgy needed t manage the rapidly grwing distributed data vlumes, as a result f faster and larger cmputatinal facilities. SRMs are Grid strage services prviding erfaces t strage resurces, as well as advanced functinality such as dynamic space allcatin and file management n shared strage systems. They call n transprt services t bring files their space transparently and prvide effective sharing f files. SRMs are based n a cmmn specificatin that emerged ver time and evlved an ernatinal cllabratin. This apprach f an pen specificatin that can be used by varius institutins t adapt t their wn strage systems has prven t be a remarkable success the challenge has been t prvide a cnsistent hmgeneus erface t the Grid, while allwing sites t have diverse infrastructures. In particular, ne f the main gals t the SRM web service is t supprt ptinal features while preserving erperability.

2 Table f Cntents Intrductin... 4 Meaning f terms Cmmn Type Definitins File Strage Type File Type Retentin Plicy Access Latency Permissin Mde Permissin Type Request Type Overwrite Mde File Lcality Access Pattern Cnnectin Type Status Cdes Retentin Plicy Inf Request Tken User Permissin Grup Permissin Size in Bytes UTC Time Time in Secnds (Lifetime and RequestTime) SURL TURL Return Status Return Status fr SURL File MetaData Space MetaData Directry Optin Extra Inf Transfer Parameters File Request fr srmpreparetget File Request fr srmpreparetput File Request fr srmcpy Return File Status fr srmpreparetget Return File Status fr srmbringonline Return File Status fr srmpreparetput Return File Status fr srmcpy Request Summary Return Status fr SURL Return File Permissins Return Permissins n SURL Return Request Tkens Supprted File Transfer Prtcl Space Management Functins srmreservespace srmstatusofreservespacerequest srmreleasespace srmupdatespace srmstatusofupdatespacerequest srmgetspacemetadata srmchangespacefrfiles gsm-wg@gf.rg - 2 -

3 2.8. srmstatusofchangespacefrfilesrequest srmextendfilelifetimeinspace srmpurgefrmspace srmgetspacetkens Permissin Functins srmsetpermissin srmcheckpermissin srmgetpermissin Directry Functins srmmkdir srmrmdir srmrm srmls srmstatusoflsrequest srmmv Data Transfer Functins srmpreparetget srmstatusofgetrequest srmbringonline srmstatusofbringonlinerequest srmpreparetput srmstatusofputrequest srmcpy srmstatusofcpyrequest srmreleasefiles srmputdne srmabrtrequest srmabrtfiles srmsuspendrequest srmresumerequest srmgetrequestsummary srmextendfilelifetime srmgetrequesttkens Discvery Functins srmgettransferprtcls srmping Appendix : Strage Resurce Managers Cncepts Summary Overview The Basic Cncepts Additinal cncepts rduced with v Current SRM Implementatins Based n V2.2 specificatin Security Cnsideratins Cntributrs Editrs infrmatin Cntributrs Acknwledgement Intellectual Prperty Statement Disclaimer Full Cpyright Ntice References gsm-wg@gf.rg - 3 -

4 Intrductin This dcument cntains the erface specificatin f SRM 2.2. It incrprates the functinality f SRM 2.0 and SRM 2.1, but is much expanded t include additinal functinality, especially in the area f dynamic strage space reservatin and directry functinality in client-acquired strage spaces. This dcument reflects the discussins and cnclusins f a 2-day meeting in May 2006 at Fermilab, which as fllwed by a 3-day meeting in September 2006 at CERN, as well as crrespndence and cnference calls. The purpse f this activity is t agree n the functinality and standardize the erface f Strage Resurce Managers (SRMs) a Grid middleware cmpnent. The dcument is rganized in fur sectins. The first, called Defined Structures cntain all the type definitins used t define the functins (r methds). The next 5 sectins cntain the specificatin f Space Management Functins, Permissin Functins, Directry Functins, Data Transfer Functins and Discvery Functins. All the Discvery Functins are newly added functins. The Appendix describes the main cncepts f SRMs as a standard middleware specificatin fr varius strage systems. It is ended t supprt the same erface t simple files systems, as well as sphisticated strage system that include multiple disk caches, rbtic tape systems, and parallel file systems. The appendix als lists several implementatins f SRM v2.2 arund the wrld, and their deplyment in varius sites. Fr peple nt familiar with SRM cncepts, It is advisable t read the Appendix first. Fr peple familiar with previus versins f SRM specificatins, it is advisable t read the dcument SRM.v2.2.changes.dc psted at befre reading this specificatin. Meaning f terms By https we mean http prtcl with GSI authenticatin. It may be represented as httpg. At this time, any implementatin f http with GSI authenticatin culd be used. It is advisable that the implementatin is cmpatible with Glbus Tlkit 3.2 r later versins. Primitive types used belw are cnsistent with XML build-in schema types: i.e. lng is 64bit: (+/-) is 32 bit: (+/-) shrt is 16 bit: (+/-) unsignedlng ranges (inclusive): 0 t unsignedint ranges (inclusive): 0 t unsignedshrt ranges (inclusive): 0 t The definitin f the type anyuri used belw is cmpliant with the XML standard. See It is defined as: "The lexical space f anyuri is finite-length character sequences which, when the algrithm defined in Sectin 5.4 f [XML Linking Language] is applied t them, result in s which are legal URIs accrding t [RFC 2396], as amended by [RFC 2732]". In lcalsurl, we mean lcal t the SRM that is prcessing the request. authrizatinid : frm the SASL RFC 2222 During the authenticatin prtcl exchange, the mechanism perfrms authenticatin, transmits an authrizatin identity (frequently knwn as a userid) frm the client t server. The transmitted authrizatin identity may be different than the identity in the client s authenticatin credentials. This permits agents such as prxy servers t authenticate using gsm-wg@gf.rg - 4 -

5 their wn credentials, yet request the access privileges f the identity fr which they are prxying. With any mechanism, transmitting an authrizatin identity f the empty directs the server t derive an authrizatin identity frm the client s authenticatin credentials. Regarding file sharing by the SRM, it is a lcal implementatin decisin. An SRM can chse t share files by prving multiple users access t the same physical file, r by cpying a file anther user s space. Either way, if an SRM chses t share a file (that is, t avid reading a file ver again frm the surce site) the SRM shuld check with the surce site whether the user has a read/write permissin. Only if permissin is granted, the file can be shared. The wrd pinning is limited t the cpies r states f SURLs and the Transfer URLs (TURLs). Fr each functin, status cdes are defined with basic meanings fr the functin. Only thse status cdes are valid fr the functin. Specific cases are nt stated fr each status cde. If ther status cdes need t be defined fr a specific functin, send an t the cllabratin t discuss the usage. gsm-wg@gf.rg - 5 -

6 1. Cmmn Type Definitins Namespace SRM Ntatin: underlined attributes are REQUIRED File Strage Type enum TFileStrageType {VOLATILE, DURABLE, PERMANENT} Vlatile file has an expiratin time and the strage may delete all traces f the file when it expires. Permanent file has n expiratin time. Durable file has an expiratin time, but the strage may nt delete the file, and shuld raise errr cnditin instead File Type enum TFileType {FILE, DIRECTORY, LINK} 1.3. Retentin Plicy enum TRetentinPlicy { REPLICA, OUTPUT, CUSTODIAL } Quality f Retentin (Strage Class) is a kind f Quality f Service. It refers t the prbability that the strage system lse a file. Numeric prbabilities are selfassigned. Replica quality has the highest prbability f lss, but is apprpriate fr data that can be replaced because ther cpies can be accessed in a timely fashin. Output quality is an ermediate level and refers t the data which can be replaced by lengthy r effrt-full prcesses. Custdial quality prvides lw prbability f lss. The type will be used t describe retentin plicy assigned t the files in the strage system, at the mments when the files are written the desired destinatin in the strage system. It will be used as a prperty f space allcated thrugh the space reservatin functin. Once the retentin plicy is assigned t a space, the files put in the reserved space will autmatically be assigned the retentin plicy f the space. The assigned retentin plicy n the file can be fund thught the TMetaDataPathDetail structure returned by the srmls functin Access Latency enum TAccessLatency { ONLINE, NEARLINE } Files may be Online, Nearline r Offline. These terms are used t describe hw latency t access a file is imprvable. Latency is imprved by strage systems replicating a file such that its access latency is nline. The ONLINE cache f a strage system is the part f the strage system which prvides file with nline latencies. ONLINE has the lwest latency pssible. N further latency imprvements are applied t nline files. NEARLINE file can have their latency imprved t nline latency autmatically by staging the file t nline cache. Fr cmpleteness, we als describe OFFLINE here. OFFLINE files need a human t be invlved t achieve nline latency. Fr the SRM we nly keep ONLINE and NEARLINE. gsm-wg@gf.rg - 6 -

7 The type will be used t describe a space prperty that access latency can be requested at the time f space reservatin. The cntent f the space, files may have the same r lesser access latency as the space Permissin Mde enum TPermissinMde {NONE, X, W, WX, R, RX, RW, RWX} 1.6. Permissin Type enum TPermissinType {ADD, REMOVE, CHANGE} 1.7. Request Type enum TRequestType { PREPARE_TO_GET, PREPARE_TO_PUT, COPY, BRING_ONLINE, RESERVE_SPACE, UPDATE_SPACE, CHANGE_SPACE_FOR_FILES, LS } 1.8. Overwrite Mde enum TOverwriteMde {NEVER, ALWAYS, WHEN_FILES_ARE_DIFFERENT} Use case fr WHEN_FILES_ARE_DIFFERENT can be that files are different when the declared size fr an SURL is different frm the actual ne, r that the checksum f an SURL is different frm the actual ne. Overwrite mde n a file is cnsidered higher pririty than pinning a file. Where applicable, it allws t mark a valid Transfer URL t becme invalid when the wner f the SURL issues an verwrite request File Lcality enum TFileLcality { ONLINE, NEARLINE, ONLINE_AND_NEARLINE, LOST, NONE. UNAVAILABLE } Files may be lcated nline, nearline r bth. This indicates if the file is nline r nt, r if the file reached t nearline r nt. It als indicates if there are nline and nearline cpies f the file. The ONLINE indicates that there is a file n nline cache f a strage system which is the part f the strage system, and the file may be accessed with nline latencies. The NEARLINE indicates that the file is lcated n nearline strage system, and the file may be accessed with nearline latencies. The ONLINE_AND_NEARLINE indicates that the file is lcated n nline cache f a strage system as well as n nearline strage system. The LOST indicates when the file is lst because f the permanent hardware failure. The NONE value shall be used if the file is empty (zer size). gsm-wg@gf.rg - 7 -

8 The UNAVAILABLE indicates that the file is unavailable due t the temprary hardware failure. The type will be used t describe a file prperty that indicates the current lcatin r status in the strage system Access Pattern enum TAccessPattern { TRANSFER_MODE, PROCESSING_MODE } TAccessPattern will be passed as an input parameter t the srmpreparetget and srmbringonline functins. It will make a h frm the client t SRM hw the Transfer URL (TURL) prduced by SRM is ging t be used. If the parameter value is PrcessingMde, the system may expect that client applicatin will perfrm sme prcessing f the partially read data, fllwed by mre partial reads and a frequent use f the prtcl specific seek peratin. This will allw ptimizatins by allcating files n disks with small buffer sizes. If the value is TransferMde the file will be read at the highest speed allwed by the cnnectin between the server and a client Cnnectin Type enum TCnnectinType { WAN, LAN } TCnnectinType indicates if the client is cnnected thugh a lcal r wide area netwrk. SRM may ptimize the access parameters t achieve maximum thrughput fr the cnnectin type. This will be passed as an input t the srmpreparetget, srmpreparetput and srmbringonline functins Status Cdes enum TStatusCde {,, SRM_AUTHENTICATION_FAILURE,, SRM_INVALID_REQUEST, SRM_INVALID_PATH, SRM_FILE_LIFETIME_EXPIRED, SRM_SPACE_LIFETIME_EXPIRED, SRM_EXCEED_ALLOCATION, SRM_NO_USER_SPACE, SRM_NO_FREE_SPACE, SRM_DUPLICATION_ERROR, SRM_NON_EMPTY_DIRECTORY, SRM_TOO_MANY_RESULTS, SRM_INTERNAL_ERROR, SRM_FATAL_INTERNAL_ERROR, SRM_NOT_SUPPORTED, SRM_REQUEST_QUEUED, SRM_REQUEST_INPROGRESS, SRM_REQUEST_SUSPENDED, SRM_ABORTED, SRM_RELEASED, SRM_FILE_PINNED, SRM_FILE_IN_CACHE, SRM_SPACE_AVAILABLE, SRM_LOWER_SPACE_GRANTED, gsm-wg@gf.rg - 8 -

9 SRM_DONE, SRM_PARTIAL_SUCCESS, SRM_REQUEST_TIMED_OUT, SRM_LAST_COPY, SRM_FILE_BUSY, SRM_FILE_LOST, SRM_FILE_UNAVAILABLE, SRM_CUSTOM_STATUS } SRM_NOT_SUPPORTED is used, in general If a server des nt supprt a methd If a server des nt supprt particular ptinal input parameters Retentin Plicy Inf typedef struct { TRetentinPlicy retentinplicy, TAccessLatency accesslatency } TRetentinPlicyInf TRetentinPlicyInf is a cmbined structure t indicate hw the file needs t be stred. When bth retentin plicy and access latency are prvided, their cmbinatin needs t match what SRM supprts. Otherwise request will be rejected Request Tken The Request Tken assigned by SRM is unique and immutable (nn-reusable). Fr example, if the date:time is part f the request tken it will be immutable. Request tkens are case-sensitive. Request tken is valid until the request is cmpleted. Hwever, SRM server may chse t keep the request tkens fr a shrt perid f time after the request is cmpleted, and the time perid depends n the SRM servers User Permissin typedef struct { userid, TPermissinMde mde } TUserPermissin userid may represent the assciated client s Distinguished Name (DN) instead f unix style lgin name. VOMS rle may be included Grup Permissin typedef struct { grupid, TPermissinMde mde } TGrupPermissin grupid may represent the assciated client s Distinguished Name (DN) instead f unix style lgin name. VOMS rle may be included Size in Bytes Size in bytes is represented in unsigned lng. gsm-wg@gf.rg - 9 -

10 1.18. UTC Time Time is represented in datetime. Frmerly TGMTTime in SRM v2.1 date and time in Crdinated Universal Time (UTC, frmerly GMT) with n lcal time extentin. Frmat is same as in XML datetime type, except n lcal time extensin is allwed. E.g T13:20:00 is k (fr 1999 May 31st, 13:20PM, UTC) but T13:20:00-5:00 is nt Time in Secnds (Lifetime and RequestTime) Time (lifetime and request time) in secnds is represented in eger. 0 (zer) indicates the site defined default time. A negative value (-1) indicates infinite (indefinite) time. Exceptins: Any remaining times may have zer (0) secnd when n time is left. Sme special meaning f negative time is defined when needed depending n the peratin. E.g. remainingttalrequesttime in srmstatusofgetrequest SURL The type definitin SURL is represented as anyuri and used fr bth site URL and the Strage File Name (stfn). This was dne in rder t simplify the ntatin. Recall that stfn is the file path/name f the ended strage lcatin when a file is put (r cpied) an SRM cntrlled space. Thus, a stfn can be thught f a special case f an SURL, where the prtcl is assumed t be srm and the machine:prt is assumed t be lcal t the SRM. Fr example, when the request srmcpy is made as a pulling case, the surce file is specified by a site URL, and the target lcatin can be ptinally specified as a stfn. By cnsidering the stfn a special case f an SURL, a srmcpy takes SURLs as bth the surce and target parameters TURL TURL is represented in anyuri Return Status typedef struct {TStatusCde statuscde, explanatin } TReturnStatus Return Status fr SURL typedef struct {anyuri surl, TReturnStatus status } TSURLReturnStatus File MetaData typedef struct { path, // abslute dir and file path TReturnStatus status, gsm-wg@gf.rg

11 unsigned lng size, // 0 if directry datetime createdattime, datetime lastmdificatintime, TFileStrageType filestragetype, TRetentinPlicyInf retentinplicyinf, TFileLcality filelcality, [] arrayofspacetkens, TFileType type, // Directry r File lifetimeassigned, lifetimeleft, // n the SURL TUserPermissin wnerpermissin, TGrupPermissin gruppermissin, TPermissinMde therpermissin, checksumtype, checksumvalue, TMetaDataPathDetail[] arrayofsubpaths // ptinal recursive } TMetaDataPathDetail The TMetaDataPathDetail describes the prperties f a file. It is used as an utput parameter in srmls. retentinplicyinf indicates the assigned retentin plicy. filelcality indicates where the file is lcated currently in the system. arrayofspacetkens as an array f indicates where the file is currently lcated fr the client. Only space tkens that the client has authrized t access t read the file must be returned. Permissins n the SURL represent unix-like permissins: e.g. rwxr--r--. wnerpermissin describes the wner ID and wner permissin n the SURL. gruppermissin describes the grup permissin with grup identifier n the SURL. therpermissin describes the ther permissin n the SURL. Fr ACL-like permissins, srmgetpermissin must be used. lifetimeassigned is the ttal lifetime that is assigned n the SURL. It includes all SURL lifetime extensins if extended. lifetimeleft is the remaining lifetime n the SURL frm the current time until expiratin. A negative value (-1) indicates indefinite lifetime. Zer (0) indicates that the file is expired Space MetaData typedef struct { spacetken, TReturnStatus status, TRetentinPlicyInf retentinplicyinf, wner, unsigned lng ttalsize, // best effrt unsigned lng guaranteedsize, unsigned lng unusedsize, lifetimeassigned, lifetimeleft } TMetaDataSpace TMetaDataSpace is used t describe prperties f a space, and is used as an utput parameter in srmgetspacemetadata. retentinplicyinf indicates the infrmatin abut retentin plicy and access latency that the space is assigned. retentinplicyinf is requested and assigned at the gsm-wg@gf.rg

12 time f space reservatin thrugh srmreservespace and srmstatusofreservespacerequest. TMetaDataSpace refers t a single space with retentin plicy. It des nt include the extra space needed t hld the directry structures, if there is any. lifetimeassigned is the ttal lifetime that is assigned t the space. It includes all space lifetime extensins if extended. lifetimeleft is the remaining lifetime that is left n the space Directry Optin typedef struct { Blean issurceadirectry, Blean alllevelrecursive, // default = false numoflevels // default = 1 } TDirOptin Extra Inf typedef struct { key, value } TExtraInf TExtraInf is used where additinal infrmatin is needed, such as fr additinal infrmatin fr transfer prtcls f TURLs in srmping, srmgettransferprtcls, srmstatusofgetrequest, and srmstatusofputrequest. Fr example, when it is used fr additinal infrmatin fr transfer prtcls, the keys may specify access speed, available number f parallelism, and ther transfer prtcl prperties. It is als used where additinal infrmatin t the underlying strage system is needed, such as fr additinal infrmatin, but nt limited t, fr strage device, strage lgin ID, strage lgin authrizatin. Frmerly, it was TStrageSystemInf Transfer Parameters typedef struct { TAccessPattern accesspattern, TCnnectinType cnnectintype, [] arrayofclientnetwrks [] arrayoftransferprtcls } TTransferParameters TTransferParameters is used where arrayoftransferprtcls was used previusly in SRM v2.1. TTransferParameters may be prvided ptinally in the methds such as srmpreparetget, srmbringonline, srmpreparetput and srmreservespace. Optinal input parameters in TTransferParameters may cllide with the characteristics f the space specified. In this case, TTransferParameters as an input parameter must be ignred. File transfer prtcls are specified in a preferred rder n all SRM transfer functins. arrayofclientnetwrks is a h f the client IPs that SRM/dCache can use fr ptimizatin f its ernal strage systems based n the client s accessible IP addresses File Request fr srmpreparetget typedef struct { anyuri surcesurl, TDirOptin diroptin, } TGetFileRequest File Request fr srmpreparetput gsm-wg@gf.rg

13 typedef struct { anyuri targetsurl, // lcal t SRM unsigned lng expectedfilesize } TPutFileRequest File Request fr srmcpy typedef struct { anyuri surcesurl, anyuri targetsurl, TDirOptin diroptin } TCpyFileRequest Return File Status fr srmpreparetget typedef struct { anyuri surcesurl, TReturnStatus status, unsigned lng filesize, estimatedwaittime, remainingpintime, anyuri transferurl, TExtraInf[] transferprtclinf } TGetRequestFileStatus transferprtclinf f type TExtraInf is added t the TGetRequestFileStatus. This utput parameter can be used t prvide mre infrmatin abut the transfer prtcl s that client can access the TURL efficiently. estimatedwaittime t be negative value, -1, fr unknwn. remainingpintime is the lifetime n the TURL, and 0 means it expired. If a TURL has an indefinite lifetime, then negative value, -1, may be used Return File Status fr srmbringonline typedef struct { anyuri surcesurl, TReturnStatus status, unsigned lng filesize, estimatedwaittime, remainingpintime, } TBringOnlineRequestFileStatus estimatedwaittime t be negative value, -1, fr unknwn. remainingpintime is the lifetime n the TURL, and 0 means it expired. If a TURL has an indefinite lifetime, then negative value, -1, may be used Return File Status fr srmpreparetput typedef struct { anyuri SURL, TReturnStatus status, unsigned lng filesize, estimatedwaittime, remainingpinlifetime // n TURL remainingfilelifetime // n SURL anyuri transferurl, TExtraInf[] transferprtclinf } TPutRequestFileStatus transferprtclinf f type TExtraInf is added t the TPutRequestFileStatus t give clients mre infrmatin abut the prepared transfer prtcl s that client may use gsm-wg@gf.rg

14 the infrmatin t make an efficient access t the prepared TURL thrugh the transfer prtcl. estimatedwaittime t be negative value, -1, fr unknwn. remainingpintime is the lifetime n the TURL, and 0 means it expired. If a TURL has indefinite lifetime, then negative value, -1, may be used. remainingfilelifetime is the lifetime n the SURL, and 0 means it expired. If SURL has an indefinite lifetime, then negative value, -1, may be used Return File Status fr srmcpy typedef struct { anyuri surcesurl, anyuri targetsurl, TReturnStatus status, unsigned lng filesize, estimatedwaittime, remainingfilelifetime // n target SURL } TCpyRequestFileStatus estimatedwaittime t be negative value, -1, fr unknwn. remainingfilelifetime is the lifetime n the SURL, and 0 means it expired. If SURL has an indefinite lifetime, then negative value, -1, may be used Request Summary typedef struct { requesttken, TReturnStatus status, TRequestType requesttype, ttalnumfilesinrequest, numofcmpletedfiles, numofwaitingfiles, numoffailedfiles } TRequestSummary numofwaitingfiles describes the number f files n the queue. numoffailedfiles describes the number f failed files and abrted files. numofcmpletedfiles describes the number f successfully cmpleted files, number f failed files and number f abrted files. ttalnumfilesinrequest describes the numofwaitingfiles, numofcmpletedfiles, numoffailedfiles and number f files in prgress Return Status fr SURL typedef struct { anyuri surl, TReturnStatus status filelifetime, pinlifetime, } TSURLLifetimeReturnStatus filelifetime describes the file lifetime n SURL. pinlifetime describes the pin lifetime n TURL, if applicable Return File Permissins typedef struct {anyuri surl, TReturnStatus status, TPermissinMde permissin } TSURLPermissinReturn gsm-wg@gf.rg

15 1.39. Return Permissins n SURL typedef struct { anyuri surl, // bth dir and file TReturnStatus status, wner, TPermissinMde wnerpermissin, TUserPermissin[] arrayofuserpermissins, TGrupPermissin[] arrayofgruppermissins, TPermissinMde therpermissin } TPermissinReturn The TPermissinReturn describes the permissin prperties f a file. It is used as an utput parameter in srmgetpermissin Return Request Tkens typedef struct { requesttken, datetime createdattime } TRequestTkenReturn Supprted File Transfer Prtcl typedef struct { transferprtcl, TExtraInf[] attributes } TSupprtedTransferPrtcl transferprtcl (required): Supprted transfer prtcl. Fr example, gsiftp, http. attributes: Infrmatinal hs fr the paired transfer prtcl, such hw many number f parallel streams can be used, desired buffer size, etc. gsm-wg@gf.rg

16 2. Space Management Functins summary: srmreservespace srmstatusofreservespacerequest srmreleasespace srmupdatespace srmgetspacemetadata srmchangespacefrfiles srmstatusofchangespacefrfilesrequest srmextendfilelifetimeinspace srmpurgefrmspace srmgetspacetkens 2.1. srmreservespace This functin is used t reserve a space in advance fr the upcming requests t get sme guarantee n the file management. Asynchrnus space reservatin may be necessary fr sme SRMs t serve many cncurrent requests Parameters In: authrizatinid, String userspacetkendescriptin, TRetentinPlicyInf retentinplicyinf, unsigned lng desiredsizeofttalspace, unsigned lng desiredsizeofguaranteedspace, desiredlifetimeofreservedspace, unsigned lng [] arrayofexpectedfilesizes, TExtraInf[] stragesysteminf, TTransferParameters transferparameters Out: TReturnStatus returnstatus, requesttken, estimatedprcessingtime, TRetentinPlicyInf retentinplicyinf, unsigned lng sizeofttalreservedspace, // best effrt unsigned lng sizeofguaranteedreservedspace, lifetimeofreservedspace, spacetken Ntes n the Behavir a) Input parameter userspacetkendescriptin is case-sensitive. SRM server is expected t keep it as client prvides. It can be reused by the client. srmgetspacetkens will return all the space tkens that have the userspacetkendescriptin. b) If the input parameter desiredlifetimeofreservedspace is nt prvided, the lifetime f the reserved space may be set t infinite (indefinite) by default. c) If particular values f the input parameter retentinplicyinf cannt be satisfied by the SRM server, SRM_NOT_SUPPORTED r SRM_NO_FREE_SPACE must be returned. d) Asynchrnus space reservatin may be necessary fr sme SRMs t serve many cncurrent requests. In such case, request tken must be returned, and space tken must nt be assigned and returned until space reservatin is cmpleted, t prevent the usage gsm-wg@gf.rg

17 f the space tken in ther erfaces befre the space reservatin is cmpleted. If the space reservatin can be dne immediately, request tken must nt be returned. e) When asynchrnus space reservatin is necessary, the returned status cde shuld be SRM_REQUEST_QUEUED. f) Input parameter arrayofexpectedfilesize is a h that SRM server can use t reserve cnsecutive strage sizes fr the request. At the time f space reservatin, if space accunting is dne nly at the level f the ttal size, this h wuld nt help. In such case, the expected file size at the time f srmpreparetput will describe hw much cnsecutive strage size is needed fr the file. Hwever, sme SRMs may get benefits frm these hs t make a decisin t allcate sme blcks in sme specific devices. g) Optinal input parameter stragesysteminf is needed in case the underlying strage system requires additinal security infrmatin. h) SRM may return its default space size and lifetime if nt requested by the client. SRM may return SRM_INVALID_REQUEST if SRM des nt supprt default space sizes. i) If input parameter desiredsizeofttalspace is nt specified, the SRM will return its default space size. j) Output parameter estimateprcessingtime is used t indicate the estimatin time t cmplete the space reservatin request, when knwn. k) Output parameter sizeofttalreservedspace is in best effrt bases. Fr guaranteed space size, sizeofguaranteedreservedspace shuld be checked. These tw numbers may match, depending n the strage systems. l) Output parameter spacetken is a reference handle f the reserved space. m) If an peratin is successful ( r SRM_LOWER_SPACE_GRANTED), sizeofguaranteedreservedspace, lifetimeofreservedspace and spacetken are required t return t the client. n) Optinal input parameters in TTransferParameters may cllide with the characteristics f the space specified. In this case, TTransferParameters as an input parameter must be ignred Return Status Cde successful request cmpletin. Space is reserved successfully as the client requested. SRM_REQUEST_QUEUED successful request submissin and acceptance. Request tken must be returned, and space tken must nt be assigned and returned. SRM_REQUEST_INPROGRESS the request is being prcessed. SRM_LOWER_SPACE_GRANTED successful request cmpletin, but lwer space size is allcated than what the client requested SRM_AUTHENTICATION_FAILURE SRM server failed t authenticate the client client is nt authrized t reserve space SRM_INVALID_REQUEST If space size r lifetime is nt requested by the client, and SRM des nt supprt default values fr space size r lifetime. input parameters are invalid. SRM_NO_USER_SPACE SRM server des nt have enugh user space fr the client fr client t request t reserve. SRM_NO_FREE_SPACE SRM server des nt have enugh free space fr client t request t reserve. gsm-wg@gf.rg

18 SRM server des nt have enugh free space fr a particular retentinplicyinf SRM_EXCEED_ALLOCATION SRM server des nt have enugh space fr the client t fulfill the request because the client request needs mre than the allcated space quta fr the client. SRM_INTERNAL_ERROR SRM has an ernal transient errr, and client may try again. any ther request failure. Explanatin needs t be filled fr details. SRM_NOT_SUPPORTED functin is nt supprted in the SRM server specific values f the input parameter retentinplicyinf is nt supprted by the SRM any input parameter is nt supprted in the SRM server a particular type f an input parameter is nt supprted in the SRM server 2.2. srmstatusofreservespacerequest This functin is used t check the status f the previus request t srmreservespace, when asynchrnus space reservatin was necessary with the SRM. Request tken must have been prvided in respnse t the srmreservespace Parameters In: authrizatinid, requesttken Out: TReturnStatus returnstatus, estimatedprcessingtime, TRetentinPlicyInf retentinplicyinf, unsigned lng sizeofttalreservedspace, unsigned lng sizeofguaranteedreservedspace, lifetimeofreservedspace, spacetken Ntes n the Behavir a) If the space reservatin is nt cmpleted yet, estimateprcessingtime is returned when knwn. The returned status cde in such case shuld be SRM_REQUEST_QUEUED. b) See ntes fr srmreservespace fr descriptins fr utput parameters. c) If an peratin is successful ( r SRM_LOWER_SPACE_GRANTED), sizeofguaranteedreservedspace, lifetimeofreservedspace and spacetken are required t return t the client Return Status Cde SRM_REQUEST_QUEUED successful request submissin and the request is still n the queue t be served. SRM_REQUEST_INPROGRESS the request is being prcessed. SRM_LOWER_SPACE_GRANTED gsm-wg@gf.rg

19 successful request cmpletin, but lwer space size is allcated than what the client requested successful request cmpletin. Space is reserved successfully as the client requested. SRM_AUTHENTICATION_FAILURE SRM server failed t authenticate the client client is nt authrized t reserve space SRM_INVALID_REQUEST requesttken des nt refer t an existing knwn request in the SRM server. SRM_EXCEED_ALLOCATION SRM server des nt have enugh space fr the client t fulfill the request because the client request needs mre than the allcated space fr the client. SRM_NO_USER_SPACE SRM server des nt have enugh user space fr the client fr the client fr client t request t reserve. SRM_NO_FREE_SPACE SRM server des nt have enugh free space fr the client fr client t request t reserve. SRM server des nt have enugh free space fr a particular retentinplicyinf SRM_REQUEST_SUSPENDED request is suspended. SRM_INTERNAL_ERROR SRM has an ernal transient errr, and client may try again. any ther request failure. Explanatin needs t be filled fr details. SRM_NOT_SUPPORTED functin is nt supprted in the SRM server any input parameter is nt supprted in the SRM server a particular type f an input parameter is nt supprted in the SRM server 2.3. srmreleasespace srmreleasespace() releases an ccupied space Parameters In: authrizatinid, spacetken, TExtraInf[] stragesysteminf, Blean frcefilerelease Out: TReturnStatus returnstatus Ntes n the Behavir a) frcefilerelease is false by default. This means that the space will nt be released if it has files that are still pinned in the space. T release the space regardless f the files it cntains and their status frcefilerelease must be specified t be true. gsm-wg@gf.rg

20 b) When space is releasable and frcefilerelease is true, all the files in the space are released, even in OUTPUT r CUSTODIAL retentin quality space. c) srmreleasespace may nt cmplete right away because f the lifetime f existing files in the space. When space is released, the files in that space are treated accrding t their types: If file strage types are permanent, keep them until further peratin such as srmrm is issued by the client. If file strage types are durable, perfrm necessary actins at the end f their lifetime. If file strage types are vlatile, release thse files at the end f their lifetime. d) If space is being released with frcefilerelease ptin while SURLs are being created with srmpreparetput r srmcpy, the file is remved and SRM_INVALID_PATH must be returned by the srmputdne, srmstatusofputrequest, r srmstatusofcpyrequest when the file is vlatile. If the file is permanent type, the file is mved t the default space, and the space wuld be successfully released. The subsequent srmputdne, srmstatusofputrequest, r srmstatusofcpyrequest wuld be successful. e) If space is being released withut frcefilerelease ptin while SURLs are being created with srmpreparetput r srmcpy, must be returned in srmreleasespace. f) When a "replica" quality space is expired n its lifetime, all files inside must be expired (by definitin, file lifetimes are less than and equal t the remaining lifetime f the space). After the space is expired, the space that is assciated with the space tken n lnger exists, alng with all files inside - meaning their SURLs disappear frm the file system r reflect the expired lifetime Return Status Cde successful request cmpletin. Space is successfully released. SRM_AUTHENTICATION_FAILURE SRM server failed t authenticate the client client is nt authrized t release the space that is assciated with the spacetken SRM_INVALID_REQUEST spacetken des nt refer t an existing knwn space in the SRM server. SRM_INTERNAL_ERROR SRM has an ernal transient errr, and client may try again. SRM_NOT_SUPPORTED frcefilerelease is nt supprted functin is nt supprted space still cntains pinned files. space assciated with space is already released. any ther request failure. Explanatin needs t be filled fr details srmupdatespace srmupdatespace is t resize the space and/r extend the lifetime f a space. Asynchrnus peratin may be necessary fr sme SRMs t serve many cncurrent requests Parameters In: authrizatinid, spacetken, unsigned lng newsizeofttalspacedesired, unsigned lng newsizeofguaranteedspacedesired, gsm-wg@gf.rg

21 TExtraInf[] newlifetime, stragesysteminf Out: TReturnStatus returnstatus, requesttken, unsigned lng sizeofttalspace, // best effrt unsigned lng sizeofguaranteedspace, lifetimegranted Ntes n the Behavir a) If neither size nr lifetime is prvided in the input parameters, then the request will be failed, and SRM_INVALID_REQUEST must be returned. The existing values must nt be changed. b) newsize is the new actual size f the space. c) newlifetime is the new lifetime requested regardless f the previus lifetime. It might even be shrter than the remaining lifetime at the time f the call. It is relative t the calling time. Lifetime will be set frm the calling time fr the specified perid. d) Output parameter, lifetimegranted is the new lifetime granted regardless f the previus lifetime. It might even be shrter than the previus lifetime. It is relative t the calling time Return Status Cde successful request cmpletin. Space is successfully updated as the client requested. SRM_ REQUEST_QUEUED successful request submissin and acceptance. Request tken must be returned. SRM_LOWER_SPACE_GRANTED successful request cmpletin, but lwer space size is allcated than what the client requested SRM_AUTHENTICATION_FAILURE SRM server failed t authenticate the client client is nt authrized t update the space that is assciated with the spacetken SRM_SPACE_LIFETIME_EXPIRED lifetime f the space that is assciated with the spacetken is already expired. SRM_INVALID_REQUEST spacetken des nt refer t an existing knwn space in the SRM server. input parameter size r time is nt prvided. SRM_EXCEED_ALLOCATION SRM server des nt have enugh space fr the client t fulfill the request because the client request has mre than the allcated space fr the client. SRM_NO_USER_SPACE SRM server des nt have enugh space fr the client t fulfill the request SRM_NO_FREE_SPACE SRM server des nt have enugh free space t fulfill the request SRM_INTERNAL_ERROR SRM has an ernal transient errr, and client may try again. New requested size is less than currently used space. any ther request failure. Explanatin needs t be filled fr details. gsm-wg@gf.rg

22 SRM_NOT_SUPPORTED functin is nt supprted 2.5. srmstatusofupdatespacerequest This functin is used t check the status f the previus request t srmupdatespace, when asynchrnus space update was necessary with the SRM. Request tken must have been prvided in respnse t the srmupdatespace Parameters In: authrizatinid, requesttken Out: TReturnStatus returnstatus, unsigned lng sizeofttalspace, // best effrt unsigned lng sizeofguaranteedspace, lifetimegranted Ntes n the Behavir a) Output parameters fr sew sizes are the new actual sizes f the space. b) Output parameter, lifetimegranted is the new lifetime granted regardless f the previus lifetime. It might even be shrter than the previus lifetime. It is relative t the calling time Return Status Cde SRM_REQUEST_QUEUED successful request submissin and the request is still n the queue t be served. SRM_REQUEST_INPROGRESS the request is being prcessed. successful request cmpletin. Space is successfully updated as the client requested. SRM_LOWER_SPACE_GRANTED successful request cmpletin, but lwer space size is allcated than what the client requested SRM_AUTHENTICATION_FAILURE SRM server failed t authenticate the client client is nt authrized t update the space that is assciated with the spacetken SRM_SPACE_LIFETIME_EXPIRED lifetime f the space that is assciated with the spacetken is already expired. SRM_INVALID_REQUEST spacetken des nt refer t an existing knwn space in the SRM server. input parameter size r time is nt prvided. SRM_EXCEED_ALLOCATION SRM server des nt have enugh space fr the client t fulfill the request because the client request has mre than the allcated space fr the client. SRM_NO_USER_SPACE SRM server des nt have enugh space fr the client t fulfill the request gsm-wg@gf.rg

23 SRM_NO_FREE_SPACE SRM server des nt have enugh free space t fulfill the request SRM_REQUEST_SUSPENDED request is suspended. SRM_INTERNAL_ERROR SRM has an ernal transient errr, and client may try again. New requested size is less than currently used space. any ther request failure. Explanatin needs t be filled fr details. SRM_NOT_SUPPORTED functin is nt supprted 2.6. srmgetspacemetadata This functin is used t get infrmatin f a space. Space tken must be prvided, and space tkens are returned upn a cmpletin f a space reservatin thrugh srmreservespace r srmstatusofreservespacerequest Parameters In: authrizatinid, [] arrayofspacetkens Out: TReturnStatus returnstatus, TMetaDataSpace[] arrayofspacedetails Ntes n the Behavir a) Output parameters unusedsize in TMetaDataSpace returns 0 if there is n space left in the allcated space. b) When clients use mre space than allcated, clients get warned t accmmdate their files in the spaces r update the space befre running ut. SRM Return Status Cde Fr request level return Status, successful request cmpletin. Infrmatin f all requested spaces are returned successfully. SRM_PARTIAL_SUCCESS Request is cmpleted. Infrmatin f sme requested spaces are returned successfully, and sme are failed t be returned. SRM_AUTHENTICATION_FAILURE SRM server failed t authenticate the client client is nt authrized t request space infrmatin SRM_TOO_MANY_RESULTS Request prduced t many results that SRM server cannt handle. SRM_INVALID_REQUEST arrayofspacetken is empty. SRM_INTERNAL_ERROR SRM has an ernal transient errr, and client may try again. All space requests are failed. gsm-wg@gf.rg

24 any ther request failure. Explanatin needs t be filled fr details. SRM_NOT_SUPPORTED functin is nt supprted in the SRM server Fr space level return Status, successful request cmpletin fr the spacetken. Space infrmatin is successfully returned. client is nt authrized t request infrmatin n the space that is assciated with the spacetken SRM_INVALID_REQUEST spacetken des nt refer t an existing knwn space in the SRM server. SRM_SPACE_LIFETIME_EXPIRED The life time n the space that is assciated with the spacetken has expired SRM_EXCEED_ALLOCATION Space that is assciated with spacetken has n mre space left. any ther request failure. Explanatin needs t be filled fr details srmchangespacefrfiles This functin is used t change the space prperty f files t anther space prperty by specifying target space tkens. All files specified by SURLs will have a new space tken. SURLs must nt be changed. New space tken may be acquired frm srmreservespace. Asynchrnus peratin may be necessary fr sme SRMs, and in such case, request tken is returned fr later status inquiry. There is n default behavir when target space tken is nt prvided. In such case, the request will be rejected, and the return status must be SRM_INVALID_REQUEST Parameters In: authrizatinid, anyuri [] arrayofsurls, targetspacetken, TExtraInf[] stragesysteminf Out: TReturnStatus returnstatus, requesttken, estimatedprcessingtime, TSURLReturnStatus [] arrayoffilestatuses Ntes n the Behavir a) When space transitin is cmpleted successfully, must be returned fr each SURL. b) Fr any frbidden transitin by the SRM implementatin, SRM_INVALID_REQUEST must be returned. It includes changing spaces n SURLs that statuses are SRM_FILE_BUSY. c) Asynchrnus peratin may be necessary fr sme SRMs t serve many cncurrent requests. In such case, request tken must be returned. If the request can be cmpleted immediately, request tken must nt be returned. gsm-wg@gf.rg

25 d) When asynchrnus peratin is necessary, the returned status cde shuld be SRM_REQUEST_QUEUED, and arrayoffilestatuses may nt be filled and returned. e) All files specified in arrayofsurls will be mved t the space assciated with targetspacetken. f) When target space tken is used, space allcatin fr a new space tken must be dne explicitly by the client befre using this functin. g) If a directry path is prvided, then the effect is recursive fr all files in the directry. h) Space de-allcatin may be necessary in sme cases, and it must be dne by the client explicitly after this peratin cmpletes. The status can be checked by srmstatusofchangespacefrfilesrequest. i) When a space is successfully changed fr a file frm ne space t anther, it will either retain its remaining lifetime, r the lifetime will be reduced t that f the target space, whichever is the lesser. j) If the target space is nly large enugh t transfer a subset f the files, the request will cntinue taking place until the target space cannt hld any mre files, and the request must be failed. The status f the request must return an errr f SRM_EXCEED_ALLOCATION in such case Return Status Cde Fr request level return status, All file requests are successfully cmpleted. All SURLs have new targetspacetken. SRM_PARTIAL_SUCCESS All requests are cmpleted. Sme SURL requests have new targetspacetken, and sme SURL requests are failed t have new targetspacetken. Details are n the files status. SRM_ REQUEST_QUEUED request is submitted and accepted. requesttken must be returned. The status can be checked by srmstatusofchangespacefrfilesrequest. SRM_ REQUEST_INPROGRESS The request is being prcessed. Sme files are still queued, and sme files are cmpleted in space transitin. SRM_AUTHENTICATION_FAILURE SRM server failed t authenticate the client client is nt authrized t change the file types SRM_INVALID_REQUEST SURL is empty. targetspacetken is empty. targetspacetken des nt refer t an existing space in the SRM server. targetspacetken refers t a frbidden transitin by the SRM implementatin. SRM_SPACE_LIFETIME_EXPIRED target space that is assciated with targetspacetken has an expired lifetime. SRM_EXCEED_ALLOCATION target space that is assciated with targetspacetken is nt enugh t hld all SURLs. SRM_INTERNAL_ERROR SRM has an ernal transient errr, and client may try again. any ther request failure. Explanatin needs t be filled fr details. SRM_NOT_SUPPORTED functin is nt supprted in the SRM gsm-wg@gf.rg

26 any input parameter is nt supprted in the SRM server a particular type f an input parameter is nt supprted in the SRM server Fr file level return status, successful request cmpletin fr the SURL. The SURL has a new targetspacetken. SRM_ REQUEST_QUEUED file request is n the queue. SRM_ REQUEST_INPROGRESS file request is being prcessed. SRM_INVALID_PATH SURL des nt refer t an existing file client is nt authrized t change the space fr the file that is assciated with the SURL SRM_INVALID_REQUEST targetspacetken refers t a frbidden transitin fr the particular SURL by the SRM implementatin. The status f SURL is SRM_FILE_BUSY. SRM_EXCEED_ALLOCATION target space that is assciated with targetspacetken is nt enugh t hld SURL. SRM_FILE_LOST the requested file with the SURL is permanently lst. SRM_FILE_BUSY client requests fr files which there is an active srmpreparetput (n srmputdne is nt yet called) fr. The requested file with the SURL is being used by ther clients. SRM_FILE_UNAVAILABLE the requested file with the SURL is temprarily unavailable. All file requests are failed. any ther request failure. Explanatin needs t be filled fr details srmstatusofchangespacefrfilesrequest This functin is used t check the status f the previus request t srmchangespacefrfiles, when asynchrnus peratin was necessary in the SRM. Request tken must have been prvided in respnse t the srmchangespacefrfiles Parameters In: authrizatinid, requesttken Out: TReturnStatus returnstatus estimatedprcessingtime, TSURLReturnStatus [] arrayoffilestatuses Ntes n the Behavir gsm-wg@gf.rg

27 a) When space transitin is cmpleted successfully, must be returned fr each SURL. b) If changing space is nt cmpleted, estimateprcessingtime is returned when knwn. c) If all files are still in the queue and nne f the files are cmpleted in changing space, the returned status cde shuld be SRM_REQUEST_QUEUED. d) If sme files are queued, and sme files are cmpleted in changing space, SRM_REQUEST_INPROGRESS must be returned as the return status cde. Each file shuld have its wn status cde. e) If the target space is nly large enugh t transfer a subset f the files, the request will cntinue taking place until the target space cannt hld any mre files, and the request must be failed. The status f the request must return an errr f SRM_EXCEED_ALLOCATION in such case Return Status Cde Fr request level return status, All file requests are successfully cmpleted. All SURLs have new targetspacetken. SRM_PARTIAL_SUCCESS All requests are cmpleted. Sme SURL requests have new targetspacetken, and sme SURL requests are failed t have new targetspacetken. Details are n the files status. SRM_ REQUEST_QUEUED Request submissin was successful and the entire request is still n the queue. SRM_ REQUEST_INPROGRESS Sme files are still queued, and sme files are cmpleted in space transitin. SRM_AUTHENTICATION_FAILURE SRM server failed t authenticate the client client is nt authrized t change the file types SRM_INVALID_REQUEST requesttken des nt refer t an existing knwn request in the SRM server. targetspacetken refers t a frbidden transitin by the SRM implementatin. SRM_SPACE_LIFETIME_EXPIRED target space that is assciated with targetspacetken has an expired lifetime. SRM_EXCEED_ALLOCATION target space that is assciated with targetspacetken is nt enugh t hld SURLs. SRM_REQUEST_SUSPENDED request is suspended. SRM_INTERNAL_ERROR SRM has an ernal transient errr, and client may try again. All file requests are failed. any ther request failure. Explanatin needs t be filled fr details. SRM_NOT_SUPPORTED functin is nt supprted in the SRM any input parameter is nt supprted in the SRM server a particular type f an input parameter is nt supprted in the SRM server Fr file level return status, gsm-wg@gf.rg

The Storage Resource Manager Interface Specification

The Storage Resource Manager Interface Specification The Strage Resurce Manager Interface Specificatin Versin 2.2 2 April 2007 Cllabratin Web: Dcument Lcatin: http://sdm.lbl.gv/srm wg http://sdm.lbl.gv/srm wg/dc/srm.v2.2.html Editrs: Alex Sim Arie Shshani

More information

System Business Continuity Classification

System Business Continuity Classification System Business Cntinuity Classificatin Business Cntinuity Prcedures Infrmatin System Cntingency Plan (ISCP) Business Impact Analysis (BIA) System Recvery Prcedures (SRP) Cre Infrastructure Criticality

More information

LogMeIn Rescue Web SSO via SAML 2.0 Configuration Guide

LogMeIn Rescue Web SSO via SAML 2.0 Configuration Guide LgMeIn Rescue Web SSO via SAML 2.0 LgMeIn Rescue Web SSO via SAML 2.0 Cnfiguratin Guide 02-19-2014 Cpyright 2015 LgMeIn, Inc. 1 LgMeIn Rescue Web SSO via SAML 2.0 Cntents 1 Intrductin... 3 1.1 Dcument

More information

Improved Data Center Power Consumption and Streamlining Management in Windows Server 2008 R2 with SP1

Improved Data Center Power Consumption and Streamlining Management in Windows Server 2008 R2 with SP1 Imprved Data Center Pwer Cnsumptin and Streamlining Management in Windws Server 2008 R2 with SP1 Disclaimer The infrmatin cntained in this dcument represents the current view f Micrsft Crpratin n the issues

More information

WinFlex Web Single Sign-On (EbixLife XML Format) Version: 1.5

WinFlex Web Single Sign-On (EbixLife XML Format) Version: 1.5 WinFlex Web Single Sign-On (EbixLife XML Frmat) Versin: 1.5 The gal f this dcument is t specify and explre the basic peratins that are required t facilitate a vendr applicatin requesting access t the WinFlex

More information

SBClient and Microsoft Windows Terminal Server (Including Citrix Server)

SBClient and Microsoft Windows Terminal Server (Including Citrix Server) SBClient and Micrsft Windws Terminal Server (Including Citrix Server) Cntents 1. Intrductin 2. SBClient Cmpatibility Infrmatin 3. SBClient Terminal Server Installatin Instructins 4. Reslving Perfrmance

More information

System Business Continuity Classification

System Business Continuity Classification Business Cntinuity Prcedures Business Impact Analysis (BIA) System Recvery Prcedures (SRP) System Business Cntinuity Classificatin Cre Infrastructure Criticality Levels Critical High Medium Lw Required

More information

Document Management Versioning Strategy

Document Management Versioning Strategy 1.0 Backgrund and Overview Dcument Management Versining Strategy Versining is an imprtant cmpnent f cntent creatin and management. Versin management is a key cmpnent f enterprise cntent management. The

More information

Licensing Windows Server 2012 for use with virtualization technologies

Licensing Windows Server 2012 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents This

More information

SPECIFICATION. Hospital Report Manager Connectivity Requirements. Electronic Medical Records DRAFT. OntarioMD Inc. Date: September 30, 2010

SPECIFICATION. Hospital Report Manager Connectivity Requirements. Electronic Medical Records DRAFT. OntarioMD Inc. Date: September 30, 2010 OntariMD Inc. Electrnic Medical Recrds SPECIFICATION Hspital Reprt Manager Cnnectivity Requirements DRAFT Date: September 30, 2010 Versin: 1.0 2007-2010 OntariMD Inc. All rights reserved HRM EMR Cnnectivity

More information

TaskCentre v4.5 Send Message (SMTP) Tool White Paper

TaskCentre v4.5 Send Message (SMTP) Tool White Paper TaskCentre v4.5 Send Message (SMTP) Tl White Paper Dcument Number: PD500-03-17-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 GLOBAL CONFIGURATION

More information

URM 11g Implementation Tips, Tricks & Gotchas ALAN MACKENTHUN FISHBOWL SOLUTIONS, INC.

URM 11g Implementation Tips, Tricks & Gotchas ALAN MACKENTHUN FISHBOWL SOLUTIONS, INC. URM 11g Implementatin Tips, Tricks & Gtchas ALAN MACKENTHUN FISHBOWL SOLUTIONS, INC. i Fishbwl Slutins Ntice The infrmatin cntained in this dcument represents the current view f Fishbwl Slutins, Inc. n

More information

HEAL-Link Federation Higher Education & Research. Exhibit 2. Technical Specifications & Attribute Specifications

HEAL-Link Federation Higher Education & Research. Exhibit 2. Technical Specifications & Attribute Specifications HEAL-Link Federatin Higher Educatin & Research Exhibit 2 Technical Specificatins & Attribute Specificatins Trust Relatinship Trust relatinship amng the federatin, federatin members and federatin partners

More information

HSBC Online Home Loan Application Process

HSBC Online Home Loan Application Process HSBC Online Hme Lan Applicatin Prcess Versin 1.0 Nvember 2005 Cpyright. HSBC Bank Australia Limited 2005 ALL RIGHTS RESERVED N part f this publicatin may be reprduced, stred in a retrieval system, r transmitted,

More information

GETTING STARTED With the Control Panel Table of Contents

GETTING STARTED With the Control Panel Table of Contents With the Cntrl Panel Table f Cntents Cntrl Panel Desktp... 2 Left Menu... 3 Infrmatin... 3 Plan Change... 3 Dmains... 3 Statistics... 4 Ttal Traffic... 4 Disk Quta... 4 Quick Access Desktp... 4 MAIN...

More information

Licensing Windows Server 2012 R2 for use with virtualization technologies

Licensing Windows Server 2012 R2 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 R2 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 R2 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents

More information

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide HarePint HelpDesk fr SharePint Fr SharePint Server 2010, SharePint Fundatin 2010 User Guide Prduct versin: 14.1.0 04/10/2013 2 Intrductin HarePint.Cm (This Page Intentinally Left Blank ) Table f Cntents

More information

Treasury Gateway Getting Started Guide

Treasury Gateway Getting Started Guide Treasury Gateway Getting Started Guide Treasury Gateway is a premier single sign-n and security prtal which allws yu access t multiple services simultaneusly thrugh the same sessin, prvides cnvenient access

More information

TaskCentre v4.5 File Transfer (FTP) Tool White Paper

TaskCentre v4.5 File Transfer (FTP) Tool White Paper TaskCentre v4.5 File Transfer (FTP) Tl White Paper Dcument Number: PD500-03-22-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 GLOBAL CONFIGURATION

More information

IT Account and Access Procedure

IT Account and Access Procedure IT Accunt and Access Prcedure Revisin Histry Versin Date Editr Nature f Change 1.0 3/23/06 Kelly Matt Initial Release Table f Cntents 1.0 Overview... 1 2.0 Purpse... 1 3.0 Scpe... 1 4.0 Passwrds... 1 4.1

More information

Archiving IVTVision Video (Linux)

Archiving IVTVision Video (Linux) Archiving IVTVisin Vide (Linux) 1 Intrductin Because IVTVisin Server recrds vide using a straightfrward perating system file structure, archiving vide shuld be simple fr any IT prfessinal. This dcument

More information

Disk Redundancy (RAID)

Disk Redundancy (RAID) A Primer fr Business Dvana s Primers fr Business series are a set f shrt papers r guides intended fr business decisin makers, wh feel they are being bmbarded with terms and want t understand a cmplex tpic.

More information

Loss Share Data Specifications Change Management Plan

Loss Share Data Specifications Change Management Plan Lss Share Data Specificatins Change Management Plan Last Updated: 2/27/2013 Table f Cntents I. Purpse... 3 II. Change Management Apprach... 3 III. Categries f Revisins... 4 IV. Help and Supprt... 6 Lss

More information

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents BRILL s Editrial Manager (EM) Manual fr Authrs Table f Cntents Intrductin... 2 1. Getting Started: Creating an Accunt... 2 2. Lgging int EM... 3 3. Changing Yur Access Cdes and Cntact Infrmatin... 3 3.1

More information

CORE 8 to 9 Data Migration Guide

CORE 8 to 9 Data Migration Guide CORE 8 t 9 Data Migratin Guide i CORE 8 t 9 Data Migratin Guide Cpyright 2009-2015 Vitech Crpratin. All rights reserved. N part f this dcument may be reprduced in any frm, including, but nt limited t,

More information

Helpdesk Support Tickets & Knowledgebase

Helpdesk Support Tickets & Knowledgebase Helpdesk Supprt Tickets & Knwledgebase User Guide Versin 1.0 Website: http://www.mag-extensin.cm Supprt: http://www.mag-extensin.cm/supprt Please read this user guide carefully, it will help yu eliminate

More information

McAfee Enterprise Security Manager. Data Source Configuration Guide. Infoblox NIOS. Data Source: September 2, 2014. Infoblox NIOS Page 1 of 8

McAfee Enterprise Security Manager. Data Source Configuration Guide. Infoblox NIOS. Data Source: September 2, 2014. Infoblox NIOS Page 1 of 8 McAfee Enterprise Security Manager Data Surce Cnfiguratin Guide Data Surce: Infblx NIOS September 2, 2014 Infblx NIOS Page 1 f 8 Imprtant Nte: The infrmatin cntained in this dcument is cnfidential and

More information

Best Practice - Pentaho BA for High Availability

Best Practice - Pentaho BA for High Availability Best Practice - Pentah BA fr High Availability This page intentinally left blank. Cntents Overview... 1 Pentah Server High Availability Intrductin... 2 Prerequisites... 3 Pint Each Server t Same Database

More information

Systems Support - Extended

Systems Support - Extended 1 General Overview This is a Service Level Agreement ( SLA ) between and the Enterprise Windws Services t dcument: The technlgy services the Enterprise Windws Services prvides t the custmer. The targets

More information

Create a Non-Catalog Requisition

Create a Non-Catalog Requisition Create a Nn-Catalg Requisitin Jb Aid This jb aid describes hw t create a standard nn-catalg (i.e., nn-ibuynu) purchase request. REFER TO ADDITIONAL TRAINING GUIDES If yu need t create a special requisitin

More information

FINRA Regulation Filing Application Batch Submissions

FINRA Regulation Filing Application Batch Submissions FINRA Regulatin Filing Applicatin Batch Submissins Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 FTP Access t FINRA... 2 FTP Accunt n FINRA s

More information

Software and Hardware Change Management Policy for CDes Computer Labs

Software and Hardware Change Management Policy for CDes Computer Labs Sftware and Hardware Change Management Plicy fr CDes Cmputer Labs Overview The cmputer labs in the Cllege f Design are clsely integrated with the academic needs f faculty and students. Cmputer lab resurces

More information

Getting Started Guide

Getting Started Guide AnswerDash Resurces http://answerdash.cm Cntextual help fr sales and supprt Getting Started Guide AnswerDash is cmmitted t helping yu achieve yur larger business gals. The utlined pre-launch cnsideratins

More information

Backups and Backup Strategies

Backups and Backup Strategies IT Security Office Versin 2.3 02/19/10 Backups and Backup Strategies IT managers need t plan fr backups in terms f time and space required. Hwever, mst mdern backup sftware can cmpress the backup files

More information

The ad hoc reporting feature provides a user the ability to generate reports on many of the data items contained in the categories.

The ad hoc reporting feature provides a user the ability to generate reports on many of the data items contained in the categories. 11 This chapter includes infrmatin regarding custmized reprts that users can create using data entered int the CA prgram, including: Explanatin f Accessing List Screen Creating a New Ad Hc Reprt Running

More information

Introduction to Mindjet MindManager Server

Introduction to Mindjet MindManager Server Intrductin t Mindjet MindManager Server Mindjet Crpratin Tll Free: 877-Mindjet 1160 Battery Street East San Francisc CA 94111 USA Phne: 415-229-4200 Fax: 415-229-4201 mindjet.cm 2013 Mindjet. All Rights

More information

UNIVERSITY OF CALIFORNIA MERCED PERFORMANCE MANAGEMENT GUIDELINES

UNIVERSITY OF CALIFORNIA MERCED PERFORMANCE MANAGEMENT GUIDELINES UNIVERSITY OF CALIFORNIA MERCED PERFORMANCE MANAGEMENT GUIDELINES REFERENCES AND RELATED POLICIES A. UC PPSM 2 -Definitin f Terms B. UC PPSM 12 -Nndiscriminatin in Emplyment C. UC PPSM 14 -Affirmative

More information

Considerations for Success in Workflow Automation. Automating Workflows with KwikTag by ImageTag

Considerations for Success in Workflow Automation. Automating Workflows with KwikTag by ImageTag Autmating Wrkflws with KwikTag by ImageTag Cnsideratins fr Success in Wrkflw Autmatin KwikTag balances cmprehensive, feature-rich Transactinal Cntent Management with affrdability, fast implementatin, ease

More information

Preparing to Deploy Reflection : A Guide for System Administrators. Version 14.1

Preparing to Deploy Reflection : A Guide for System Administrators. Version 14.1 Preparing t Deply Reflectin : A Guide fr System Administratrs Versin 14.1 Table f Cntents Table f Cntents... 2 Preparing t Deply Reflectin 14.1:... 3 A Guide fr System Administratrs... 3 Overview f the

More information

KronoDesk Migration and Integration Guide Inflectra Corporation

KronoDesk Migration and Integration Guide Inflectra Corporation / KrnDesk Migratin and Integratin Guide Inflectra Crpratin Date: September 24th, 2015 0B Intrductin... 1 1B1. Imprting frm Micrsft Excel... 2 6B1.1. Installing the Micrsft Excel Add-In... 2 7B1.1. Cnnecting

More information

Using Sentry-go Enterprise/ASPX for Sentry-go Quick & Plus! monitors

Using Sentry-go Enterprise/ASPX for Sentry-go Quick & Plus! monitors Using Sentry-g Enterprise/ASPX fr Sentry-g Quick & Plus! mnitrs 3Ds (UK) Limited, February, 2014 http://www.sentry-g.cm Be Practive, Nt Reactive! Intrductin Sentry-g Enterprise Reprting is a self-cntained

More information

CSE 231 Fall 2015 Computer Project #4

CSE 231 Fall 2015 Computer Project #4 CSE 231 Fall 2015 Cmputer Prject #4 Assignment Overview This assignment fcuses n the design, implementatin and testing f a Pythn prgram that uses character strings fr data decmpressin. It is wrth 45 pints

More information

Licensing the Core Client Access License (CAL) Suite and Enterprise CAL Suite

Licensing the Core Client Access License (CAL) Suite and Enterprise CAL Suite Vlume Licensing brief Licensing the Cre Client Access License (CAL) Suite and Enterprise CAL Suite Table f Cntents This brief applies t all Micrsft Vlume Licensing prgrams. Summary... 1 What s New in This

More information

Interworks Cloud Platform Citrix CPSM Integration Specification

Interworks Cloud Platform Citrix CPSM Integration Specification Citrix CPSM Integratin Specificatin Cntents 1. Intrductin... 2 2. Activatin f the Integratin Layer... 3 3. Getting the Services Definitin... 4 3.1 Creating a Prduct Type per Lcatin... 5 3.2 Create Instance

More information

Title: How Do You Handle Exchange Mailboxes for Employees Who Are No Longer With the Company

Title: How Do You Handle Exchange Mailboxes for Employees Who Are No Longer With the Company Dean Suzuki Blg Title: Hw D Yu Handle Exchange Mailbxes fr Emplyees Wh Are N Lnger With the Cmpany Created: 1/21/2013 Descriptin: I asked by ne f my custmers, hw d yu handle mailbxes fr emplyees wh are

More information

Employee Self Service (ESS) Quick Reference Guide ESS User

Employee Self Service (ESS) Quick Reference Guide ESS User Emplyee Self Service (ESS) Quick Reference Guide ESS User Cntents Emplyee Self Service (ESS) User Quick Reference Guide 5 Intrductin t ESS 5 Getting Started 6 Prerequisites 6 Accunt Activatin 7 Hw t activate

More information

iphone Mobile Application Guide Version 2.2.2

iphone Mobile Application Guide Version 2.2.2 iphne Mbile Applicatin Guide Versin 2.2.2 March 26, 2014 Fr the latest update, please visit ur website: www.frte.net/mbile Frte Payment Systems, Inc. 500 West Bethany, Suite 200 Allen, Texas 75013 (800)

More information

New York Institute of Technology Faculty and Staff Email Retention Policy

New York Institute of Technology Faculty and Staff Email Retention Policy New Yrk Institute f Technlgy Faculty and Staff Email Retentin Plicy Nvember 2013 I. PURPOSE As electrnic mail (email) has becme the primary frm f cmmunicatin at NYIT and thrughut the wrld, the vlume f

More information

HP Email Archiving software for Microsoft Exchange

HP Email Archiving software for Microsoft Exchange HP Email Archiving sftware fr Micrsft Exchange PST Imprt Tls Cmpnents and Deplyment Best Practices Table f Cntents Overview... 2 Prerequisites... 2 Cmpnents... 2 Archive Credentials... 2 PST Lader... 2

More information

How to put together a Workforce Development Fund (WDF) claim 2015/16

How to put together a Workforce Development Fund (WDF) claim 2015/16 Index Page 2 Hw t put tgether a Wrkfrce Develpment Fund (WDF) claim 2015/16 Intrductin What eligibility criteria d my establishment/s need t meet? Natinal Minimum Data Set fr Scial Care (NMDS-SC) and WDF

More information

Virtual Meetings and Virtual Teams Using Technology to Work Smarter

Virtual Meetings and Virtual Teams Using Technology to Work Smarter http://www.psu.edu/president/pia/innvatin/ INNOVATION INSIGHT SERIES NUMBER 9 Virtual Meetings and Virtual Teams Using Technlgy t Wrk Smarter Yu need t have a meeting. Sme f the peple yu d like t include

More information

CDC UNIFIED PROCESS PRACTICES GUIDE

CDC UNIFIED PROCESS PRACTICES GUIDE Dcument Purpse The purpse f this dcument is t prvide guidance n the practice f Risk Management and t describe the practice verview, requirements, best practices, activities, and key terms related t these

More information

ITIL Release Control & Validation (RCV) Certification Program - 5 Days

ITIL Release Control & Validation (RCV) Certification Program - 5 Days ITIL Release Cntrl & Validatin (RCV) Certificatin Prgram - 5 Days Prgram Overview ITIL is a set f best practices guidance that has becme a wrldwide-adpted framewrk fr Infrmatin Technlgy Services Management

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? Last updated by Admin at March 3, 2015. 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 messages

More information

Times Table Activities: Multiplication

Times Table Activities: Multiplication Tny Attwd, 2012 Times Table Activities: Multiplicatin Times tables can be taught t many children simply as a cncept that is there with n explanatin as t hw r why it is there. And mst children will find

More information

Introduction LIVE MAPS UNITY PORTAL / INSTALLATION GUIDE. 2015 Savision B.V. savision.com All rights reserved.

Introduction LIVE MAPS UNITY PORTAL / INSTALLATION GUIDE. 2015 Savision B.V. savision.com All rights reserved. Rev 7.5.0 Intrductin 2 LIVE MAPS UNITY PORTAL / INSTALLATION GUIDE 2015 Savisin B.V. savisin.cm All rights reserved. This manual, as well as the sftware described in it, is furnished under license and

More information

Configuring and Integrating LDAP

Configuring and Integrating LDAP Cnfiguring and Integrating LDAP The Basics f LDAP 3 LDAP Key Terms and Cmpnents 3 Basic LDAP Syntax 4 The LDAP User Experience Mnitr 6 This dcument includes infrmatin abut LDAP and its rle with SlarWinds

More information

Implementing SQL Manage Quick Guide

Implementing SQL Manage Quick Guide Implementing SQL Manage Quick Guide The purpse f this dcument is t guide yu thrugh the quick prcess f implementing SQL Manage n SQL Server databases. SQL Manage is a ttal management slutin fr Micrsft SQL

More information

Durango Merchant Services QuickBooks SyncPay

Durango Merchant Services QuickBooks SyncPay Durang Merchant Services QuickBks SyncPay Gateway Plug-In Dcumentatin April 2011 Durang-Direct.cm 866-415-2636-1 - QuickBks Gateway Plug-In Dcumentatin... - 3 - Installatin... - 3 - Initial Setup... -

More information

Installation Guide Marshal Reporting Console

Installation Guide Marshal Reporting Console Installatin Guide Installatin Guide Marshal Reprting Cnsle Cntents Intrductin 2 Supprted Installatin Types 2 Hardware Prerequisites 2 Sftware Prerequisites 3 Installatin Prcedures 3 Appendix: Enabling

More information

1.2 Supporting References For information relating to the Company Hardware Request project, see the SharePoint web site.

1.2 Supporting References For information relating to the Company Hardware Request project, see the SharePoint web site. Hardware Request System Visin 1 Intrductin 1.1 Dcument Purpse and Scpe This dcument utlines the visin fr the Hardware Request system. The purpses f this dcument are t: Identify and agree n the prblems

More information

ScaleIO Security Configuration Guide

ScaleIO Security Configuration Guide ScaleIO Security Cnfiguratin Guide 1 Intrductin This sectin prvides an verview f the settings available in ScaleIO t ensure secure peratin f the prduct: Security settings are divided int the fllwing categries:

More information

Kepware Technologies ClientAce: Creating a Simple Windows Form Application

Kepware Technologies ClientAce: Creating a Simple Windows Form Application Kepware Technlgies ClientAce: Creating a Simple Windws Frm July, 2013 Ref. 1.03 Kepware Technlgies Table f Cntents 1. Overview... 1 1.1 Requirements... 1 2. Creating a Windws Frm... 1 2.1 Adding Cntrls

More information

WatchDox Server. Administrator's Guide. Version 3.8.5

WatchDox Server. Administrator's Guide. Version 3.8.5 WatchDx Server Administratr's Guide Versin 3.8.5 Cnfidentiality This dcument cntains cnfidential material that is prprietary WatchDx. The infrmatin and ideas herein may nt be disclsed t any unauthrized

More information

Issue Brief. SBC Distribution Rules for Employer Sponsored Health Plans October 2012. Summary. Which Plans Are Required to Provide the SBC?

Issue Brief. SBC Distribution Rules for Employer Sponsored Health Plans October 2012. Summary. Which Plans Are Required to Provide the SBC? Issue Brief SBC Distributin Rules fr Emplyer Spnsred Health Plans Octber 2012 Summary The Affrdable Care Act (ACA) expands ERISA's disclsure requirements by requiring that a summary f benefits and cverage

More information

How To Migrate To A Networks Dmain Name Service On A Pc Or Macbook (For Pc) On A Linux Computer (For Macbook) On An Ipad Or Ipad (For Ipad) On Pc Or Ipa (For

How To Migrate To A Networks Dmain Name Service On A Pc Or Macbook (For Pc) On A Linux Computer (For Macbook) On An Ipad Or Ipad (For Ipad) On Pc Or Ipa (For Reprt: April 12, 2011 By Erick Engelke I have rganized my tasks arund tw majr prblems: 1. Define the new active directry a. Dmain Name Service fr the dmain - cmplete b. Dmain layut, structuring f Organizatinal

More information

Adobe Sign. Enabling Single Sign-On with SAML Reference Guide

Adobe Sign. Enabling Single Sign-On with SAML Reference Guide Enabling Single Sign-On with SAML Reference Guide 2016 Adbe Systems Incrprated. All Rights Reserved. Prducts mentined in this dcument, such as the services f identity prviders Micrsft Active Directry Federatin,

More information

Credit Report Reissue Recommendation TABLE OF CONTENTS

Credit Report Reissue Recommendation TABLE OF CONTENTS T: Credit Reprting Wrkgrup Frm: Mike Bixby (305) 829-5549 MBixby@LandAm.cm Paul Wills (770) 740-7353 Paul.Wills@Equifax.cm Date: February 13, 2007 Re: Credit Reprt Reissue Recmmendatin The MISMO Credit

More information

A Beginner s Guide to Building Virtual Web Servers

A Beginner s Guide to Building Virtual Web Servers A Beginner s Guide t Building Virtual Web Servers Cntents Intrductin... 1 Why set up a web server?... 2 Installing Ubuntu 13.04... 2 Netwrk Set Up... 3 Installing Guest Additins... 4 Updating and Upgrading

More information

Point2 Property Manager Quick Setup Guide

Point2 Property Manager Quick Setup Guide Click the Setup Tab Mst f what yu need t get started using Pint 2 Prperty Manager has already been taken care f fr yu. T begin setting up yur data in Pint2 Prperty Manager, make sure yu have cmpleted the

More information

How much life insurance do I need? Wrong question!

How much life insurance do I need? Wrong question! Hw much life insurance d I need? Wrng questin! We are ften asked this questin r sme variatin f it. We believe it is NOT the right questin t ask. What yu REALLY need is mney, cash. S the questin shuld be

More information

MaaS360 Cloud Extender

MaaS360 Cloud Extender MaaS360 Clud Extender Installatin Guide Cpyright 2012 Fiberlink Cmmunicatins Crpratin. All rights reserved. Infrmatin in this dcument is subject t change withut ntice. The sftware described in this dcument

More information

DocAve 6 Supplementary Tools

DocAve 6 Supplementary Tools DcAve 6 Supplementary Tls User Guide Service Pack 6 Cumulative Update 1 Issued December 2015 1 Table f Cntents What s New in this Guide... 6 Befre Yu Begin... 6 Cnfiguratin... 7 Submitting Dcumentatin

More information

esupport Quick Start Guide

esupport Quick Start Guide esupprt Quick Start Guide Last Updated: 5/11/10 Adirndack Slutins, Inc. Helping Yu Reach Yur Peak 908.725.8869 www.adirndackslutins.cm 1 Table f Cntents PURPOSE & INTRODUCTION... 3 HOW TO LOGIN... 3 SUBMITTING

More information

Enterprise IT Migration Overview & FAQ

Enterprise IT Migration Overview & FAQ Enterprise IT Migratin Overview & FAQ The fllwing cmmunicatin is targeted t AgriLife emplyees lcated in Extensin and Research centers thrughut the state. This cmmunicatin shuld be distributed t everyne

More information

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and ii Cpyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.cm/ We have attempted t make these dcuments cmplete, accurate, and useful, but we cannt guarantee them t be perfect. When we

More information

Kaltura Video Extension for SharePoint 2013 Deployment Guide for Microsoft Office 365. Version: 1.0

Kaltura Video Extension for SharePoint 2013 Deployment Guide for Microsoft Office 365. Version: 1.0 Kaltura Vide Extensin fr SharePint 2013 Deplyment Guide fr Micrsft Office 365 Versin: 1.0 Kaltura Business Headquarters 250 Park Avenue Suth, 10th Flr, New Yrk, NY 10003 Tel.: +1 800 871 5224 Cpyright

More information

Statistical Analysis (1-way ANOVA)

Statistical Analysis (1-way ANOVA) Statistical Analysis (1-way ANOVA) Cntents at a glance I. Definitin and Applicatins...2 II. Befre Perfrming 1-way ANOVA - A Checklist...2 III. Overview f the Statistical Analysis (1-way tests) windw...3

More information

Using PayPal Website Payments Pro UK with ProductCart

Using PayPal Website Payments Pro UK with ProductCart Using PayPal Website Payments Pr UK with PrductCart Overview... 2 Abut PayPal Website Payments Pr & Express Checkut... 2 What is Website Payments Pr?... 2 Website Payments Pr and Website Payments Standard...

More information

Trends and Considerations in Currency Recycle Devices. What is a Currency Recycle Device? November 2003

Trends and Considerations in Currency Recycle Devices. What is a Currency Recycle Device? November 2003 Trends and Cnsideratins in Currency Recycle Devices Nvember 2003 This white paper prvides basic backgrund n currency recycle devices as cmpared t the cmbined features f a currency acceptr device and a

More information

Firewall/Proxy Server Settings to Access Hosted Environment. For Access Control Method (also known as access lists and usually used on routers)

Firewall/Proxy Server Settings to Access Hosted Environment. For Access Control Method (also known as access lists and usually used on routers) Firewall/Prxy Server Settings t Access Hsted Envirnment Client firewall settings in mst cases depend n whether the firewall slutin uses a Stateful Inspectin prcess r ne that is cmmnly referred t as an

More information

ROSS RepliWeb Operations Suite for SharePoint. SSL User Guide

ROSS RepliWeb Operations Suite for SharePoint. SSL User Guide ROSS RepliWeb Operatins Suite fr SharePint SSL User Guide Sftware Versin 2.5 March 18, 2010 RepliWeb, Inc., 6441 Lyns Rad, Ccnut Creek, FL 33073 Tel: (954) 946-2274, Fax: (954) 337-6424 E-mail: inf@repliweb.cm,

More information

Using McAllister Payment Solutions and Updating to AVImark version 2009.0.0.7263

Using McAllister Payment Solutions and Updating to AVImark version 2009.0.0.7263 Using McAllister Payment Slutins and Updating t AVImark versin 2009.0.0.7263 Befre the cnfiguratin f McAllister Payment Slutins (MPS) and AVImark, the McAllister Payment Slutins PA-DSS Implementatin Guide

More information

BackupAssist SQL Add-on

BackupAssist SQL Add-on WHITEPAPER BackupAssist Versin 6 www.backupassist.cm 2 Cntents 1. Requirements... 3 1.1 Remte SQL backup requirements:... 3 2. Intrductin... 4 3. SQL backups within BackupAssist... 5 3.1 Backing up system

More information

2008-2011 CSU STANISLAUS INFORMATION TECHNOLOGY PLAN SUMMARY

2008-2011 CSU STANISLAUS INFORMATION TECHNOLOGY PLAN SUMMARY 2008-2011 CSU STANISLAUS INFORMATION TECHNOLOGY PLAN SUMMARY OFFICE OF INFORMATION TECHNOLOGY AUGUST 2008 Executive Summary The mst recent CSU Stanislaus infrmatin technlgy (IT) plan was issued in 2003.

More information

State of Wisconsin DET Dedicated Virtual Host Services Offering Definition

State of Wisconsin DET Dedicated Virtual Host Services Offering Definition State f Wiscnsin DET Dedicated Virtual Hst Services Offering Definitin Dcument Revisin Histry Date Versin Creatr Ntes 10/29/2010 1.0 Phil Staley Initial draft 11/3/2010 1.1 Phil Staley Ryan McKee Secnd

More information

Pervasive Data Integrator. REST Invoker 2.0 Guide

Pervasive Data Integrator. REST Invoker 2.0 Guide Pervasive Data Integratr REST Invker 2.0 Guide Pervasive Sftware Inc. 12365 Riata Trace Parkway Building B Austin, Texas 78727 USA Telephne: (512) 231-6000 r (800) 287-4383 Fax: (512) 231-6010 Email: inf@pervasive.cm

More information

Mobile Device Manager Admin Guide. Reports and Alerts

Mobile Device Manager Admin Guide. Reports and Alerts Mbile Device Manager Admin Guide Reprts and Alerts September, 2013 MDM Admin Guide Reprts and Alerts i Cntents Reprts and Alerts... 1 Reprts... 1 Alerts... 3 Viewing Alerts... 5 Keep in Mind...... 5 Overview

More information

NC3A SOA Techwatch Day Call for Presentations

NC3A SOA Techwatch Day Call for Presentations NC3A SOA Techwatch Day Call fr Presentatins 1 February 2012 Hsted at NATO C3 Agency, The Hague, The Netherlands By NC3A Chief Technlgy Office (CTO) David Burtn Chief Technlgy fficer Versin 1, 1 December

More information

ISAM TO SQL MIGRATION IN SYSPRO

ISAM TO SQL MIGRATION IN SYSPRO 118 ISAM TO SQL MIGRATION IN SYSPRO This dcument is aimed at assisting yu in the migratin frm an ISAM data structure t an SQL database. This is nt a detailed technical dcument and assumes the reader has

More information

IMT Standards. Standard number A000014. GoA IMT Standards. Effective Date: 2010-09-30 Scheduled Review: 2011-03-30 Last Reviewed: Type: Technical

IMT Standards. Standard number A000014. GoA IMT Standards. Effective Date: 2010-09-30 Scheduled Review: 2011-03-30 Last Reviewed: Type: Technical IMT Standards IMT Standards Oversight Cmmittee Gvernment f Alberta Effective Date: 2010-09-30 Scheduled Review: 2011-03-30 Last Reviewed: Type: Technical Standard number A000014 Electrnic Signature Metadata

More information

Information Services Hosting Arrangements

Information Services Hosting Arrangements Infrmatin Services Hsting Arrangements Purpse The purpse f this service is t prvide secure, supprted, and reasnably accessible cmputing envirnments fr departments at DePaul that are in need f server-based

More information

Installation Guide Marshal Reporting Console

Installation Guide Marshal Reporting Console INSTALLATION GUIDE Marshal Reprting Cnsle Installatin Guide Marshal Reprting Cnsle March, 2009 Cntents Intrductin 2 Supprted Installatin Types 2 Hardware Prerequisites 3 Sftware Prerequisites 3 Installatin

More information

Special Tax Notice Regarding 403(b) (TSA) Distributions

Special Tax Notice Regarding 403(b) (TSA) Distributions Special Tax Ntice Regarding 403(b) (TSA) Distributins P.O. Bx 7893 Madisn, WI 53707-7893 1-800-279-4030 Fax: (608) 237-2529 The IRS requires us t prvide yu with a cpy f the Explanatin f Direct Rllver,

More information

The user authentication process varies from client to client depending on internal resource capabilities, and client processes and procedures.

The user authentication process varies from client to client depending on internal resource capabilities, and client processes and procedures. Learn Basic Single Sign-On Authenticatin Tale s Basic SSO applicatin grants Learn access t users withut requiring that they enter authenticatin lgin credentials (username and passwrd). The access pint

More information

Integrating With incontact dbprovider & Screen Pops

Integrating With incontact dbprovider & Screen Pops Integrating With incntact dbprvider & Screen Pps incntact has tw primary pints f integratin. The first pint is between the incntact IVR (script) platfrm and the custmer s crprate database. The secnd pint

More information

Tipsheet: Sending Out Mass Emails in ApplyYourself

Tipsheet: Sending Out Mass Emails in ApplyYourself GEORGETOWN GRADUATE SCHOOL Tipsheet: Sending Out Mass Emails in ApplyYurself In ApplyYurself (AY), it is very simple and easy t send a mass email t all f yur prspects, applicants, r students with applicatins

More information

Dreamweaver MX 2004. Templates

Dreamweaver MX 2004. Templates Dreamweaver MX 2004 Templates Table f Cntents Dreamweaver Templates... 3 Creating a Dreamweaver template... 3 Types f template regins... 4 Inserting an editable regin... 4 Selecting editable regins...

More information

March 2016 Group A Payment Issues: Missing Information-Loss Calculation letters ( MILC ) - deficiency resolutions: Outstanding appeals:

March 2016 Group A Payment Issues: Missing Information-Loss Calculation letters ( MILC ) - deficiency resolutions: Outstanding appeals: The fllwing tpics were discussed in the March 24, 2016 meeting with law firms representing VCF claimants. Grup A Payment Issues: We cntinue t fcus n paying Grup A claims in full and are meeting the schedule

More information

Configuring BMC AREA LDAP Using AD domain credentials for the BMC Windows User Tool

Configuring BMC AREA LDAP Using AD domain credentials for the BMC Windows User Tool Cnfiguring BMC AREA LDAP Using AD dmain credentials fr the BMC Windws User Tl Versin 1.0 Cnfiguring the BMC AREA LDAP Plugin fr Dmain Username and Passwrds Intrductin...3 LDAP Basics...4 What is LDAP and

More information