楼主: henrybai

10R2RAC安装全过程,包括打patch10.2.0.3

[复制链接]
论坛徽章:
6
ITPUB新首页上线纪念徽章
日期:2007-10-20 08:38:44生肖徽章2007版:鸡
日期:2008-01-02 17:35:532010新春纪念徽章
日期:2010-03-01 11:20:052011新春纪念徽章
日期:2011-02-18 11:43:35ITPUB十周年纪念徽章
日期:2011-11-01 16:20:282013年新春福章
日期:2013-02-25 14:51:24
11#
 楼主| 发表于 2007-6-8 15:45 | 只看该作者
没有使用ASM,用的是SUN CLUSTER管理共享--QFS,请大家享用吧

使用道具 举报

回复
论坛徽章:
6
ITPUB新首页上线纪念徽章
日期:2007-10-20 08:38:44生肖徽章2007版:鸡
日期:2008-01-02 17:35:532010新春纪念徽章
日期:2010-03-01 11:20:052011新春纪念徽章
日期:2011-02-18 11:43:35ITPUB十周年纪念徽章
日期:2011-11-01 16:20:282013年新春福章
日期:2013-02-25 14:51:24
12#
 楼主| 发表于 2007-6-8 15:47 | 只看该作者
$ ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
        inet 127.0.0.1 netmask ff000000
e1000g0: flags=9000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,NOFAILOVER> mtu 1500 index 2
        inet 10.12.32.191 netmask ffffff00 broadcast 10.12.32.255
        groupname sc_ipmp0
e1000g2: flags=1008843<UP,BROADCAST,RUNNING,MULTICAST,PRIVATE,IPv4> mtu 1500 index 4
        inet 172.16.0.129 netmask ffffff80 broadcast 172.16.0.255
e1000g3: flags=1008843<UP,BROADCAST,RUNNING,MULTICAST,PRIVATE,IPv4> mtu 1500 index 3
        inet 172.16.1.1 netmask ffffff80 broadcast 172.16.1.127
clprivnet0: flags=1009843<UP,BROADCAST,RUNNING,MULTICAST,MULTI_BCAST,PRIVATE,IPv4> mtu 1500 index 5
        inet 172.16.4.1 netmask fffffe00 broadcast 172.16.5.255

$ hostname
tst-rac01-ud-us-eqx

# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
        inet 127.0.0.1 netmask ff000000
e1000g0: flags=9000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,NOFAILOVER> mtu 1500 index 2
        inet 10.12.32.191 netmask ffffff00 broadcast 10.12.32.255
        groupname sc_ipmp0
        ether 0:14:4f:7e:8e:ea
e1000g2: flags=1008843<UP,BROADCAST,RUNNING,MULTICAST,PRIVATE,IPv4> mtu 1500 index 4
        inet 172.16.0.129 netmask ffffff80 broadcast 172.16.0.255
        ether 0:14:4f:7e:8e:ec
e1000g3: flags=1008843<UP,BROADCAST,RUNNING,MULTICAST,PRIVATE,IPv4> mtu 1500 index 3
        inet 172.16.1.1 netmask ffffff80 broadcast 172.16.1.127
        ether 0:14:4f:7e:8e:ed
clprivnet0: flags=1009843<UP,BROADCAST,RUNNING,MULTICAST,MULTI_BCAST,PRIVATE,IPv4> mtu 1500 index 5
        inet 172.16.4.1 netmask fffffe00 broadcast 172.16.5.255
        ether 0:0:0:0:0:1


