Owner's Manual

Deployment Guide 29
16
Repeat step 14 and step 15 on the remaining nodes, one node at a time.
When the installation is completed, the
End of Installation
screen appears.
NOTE: This procedure may take several minutes to complete.
17
In the
End of Installation
screen, click
Exit
.
18
Click
Yes
to exit the Oracle Universal Installer.
19
On node 1, open a terminal window.
20
Log in as
oracle
.
21
Type the following and press <
Enter
>:
srvctl start nodeapps -n <nodename>
Where <
nodename
> is the public host name of the node.
22
On all the remaining nodes, shut down CRS by issuing the following command:
crsctl stop crs
23
As the user
oracle
, from the node where you applied the patchset, copy
/opt/oracle/product/10.2.0/db_1/rdbms/lib/libknlopt.a
to all the other nodes in the cluster.
For example, to copy it from node1 to node2, type the following:
scp /opt/oracle/product/10.2.0/db_1/rdbms/lib/libknlopt.a
node2:/opt/oracle/product/10.2.0/db_1/rdbms/lib/libknlopt.a
NOTE: Do not perform this step as root.
24
Remake the Oracle binary on all the nodes by issuing the following commands on each node:
cd /opt/oracle/product/10.2.0/db_1/rdbms/lib
make -f ins_rdbms.mk ioracle
Configuring the Listener
This section describes the steps to configure the listener, which is required for remote client connection
to a database.
On one node only, perform the following steps:
1
Log in as
root
.
2
Ty p e
startx
to start the X Window System.
3
Open a terminal window and type:
xhost +
4
As user
oracle
, type
netca
to start the Net Configuration Assistant.
5
Select
Cluster Configuration
and click
Next
.
6
On the
TOPSNodes
window, click
Select All Nodes
and click
Next
.
7
On the
Welcome
window, select
Listener Configuration
and click
Next
.
8
On the
Listener Configuration, Listener
window, select
Add
and click
Next
.