
选择安装除用于
AIX5L
版本以外的所有软件包
三、配置
TSM server
在
rootvg
下创建一个大小为
1000M
的文件系统
/tsm (Size of file system in 512-byte
blocks : 2000000)
,并设置为
Auto Mount
。
# smit fs
# mount /tsm
创建数据库、日志文件和存储池
# mkdir /tsm
格式化数据库、日志文件和存储池
# dsmfmt –m –db /tsm /db01.dsm 200
# dsmfmt –m –log /tsmlog01.dsm 100
# dsmfmt –m –data /tsm / backupvol01.dsm 200
# dsmfmt –m –data /tsm / archivevol01.dsm 200
配置文件
/.profile
,加入下面几行
export DSMSERV_DIR=/usr/tivoli/tsm/server/bin
export DSMSERV_CONFIG=/usr/tivoli/tsm/server/bin/dsmserv.opt
编辑文件
/usr/tivoli/tsm/server/bin/dsmserv.opt
TCPPort 1500
此号为和客户机相连的端口号
commethod http
httpport 1580
此号为
web
管理界面地址的端口号
启动
TSM Server
:
# cd /usr/tivoli/tsm/server/bin
2
Volume group name rootvg
* SIZE of file system (in 512-byte blocks) [2000000] #
* MOUNT POINT [/tsm]
Mount AUTOMATICALLY at system restart? yes +
PERMISSIONS read/write +
Mount OPTIONS [] +
Start Disk Accounting? no +
Fragment Size (bytes) 4096 +
Number of bytes per inode 4096 +
Allocation Group Size (MBytes) 8 +
Install and Update from ALL Available Software
Type or select values in entry fields.
Press Enter AFTER making all desired changes.
[Entry Fields]
* INPUT device / directory for software /dev/cd0
* SOFTWARE to install [] +
PREVIEW only? (install operation will NOT occur) no +
COMMIT software updates? yes +
SAVE replaced files? no +
AUTOMATICALLY install requisite software? yes +
EXTEND file systems if space needed? yes +
OVERWRITE same or newer versions? no +
VERIFY install and check file sizes? no +
DETAILED output? no +
Process multiple volumes? yes +
F1=Help F2=Refresh F3=Cancel F4=List
Esc+5=Reset Esc+6=Command Esc+7=Edit Esc+8=Image
Esc+9=Shell Esc+0=Exit Enter=Do
评论