LoveUnix » 备份软件 » 逐步配置tsm
让LU留住您的每

一天 让LU博客留住您的每一天
2003-10-21 17:18 飞人
Twelve Steps to Configuring Your Tsm Environment<br /><br />1、        Install the TSM code on the machine that will be your TSM server (referred to as server).This process may involve a few steps that are dependent on your  platform type.Please read the Quick Start Guide and REAMES for yout platform.<br />2、        At the install time you had created default DB and LOG volumes.Now you want to supportment or replace that initial configuration.<br />A、        Add additional DB volumes.i.e. def dbv filename f=volsize Note:make sure they are on separate physical disks form other DB vols,LOG vols or mirrors of their LOGs or DBs.<br />B、        Extend the data base to use the newly added space.i.e ext db 100<br />C、        Add additional LOG volumes,i.e.def logv filename f=volsize Notice:Same rules apply for LOG volumes as DB volumes.<br />D、        Extend the log to use the newly added space.i.e ext log 100<br />E、        You may have to delete the default volumes that were created during install,i.e del dbv filename or del log filename Notice:You may have to reduce the DB or LOG in order to delete the volume i.e.reduce db 16<br />3、        Now configure you dsmserv.opt file.Read though the default file.There are serval values you may wish to set or adjust.<br />A、        Set yout COMMMethods and there related attributes<br />B、        Set VOLHISTORY and DEVCONFIG,remember make 2 copies<br />C、        Set EXPInterval 0,this will disable expiration.You will have a admin schedule take care of this<br />D、        Set various performance releated attributes,i.e. TCPNODELAY,TCPWindowsize,MAXSessions,BUFPoolsize,LOGPoolsize,TXNGroupmax.etc<br />E、        To use the Web Admin Client set COMMM tcpip,HTTPPort 1580,1580 is the default port number<br />4、        Now you must defined the Libraries,Drivers and Device Classes your system will use<br />A、        You must define libraries frist.Both manual and automated libraries can be defined,i.e.manual -def lib manlib libtype=manual or automated -def lib autolib libtype=scsi device=dec_spec <br />B、        Now define drives in your libraries,i.e manual -def dr manlib mandr device=dec_spec or def dr autolib autodriv1 device=dec_spec element=element# <br />C、        Now we can create device classes.You can have more than 1 device class use the same library if yoy like.Note:Please refer to the documentation for def dev command.There are many options available.<br />5、        Once we have Device Classes we can create Storage Pools that will use them,also,we must establish or SP hierarchy.<br />A、        Determine the number of top level pools you will need.They will typically be Disk based SPs<br />B、        Next decide on the hierarchy from the top levels to the final pools.Make sure you consider things like:Backup vs Archive data,Collocation,Offsite (copy pools) vs Local.etc.<br />C、        Create the necessary storage pools with the appropriate attributes.In particular consider,the valus for migration,reclamation and next storage pool as they will also affected by your administrative schedules.Nore: Please consult the documentation for the def stg command.There are many options available.<br />6、        Nextt you right create Policy Domian(s) and right Policy that is reflective of your Service Level Agreement(SLA).<br />A、        Determine how you will group your manages systems.i.e.1 Policy Domain or several.<br />B、        Create you policy domain(s).Note:The following steps will be repeated for each Policy domain<br />ü        def do mydomain<br />ü        def po mydomain myposet<br />ü        def mg mydomain myposet mymc Note:Create as many Management Classes as necessary.<br />ü        def co mydomain myposet mymc standard type=backup…<br />ü        def co mydomain myposet mymc standard type=archive…<br />Note:above two lines are optional for any given Management Class<br />ü        as defmg mgname<br />ü        val po mydomain myposet<br />ü        act po mydomain myposet<br />Note:Each of the above steps have many options,especially the def co commands,so please consult the documentation<br />7、        You probably want to go home at night so lets define some client schedules.Please remember client schedules are within a given Policy Domain,therefore you may want to right a schedule once and copy it to different domains if necessary.<br />A、        Create a schedule to do your nightly Incremental backups.Your clients Domain and Include/Exclude list should be written so that all that is need in the schedule is just I with no file specification given.<br />B、        Right any other schedules that maybe appropriate for you needs.Note:def sch command has several options,so please consult the documentation.<br />8、        The server will need some schedules as well.The followingis just a list of some things you should consider for scheduling.This is not intend to be a complete list nor do I attempt to make a 24 hour plan.The timings will depand entirely on your environment.There is a good example of a 24 hour schedule plan in the &quot;Getting Statrted with Tivoli Storage Manager:Implementation Guide&quot;.<br />A、        migration,reclamation,expiration,DB Backups, SPs      Backups,Clean Volhist, backup Volhist and Devconfig,DRM<br />B、        Consider the time and order to do these things,in general do one things at a time,backup the DB after large changes<br />C、        Remember to allow down time in your schedule.That is time when nothing is scheduled,so you can catch up if needed<br />9、        There are just a few other miscellaneous server function left.<br />A、        Create your client option sets.these are client options that you are going to override at the server.<br />ü        Define one or more client option sets.i.e.def clo ntclients<br />ü        Next define the various options for each client option set.i.e.def cliento ntclients compress no<br />B、        Add any additional administrators thal you will need,i.e.server admins,help desk workers,operators,etc.<br />ü        reg admin jradmin jrpasswd<br />ü        grant auth jradmin…<br />Note:Consult the documentation for all the extra options.<br />C、        Label and checkin tape media.For NT,W2K and UNIX you can use the label libvol command.<br />10、        Now it is time at register you managed system(refereed to as clients).<br />A、        Things to consider at registration time,what domain and client option set to associate them with.<br />B、        reg node node_name node_password domain= domain_name clopset=ntclients<br />C、        This must be done for every managed system,consider scripting it if you have a large number of clients.<br />D、        You must associate the node with the schedules you would like it to use.i.e.def assoc domain schedule node <br />Note:You can only associate nodes to schedules within their domain<br />11、        The managed system(clients) must have the client code installed.Consult the &quot;Installing the Clients Guide&quot; for details on the different platforms that you will be using.<br />12、        Once the clients are installed you will need to update the dsm.opt file and the dsm.sys(unix only) file.<br />A、        Select a(just one)COMMMethod and configure any associated parms for that method,i.e.COMMM tcpip,TCPPort 1500,TCPServer server.dot.decimal.addr<br />B、        Configure schedule log,error log and their retention time,i.e.SCHEDLOGName dsmsched.log,SCHEDLOGRetention 10,ERRORLOGName dsmerr.log<br />C、        Set performance related attributes.Consult the documentation for appropriate values for your environment,i.e.TCPB,TCPW,TXNB,etc.<br />D、        Configure you Domain and Include/Exclude statements.The goal here is to eliminate those files you do not wish to backup and to bind particular files to a specific Management Class.<br />E、        Insure that the dsmc sched program runs either as a service or a daemon when the client is rebooted.<br />F、        Set passwordaccess generate This will allow the scheduler to authenticate automatically.<br />G、        Configure the client to be accessed through the web client interface.<br />ü        This will vary from platform to platform so please consult the Installing the Clients manual.<br />ü        In general,you will need to have the TSM client acceptor service/daemon running.<br />ü        TSM Client Acceptor service/daemon is generally started at boot time.<br />ü        Passwordaccess generate is required in the dsm.opt(dsm.sys for unix) file.