$ more /etc/hosts
#
# Internet host table
#
127.0.0.1       localhost      
10.12.32.191    tst-rac01-ud-us-eqx     tst-rac01       loghost
#
# for cluster:
10.12.32.192    tst-rac02-ud-us-eqx     tst-rac02
# vips for each node
10.12.32.203    racdev2vip      tst-rac02-ud-us-eqx-vip
10.12.32.204    racdev1vip      tst-rac01-ud-us-eqx-vip
#10.12.32.203   tst-rac02-ud-us-eqx-vip
#10.12.32.204   tst-rac01-ud-us-eqx-vip
#
# Private ip for interconnects
172.16.0.129    tst-rac01-ud-us-eqx-priv        tst-rac01-priv  clusternode1-priv
172.16.0.130    tst-rac02-ud-us-eqx-priv        tst-rac02-priv  clusternode2-priv
$ more .profile
ORACLE_BASE=/opt/app/oracle
ORA_CRS_HOME=/opt/app/oracle/product/10.2.0/crs_1
ORACLE_HOME=/opt/app/oracle/product/10.2.0/db_1
export ORACLE_BASE ORA_CRS_HOME ORACLE_HOME
#
PATH=/usr/ccs/bin:$PATH:$ORACLE_HOME/bin:$ORA_CRS_HOME/bin:$ORACLE_HOME/OPatch
#PATH=/usr/ccs/bin:$PATH
#
umask 022
set -o vi
ulimit -s unlimited
ulimit -n 8192
# su - root
# more .profile
CRS_HOME=/opt/app/oracle/product/10.2.0/crs_1
export CRS_HOME
PATH=$PATH:$CRS_HOME/bin
#more /etc/system
*oracle
set noexec_user_stack=1
        set semsys:seminfo_semmni=100
        set semsys:seminfo_semmns=1024
        set semsys:seminfo_semmsl=256
        set semsys:seminfo_semvmx=32767
        set shmsys:shminfo_shmmax=4294967295
        set shmsys:shminfo_shmmin=1
        set shmsys:shminfo_shmmni=100
        set shmsys:shminfo_shmseg=10
*oracle
$ ./rda.sh -T hcve (on two nodes)
Processing HCVE tests ...
Available Pre-Installation Rule Sets:
   1. Oracle Database 10g R1 (10.1.0) PreInstall (solaris)
   2. Oracle Database 10g R2 (10.2.0) PreInstall (solaris)
   3. Oracle Application Server 10g (9.0.4) PreInstall (solaris)
   4. Oracle Application Server 10g R2 (10.1.2) PreInstall (solaris)
   5. Oracle Portal PreInstall (generic)
Available Post-Installation Rule Sets:
   6. Oracle Portal PostInstall (generic)
   7. Data Guard PostInstall (generic)
Enter the HCVE rule set number
Hit 'Return' to accept the default (1)
> 2

Enter value for < Planned ORACLE_HOME location or if set >
Hit 'Return' to accept the default ($ORACLE_HOME)
> /opt/app/oracle/product/10.2.0/db_1


Test "Oracle Database 10g R2 (10.2.0) PreInstall (solaris)" executed at Sun Jun  3 20:54:59 2007

Test Results
~~~~~~~~~~~~

   ID NAME                 RESULT VALUE
===== ==================== ====== ========================================
   10 OS certified?        PASSED Certified with 10gR2 RDBMS
   20 User in /etc/passwd? PASSED userOK
   30 Group in /etc/group? PASSED GroupOK
   40 Input ORACLE_HOME    RECORD /opt/app/oracle/product/10.2.0/db_1
   50 ORACLE_HOME valid?   PASSED OHexists
   60 O_H perms OK?        PASSED CorrectPerms
   70 Umask set to 022?    PASSED UmaskOK
   80 LDLIBRARYPATH unset? PASSED UnSet
   90 LDLIBRARYPATH64 unse PASSED UnSet
  100 Other O_Hs in PATH?  PASSED NoneFound
  110 oraInventory perms   PASSED oraInventoryNotFound
  120 /tmp adequate?       PASSED TempSpaceOK
  130 Swap (in Mb)         RECORD 7785
  140 RAM (in Mb)          PASSED 8184
  150 SwapToRAM OK?        FAILED SwapLessThanRAM
  160 Disk Space OK?       PASSED DiskSpaceOK
  170 Kernel params OK?    PASSED Obsoleted
  180 Got ld,nm,ar,make?   PASSED ld_nm_ar_make_Found
  190 ulimits OK?          PASSED ulimitOK
  200 Got OS packages?     PASSED All required OS packages are installed
  210 Got OS patches?      PASSED adequate
  215 Kernel level OK?     PASSED adequate
  220 Other OUI up?        PAS
SED NoOtherOUI
  230 Cluster info         PASSED TestCompleted
