- 论坛徽章:
- 0
|
Unixware 必须M2以上补丁,且unixware为正版
#pkginfo |grep wu711
SCO补丁地址
ftp://ftp.sco.com/pub/unixware7/uw711pk/pack4a/...
安装MQ5.3
# pkgadd -d `pwd`/uw7_530.img
The following packages are available:
1 mqm WebSphere MQ for UnixWare 7
(i386) 5.3.0.7
Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,quit]:
PROCESSING:
Package: WebSphere MQ for UnixWare 7 (mqm) from
.
WebSphere MQ for UnixWare 7
(i386) 5.3.0.7
Using as the package base directory.
Copyright (C) 1998-2005 Willow Technology, Inc. and its Licensors.
All rights reserved.
LICENSED MATERIALS ALL RIGHTS RESERVED.
Unpublished - all rights reserved under the Copyright laws of
the United States and all other countries.
The Program is "commercial software" as that term is used in 48 CFR
12.212, Section 2.212 of the U.S. Federal Acquisition Regulations
("FAR") and Section 227.7202 of the Defense Federal Acquisition
Regulations ("DFAR"). Accordingly, U.S. Government licensees shall have
only those rights specified in the Willow Technology Program License
Agreement.
Contractor/Manufacturer is Willow Technology, Inc., Santa Clara, CA 95050.
THE FULL TEXT OF THE WILLOW TECHNOLOGY PROGRAM LICENSE, LICENSE
INFORMATION AND SOFTWARE MAINTENANCE AND SUPPORT AGREEMENTS
("AGREEMENTS") FOR THIS MQSERIES PRODUCT ARE AVAILABLE (i) IN HARD COPY
FORM IN THE PROGRAM PACK CONTAINING THE CD-ROM, AND (ii) IN SOFT COPY
FORMAT ON THE CD-ROM ALONG WITH THIS INSTALLER. PLEASE READ THESE
AGREEMENTS CAREFULLY BEFORE INSTALLING THIS PRODUCT. BY INSTALLING AND
USING THE PRODUCT YOU ARE AGREEING TO BE BOUND BY THE TERMS OF THESE
AGREEMENTS. IF YOU DO NOT AGREE TO THE TERMS OF THE AGREEMENTS, YOU ARE
NOT AUTHORIZED TO INSTALL OR USE THE PRODUCT.
Have you read and do you agree to the terms of these Agreements?
[yes,n,q] : yes
1) WebSphere MQ Server
2) Man pages
3) Sample programs
4) Publish/Subscribe programs
5) Spanish message catalog
6) French message catalog
7) German message catalog
8) Japanese message catalog
9) Italian message catalog
10) Brazilian Portuguese message catalog
11) Traditional Chinese message catalog
12) Simplified Chinese message catalog
13) Korean message catalog
Enter options to be installed [1-13,all,q,?] all
## Processing package information.
## Processing system information.
## Verifying package dependencies.
## Installation of MQSeries for SCO Unixware (mqm) was successful.
申请license:
运行命令:
1、The output from the "uname -X" is
System = UnixWare
Node = Dev
Release = 5
KernelID = 05/12/21
Machine = Pentium 4
BusType = ISA
Serial =
Users = 25
OEM# = 0
Origin# = 1
NumCPU = 1
2、According to the output from the command "ifconfig -a", I find my IP address is
lo0: flags=4049 mtu 16384
inet 127.0.0.1 netmask ff000000
inet/perf: recv size: 49152; send size: 49152; full-size frames: 1
inet/options: -rfc1323
net0: flags=4043 mtu 1500
inet 10.13.1.8 netmask ffffff00 broadcast 10.130.1.255
inet/perf: recv size: 24576; send size: 24576; full-size frames: 1
inet/options: rfc1323
ether 00:10:5c:d6:3b:31
3、$ /opt/mqm/bin/mqver
Name: WebSphere MQ
Version: 530.7 CSD07
CMVC level: p530-07-L040527
BuildType: IKAP - (Production)
4、$ /opt/mqm/bin/hostinfo
HostInfo v3.01
OS name: 'UnixWare'
Machine arch: 'i386'
Hostname: 'Dev'
CPUs: '1'
Interface: 'net0'
IP address: '10.13.1.8'
HW address: '00:10:5c:d6:3b:31'
如果又多个ip地址,license对于etc/hosts文件下最上面一行
如果申请永久license:需要加一行:My Proof of EntitlMent ID is:02122645F (ID在介质包单独一张纸上面)
如何安装license
如果/usr/local/licenses目录不存在,创建/usr/local/licenses且有全局读权限
重命名license文件为keyfile,用ftp ,bin方式上传
到/usr/local/licenses目录下
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/7315/showart_123337.html |
|