摘要:1. DBI1130EEnvironment: DB2: v9.7.0.4 OS: RHEL 6.2 with x-windowProblem: The IBM Tivoli System Automation for Multiplatforms (SA MP) could not be installed or updated because system prerequisites were not met. See the log file /tmp/prereqSAM.log.26279 for detailsAnswer: As Tivoli Directory Serve...
阅读全文
摘要:问题描述: 在克隆来的VM里安装DB2 SERVER, 结果出现端口被占用的情况,端口从5000换到50001,一样的错误提示原因: 克隆来的VM的IP地址是被克隆VM的IP,修改之后虽然可以使用,但在/etc/hosts里还是不匹配,通过hostname -i可以看到这个ip地址与正在使用的ip地址并不匹配,所以修改hosts里的ip地址,使其valid就可以了
阅读全文
摘要:#********************************************#Source File Name = #Copy Right Information# Function = # Operation System =#********************************************## File Name: path/name# Called By: other file name# # Description:# Authors:# History:##********************************************.
阅读全文
摘要:1. Log tool# note that the symbol around date is not single quotes# also that's a tool to invoke shell command, such as 'date', 'pwd', 'hostname' or something elseechoThis(){ timestamp=`date` #echo "[$timestamp] $@" echo "[$timestamp] $@" > /dev/std
阅读全文