->
To install MQ on RedHat Linux please note following:
1. Create group/user need from Control Center
a) Log in as root. Create MQ groups and users from the yast2 Control Center.
1. Log in as root. Create MQ groups and users from the yast2 Control Center.
a. Create the mqm and mqbrkrs user groups:
1) Click Security & Users > Groups > Add a Group.
2) Set the name field to mqm and create the user group.
3) Create the mqbrkrs user group in the same way.
b. Create the mqm user:
1) Click Security & Users > Users > Add a User.
2) Set the name field to mqm and create the user.
3) Click Security & Users > Change a Users Password > Passwords to add a password to the new user
c.Add the mqm and root users to the mqm group:
1) Click Security &Users > Users > Change / Show Characteristics of a User.
2) Enter mqm in the User Name field. 50 IBM WebSphere Application Server: Getting Started
3) Add mqm to the Group SET field, which is a comma-separated list of the groups to which the user belongs.
4) Add root to the mqm group and the mqbrkrs group.
Or Use Script:
linux:~ # groupadd mqm
linux:~ # groupadd mqbrkrs
linux:~ # useradd -g mqm -G mqbrkrs -m mqm
linux:~ # usermod -G mqm root
Adding user root to group mqm
linux:~ # gpasswd -a root mqbrkrs
Adding user root to group mqbrkrs
linux:~ # passwd mqm
Changing password for mqm.
New password:
Re-enter new password:
Password changed
Continue reading Install MQ on Redhat Linux
一、安装过程
1、某天下午对SUN的1个服务器v490进行安装
2、安装完成后用MQM的自测命令检查,确认OK
二、WAS原始安装文件所在目录
/bak/mqm_install
三、mqm安装后,默认程序是安装在/OPT/mqm下,数据安装在var/mqm目录下
四、安装过程如下:
(1)SUN下
a.用ROOT用户登录后,创建用户组与用户mqm,口令是mqm,mqm用户加入root用户组
groupadd mqm
useradd -G mqm,root -d /opt/mqm -s -m /bin/bash mqm
passwd mqm
-input mqm,mqm
b.在mqm目录下建立目录mqm_ins , 用ftp工具把安装文件包tar文件放入其中,然后解包
mkdir mqm_ins
cd mqm_ins
—ftp tar file
tar xvf *
c.回到mqm目录,修改profile文件参数
cd ..
vi .profile
把整理好的profile参数放入其中…文件为”profile-待放入系统配置”
d.去到/etc/目录下,修改system文件,按用户要求修改内核参数,参考文件“etc-system-待放入系统配置”
放入后保存。
e.回到mqm_ins目录下执行安装
先执行认证
./mqlicense.sh,输入1接受协议,然后回车继续安装
提示完成后,再执行
pkgadd -d .
执行安装过程,每一步按默认参数选择ALL或回车,安装所有组件包,最后提示MQM安装完成。
Continue reading sun v490 服务器solaris10 安装mq 记录
与V240不同的是,Sun Fire™ V480, V880, V490, and V890 SC使用的不是ALOM而是RSC,RSC的配置可以在正常状态#下完成,并不需要借助console口!rsc
的配置软件不是系统默认安装的,首先要在服务器上安装rsc的软件包Sun Remote System Control (RSC) 2.2.3 Software,可以在sun的补丁光盘里面找到
,位于光盘的目录:sun/progs/RSC/2.2.3中。该软件包也可以从sun的网站上下载,如下是参考链接地址:
http://www.sun.com/servers/rsc.html
在solaris 8上软件包是rsc2.2.3_packages_s8.zip,solaris 9和solaris 10使用同样的软件包是rsc2.2.3_packages_s8.zip
该软件安装步骤如下:
先准备软件包,然后解压缩,
# unzip rsc2.2.3_packages_s8.zip
解压缩后出现很多的软件包,如下:
README SUNWfrscd SUNWkrscd
README-RSC SUNWfrscj SUNWkrscj
SUNWcrsc SUNWhrsc SUNWrsc
SUNWcrscd SUNWhrscd SUNWrscd
SUNWcrscj SUNWhrscj SUNWrscj
SUNWdersc SUNWirscd SUNWsrscd
Continue reading Sun Fire™ V490 RSC配置说明 (参考网上文章)
DB2安装手册 (IBM AIX 环境下)
一、安装前的准备
1. 检查操作系统的版本,确保AIX系统已经打上最新的补丁:
#oslevel –r
#instfix –i |grep ML
如果没有安装最新补丁,请使用补丁光盘,安装补丁文件;
2. 查看/usr文件系统的可用空间,确保可用空间>100MB:
#df –k
如果/usr可用空间不够,使用chfs –a size=+256000 /usr增加128MB空间;
3. 建议安装前,停止其他繁忙的应用程序的运行,以确保安装的性能。
二、安装过程
1. 注册为具有超级用户权限的用户(root以下所有操作均在root用户下完成);
2. 将 标有“DB2通用数据库企业版”的软件光盘插入驱动器(DB2 UNIVERSAL DATABASE ENTERPRISE SERVER EDITION VERSION 8.1 AT THE FIXPAK 1LEVEL);
3. 加载光盘文件系统:#mount –rv cdrfs /dev/cd0 /mnt;
4. 进入光盘文件系统# cd /cdrom; (cd mnt)
5. 将光盘上压缩文件拷贝至/db2temp ,命令为cp;(db2temp是一存放解压缩文件的临时文件夹)
6. 解压缩uncompress 文件名;
7. 继续解压缩tar –xvf 文件名
8. 进入解压后的文件夹,找到db2setup文件,运行 ./db2setup命令以启动 DB2 安装程序,安装 DB2 V6 窗口打开;
9. 按 Tab 键或用鼠标更改突出显示的选项,按 Enter 键或鼠标选择或取消选择选项;
10. 点击Install Products,并选择安装DB2 UDB Enterprise Server Edition
11. 点击Next,进入DB2 Setup wizard;
12. 点击Next,进入Software License Agreement;
Continue reading DB2安装手册 For IBM Aix
最近评论