Tuesday, July 17, 2018

Oracle XAG Installation

XAG Installation
=================
This must be run on both nodes.
Create /u00/oracle/grid/product/xag directory on all servers in the cluster with owner oragrid:oinstall and permissions 750.
Copy the zip file to /u00/oracle/grid/xag/product/xag and unzip it. <-- can be downloaded from link in Notes
Create directory /u00/oracle/grid/product/xag/XAG_7
Run the install script:
cd /u00/oracle/grid/product/xag/xag
./xagsetup.sh --install --directory /u00/oracle/grid/product/xag/XAG_7
Modify permissions of ACFS resource to allow the GG Account to mount and unmount it.
<GRID_HOME>/bin/srvctl modify filesystem -d /dev/asm/<file system name> -u <os_user_name>

be in oragrid or ASM owner user


cd /u00/oracle/grid/product/xag/xag

./xagsetup.sh --install --directory /u00/oracle/grid/product/xag/XAG_7

<GRID_HOME>/bin/srvctl modify filesystem -d /dev/asm/testing5d1ggs-119 -u testing5d1g



Notes : 

Link from where you can download xag gzip file
http://www.oracle.com/technetwork/database/database-technologies/clusterware/downloads/xag-agents-downloads-3636484.html
You can use directory structure as per your requirement
os_user_name must be the user which you want to be owner of GG filesystem

No comments:

Post a Comment