博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
TAM安装过程中遇到的问题
阅读量:6912 次
发布时间:2019-06-27

本文共 2962 字,大约阅读时间需要 9 分钟。

查看是否可以重定位 rpm -qpi xx.rpm,

看relocaton那块的提示 

提示:rpm -qpl xx.rpm查看原始包安装位置

例如: 

easwy:~$ rpm -qpl ext3grep-0.10.0-1.el5.rf.i386.rpm

/usr/bin/ext3grep

/usr/share/doc/ext3grep-0.10.0

/usr/share/doc/ext3grep-0.10.0/INSTALL

/usr/share/doc/ext3grep-0.10.0/LICENSE.GPL2

/usr/share/doc/ext3grep-0.10.0/NEWS

/usr/share/doc/ext3grep-0.10.0/README 

上面的命令列出了每一个文件即将被安装的位置,现在我们只需要重新用–relocate参数把安装目录定位一下就可以了:

rpm -i --relocate /usr/bin=/home/easwy/bin --relocate /usr/share/doc=/home/easwy/doc ext3grep-0.10.0-1.el5.rf.i386.rpm  

 

有的包如果都是在一个目录下,则可以如下操作: 

rpm -i --prefix newpath xxx.rpm安装到新的位置。 

修改语言选项后中文乱码问题

RHEL5.8下安装disk6中server目录中的 几个语言包。 

1.修改.bash_profile中的PATH环境变量增加/sbin

2.yum install compat-gcc-34 

会安装以下4个包,大约35Mb

compat-gcc
glibc-devel
glibc-headers

glibc-kernheaders 

3. yum install compat-gcc-34-c++

 

4.yum install compat-libstdc++-33 (RHEL5.8已经安装,可以省略)

5.yum install pdksh 

6.yum install libXp

7.rpm -ivh ibm-java2-i386-sdk-5.0-5.0.i386.rpm

8.vi .bash_profile中的PATH环境变量增加/opt/IBM/java2-386-50/jre/bin

 

GUI工具Instance Administration tool运行

/opt/ibm/ldap/6.1/sbin/idsxinst

运行报错

错误如下:

Symptom: TDS INSTALLATION ISSUE TO BE DOCUMENTED IN INSTALLATION GUIDE

The idsxinst installer displays the following error message:

The java class could not be loaded

java.lang.unsatisfiedLinkError:cfgadminjni (Not found in

java.library.path)

You are unable to proceed further with the installation.

修补方式,参见

先安装gsk7bas64-7.0-4.28.x86_64.rpm,再安装补丁

 

=========================================

IBM补丁包说明

The following are common fix related terms used in Fix Central:

Group

A collection of related fixes created for our customers’ convenience. For example, they may be fixes that IBM recommends most customers install for a specified level of the product (that is, the release of the product on a specified operating system), or for a particular solution, involving updates to more than one product. This collection is a reference to these fixes, but not an actual repackaging of those fixes.

Fix Pack

A cumulative collection of all fixes available to registered customers since the last release of the product. It can include fixes that have not been previously released and can span multiple products or components. Usually, a fix pack can be applied on top of any earlier maintenance.

Refresh Pack

A cumulative collection of all of the function and fixes that have been made available since the last major release of the product. The function and fixes might not have been previously released, and they can span multiple products or components. A refresh pack can be usually be applied on top of any earlier maintenance.

Interim Fixes

A tested and verified fix. It can contain fixes for one or more product defects (APARs). If a given fix is listed in a fix pack for the affected product, we recommend that the fix pack be applied, rather than the interim fix. However, there may be cases where your situation calls for the installation of an individual interim fix

For additional information see . 

 

转载地址:http://cvncl.baihongyu.com/

你可能感兴趣的文章
Loadrunner监控Centos
查看>>
转:问题解决:The project cannot be built until build path errors are resolved
查看>>
Python--day25--面向对象之多态
查看>>
submit
查看>>
数据结构-----树状数组
查看>>
mac终端下svn常用命令
查看>>
C++的lambda表达式
查看>>
新手学习python(十六)封装redis
查看>>
vue移动端弹框组件
查看>>
vuex
查看>>
vux 全局使用 loading / toast / alert
查看>>
面向对象数组操作
查看>>
Cocos2d-x之内存管理
查看>>
Sharepoint 列表分页开发
查看>>
当页面是本地页面时,通过ajax访问tomcat里的action,传递的参数在action里并不能识别...
查看>>
RocketMQ Java 客户端实现
查看>>
hdu 1133 Buy the Ticket (大数+递推)
查看>>
java:Java里数字转字符串前面自动补0的实现
查看>>
获取图片颜色的rgb,以供css设计背景颜色
查看>>
org.tinygroup.validate-验证框架
查看>>