零基礎(chǔ)入門學(xué)習(xí)語言bbk tuxedo_第1頁
零基礎(chǔ)入門學(xué)習(xí)語言bbk tuxedo_第2頁
零基礎(chǔ)入門學(xué)習(xí)語言bbk tuxedo_第3頁
零基礎(chǔ)入門學(xué)習(xí)語言bbk tuxedo_第4頁
零基礎(chǔ)入門學(xué)習(xí)語言bbk tuxedo_第5頁
已閱讀5頁,還剩40頁未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(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)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論