SharePlex installation

Download Shareplex software SharePlex-7.6.1-b27-oracle100-aix-52-ppc-m64.tpm  from Quest.

GLSLAB1 >>> ulimit -aH
time(seconds)        unlimited
file(blocks)         unlimited
data(kbytes)         unlimited
stack(kbytes)        4194304
memory(kbytes)       unlimited
coredump(blocks)     unlimited
nofiles(descriptors) unlimited

Installation:
glsdb01:/apps/oracle/soft
GLSLAB1 >>> ./SharePlex-7.6.1-b27-oracle100-aix-52-ppc-m64.tpm  Unpacking ..................................................................
  ..........................................................................
  ..........................................................................
  ..........................................................................
  .................................................................
SharePlex for Oracle installation program:
    SharePlex Version: 7.6.1
    Supported Oracle Version: 10gR2
    Build platform: aix-52-ppc
    Target platform: aix-53-ppc
Please enter the product directory location? /app/software/shareplex
Please enter the variable data directory location? /data/oracle/splex/vardir
Please specify the SharePlex Admin group (select a number):
1. [oinstall]
2. dba
?  1
Please wait while the installer obtains Oracle information ........
Please specify the ORACLE_SID that corresponds to this installation (select a number):
1. [current => GLSLAB1]
2. REFRESH1
6. <Other ...>
1
Please enter the ORACLE_HOME directory that corresponds to this ORACLE_SID? [/u01/oracle/10.2.0/DB04]
Please enter the TCP/IP port number for SharePlex communications? [2100]
Preparing to install SharePlex for Oracle v. 7.6.1:
    User:                     oracle
    Admin Group:              oinstall
    Product Directory:        /splex/oracle/product/splex
    Variable Data Directory:  /data/oracle/splex/vardir
    ORACLE_SID:               GLSLAB1
    ORACLE_HOME:              /u01/oracle/10.2.0/DB04
Proceed with installation? [yes]
Installing ................................................................
  .........................................................................
  .........................................................................
  .........................................................................
  ..
Create Profile for Shareplex pr_splex and insert the following lines in .pr_splex profile

 cat .pr_splex
 export SP_SYS_HOST_NAME=glsdb01-vip
 export SP_COP_TPORT=2100
 export SP_COP_UPORT=2100
 export SP_SYS_VARDIR=/data/oracle/bkup1/splex/vardir
 #
 export SP_SW=/data/oracle/bkup1/splex/proddir
 export SP_BIN=${SP_SW}/bin
 #
 # -- For AIX Only
 # --

export EXTSHM=ON

cd $SP_BIN

To startup / shutdown / create configuration for shareplex:

Startup
$ cd /productdir/bin
$ ./sp_cop &
$ . /sp_ctrl

Create configuration
sp_ctrl(sysA)> create config od.config

Activate configurationsp_ctrl(sysA)> activate config od.config

Shutdown Shareplex
sp_ctrl > shutdown
splex_add_key script to start the SharePlex License Utility

List, Compare, show status

sp_ctrl(sysA)> list param all read
sp_ctrl > show compare
sp_ctrl > show compare detail
sp_ctrl > compare table from source to target
sp_ctrl > qstatus

1 comment: