标题: 逐步配置tsm
飞人
技术专家
Rank: 14Rank: 14Rank: 14Rank: 14



UID 75
精华 3
积分 147
帖子 272
活跃指数 16
LU金币 5538 个
LU金条 0 个
阅读权限 200
注册 2003-9-21
 
发表于 2003-10-21 17:18  资料  个人空间  短消息  加为好友 
Twelve Steps to Configuring Your Tsm Environment

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.
2、 At the install time you had created default DB and LOG volumes.Now you want to supportment or replace that initial configuration.
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.
B、 Extend the data base to use the newly added space.i.e ext db 100
C、 Add additional LOG volumes,i.e.def logv filename f=volsize Notice:Same rules apply for LOG volumes as DB volumes.
D、 Extend the log to use the newly added space.i.e ext log 100
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
3、 Now configure you dsmserv.opt file.Read though the default file.There are serval values you may wish to set or adjust.
A、 Set yout COMMMethods and there related attributes
B、 Set VOLHISTORY and DEVCONFIG,remember make 2 copies
C、 Set EXPInterval 0,this will disable expiration.You will have a admin schedule take care of this
D、 Set various performance releated attributes,i.e. TCPNODELAY,TCPWindowsize,MAXSessions,BUFPoolsize,LOGPoolsize,TXNGroupmax.etc
E、 To use the Web Admin Client set COMMM tcpip,HTTPPort 1580,1580 is the default port number
4、 Now you must defined the Libraries,Drivers and Device Classes your system will use
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
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#
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.
5、 Once we have Device Classes we can create Storage Pools that will use them,also,we must establish or SP hierarchy.
A、 Determine the number of top level pools you will need.They will typically be Disk based SPs
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.
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.
6、 Nextt you right create Policy Domian(s) and right Policy that is reflective of your Service Level Agreement(SLA).
A、 Determine how you will group your manages systems.i.e.1 Policy Domain or several.
B、 Create you policy domain(s).Note:The following steps will be repeated for each Policy domain
ü def do mydomain
ü def po mydomain myposet
ü def mg mydomain myposet mymc Note:Create as many Management Classes as necessary.
ü def co mydomain myposet mymc standard type=backup…
ü def co mydomain myposet mymc standard type=archive…
Note:above two lines are optional for any given Management Class
ü as defmg mgname
ü val po mydomain myposet
ü act po mydomain myposet
Note:Each of the above steps have many options,especially the def co commands,so please consult the documentation
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.
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.
B、 Right any other schedules that maybe appropriate for you needs.Note:def sch command has several options,so please consult the documentation.
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 "Getting Statrted with Tivoli Storage Manager:Implementation Guide".
A、 migration,reclamation,expiration,DB Backups, SPs Backups,Clean Volhist, backup Volhist and Devconfig,DRM
B、 Consider the time and order to do these things,in general do one things at a time,backup the DB after large changes
C、 Remember to allow down time in your schedule.That is time when nothing is scheduled,so you can catch up if needed
9、 There are just a few other miscellaneous server function left.
A、 Create your client option sets.these are client options that you are going to override at the server.
ü Define one or more client option sets.i.e.def clo ntclients
ü Next define the various options for each client option set.i.e.def cliento ntclients compress no
B、 Add any additional administrators thal you will need,i.e.server admins,help desk workers,operators,etc.
ü reg admin jradmin jrpasswd
ü grant auth jradmin…
Note:Consult the documentation for all the extra options.
C、 Label and checkin tape media.For NT,W2K and UNIX you can use the label libvol command.
10、 Now it is time at register you managed system(refereed to as clients).
A、 Things to consider at registration time,what domain and client option set to associate them with.
B、 reg node node_name node_password domain= domain_name clopset=ntclients
C、 This must be done for every managed system,consider scripting it if you have a large number of clients.
D、 You must associate the node with the schedules you would like it to use.i.e.def assoc domain schedule node
Note:You can only associate nodes to schedules within their domain
11、 The managed system(clients) must have the client code installed.Consult the "Installing the Clients Guide" for details on the different platforms that you will be using.
12、 Once the clients are installed you will need to update the dsm.opt file and the dsm.sys(unix only) file.
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
B、 Configure schedule log,error log and their retention time,i.e.SCHEDLOGName dsmsched.log,SCHEDLOGRetention 10,ERRORLOGName dsmerr.log
C、 Set performance related attributes.Consult the documentation for appropriate values for your environment,i.e.TCPB,TCPW,TXNB,etc.
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.
E、 Insure that the dsmc sched program runs either as a service or a daemon when the client is rebooted.
F、 Set passwordaccess generate This will allow the scheduler to authenticate automatically.
G、 Configure the client to be accessed through the web client interface.
ü This will vary from platform to platform so please consult the Installing the Clients manual.
ü In general,you will need to have the TSM client acceptor service/daemon running.
ü TSM Client Acceptor service/daemon is generally started at boot time.
ü Passwordaccess generate is required in the dsm.opt(dsm.sys for unix) file.





你哭了,其他人笑了;你笑了,其他人哭了。