Result file: /export/home/oracle/rda/output/RDA_HCVE_A201DB10R2_sol_res.htm
$./runcluvfy.sh stage -pre crsinst -n tst-rac01-ud-us-eqx,tst-rac02-ud-us-eqx -r 10gR2 -verbose -orainv dba
Check: Free disk space in "/tmp" dir
  Node Name     Available                 Required                  Comment   
  ------------  ------------------------  ------------------------  ----------
  tst-rac01-ud-us-eqx  372.66MB (381600KB)       400MB (409600KB)          failed   
  tst-rac02-ud-us-eqx  482.62MB (494208KB)       400MB (409600KB)          passed   
Result: Free disk space check passed.



*****************************

set up ssh trust on all nodes:

$ /usr/bin/ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/export/home/oracle/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /export/home/oracle/.ssh/id_rsa.
Your public key has been saved in /export/home/oracle/.ssh/id_rsa.pub.
The key fingerprint is:
19:87:e7:7d:9e:3f:f4:ad:48:72:21:d2:ac:83:22:bb oracle@tst-rac02-ud-us-eqx



$ /usr/bin/ssh-keygen -t dsa
Generating public/private dsa key pair.
Enter file in which to save the key (/export/home/oracle/.ssh/id_dsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /export/home/oracle/.ssh/id_dsa.
Your public key has been saved in /export/home/oracle/.ssh/id_dsa.pub.
The key fingerprint is:
00:a2:71:58:59:5d:0a:70:04:7f:6c:06:b9:b1:dc:04 oracle@tst-rac02-ud-us-eqx


On node 1:
$ hostname
tst-rac01-ud-us-eqx
$ ssh tst-rac01-ud-us-eqx cat /export/home/oracle/.ssh/id_rsa.pub >>authorized_keys
The authenticity of host 'tst-rac01-ud-us-eqx (10.12.32.191)' can't be established.
RSA key fingerprint is 1b:ce:1b:26:41:32:7c:86:df:ac:16:7f:a4:e1:d6:31.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'tst-rac01-ud-us-eqx,10.12.32.191' (RSA) to the list of known hosts.

WARNING: This is a restricted access server. If you do not have explicit
permission to access this server, please disconnect immediately.
Unauthorized access to this system is considered gross misconduct and
may result in disciplinary action, including revocation of SWAN access
privileges, immediate termination of employment, and/or prosecution to
the fullest extent of the law.

使用道具 举报

回复
论坛徽章:
6
ITPUB新首页上线纪念徽章
日期:2007-10-20 08:38:44生肖徽章2007版:鸡
日期:2008-01-02 17:35:532010新春纪念徽章
日期:2010-03-01 11:20:052011新春纪念徽章
日期:2011-02-18 11:43:35ITPUB十周年纪念徽章
日期:2011-11-01 16:20:282013年新春福章
日期:2013-02-25 14:51:24
13#
 楼主| 发表于 2007-6-8 15:49 | 只看该作者
Password:
$ ssh tst-rac01-ud-us-eqx cat /export/home/oracle/.ssh/id_dsa.pub >>authorized_keys

WARNING: This is a restricted access server. If you do not have explicit
permission to access this server, please disconnect immediately.
Unauthorized access to this system is considered gross misconduct and
may result in disciplinary action, including revocation of SWAN access
privileges, immediate termination of employment, and/or prosecution to
the fullest extent of the law.


$ ssh tst-rac02-ud-us-eqx cat /export/home/oracle/.ssh/id_rsa.pub >>authorized_keys
The authenticity of host 'tst-rac02-ud-us-eqx (10.12.32.192)' can't be established.
RSA key fingerprint is 68:45:62:95:e6:c9:36:cb:d1:c6:a2:9e:02:cc:46:81.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'tst-rac02-ud-us-eqx,10.12.32.192' (RSA) to the list of known hosts.

WARNING: This is a restricted access server. If you do not have explicit
permission to access this server, please disconnect immediately.
Unauthorized access to this system is considered gross misconduct and
may result in disciplinary action, including revocation of SWAN access
privileges, immediate termination of employment, and/or prosecution to
the fullest extent of the law.


Password:
$ ssh tst-rac02-ud-us-eqx cat /export/home/oracle/.ssh/id_dsa.pub >>authorized_keys

WARNING: This is a restricted access server. If you do not have explicit
permission to access this server, please disconnect immediately.
Unauthorized access to this system is considered gross misconduct and
may result in disciplinary action, including revocation of SWAN access
privileges, immediate termination of employment, and/or prosecution to
the fullest extent of the law.


Password:

$ scp authorized_keys tst-rac02-ud-us-eqx:/export/home/oracle/.ssh

WARNING: This is a restricted access server. If you do not have explicit
permission to access this server, please disconnect immediately.
Unauthorized access to this system is considered gross misconduct and
may result in disciplinary action, including revocation of SWAN access
privileges, immediate termination of employment, and/or prosecution to
the fullest extent of the law.


Password:
authorized_keys      100% |*********************************************************************************|  1704       00:00   


on both nodes:
chmod 600 ~/.ssh/authorized_keys


***************************

unzip installation cds
cluster and db

$ pwd
/export/home/oracle/install/cluster
$ gunzip 10gr2_db_sol.cpio.gz
$ cpio -idmv <10gr2_db_sol.cpio


$ pwd
/export/home/oracle/install/db
$ gunzip 10gr2_db_sol.cpio.gz
$ cpio -idmv <10gr2_db_sol.cpio

$ TEMP=/var/tmp; export TEMP
$ ./runcluvfy.sh stage -pre crsinst -n tst-rac01-ud-us-eqx,tst-rac02-ud-us-eqx -r 10gR2 -verbose -orainv dba

Performing pre-checks for cluster services setup

Checking node reachability...

Check: Node reachability from node "tst-rac01-ud-us-eqx"
  Destination Node                      Reachable?              
  ------------------------------------  ------------------------
  tst-rac02-ud-us-eqx                   yes                     
  tst-rac01-ud-us-eqx                   yes                     
Result: Node reachability check passed from node "tst-rac01-ud-us-eqx".


Checking user equivalence...

Check: User equivalence for user "oracle"
  Node Name                             Comment                 
  ------------------------------------  ------------------------
  tst-rac01-ud-us-eqx                   passed                  
  tst-rac02-ud-us-eqx                   passed                  
Result: User equivalence check passed for user "oracle".

Checking administrative privileges...

Check: Existence of user "oracle"
  Node Name     User Exists               Comment                 
  ------------  ------------------------  ------------------------
  tst-rac01-ud-us-eqx  yes                       passed                  
  tst-rac02-ud-us-eqx  yes                       passed                  
Result: User existence check passed for "oracle".

Check: Existence of group "dba"
  Node Name     Status                    Group ID               
  ------------  ------------------------  ------------------------
  tst-rac01-ud-us-eqx  exists                    500                     
  tst-rac02-ud-us-eqx  exists                    500                     
Result: Group existence check passed for "dba".

Check: Membership of user "oracle" in group "dba" [as Primary]
  Node Name         User Exists   Group Exists  User in Group  Primary       Comment     
  ----------------  ------------  ------------  ------------  ------------  ------------
  tst-rac01-ud-us-eqx  yes           yes           yes           yes           passed      
  tst-rac02-ud-us-eqx  yes           yes           yes           yes           passed      
Result: Membership check for user "oracle" in group "dba" [as Primary] passed.

Administrative privileges check passed.

Checking node connectivity...


Interface information for node "tst-rac01-ud-us-eqx"
  Interface Name                  IP Address                      Subnet         
  ------------------------------  ------------------------------  ----------------
  e1000g0                         10.12.32.191                    10.12.32.0      
  e1000g2                         172.16.0.129                    172.16.0.128   
  e1000g3                         172.16.1.1                      172.16.1.0      
  clprivnet0                      172.16.4.1                      172.16.4.0      


Interface information for node "tst-rac02-ud-us-eqx"
  Interface Name                  IP Address                      Subnet         
  ------------------------------  ------------------------------  ----------------
  e1000g0                         10.12.32.192                    10.12.32.0      
  e1000g2                         172.16.0.130                    172.16.0.128   
  e1000g3                         172.16.1.2                      172.16.1.0      
  clprivnet0                      172.16.4.2                      172.16.4.0      


Check: Node connectivity of subnet "10.12.32.0"
  Source                          Destination                     Connected?      
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx:e1000g0     tst-rac02-ud-us-eqx:e1000g0     yes            
Result: Node connectivity check passed for subnet "10.12.32.0" with node(s) tst-rac01-ud-us-eqx,tst-rac02-ud-us-eqx.

Check: Node connectivity of subnet "172.16.0.128"
  Source                          Destination                     Connected?      
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx:e1000g2     tst-rac02-ud-us-eqx:e1000g2     yes            
Result: Node connectivity check passed for subnet "172.16.0.128" with node(s) tst-rac01-ud-us-eqx,tst-rac02-ud-us-eqx.

Check: Node connectivity of subnet "172.16.1.0"
  Source                          Destination                     Connected?      
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx:e1000g3     tst-rac02-ud-us-eqx:e1000g3     yes            
Result: Node connectivity check passed for subnet "172.16.1.0" with node(s) tst-rac01-ud-us-eqx,tst-rac02-ud-us-eqx.

Check: Node connectivity of subnet "172.16.4.0"
  Source                          Destination                     Connected?      
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx:clprivnet0  tst-rac02-ud-us-eqx:clprivnet0  yes            
Result: Node connectivity check passed for subnet "172.16.4.0" with node(s) tst-rac01-ud-us-eqx,tst-rac02-ud-us-eqx.

Suitable interfaces for the private interconnect on subnet "10.12.32.0":
tst-rac01-ud-us-eqx e1000g0:10.12.32.191
tst-rac02-ud-us-eqx e1000g0:10.12.32.192

Suitable interfaces for the private interconnect on subnet "172.16.0.128":
tst-rac01-ud-us-eqx e1000g2:172.16.0.129
tst-rac02-ud-us-eqx e1000g2:172.16.0.130

Suitable interfaces for the private interconnect on subnet "172.16.1.0":
tst-rac01-ud-us-eqx e1000g3:172.16.1.1
tst-rac02-ud-us-eqx e1000g3:172.16.1.2

Suitable interfaces for the private interconnect on subnet "172.16.4.0":
tst-rac01-ud-us-eqx clprivnet0:172.16.4.1
tst-rac02-ud-us-eqx clprivnet0:172.16.4.2

ERROR:
Could not find a suitable set of interfaces for VIPs.

Result: Node connectivity check failed.


Checking system requirements for 'crs'...

Check: Total memory
  Node Name     Available                 Required                  Comment   
  ------------  ------------------------  ------------------------  ----------
  tst-rac01-ud-us-eqx  7.99GB (8380416KB)        512MB (524288KB)          passed   
  tst-rac02-ud-us-eqx  7.99GB (8380416KB)        512MB (524288KB)          passed   
Result: Total memory check passed.

Check: Free disk space in "/var/tmp" dir
  Node Name     Available                 Required                  Comment   
  ------------  ------------------------  ------------------------  ----------
  tst-rac01-ud-us-eqx  3.69GB (3869897KB)        400MB (409600KB)          passed   
  tst-rac02-ud-us-eqx  3.24GB (3396750KB)        400MB (409600KB)          passed   
Result: Free disk space check passed.

Check: Swap space
  Node Name     Available                 Required                  Comment   
  ------------  ------------------------  ------------------------  ----------
  tst-rac01-ud-us-eqx  2GB (2101336KB)           512MB (524288KB)          passed   
  tst-rac02-ud-us-eqx  2GB (2101336KB)           512MB (524288KB)          passed   
Result: Swap space check passed.

Check: System architecture
  Node Name     Available                 Required                  Comment   
  ------------  ------------------------  ------------------------  ----------
  tst-rac01-ud-us-eqx  64-bit                    64-bit                    passed   
  tst-rac02-ud-us-eqx  64-bit                    64-bit                    passed   
Result: System architecture check passed.

Check: Operating system version
  Node Name     Available                 Required                  Comment   
  ------------  ------------------------  ------------------------  ----------
  tst-rac01-ud-us-eqx  SunOS 5.10                SunOS 5.10                passed   
  tst-rac02-ud-us-eqx  SunOS 5.10                SunOS 5.10                passed   
Result: Operating system version check passed.

Check: Package existence for "SUNWarc"
  Node Name                       Status                          Comment         
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx             SUNWarc:11.10.0                 passed         
  tst-rac02-ud-us-eqx             SUNWarc:11.10.0                 passed         
Result: Package existence check passed for "SUNWarc".

Check: Package existence for "SUNWbtool"
  Node Name                       Status                          Comment         
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx             SUNWbtool:11.10.0               passed         
  tst-rac02-ud-us-eqx             SUNWbtool:11.10.0               passed         
Result: Package existence check passed for "SUNWbtool".

Check: Package existence for "SUNWhea"
  Node Name                       Status                          Comment         
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx             SUNWhea:11.10.0                 passed         
  tst-rac02-ud-us-eqx             SUNWhea:11.10.0                 passed         
Result: Package existence check passed for "SUNWhea".

Check: Package existence for "SUNWlibm"
  Node Name                       Status                          Comment         
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx             SUNWlibm:5.10                   passed         
  tst-rac02-ud-us-eqx             SUNWlibm:5.10                   passed         
Result: Package existence check passed for "SUNWlibm".

Check: Package existence for "SUNWlibms"
  Node Name                       Status                          Comment         
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx             SUNWlibms:5.10                  passed         
  tst-rac02-ud-us-eqx             SUNWlibms:5.10                  passed         
Result: Package existence check passed for "SUNWlibms".

Check: Package existence for "SUNWsprot"
  Node Name                       Status                          Comment         
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx             SUNWsprot:5.10                  passed         
  tst-rac02-ud-us-eqx             SUNWsprot:5.10                  passed         
Result: Package existence check passed for "SUNWsprot".

Check: Package existence for "SUNWsprox"
  Node Name                       Status                          Comment         
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx             ERROR: information for "SUNWsprox" was not found  passed         
  tst-rac02-ud-us-eqx             ERROR: information for "SUNWsprox" was not found  passed         
Result: Package existence check passed for "SUNWsprox".

Check: Package existence for "SUNWtoo"
  Node Name                       Status                          Comment         
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx             SUNWtoo:11.10.0                 passed         
  tst-rac02-ud-us-eqx             SUNWtoo:11.10.0                 passed         
Result: Package existence check passed for "SUNWtoo".

Check: Package existence for "SUNWi1of"
  Node Name                       Status                          Comment         
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx             SUNWi1of:6.6.2.7400             passed         
  tst-rac02-ud-us-eqx             SUNWi1of:6.6.2.7400             passed         
Result: Package existence check passed for "SUNWi1of".

Check: Package existence for "SUNWi1cs"
  Node Name                       Status                          Comment         
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx             SUNWi1cs:2.0                    passed         
  tst-rac02-ud-us-eqx             SUNWi1cs:2.0                    passed         
Result: Package existence check passed for "SUNWi1cs".

Check: Package existence for "SUNWi15cs"
  Node Name                       Status                          Comment         
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx             SUNWi15cs:2.0                   passed         
  tst-rac02-ud-us-eqx             SUNWi15cs:2.0                   passed         
Result: Package existence check passed for "SUNWi15cs".

Check: Package existence for "SUNWxwfnt"
  Node Name                       Status                          Comment         
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx             SUNWxwfnt:6.6.2.7400            passed         
  tst-rac02-ud-us-eqx             SUNWxwfnt:6.6.2.7400            passed         
Result: Package existence check passed for "SUNWxwfnt".

Check: Package existence for "SUNWlibC"
  Node Name                       Status                          Comment         
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx             SUNWlibC:5.10                   passed         
  tst-rac02-ud-us-eqx             SUNWlibC:5.10                   passed         
Result: Package existence check passed for "SUNWlibC".

Check: Package existence for "SUNWscucm:3.1"
  Node Name                       Status                          Comment         
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx             SUNWscucm:3.2.0                 passed         
  tst-rac02-ud-us-eqx             SUNWscucm:3.2.0                 passed         
Result: Package existence check passed for "SUNWscucm:3.1".

Check: Package existence for "SUNWudlmr:3.1"
  Node Name                       Status                          Comment         
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx             SUNWudlmr:3.2.0                 passed         
  tst-rac02-ud-us-eqx             SUNWudlmr:3.2.0                 passed         
Result: Package existence check passed for "SUNWudlmr:3.1".

Check: Package existence for "SUNWudlm:3.1"
  Node Name                       Status                          Comment         
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx             SUNWudlm:3.2.0                  passed         
  tst-rac02-ud-us-eqx             SUNWudlm:3.2.0                  passed         
Result: Package existence check passed for "SUNWudlm:3.1".

Check: Package existence for "ORCLudlmev_Release_06/11/04,_64bit_3.3.4.8_reentrant"
  Node Name                       Status                          Comment         
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx             ORCLudlmev_Release_06/11/04,_64bit_3.3.4.8_reentrant,_async_libskgxn2.so  passed         
  tst-rac02-ud-us-eqx             ORCLudlmev_Release_06/11/04,_64bit_3.3.4.8_reentrant,_async_libskgxn2.so  passed         
Result: Package existence check passed for "ORCLudlmev_Release_06/11/04,_64bit_3.3.4.8_reentrant".

Check: Package existence for "SUNWscr:3.1"
  Node Name                       Status                          Comment         
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx             SUNWscr:3.2.0                   passed         
  tst-rac02-ud-us-eqx             SUNWscr:3.2.0                   passed         
Result: Package existence check passed for "SUNWscr:3.1".

Check: Package existence for "SUNWscu:3.1"
  Node Name                       Status                          Comment         
  ------------------------------  ------------------------------  ----------------
  tst-rac01-ud-us-eqx             SUNWscu:3.2.0                   passed         
  tst-rac02-ud-us-eqx             SUNWscu:3.2.0                   passed         
Result: Package existence check passed for "SUNWscu:3.1".

Check: Group existence for "dba"
  Node Name     Status                    Comment                 
  ------------  ------------------------  ------------------------
  tst-rac01-ud-us-eqx  exists                    passed                  
  tst-rac02-ud-us-eqx  exists                    passed                  
Result: Group existence check passed for "dba".

Check: Group existence for "dba"
  Node Name     Status                    Comment                 
  ------------  ------------------------  ------------------------
  tst-rac01-ud-us-eqx  exists                    passed                  
  tst-rac02-ud-us-eqx  exists                    passed                  
Result: Group existence check passed for "dba".

Check: User existence for "oracle"
  Node Name     Status                    Comment                 
  ------------  ------------------------  ------------------------
  tst-rac01-ud-us-eqx  exists                    passed                  
  tst-rac02-ud-us-eqx  exists                    passed                  
Result: User existence check passed for "oracle".

Check: User existence for "nobody"
  Node Name     Status                    Comment                 
  ------------  ------------------------  ------------------------
  tst-rac01-ud-us-eqx  exists                    passed                  
  tst-rac02-ud-us-eqx  exists                    passed                  
Result: User existence check passed for "nobody".

System requirement passed for 'crs'

Pre-check for cluster services setup was unsuccessful on all the nodes.
$ ./runI*

使用道具 举报

回复
论坛徽章:
6
ITPUB新首页上线纪念徽章
日期:2007-10-20 08:38:44生肖徽章2007版:鸡
日期:2008-01-02 17:35:532010新春纪念徽章
日期:2010-03-01 11:20:052011新春纪念徽章
日期:2011-02-18 11:43:35ITPUB十周年纪念徽章
日期:2011-11-01 16:20:282013年新春福章
日期:2013-02-25 14:51:24
14#
 楼主| 发表于 2007-6-8 15:50 | 只看该作者
图片怎样传呀??

使用道具 举报

回复
论坛徽章:
68
2012新春纪念徽章
日期:2012-01-04 11:51:22奥运会纪念徽章:举重
日期:2012-08-02 22:17:14ITPUB 11周年纪念徽章
日期:2012-10-09 18:07:312013年新春福章
日期:2013-02-25 14:51:24慢羊羊
日期:2015-03-04 14:51:352015年新春福章
日期:2015-03-06 11:57:312015年新春福章
日期:2015-06-11 12:54:06
15#
发表于 2007-6-8 15:53 | 只看该作者
点引用就可以加图片

使用道具 举报

回复
论坛徽章:
6
ITPUB新首页上线纪念徽章
日期:2007-10-20 08:38:44生肖徽章2007版:鸡
日期:2008-01-02 17:35:532010新春纪念徽章
日期:2010-03-01 11:20:052011新春纪念徽章
日期:2011-02-18 11:43:35ITPUB十周年纪念徽章
日期:2011-11-01 16:20:282013年新春福章
日期:2013-02-25 14:51:24
16#
 楼主| 发表于 2007-6-8 16:03 | 只看该作者
最初由 howard_zhang 发布
[B]点引用就可以加图片 [/B]

clusterware_db.doc

2.99 MB, 下载次数: 249

使用道具 举报

回复
论坛徽章:
6
ITPUB新首页上线纪念徽章
日期:2007-10-20 08:38:44生肖徽章2007版:鸡
日期:2008-01-02 17:35:532010新春纪念徽章
日期:2010-03-01 11:20:052011新春纪念徽章
日期:2011-02-18 11:43:35ITPUB十周年纪念徽章
日期:2011-11-01 16:20:282013年新春福章
日期:2013-02-25 14:51:24
17#
 楼主| 发表于 2007-6-8 16:04 | 只看该作者
不好意思,不会传图片,整个文档大家下载吧。

使用道具 举报

回复
论坛徽章:
6
ITPUB新首页上线纪念徽章
日期:2007-10-20 08:38:44生肖徽章2007版:鸡
日期:2008-01-02 17:35:532010新春纪念徽章
日期:2010-03-01 11:20:052011新春纪念徽章
日期:2011-02-18 11:43:35ITPUB十周年纪念徽章
日期:2011-11-01 16:20:282013年新春福章
日期:2013-02-25 14:51:24
18#
 楼主| 发表于 2007-6-8 16:05 | 只看该作者
最初由 henrybai 发布
[B]不好意思,不会传图片,整个文档大家下载吧。 [/B]

070606update.doc

747 KB, 下载次数: 147

使用道具 举报

回复
论坛徽章:
68
2012新春纪念徽章
日期:2012-01-04 11:51:22奥运会纪念徽章:举重
日期:2012-08-02 22:17:14ITPUB 11周年纪念徽章
日期:2012-10-09 18:07:312013年新春福章
日期:2013-02-25 14:51:24慢羊羊
日期:2015-03-04 14:51:352015年新春福章
日期:2015-03-06 11:57:312015年新春福章
日期:2015-06-11 12:54:06
19#
发表于 2007-6-8 16:13 | 只看该作者
兄弟你有AIX的PATCH10.2.0.3吗?

使用道具 举报

回复
论坛徽章:
6
ITPUB新首页上线纪念徽章
日期:2007-10-20 08:38:44生肖徽章2007版:鸡
日期:2008-01-02 17:35:532010新春纪念徽章
日期:2010-03-01 11:20:052011新春纪念徽章
日期:2011-02-18 11:43:35ITPUB十周年纪念徽章
日期:2011-11-01 16:20:282013年新春福章
日期:2013-02-25 14:51:24
20#
 楼主| 发表于 2007-6-8 16:23 | 只看该作者
ons有一个BUG,你不得不先补上ONS的这个BUG。再继续。可能是你没有补这个

使用道具 举报

回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

TOP技术积分榜 社区积分榜 徽章 团队 统计 知识索引树 积分竞拍 文本模式 帮助
  ITPUB首页 | ITPUB论坛 | 数据库技术 | 企业信息化 | 开发技术 | 微软技术 | 软件工程与项目管理 | IBM技术园地 | 行业纵向讨论 | IT招聘 | IT文档
  ChinaUnix | ChinaUnix博客 | ChinaUnix论坛
CopyRight 1999-2011 itpub.net All Right Reserved. 北京盛拓优讯信息技术有限公司版权所有 联系我们 未成年人举报专区 
京ICP备16024965号-8  北京市公安局海淀分局网监中心备案编号:11010802021510 广播电视节目制作经营许可证:编号(京)字第1149号
  
快速回复 返回顶部 返回列表