资源描述:
《一种服务器备份与恢复的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、华中科技大学硕士学位论文摘要随着计算机的普及和信息的技术的发展,信息安全与数据存储技术也越来越引起各大企业的注意,一个良好的数据存储方案是一个企业生存的关键。近几年来,计算机领域内新技术和先进的设备不断的涌现,像双机热备份,集群技术,磁盘阵列等等,使用这些技术可以建立更为安全、可靠的系统,来满足企业级客户的需要。本文是以研发为目的项目——“擎天综合网络管理系统”为背景,参考了国内外备份领域最新研究成果,在系统需求分析基础上给出一个改进型的软硬件相结合的1+1服务器备份方案,并设计一个面向对象的软件框架,能够实现网络监听、数据备份和数据恢复等功能。1+1服务器
2、备份方案在整体设计上采用主从服务器备份模式,通过一个远端服务器进行集群扩展,并且通过软件监视进行服务切换,有效的减少了服务的中断时间,提高了系统的高稳定性。文章分析了国内外1+1服务器备份方案的优缺点,根据数据高可靠的特点,设计了一个软硬件结合的1+1服务器备份解决方案。软件系统采用Client/Server架构,客户端用MVC结构,通信层使用Socket技术实现,用XML文件动态的加载功能模块。详细的介绍了软件系统功能的设计与实现,并对1+1服务器备份的硬件和软件方案存在的问题和后继工作进行了简单的总结。通过本系统,可以有效的避免数据的丢失,并可以对企业级
3、数据进行集中的管理和系统数据恢复,可以满足企业业务不断增长的趋势,实现数据存储的动态扩展。关键词:1+1服务器;备份;恢复;磁盘阵列I华中科技大学硕士学位论文AbstractWiththepopularizationofcomputerandinformationtechnology,Informationsecurityanddatastoragetechnologyhasattractedtheattentionofmajorcompanies,agooddatastorageschemeisakeytothesurvivalofenterprises.
4、Inrecentyears,thefieldofcomputertechnologyandadvancedequipmentcomeforthceaselessly,suchasthehot-backup,Cluster,RAIDandsoon,theuseofthesetechniquescanestablishmoresecureandreliablesystemtomeetenterprise-levelcustomerneeds.Thisthesisisbasedontheauthor’sresearchproject--"QTIIntegrated
5、networkmanagementsystem",theauthorreferstothelatestBackupresearchresultsaroundtheworld,andprovidesanimprovedschemeofthesoftwareandhardwarecombinationdualserverBackup,anddesignsanobject-orientedsoftwareframework.Itcanachievenetworkmonitoring,databackupanddatarecoveryfunctions,andsoo
6、n.ThedesignschemeofdualserverBackupusesActive-StandbyBackupmode,aremoteserverisusedclusterexpansion,andmakeuseofsoftwaresurveillanceforswitchingservice,effectivelyreducingtheserviceinterruptiontimeandimprovingthesystem'shighstability.Thepaperanalysesdualserverbackupschemealloverthe
7、worldandliststheirmeritsandshortcoming,accordingtothecharactersofdatahighreliability,theauthordesignaschemeofthesoftwareandhardwarecombinationdualserverBackup.TheframeofthesystemusesClient/ServerFrame,theclientofthesystemisbasedonMVCStructure,thecommunicationInterfaceofthesystemisd
8、esignedwithSocket,andusing