ResearchonmassivedatastorageinvirtualroamingsystembasedonRAID5RANFeipeng,DAIHuayang,XINGWujie,WANGXiang,LiXuesongCollegeofGeoscienceandSurveyingEngineering,ChinaUniversityofMining&Technology,Beijing100083,ChinaKeywords:virtualroamingsystem,RAID5,PDSS,panoramicdataAbstract.
AmassivedatamanagementmethodwasproposedbasedonRAID5againstlimitationsofdataexpansion,andalackofautomaticdatarecoverycapabilityincurrentvirtualroamingsystem:thepanoramicdataisseparatedfromtheroamingsystemasanindependentpanoramicdataservicesystem(PDSS),anddistributedtomultiplenodestoperformanceparallelservicetakingadvantageofdiskparallelismofRAID5.
Inthisway,wecanenhancethedatastoragecapacityandfaulttoleranceoftheserverinalargeextend.
Finally,aprototypevirtualroamingsystemwasdesignedbasedonPDSS.
Theresultsshowedthatthismethodhadagoodapplicationprospect.
IntroductionVirtualroamingtechnologybasedonthePanoramaandcombinedwiththeadvantageofGISisanimportantapproachtorealizethevisualizationofGIS[1]-[2].
Withthecontinuousarealexpansioncoveredbythevirtualroamingandgreaterdetailedpanoramaspatialinformation,thestoragenodesindatacenterunderthemassivedatastorageenvironmentareverylarge,itsefficiencyandfaulttoleranceinfluencetheefficiencyandstabilityofvirtualroamingsystem.
Itisdifficulttomeetthepracticaldemands[3],thoughtherearesomesolutionssuchasdatacompressionortheimprovementofthebroadbandtoreleasethepressureoftheserver.
Thesemethodsarenotthebestwaytosolvetheseproblems,becausetheP2Pstructurehasalargenumberofnodesandcomplexencryptionalgorithm[4]-[5].
RedundantArraysofIndependentDisks(RAID)[6]putsapluralityofdiskstogethertoformaunifiedlogicalstoragedevice,thecommonmethodsofwhichwerediskimaging,stripinganderrorcorrection[7].
Forexample,RAID5scattersdatastoredindifferentdisksarraysforthepurposeofmassivestorageandhightransmissionrate,datasecurityandstoragecost,soithasbeenwidelyused[8]-[9].
Inthispaper,anewmethodwasproposedtosolvethemassivedataprobleminvirtualroamingsystembasedonRAID5.
Datastoragestructureandfault-toleranceMechanismTakingonesectionoftheroadforexample,supposingthatthereareipanoramicdataandnisomorphiccorrespondingstorageunits,thethroughputisk.
Theloadingtimeisdifferunderthesamenetworkduetothedifferentsizeofthepanoramicdata,named12,,.
.
.
nttt,thewholeloadingtimeis12,,.
.
.
nTttt=;theaveragenumberoftherequestingaccessisλ,theoretically,therejectionrateis:1(1)rrNTkTrλ1)Nrrepresentsthenumberofdatarejections,Trthetotalaccesstime.
Therefore,toreducetherejectionrateρ,weneedtoreduceT.
Ifthepanoramicdataarestoredonndifferentstorageunits,theservicetimeofeachunitswouldreducetoT/n,theacceptancesuccessfulrequestratewouldrisefromk/(1+λ*T)uptok/(1+λ*T/n),whichmeansthattheactualparallelismoftheapplicationserverisnearlyntimescomparedtosingledisk.
Hence,inordertoimprovedataservicesperformance,aserverstructurewasadoptedwhichissimilartothefeaturesofRAID5[6].
AsisshowninFig1,thepanoramicdataisseparatedfromtheroamingsystemanddistributedtomultiplenodestoestablishadataserverconnectedbyhighspeednetworkbetweenservicenodesandcontrolnodes.
Theservicenodesareusedtodynamicallystorepanoramicdata,whilethecontrolnodesusedtoresponsetotherequestfromtheroamingsystemtoassigntheservicenode.
Datanodesstoreandsendthedatatoservicenodesviathehighspeednetworkaccordingtotheinstructionfromtheservicenodes.
Fig.
1StructureofclusteredparallelpanoramicdataservicesystemTheFig.
2showsthepanoramadataunitandtheparityunitblock.
Ineachrow,Prepresentsparitysectioninformation,andthedataineachnodearestoredintheremainingmodules.
ThepanoramadataaredividedintoseveralStripeUnit,andarowdataunitandverificationunitsarecombinedintoonestripe.
Thelocalpanoramadataarestoredindataunit,andtheparityunitwhichisusefulindatarecoveryisusedtostoreinformationonothernodes.
Wetakeadvantageofrandomallocationalgorithmtoassignthepanoramadata,inotherwords,thestorageunitaredepositedtoeachnodethroughapseudorandomfunctiontosolvetheproblemofnodeoverload.
Fig.
2StorageconfigurationforparallelpanoramicdataThedataandthesystemareoftencombinedtogetherintraditionalvirtualroamingsystemwhichwillreducethestabilityandfaulttolerance,thatistosaythewholesystemwillbeparalyzedoncefatalerrorordiskdamageoccursonthelocalserver.
EVENODDcode[10]isadualfault-tolerancecodingalgorithmwhichiscommonlyusedinarraystoragesystem.
Iftheerroroccursonanytwodisks,theredundantinformationoftwodisksinthesystemwillbeincreasedtorecoverthelostdata.
EVENODDcodeisbasedonthearrayof(p-1)*(p+2),andthefirstPcolumnsisusedtostorerawdata,andthelasttwocolumnswhichisthecheckingcolumnisusedtostoretheredundancycheckingdata.
di,j(0≤i≤p-2,0≤j≤p+1)representsthelineidataofdiskj,ThecolumnPiscalledforrow-bestcheckingcolumn.
Thecheckingblockdi,pwasgainedbyexclusiveORoperationwithalltheoriginaldatainthelinei;Thep+1columnisdiagonal-bestcheckinglist,wecangetthecheckingblockthroughtheexclusiveorbetweentheregulatorsandthecorrespondingrawdatablocks.
Thestructuralformulaisasfollows:1,,0pijijjdd==(2))(,101,jjipjpipdsd>Similarly,therow-bestcheckingcolumnisusedforrecoveringthedataindamageddisk.
Iferroroccurredoncheckingdisk,alldataindisksshouldbereadtorecoveritaccordingtotheformula(2)-(4).
ThevirtualroamingsystembasedonPDSSThelogicalstructuredesign.
AsisshowninFig3,thesystemconsistsofimageprocessingsubsystem,parallelledstoragesubsystemandvirtualroamingsubsystem.
ThevirtualroamingsystemconsistsofIFRAMmoduleandGISmodulewhichisresponsibleforspatialinformationdisplay,query,analysisandoutput.
Thispaperusethemethodinreference[11],whichtransmitsthepanoramicdatatovirtualroamingsystemasthesourceofIFRAM,meanwhilethepanoramicdataservicesystemwillbelinkedtogetherwiththevirtualroamingsystem.
Thispaperonlydiscussthestoragemethodofpanoramicdata,sothestoragemethodaboutgeographicdatawillnotbediscussed.
Fig.
3FrameworkofthesystemfunctionsDesignofSystemFunctionModule.
Fromthepractical,easyoperabilityandotherprinciples,thesystemisdividedintoninemodulesincludingdocumentmanagement,mapoperation,layersettings,tools,geographicanalysis,datamanagement,imageediting,visualfieldlabelsandoutput,asshowninFig4.
Thesystemwillloadthecorrespondingpanoramicviewwhenauserchoosethestartpointandendpointalongtheroadintheelectronicroamingmap,atthesametime,panoramicviewcanbesetindependentlyintheimportantregion.
Thesysteminterfaceincludesdisplaywindow,electronicnavigationmapandviewcontroltoolbar.
Fig.
4FrameworkofthesystemfunctionsSystemperformanceanalysisTheperformanceofPDSShasadirecteffectonwholeroamingsystem.
Wearetoevaluatethesystemperformanceseparatelyfromthroughputrate,reliabilityandresponsetime.
WeSelected80harddiskswiththecapacityis80GB(theharddrivespeedis10000RPM,channelseekingtimeVirtualSpaceSystemGISbasicfunctionsSpatialDatabaseManagementSpatialinformationqueryDataOutputIFRAMEComponentsImageprocessingsubsystemRealdataservicesystemURLURLImageacquisitionImageprocessingGeneratingpanoramaDataconversionFileMapLayersToolsGeographiclDataVisionlblOutputTheimage-basedvirtualspacesystemLoadCloseSaveSaveasPrintExitZoominZoomoutPanFullViewPointlayerrenderingLinelayerrenderingArealayerrenderingRasterlayerrenderingVisionadjustmentScenerotationWalkingsimulationDirectionalradarPauseShortestpathanalysisBufferanalysisTimingAnalysisAddrealdataDeleterealdataAddimagearrayDeleteimagearrayStationsHospitalBusStationHotelShoppingFitnessExportingSWFExportImageExportingPDFMapOutputPrintis5ms,therateofdatatransmissionis200MB/sec),SCSI/FCinterface,MTBF1200000h,and16paritygroups.
Datathroughput.
Throughputrepresentsthespeedofdatatransmissioninstoragesystem,whichusedtobeexpressedintwoways:I/Orateanddatatransferrate.
ThispaperadoptedI/Orate,becauseeachvolumeofrequestissmallinvirtualroamingsystem.
450networkservicesstartedoneachnodeinclientterminalatonetime.
Thereisasimulationtestinwhichdataisrequestedbyseveralusersatonetime.
Experimentsshowthattheserverapplicationcaneasilyhandle10000datarequestandsupport4200concurrentrequests,whichbrokenthroughthelimitsoftraditionalstoragesystem.
Theresponsetimeofdataacquisition.
Theresponsetimereferstothetotaltimeofobtainingthedata.
Usersandreconstructionprocesshaveahigherpriorityincontentionforthediskbandwidth,onthecontrary,thewriteoperationwillhavetowaitfortheendofthereconstructionprocess.
Theresponsetimeisrelativelyfaster.
SimultaneouslytheoperationofdatareconstructionhasalimitonthenumberofreconstructedStripsubmittedbydisks,whichcanensurethattherecoveryworkflowcanevenlydistributedamongthedisks.
Theworkingstateofthesystemisrelativelybalanced.
Reliabilityanalysis.
Reliabilityisoneofthemostimportantindexes[12]totheperformanceofthesystem.
TheindexesofreliabilityconsistofMTTF(averagetimeoffailure),MTTR(meantimetorepair)andMTBF(meantimebetweenfailures),amongthem:MTBFMTTFMTTR=+(5)Foreachdisk,MTBF=1,200,000h,MTTR=1h.
FromMTTR<9999928.
Thatis,theMTTFhasincreasedto1000timesoftraditionalcopyingbackup.
Thefailuretimeperyearis3.
8min,whichismeettherequirements.
ConclusionsTakingadvantageoftheRAID5suchaseasinessinstorageextension,storageefficiency,cheapness,andautomaticdatarecovery,asolutionsofthemassivedatastorageandfault-toleranceinvirtualroamingsystemmethodwaspresented.
Thepanoramicdatawasseparatedfromtheroamingsystemanddistributedtomultiplenodes.
Inthisway,theexpansioncapabilityofthevirtualroamingspatialwouldbeenhancedinlargeextend.
Inaddition,thesystemhadautomaticdatarecoverycapability.
Finally,thePDSSthroughput,reliabilityandresponsetimewastested,theresultsshowedthatthismethodprovidedanewwayofsolvingthedatalimitationofvirtualroamingtechnology.
References[1]JSurong,WSong,FGang,TechnologyofPanoramicViewBasedonImages,ComputerApplications.
16(2002)85-87.
[2]DEREKBRADLEY,ALANBRUNTON,MARKFIALA,GERHARDROTH.
Image-basedNavigationinRealEnvironmentsUsingPanoramas[C],IEEEInternationalWorkshoponHapticAudioVisualEnvironmentsandtheirApplications,Ontario,Canada,2005.
[3]ZHUB,LIK,PATTERSONH.
AvoidingtheDiskBottleneckintheDataDomainReduplicationFileSystem[C].
Proceedingsofthe6thUSENIXConferenceonFileandStorageTechnologies(FAST'08),SanJose,CA,USA,2008.
[4]JibfTian,YaFeiDai.
studyondurablepeer-to-peerstoragetechniques.
[J]Journalofsoftware2007,18(6):1379-1399.
[5]E.
Pinheiro,W.
D.
Weber,L.
A.
Barroso.
Failuretrendsinalargediskdrivepopulation[C].
Proceedingsofthe5thUSENIXconferenceonFileandStorageTechnologies,SanJose,2007,17-28.
[6]HAYESB.
CloudComputing[J].
CommunicationsoftheACM,2008,51(7):9-11[7]HuanQingDong,ZhanHuaiLi,WeiLin.
RAIDVCR:ANewRAIDArchitectureforToleratingTripleDiskFailures[J].
ChineseJournalofcomputers2006,29(5):792-800[8]WenWuNa,JianKe,XuDongKe,etal,ANetworkRAIDSystemwithBackendCentralizedRedundancyManagement[J],ChineseJournalofcomputers,2011,34(5):912-923[9]SUNGHOONBAEK,KYUHOPARK.
Prefetchingwithadaptivecachecullingforstripeddiskarrays[C].
USENIXAnnualTechnicalConference,USA,2008[10]BlaumM,BradyJ,BruckJ.
EVENODD:anefficientschemefortoleratingdoublediskfailuresinRAIDarchitectures[J].
IEEETransactionsonComputers,1995,44(2):192-202[11]FeipengRan,TaoJiang,HuayangDai,etal,Keytechnologyofdigitalcampusestablishmentbasedonflexframework,JournalofGeo-InformationScience,15(2013)123-127(InChinese).
[12]LiangZhao,KeytechnologyofRedundantArraysofIndependentDisks(RAID)[D].
NationalUniversityofDefenseTechnology.
2002.
中午的时候有网友联系提到自己前几天看到Namecheap商家开学季促销活动期间有域名促销活动的,于是就信注册NC账户注册域名的。但是今天登录居然无法登录,这个问题比较困恼是不是商家跑路等问题。Namecheap商家跑路的可能性不大,前几天我还在他们家转移域名的。这里简单的记录我帮助他解决如何重新登录Namecheap商家的问题。1、检查邮件让他检查邮件是不是有官方的邮件提示。比如我们新注册账户是需...
Virmach商家我们是不是比较熟悉?速度一般,但是人家价格低,而且机房是比较多的。早年的时候有帮助一个有做外贸也许需要多个机房且便宜服务商的时候接触到这个商家,有曾经帮助够买过上百台这样的低价机器。这里需要提醒的,便宜但是速度一般,尤其是中文业务速度确实不快,如果是外贸业务,那肯定是没有问题。这几天,我们有看到Virmach推出了夏季优惠促销,VPS首年8折,最低年付仅7.2美元,多机房可选,如...
CloudCone发布了2021年的闪售活动,提供了几款年付VPS套餐,基于KVM架构,采用Intel® Xeon® Silver 4214 or Xeon® E5s CPU及SSD硬盘组RAID10,最低每年14.02美元起,支持PayPal或者支付宝付款。这是一家成立于2017年的国外VPS主机商,提供VPS和独立服务器租用,数据中心为美国洛杉矶MC机房。下面列出几款年付套餐配置信息。CPU:...
阵列卡为你推荐
neworientalbecoming什么么意思2020双十一成绩单2020双十一尾款如何合并付款?百度关键词价格查询在百度设置关键字是怎么收费的月神谭有没有什么好看的小说?拒绝言情小说!网站检测请问,对网站进行监控检测的工具有哪些?www.228gg.comwww.a8tb.com这个网站该如何改善百度指数词百度指数为0的词 为啥排名没有斗城网女追男有多易?喜欢你,可我不知道你喜不喜欢我!!平安夜希望有他陪我过广告法有那些广告法?还有广告那些广告词?www.hyyan.comDOTA6.51新手选什么英雄为好,请详细讲述出装备顺序,加点顺序,以及注意事项。谢谢
郑州服务器租用 域名解析服务器 a2hosting wordpress技巧 hnyd 193邮箱 韩国名字大全 jsp空间 可外链相册 免费高速空间 cdn加速是什么 免费智能解析 t云 shopex主机 西安服务器托管 百度云加速 starry 智能dns解析 贵阳电信测速 电信宽带测速软件 更多