2003-10-25 20:44 workaholic
建议加精   <!--emo&:)--><img src='style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->

2003-11-13 12:33 guoxing
好贴

2003-11-15 11:41 king37cn
找了很久的东西

2003-11-18 11:33 hpinvent
好贴,支持,谢谢&#33;

2003-12-20 12:13 floyd_lin
不错,支持

2003-12-27 19:15 守望麦田
看不懂哈,收藏起来慢慢看,呵呵

2003-12-28 15:47 flood
好象是教材上的东东。楼主有电子版?还是手工一点一点敲进去的?不管怎样,一个字,强。

2003-12-29 11:08 lxy300
好呀

2003-12-30 04:01 AUF
我认为用银子购买附件的做法不妥,对不起,多发几次,凑点银子。

2003-12-30 14:05 qhth_wlq
ding&#33;&#33;

2003-12-30 14:38 wind
哈哈,好东东

2005-10-24 13:53 dreambaby
谢谢!

2005-10-25 23:44 hcaod
好东东,强!

2006-11-27 13:32 whstone
厉害~~~~~~~~~``

2006-11-27 13:37 maping
应大家要求,已经加精!

2006-12-24 12:00 hetian127
补课中

页: [1]
查看完整版本: 逐步配置tsm


Powered by Discuz! Archiver 5.5.0  © 2001-2006 Comsenz Inc.