版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
AdministrationandAdditionalConfigurationObjectivesAftercompletingthislesson,youshouldbeabletodothefollowing:IdentifytheTuxedoadministrationtools.Usethetmadminadministrationutility.ConfigureadditionalparametersforServersandServices.Usesomeadditionaladministrationtools.AdministrationTools–AnOverallViewTheAdministrationAPIsTheAPIsprovidedirectaccesstorun-timeinformationintheBulletinBoard(moreformallycalledTuxedoManagementInformationBasesorMIBs).UseoftheAPItypicallyrequiresdevelopmentofaMIBapplicationoracommandscript.TheAdministrationAPIcanbeusedtoautomatecertainadministrativetasks.monitorlogfiles.dynamicallyreconfigureapplications.WewilldiscussMIBsinmoredetailintheMIBSmodule.AdministrationCommand-LineUtilityUsetmadminto:Monitorarunningsystem–somecommands.printserver(psr),printservice(psc)printqueue(pq),printclient(pclt)Dynamicallymodifysystem.Suspend/resume,Advertise/unadvertiseservices.ChangeservicepriorityandloadparametersPerformadministrativetasks.Bootandshutdowntheapplication,stopandrestartservers.ActivatethebackuptotheMasternodeasthenewMaster.Migrateconfiguredserverstoabackupmachine.TheAdministrationConsoleTheTuxedoAdministrationConsoleisaGUI(graphicaluserinterface)foradministrationofTuxedoapplications.TheAdministrationConsoleutilityisimplementedasaJavaappletthatisexecutedwithinawebbrowsersuchasIE/Firefox.TheAdministrationConsoleprovidescapabilitiesequivalenttotmadminAdministrationConsole–ScreenViewStartingaTuxedoApplicationUsetmboottoboottheentireTuxedoapplicationorpartsoftheapplication:mustberunontheMasternode.options Description------- --------------------------------A bootalladmin(DBBL,BBL,Bridge)servers-l<lmid>bootallserversonthelogicalmachine-g<group>GeneralAdministrativeTasksOnlytheTuxedosystemadministratorcanperformthetaskslistedbelow:Bootandshutdownservers.Cleanupandrestartservers.SendUnsolicitedNotificationmessagestoclients(butapplicationalsocan).Performservermigration.Switchthemasternodetothebackup.Reconnectapartitionedmachine.PerformTuxedosystemfilemaintenance.Abortorcommittransactions.tmadminCommandAvailabilityOnlyoneTuxedoadministratoratatimecanruntmadmintocontroltheapplication(shutdown,..),butotheruserscanruntmadmintoviewinformation(psr,…).tmadminCommandstofacilitatetmadminusageare:Command Description-------- --------------------------------------echo Echocommandstooutput(scripts)help Printlistofcommandsandhelpinfo.verbose Morefromsomeinformationalcommands.paginate Turnpaginationofoutputon/off.!,!! Shellescape,repeatlastshellescape.<CR> Repeatlastcommand.SettingtmadminDefaultsAllowsoptionstobesetbydefault.Exception:boot,stop/shutdown.Ifoptionsarenotgiven,printsdefaults.ForanMPconfiguration,toviewstatisticsforallmachinessetthefollowing:d–malldefault(d)[-cclientname][-ggroupname][-isrvid][-mmachine][-qqueuename][-sservice][-uusername][-bblocks][-ooffset][-zpath][-a{0|1|2}]SyntaxSomeAdditionaltmadminCommandsCleanUpandRestartServersThebbcleancommand:Cleansupresourcesattachedtodeadprocesses(forexample,queues)andremovesanyassociatedIPCresources.Restartsanydeadserversthataremarkedasrestartable.DoesdirectlywhatisnormallydoneattheSANITYSCANinterval.bbclean(bbc)[machine]SyntaxNormalandVerbosemodes–
tmadminPrintQueue(pq)PrintClientInformation:pclttmadminScripts-Unix(tmadmin2>&1<<!pqq!)awk‘BEGIN{print“tmadmin<<!\necho”}{if($1==“TOUPPER”}print“susp–q”,$2,“-S‘$1’”}END{print“q\n!”}’}|/bin/shOnUnix,suspendallTOUPPERservicesintheapplicationtmadminScripts-WindowsTheAdministratorcandeveloptmadminscriptstoobtaininformationonaregularbasis.ExampleofaWindowsscripttoprintallserver/service/queueinformation:PRINSTALL.CMD: echo“echo” > %TEMP%\tmadmin.txt echo“verbose”>> %TEMP%\tmadmin.txt echo“psr” >> %TEMP%\tmadmin.txt echo“psc” >> %TEMP%\tmadmin.txt echo“pq” >> %TEMP%\tmadmin.txt echo“q” >> %TEMP%\tmadmin.txt type%TEMP%\tmadmin.txt|tmadminSERVERSSectionParametersTheSERVERSsectioncontainsserverentrieswiththefollowingparameters(onlycommonlyusedparametersshown):CommandLineOptionsParameterCLOPTisusedtopassoptionstotheserver:Syntax:CLOPT=“<left>--<right>”.The<left>partisparsedbytheTuxedo-suppliedcodeintheserverprocess.The<right>partisprocessedbytheuser-writtenapplicationcodeintheserver.SomeCLOPTOptionFlagsCLOPTsupportsthefollowingflagsinterpretedbytheServerprocessmain()function:Tuxedoserveroptionsaredefinedinservopts;Wewilldiscussotheroptionssuchas(-r,-p)inlaterModules.Flags Description------- ----------------------------------------A advertiseallservicesintheserver-efile redirectsstandarderrortofile-ofile redirectsstandardoutputtofileSERVICEAliasingThebuildserverisusedtobuildservers;aservercansupportmultipleservices;servicenamescanbealiasedtofunctions:Syntaxforbuildserver:SomeoftheFlagsandDescriptionarehere:buildserver–f<source_files>-o<executable_file>-s<service>[,<service>...][:<function>]Flags Description------- ----------------------------------------ss1,s2,…ConfiguringMultipleSERVERInstancesSpecifiedinaSERVERSsectionentryforaServerMIN:settotheminimumnumberofinstances(processes)ofthisServerthatwillbestartedwhentheapplicationisbooted.MAX:settothemaximumnumberofinstances(processes)ofthisServerthatcanbestarted.ProcessFailuresAServerprocessmayfailasaresultofapplicationbugsorconfiguredoperatingsystemresource(IPC)limitsthatareexceededwhiletheapplicationisrunning.TheBBLeitherreportsafailureonly,orreportsafailureandrestartsthefailedServerprocessautomatically.TheautomaticrestartfunctioncanbeconfiguredforaServerusingRESTART=Y,MAXGEN,andGRACEparametersintheSERVERSsectionofUBBCONFIGConfigureServerstobeRestartableSetforaSERVERSsectionentry:RESTART:SettoYtoallowserverrestartafterfailure.MAXGEN:maximumnumberoflivesinspecificinterval;defaultis1;maximumis256.GRACE:thespecificintervalusedbyMAXGEN;0meansunlimitedrestart(notmended).RCMD:anyexecutableprogramorscripttoberunatrestarttime.MultithreadedServer(notin6.5)TuxedosupportsmultithreadedclientsandserversinTuxedo7.1,8.0andlaterversion.Threadsinaprocessareanalogoustoprocessesinanoperatingsystem–“parallel”execution.Multithreadedserversarebuiltwith–tbuildserver–f…-o…-s…-t*SERVERSserverconfigurationparametersMINDISPATCHTHREADSMAXDISPATCHTHREADSTHREADSTACKSIZESERVERSSectionExampleAnexampleSERVERSsectionshowingconfigurationentriesfor2applicationservers:...*SERVERSmyDBserver SRVGRP=ORA_GRP SRVID=1 CLOPT=“-A” RESTART=Y MAXGEN=10 GRACE=300myAPPserver SRVGRP=APP_GRPSRVID=1 CLOPT=“-A–omyApp.out–emyAPP.err\---xmyApp.audit”...ConfiguringtheSERVICESSectionTheSERVICESsectionisusedtosetparametervaluesforaservice:LOAD,PRIORITY,SVCTIMEOUT,BUFTYPE,…SERVICESisanoptionalsectiontmloadcfgeneratesawarningifnotdefined;defaultvaluesforLOAD,…areused.Serviceparametersareusedtoindicatedthatdata-dependentrouting(DDR)istobeperformedforaservice**DDRiscoveredinaseparateModuleSERVICESLOADParamterTheLOADparameterisusedtosetaloadfactorforaservice.Tuxedokeepscountofthetotalloadforeachserverrequestqueue(onequeueperserverprocess)andforservicerequestssenttoserversonothermachines.TheLOADfactorforaserviceisrelativetovaluesforotherservices.ThedefaultLOADvalueforaserviceis50LoadBalancingTheLoadBalancingfeatureisusedtodistributeservicerequeststotheServer/sbestabletocopewithprocessingtheservice.SetinRESOURCES:LDBALYWhenloadbalancingisenabled:selectalocal(onthismachine)serverthatisnotbusy.selecttheserverwiththeleastload,ifalllocalserversarebusy.LoadBalancingExampleLoadfactorisaddedtoserver’stotalload:LoadBalancingCanbeusedtooptimizeservicerequestthroughputand/orresponsetime.Severalcriteriaonwhichtobaseloadon(forexample,numberofdatabaseaccesses,totalservicetime).Generally,servicestakinglongertimesshouldbeconfiguredwith(relatively)higherloads.Servicestakingshortertimesshouldbeconfiguredwith(relatively)lowerloads.ServicePriority–PRIOParameterPrioritySetwiththePRIOparameter;determinespriorityoftheservicerequestinaqueue.HigherpriorityrequestsaredequeuedfirstbuteverytenthrequestisdequeuedFIFO.Preferredservicesmaybeappropriateforinfrequentbutmoreurgentrequests:assingahigherprioritywiththePRIOparameterfortheseservices.SERVICESConfigurationExampleAnexampleoftheSERVICESsectionshowingtheuseoftheLOAD,PRIO,SVCTIMEOUT,andBUFTYPEparameters:...*SERVICESACCTBALANCE LOAD=30 PRIO=70 SVCTIMEOUT=30 BUFTYPE=“VIEW32:account”...AdministrationofServicestmadmincommandsareprovidedto:advertiseaServiceinaserver.unadvertiseaService.changetheLOADvalueforaService.chagnethePRIO(RITY)valueforaService.suspendaService.resumeaService.UserLogFile,ULOGReview:ULOGislocatedbydefaultinAPPDIR.AloggedTuxedomessageincludesamessagecatalognameandnumber–theTuxedoSystemMessagereferencesectioncontainsdetailedinformationonthemessageincludinganactionforproblemresolution.TheULOGfilecanbelocatedelsewhere:RESOURCES:ULOGPFXparameterExample:Unix: ULOGPFX /app/files/gumbyWindows:ULOGPFX C:\apps\files\GUMBYAnalyzingtheULOGAnalysisofULOGistypicallyperformedbytheApplicationAdministrator–findingsareprovidedtoDevelopersforresolutionwhenappropriate:Oneproblemmaygenerateseveralmessages:Messagesappearingwhenaproblemfirstoccursusuallyreflecttherealoriginoftheproblem.ConsulttheTuxedoSystemMessagesreferencedocumentationformendation/sonproblemresolution.AnalyzingtheULOG-ExampleExample–ThesecondmessageindentifiedthesemaphoreproblembutthesymptomisthattheBBLfailedtostart:...151550.gumby!BBL...TracingATMIcallsTuxedoprovidesthefacilitytotraceexecutionwithintheclientandserver:Allowstheapplicationdeveloper(orAdministrator)totracetheflowofexecutionofaTuxedoapplication.CanbeveryusefulasitcanbeusedtotracetheATMIexecutionflowofarequestoriginatingintheclient,totheserveroradditionalservers,andbacktotheclient.TracedataincludesentryandexittimestampsandiswrittentotheULOGfile.UsingthetmtraceFaciltiySystem-SpecificDiagnosticToolsUnix/LinuxSystem:UseUnixSystemutilitiessuchassar,top–sometoolsarespecifictothesystemplatformandareprovidedbythesystemvendor.Windows:EventViewerTaskManagerPerformanceMonitorIPCResourcesTuxedousesOSIPCresources:NativetoUnix;emulatedonWindows.MonitorIPCresourceusagewithipcs:Unix:ipcscom
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 第1單元 古代亞非文明(高頻非選擇題25題)(原卷版)
- 《波蘭歪屋設(shè)計》課件
- 《證券市場概述周》課件
- 玩具設(shè)計美工工作總結(jié)
- 2023-2024年項目管理人員安全培訓(xùn)考試題帶答案(黃金題型)
- 關(guān)于認(rèn)識實習(xí)報告匯編六篇
- 《系統(tǒng)安全評價概述》課件
- 《婦產(chǎn)科學(xué)緒論》課件
- 《監(jiān)理工作程序》課件
- 《應(yīng)用開發(fā)和管理》課件
- 涉稅風(fēng)險管理方案
- 青島市2022-2023學(xué)年七年級上學(xué)期期末道德與法治試題
- 高空作業(yè)安全免責(zé)協(xié)議書范本
- 石油化學(xué)智慧樹知到期末考試答案章節(jié)答案2024年中國石油大學(xué)(華東)
- 手術(shù)后如何防止排尿困難
- 特種設(shè)備“日管控、周排查、月調(diào)度”表格
- 重點(diǎn)關(guān)愛學(xué)生幫扶活動記錄表
- 2021年10月自考00850廣告設(shè)計基礎(chǔ)試題及答案含解析
- 結(jié)構(gòu)化面試表格
- 地?zé)崮苜Y源的潛力及在能源領(lǐng)域中的應(yīng)用前景
- 2023版:美國眼科學(xué)會青光眼治療指南(全文)
評論
0/150
提交評論