caboのIT系Tipsの情報まとめ

インフラエンジニアなのでそれに関連したIT関連の記事や技術情報をメインに扱います。また、趣味のアウトドアや写真(主に風景)が好きなのでそちらもネタがあれば載せようと思います。

Shareplex9.2のインストレーション

特に癖はないですがこんな感じの設定で動きます。

 

デフォルトの環境変数でもですが、以下の通りです。

# cat $HOME/.bash_profile

 

## ORACLE接続系の環境変数

export PATH
export LANG=C
export NLS_LANG=American_Japan.US7ASCII
export ORACLE_BASE=/opt/oracle/app/oracle
export ORACLE_HOME=/opt/oracle/app/oracle/product/11.2.0/dbhome_2
export ORACLE_SID=orasp11
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
export PATH=$PATH:$HOME/.local/bin:$HOME/bin:$ORACLE_HOME/bin

 

#SPの環境変数
export SP_SYS_HOST_NAME=sp1111
export SP_SYS_PRODDIR=/opt/splex/proddir
export SP_SYS_VARDIR=/opt/splex/vardir11000
export SP_BIN=$SP_SYS_PRODDIR/bin
export SP_LOG=$SP_SYS_VARDIR/log
export SP_OSY_PORT=11001
export SP_COP_TPORT=11000
export SP_COP_UPORT=11000
export PATH=$PATH:$SP_BIN:.

 

 

  • インストレーション

どうも8.xとは入力内容が変わっているよう。ライセンス登録が必要。

[telnet]

# ./SPX-9.2.0-b42-oracle110-rh-40-amd64-m64.tpm

 

#CONSOLE=/dev/console

SharePlex installation program:
SharePlex Version: 9.2.0
Build platform: rh-40-amd64
Target platform: rh-40-amd64

Please enter the name of the user that will be the SharePlex Admin? [splex]<改行>
Please enter the product directory location? /opt/splex/proddir
Please enter the variable data directory location? /opt/splex/vardir11000
Please specify the SharePlex Admin group (select a number):
1. [oinstall]
2. spadmin
3. asmdba
4. dba
5. <Other ...>
? 1
Create new SharePlex Operator group "spopr"? [yes]<改行>
Successfully created new SharePlex Operator group "spopr"
Create new SharePlex View group "spview"? [yes]<改行>
Successfully created new SharePlex View group "spview"
Please enter the TCP/IP port number for SharePlex communications? [2100] 11000

Preparing to install SharePlex v.9.2.0:
User: splex
Admin Group: oinstall
Product Directory: /opt/splex/proddir
Variable Data Directory: /opt/splex/vardir11000

Proceed with installation? [yes]<改行>
Installing 
.............................
Setting file ownerships ...................................................
.........................................................................

..........................................
Setting file permissions ..................................................

...........................................
Do you have a valid SharePlex v. 9.2.0 license? [yes] no

NOTE: You may add a license key(s) at any time by executing utility
/opt/splex/proddir/install/splex_add_key

SharePlex v.9.2.0 installation successful.