人活着就是为了死!
人活着的过程实际上就是在等死亡的过程!
顶部
workaholic
荣誉斑竹
Rank: 14Rank: 14Rank: 14Rank: 14


LU爱心使者  
UID 124
精华 40
积分 1901
帖子 3496
活跃指数 236
LU金币 9323 个
LU金条 1486 个
阅读权限 200
注册 2003-9-25
 
发表于 2003-10-25 20:44  资料  个人空间  主页 短消息  加为好友  添加 workaholic 为MSN好友 通过MSN和 workaholic 交谈
建议加精 smile.gif





mail & msn : workaholic@yeah.net
顶部
guoxing
LU新生
Rank: 1



UID 1653
精华 0
积分 7
帖子 13
活跃指数 0
LU金币 2006 个
LU金条 0 个
阅读权限 10
注册 2003-11-4
 
发表于 2003-11-13 12:33  资料  个人空间  短消息  加为好友 
好贴

顶部
king37cn
LU幼天使
Rank: 2



UID 1965
精华 3
积分 129
帖子 211
活跃指数 99
LU金币 2374 个
LU金条 0 个
阅读权限 20
注册 2003-11-8
 
发表于 2003-11-15 11:41  资料  个人空间  短消息  加为好友 
找了很久的东西

顶部
hpinvent
LU幼天使
Rank: 2



UID 1610
精华 1
积分 77
帖子 144
活跃指数 0
LU金币 2006 个
LU金条 0 个
阅读权限 20
注册 2003-11-4
 
发表于 2003-11-18 11:33  资料  个人空间  短消息  加为好友 
好贴,支持,谢谢!

顶部
floyd_lin
LU新生
Rank: 1



UID 2317
精华 0
积分 19
帖子 37
活跃指数 0
LU金币 2007 个
LU金条 0 个
阅读权限 10
注册 2003-11-12
 
发表于 2003-12-20 12:13  资料  个人空间  短消息  加为好友 
不错,支持

顶部
[广告] 记录自己的思想火花,留住每日的技术积累,尽在拥有属于自己独立域名的博客。
守望麦田
LU新生
Rank: 1



UID 7437
精华 0
积分 16
帖子 32
活跃指数 0
LU金币 2006 个
LU金条 0 个
阅读权限 10
注册 2003-12-27
 
发表于 2003-12-27 19:15  资料  个人空间  短消息  加为好友 
看不懂哈,收藏起来慢慢看,呵呵





天行健,君子以自强不息
顶部
[广告] 记录自己的思想火花,留住每日的技术积累,尽在拥有属于自己独立域名的博客。
flood
LU幼天使
Rank: 2



UID 6565
精华 0
积分 62
帖子 123
活跃指数 0
LU金币 2006 个
LU金条 0 个
阅读权限 20
注册 2003-12-21
 
发表于 2003-12-28 15:47  资料  个人空间  短消息  加为好友 
好象是教材上的东东。楼主有电子版?还是手工一点一点敲进去的?不管怎样,一个字,强。





顺其自然
顶部
[广告] 记录自己的思想火花,留住每日的技术积累,尽在拥有属于自己独立域名的博客。
lxy300
LU新生
Rank: 1



UID 5735
精华 0
积分 15
帖子 22
活跃指数 0
LU金币 2004 个
LU金条 0 个
阅读权限 10
注册 2003-12-13
 
发表于 2003-12-29 11:08  资料  个人空间  短消息  加为好友 
好呀

顶部
[广告] 记录自己的思想火花,留住每日的技术积累,尽在拥有属于自己独立域名的博客。
AUF
LU小天使
Rank: 3Rank: 3


UID 5706
精华 0
积分 257
帖子 449
活跃指数 24
LU金币 2319 个
LU金条 0 个
阅读权限 20
注册 2003-12-13
 
发表于 2003-12-30 04:01  资料  个人空间  短消息  加为好友 
我认为用银子购买附件的做法不妥,对不起,多发几次,凑点银子。





凡有一人的帖子,得了赞和,是促其前进的;得了反对,是促其改正的。。。
顶部
qhth_wlq
LU新生
Rank: 1



UID 6475
精华 0
积分 13
帖子 26
活跃指数 0
LU金币 2006 个
LU金条 0 个
阅读权限 10
注册 2003-12-19
 
发表于 2003-12-30 14:05  资料  个人空间  短消息  加为好友 
ding!!

顶部
wind
荣誉斑竹
Rank: 14Rank: 14Rank: 14Rank: 14


UID 256
精华 0
积分 119
帖子 235
活跃指数 1
LU金币 6061 个
LU金条 0 个
阅读权限 200
注册 2003-9-30
 
发表于 2003-12-30 14:38  资料  个人空间  短消息  加为好友 
哈哈,好东东





生容易,活容易,生活不容易
顶部
 



当前时区 GMT+8, 现在时间是 2008-10-13 05:34
乐悠LoveUnix论坛-京ICP备05005823号

Thanks to Discuz!  © 2001-2007    Power by LoveUnix.net
Processed in 0.089437 second(s), 6 queries , Gzip enabled

清除 Cookies - 联系我们 - 乐悠LoveUnix - Archiver