LoginSignup
2
2

More than 5 years have passed since last update.

【自分用ログ】Oracle TimesTenをインストールしてみた

Posted at

前から気になっていた Oracle TimesTen をVMware上の仮想環境にインストールしてみた。
#手順ちょっと怪しいかもしれないが、今回は気にしないことにする


インストール手順

1. ユーザおよびディレクトリの作成

実行コマンド
# useradd timesten
# groupadd ttadmin
# usermod -g ttadmin timesten
# id timesten
# mkdir /etc/TimesTen
# touch /etc/TimesTen/instance_info
# chgrp -R ttadmin /etc/TimesTen
# chmod 770 /etc/TimesTen/
# chmod 660 /etc/TimesTen/*
実行結果
[root@localhost ~]# hostname;date
localhost.localdomain
2014  3  9 日曜日 00:17:50 JST
[root@localhost ~]#
[root@localhost ~]# mkdir /temp
[root@localhost ~]# cd /temp/
[root@localhost temp]# ll
合計 330856
-rw-r--r--. 1 root root 338790153  2 21 02:05 2014 timesten112260.linux8664.gz
[root@localhost temp]# useradd timesten
[root@localhost temp]# groupadd ttadmin
[root@localhost temp]# usermod -g ttadmin timesten
[root@localhost temp]# id timesten
uid=501(timesten) gid=502(ttadmin) 所属グループ=502(ttadmin)
[root@localhost temp]# mkdir /etc/TimesTen
[root@localhost temp]# touch /etc/TimesTen/instance_info
[root@localhost temp]# chgrp -R ttadmin /etc/TimesTen
[root@localhost temp]# chmod 770 /etc/TimesTen/
[root@localhost temp]# chmod 660 /etc/TimesTen/*
[root@localhost temp]#

  • 実行コマンドにはないが、インストールファイルの移送をユーザ作成前に実施済み

2. インストールファイルの配置

実行コマンド
# cd /temp/
# ll
# gunzip timesten112260.linux8664
# ll
# chown timesten:ttadmin timesten112260.linux8664
# ll
# chmod 744 timesten112260.linux8664
# tar xvf timesten112260.linux8664
実行結果
[root@localhost temp]# cd /temp/
[root@localhost temp]# ll
合計 330856
-rw-r--r--. 1 root root 338790153  2 21 02:05 2014 timesten112260.linux8664.gz
[root@localhost temp]#
[root@localhost temp]# gunzip timesten112260.linux8664
[root@localhost temp]# ll
合計 336792
-rw-r--r--. 1 root root 344872960  2 21 02:05 2014 timesten112260.linux8664
[root@localhost temp]# chown timesten:ttadmin timesten112260.linux8664
[root@localhost temp]# ll
合計 336792
-rw-r--r--. 1 timesten ttadmin 344872960  2 21 02:05 2014 timesten112260.linux8664
[root@localhost temp]#
[root@localhost temp]# chmod 777 ./timesten112260.linux8664
[root@localhost temp]# ll
合計 336792
-rwxrwxrwx. 1 timesten ttadmin 344872960  2 21 02:05 2014 timesten112260.linux8664
[root@localhost temp]#
[root@localhost temp]#
[root@localhost temp]# tar xvf timesten112260.linux8664
linux8664/
linux8664/uninst.sh
linux8664/install.pl
linux8664/README.html
linux8664/LINUX8664/
linux8664/LINUX8664/ttpatchinst
linux8664/LINUX8664/unzip
linux8664/LINUX8664/common.tar.bz2
linux8664/LINUX8664/ttclient.tar.bz2
linux8664/LINUX8664/perl
linux8664/LINUX8664/manifest
linux8664/LINUX8664/timesten.tar.bz2
linux8664/LINUX8664/bzip2
linux8664/LINUX8664/ttserver.tar.bz2
linux8664/3rdparty/
linux8664/3rdparty/ant-1.6.2-bin.tar.bz2
linux8664/3rdparty/jms-1_1-fr-apidocs.tar.bz2
linux8664/doc/
linux8664/doc/doc.zip
linux8664/setup.sh
[root@localhost temp]#
[root@localhost temp]# ll
合計 336796
drwxrwxrwx. 5 root         900      4096 11 22 12:26 2013 linux8664
-rwxrwxrwx. 1 timesten ttadmin 344872960  2 21 02:05 2014 timesten112260.linux8664
[root@localhost temp]#

3. インストール

  • 特にカスタマイズせずにインストールを行う
実行コマンド
\# su - timesten
\$ cd /temp/linux8664/
\$ ll
\$ ./setup.sh
実行結果
[root@localhost temp]# chown -R timesten:ttadmin linux8664/*
[root@localhost temp]#
[root@localhost temp]# cd linux8664/
[root@localhost linux8664]#
[root@localhost linux8664]#
[root@localhost linux8664]# ll
合計 428
drwxr-xr-x. 2 timesten ttadmin   4096 11 22 12:26 2013 3rdparty
drwxr-xr-x. 2 timesten ttadmin   4096 11 22 12:26 2013 LINUX8664
-rwxr--r--. 1 timesten ttadmin 128225 11 22 12:24 2013 README.html
drwxrwxrwx. 2 timesten ttadmin   4096 11 22 12:26 2013 doc
-rwxr-xr-x. 1 timesten ttadmin 248855 11 22 12:24 2013 install.pl
-rwxr-xr-x. 1 timesten ttadmin   5623 11 22 12:24 2013 setup.sh
-rwxr-xr-x. 1 timesten ttadmin  34886 11 22 12:24 2013 uninst.sh
[root@localhost linux8664]#
[root@localhost linux8664]#
[root@localhost linux8664]# su - timesten
[timesten@localhost ~]$ id
uid=501(timesten) gid=502(ttadmin) 所属グループ=502(ttadmin) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
[timesten@localhost ~]$
[timesten@localhost ~]$
[timesten@localhost ~]$ cd /temp/linux8664/
[timesten@localhost linux8664]$ ll
合計 428
drwxr-xr-x. 2 timesten ttadmin   4096 11 22 12:26 2013 3rdparty
drwxr-xr-x. 2 timesten ttadmin   4096 11 22 12:26 2013 LINUX8664
-rwxr--r--. 1 timesten ttadmin 128225 11 22 12:24 2013 README.html
drwxrwxrwx. 2 timesten ttadmin   4096 11 22 12:26 2013 doc
-rwxr-xr-x. 1 timesten ttadmin 248855 11 22 12:24 2013 install.pl
-rwxr-xr-x. 1 timesten ttadmin   5623 11 22 12:24 2013 setup.sh
-rwxr-xr-x. 1 timesten ttadmin  34886 11 22 12:24 2013 uninst.sh
[timesten@localhost linux8664]$
[timesten@localhost linux8664]$
[timesten@localhost linux8664]$ ./setup.sh

NOTE: Each TimesTen installation is identified by a unique instance name.
      The instance name must be a non-null alphanumeric string, not longer
      than 255 characters.

Please choose an instance name for this installation? [ tt1122 ]
Instance name will be 'tt1122'.
Is this correct? [ yes ]

Of the three components:

  [1] Client/Server and Data Manager
  [2] Data Manager Only
  [3] Client Only

Which would you like to install? [ 1 ]

Of the following options :

  [1] /home/timesten
  [2] /temp
  [3] Specify a location
  [q] Quit the installation

Where would you like to install the tt1122 instance of TimesTen? [ 1 ]
Where would you like to create the daemon home directory? [ /home/timesten/TimesTen/tt1122/info ]

The daemon logs will be located in /home/timesten/TimesTen/tt1122/info
Would you like to specify a different location for the daemon logs? [ no ]
Installing into /home/timesten/TimesTen/tt1122 ...
Uncompressing ...

NOTE: If you are configuring TimesTen for use with Oracle Clusterware, the daemon port number must be the same across all TimesTen installations managed within the same Oracle Clusterware cluster.

NOTE: All installations that replicate to each other must use the same daemon port number that is set at installation time. The daemon port number can be verified by running 'ttVersion'.

The default port number is 53396.

Do you want to use the default port number for the TimesTen daemon? [ yes ]
The daemon will run on the default port number (53396).

NOTE: For security, we recommend that you restrict access to the TimesTen installation to members of a single OS group. Only members of
 that OS group will be allowed to perform direct mode connections to TimesTen, and only members of that OS group will be allowed to perform
 operations that access TimesTen data stores, TimesTen files and
 shared memory. The OS group defaults to the primary group of the instance administrator. You can default to this group, choose another OS group or you can make this instance world-accessible. If you choose to make this instance world-accessible, all database files and shared memory are readable and writable by all users.

Restrict access to the the TimesTen installation to the group 'ttadmin'? [ yes ]

NOTE: Enabling PL/SQL will increase the size of some TimesTen libraries.

Would you like to enable PL/SQL for this instance? [ yes ] no

PL/SQL will not be enabled. It can be enabled later by running
/home/timesten/TimesTen/tt1122/bin/ttmodinstall.


In order to use the 'In-Memory Database Cache' feature in any databases
created within this installation, you must set a value for the TNS_ADMIN
environment variable. It can be left blank, and a value can be supplied later
using <install_dir>/bin/ttModInstall.

Please enter a value for TNS_ADMIN (s=skip)? [  ] s

Installing server components ...
What is the TCP/IP port number that you want the TimesTen Server to listen on? [ 53397 ]
Do you want to install QuickStart and the TimesTen Documentation? [ no ] yes
Where would you like to install the quickstart and doc directories (s=skip)? [ /home/timesten/TimesTen/tt1122 ]

The TimesTen Quickstart applications can take up to 64 Mbytes of disk space.
Depending on how your system is configured, you may not want to create the
QuickStart DemoDataStore directory in the default location,
/home/timesten/TimesTen/tt1122/info/DemoDataStore

Where would you like to create the DemoDataStore directory? [ /home/timesten/TimesTen/tt1122/info ]
Creating /home/timesten/TimesTen/tt1122/info/DemoDataStore ...

Installing client components ...

Would you like to use TimesTen Replication with Oracle Clusterware? [ no ]

NOTE: The TimesTen daemon startup/shutdown scripts have not been installed.

Run the 'setuproot' script : cd /home/timesten/TimesTen/tt1122/bin
        ./setuproot -install
This will move the TimesTen startup script into its appropriate location.

The startup script is currently located here :
  '/home/timesten/TimesTen/tt1122/startup/tt_tt1122'.

The Quickstart home page can be accessed here :
  '/home/timesten/TimesTen/tt1122/quickstart/index.html'

The 11.2.2.6 Release Notes are located here :
  '/home/timesten/TimesTen/tt1122/README.html'

Starting the daemon ...
TimesTen Daemon startup OK.
End of TimesTen installation.
[timesten@localhost linux8664]$
[timesten@localhost linux8664]$

4. インストール確認

実行結果
[timesten@localhost linux8664]$ cd
[timesten@localhost ~]$
[timesten@localhost ~]$
[timesten@localhost ~]$ ll
合計 4
drwxr-xr-x. 3 timesten ttadmin 4096  3  9 00:36 2014 TimesTen
[timesten@localhost ~]$
[timesten@localhost ~]$
[timesten@localhost ~]$ cd
.bash_logout   .bashrc        .mozilla/
.bash_profile  .gnome2/       TimesTen/
[timesten@localhost ~]$ cd TimesTen/
[timesten@localhost TimesTen]$
[timesten@localhost TimesTen]$
[timesten@localhost TimesTen]$ ll
合計 4
drwxrwx---. 20 timesten ttadmin 4096  3  9 01:02 2014 tt1122
[timesten@localhost TimesTen]$
[timesten@localhost TimesTen]$
[timesten@localhost TimesTen]$ cd tt1122/
[timesten@localhost tt1122]$
[timesten@localhost tt1122]$ ll
合計 212
drwxr-x---. 4 timesten ttadmin   4096  3  9 01:02 2014 3rdparty
drwxr-x---. 4 timesten ttadmin   4096  3  9 01:00 2014 PERL
-r--r-----. 1 timesten ttadmin 128225  3  9 01:02 2014 README.html
drwxr-x---. 3 timesten ttadmin   4096  3  9 01:00 2014 bin
drwxr-x---. 6 timesten ttadmin   4096  3  9 01:02 2014 doc
drwxr-x---. 3 timesten ttadmin   4096 11 22 12:24 2013 include
drwxr-x---. 4 timesten ttadmin   4096  3  9 01:02 2014 info
drwxr-x---. 2 timesten ttadmin   4096  3  9 01:00 2014 lib
drwxr-x---. 2 timesten ttadmin   4096 11 22 12:24 2013 mibs
drwxr-x---. 3 timesten ttadmin   4096 11 22 12:24 2013 network
drwxr-x---. 3 timesten ttadmin   4096 11 22 12:24 2013 nls
drwxr-x---. 3 timesten ttadmin   4096 11 22 12:24 2013 oraclescripts
drwxr-x---. 8 timesten ttadmin   4096 11 22 12:24 2013 plsql
drwxrwx---. 7 timesten ttadmin   4096  3  9 01:02 2014 quickstart
-r--r-----. 1 timesten ttadmin    322 11 22 12:24 2013 quickstart.html
drwxr-x---. 2 timesten ttadmin   4096  3  9 01:00 2014 startup
drwxr-x---. 2 timesten ttadmin   4096 11 22 12:24 2013 support
drwxr-x---. 5 timesten ttadmin   4096 11 22 12:24 2013 ttcacheadv
drwxrwx---. 5 timesten ttadmin   4096  3  9 01:00 2014 ttclasses
drwxr-x---. 3 timesten ttadmin   4096  3  9 01:00 2014 ttoracle_home
-r--r-----. 1 timesten ttadmin   7353  3  9 01:01 2014 welcome.html
[timesten@localhost tt1122]$
[timesten@localhost tt1122]$
[timesten@localhost tt1122]$ cd bin/
[timesten@localhost bin]$
[timesten@localhost bin]$ ll
合計 14252
-r--r-----. 1 timesten ttadmin   11863 11 22 12:24 2013 README.TXT
-r--r-----. 1 timesten ttadmin    9503 11 22 12:24 2013 envcfg
-rwx------. 1 timesten ttadmin    5623 11 22 12:24 2013 setup.sh
-rwxr-x---. 1 timesten ttadmin   12328  3  9 01:00 2014 setuproot
-rwx------. 1 timesten ttadmin  503779 11 22 12:24 2013 timestend
-rwx------. 1 timesten ttadmin 1594846 11 22 12:24 2013 timestenorad
-rwx------. 1 timesten ttadmin  801878 11 22 12:24 2013 timestenrepd
-rwx------. 1 timesten ttadmin  232794 11 22 12:24 2013 timestensubd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttAdmin -> ttThunk
-rwxr-x---. 1 timesten ttadmin   66553 11 22 12:24 2013 ttAdminCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttAdoptStores -> ttThunk
-rwxr-x---. 1 timesten ttadmin   81074 11 22 12:24 2013 ttAdoptStoresCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttBackup -> ttThunk
-rwxr-x---. 1 timesten ttadmin   59774 11 22 12:24 2013 ttBackupCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttBulkCp -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttBulkCpCS -> ttThunk
-rwxr-x---. 1 timesten ttadmin  506968 11 22 12:24 2013 ttBulkCpCSCmd
-rwxr-x---. 1 timesten ttadmin  506848 11 22 12:24 2013 ttBulkCpCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSAgent -> ttThunk
-rwxr-x---. 1 timesten ttadmin  117451 11 22 12:24 2013 ttCRSAgentCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSactiveservice -> ttThunk
-rwxr-x---. 1 timesten ttadmin   43308 11 22 12:24 2013 ttCRSactiveserviceCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSapp -> ttThunk
-rwxr-x---. 1 timesten ttadmin   55755 11 22 12:24 2013 ttCRSappCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSbackupservice -> ttThunk
-rwxr-x---. 1 timesten ttadmin   38604 11 22 12:24 2013 ttCRSbackupserviceCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSdaemon -> ttThunk
-rwxr-x---. 1 timesten ttadmin   35013 11 22 12:24 2013 ttCRSdaemonCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSmaster -> ttThunk
-rwxr-x---. 1 timesten ttadmin   74636 11 22 12:24 2013 ttCRSmasterCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSsubscriber -> ttThunk
-rwxr-x---. 1 timesten ttadmin   50569 11 22 12:24 2013 ttCRSsubscriberCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSsubservice -> ttThunk
-rwxr-x---. 1 timesten ttadmin   44364 11 22 12:24 2013 ttCRSsubserviceCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCWAdmin -> ttThunk
-rwxr-x---. 1 timesten ttadmin   76119 11 22 12:24 2013 ttCWAdminCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCacheAdvisor -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin      44  3  9 00:37 2014 ttCacheAdvisorCmd -> ../ttcacheadv/command_line/ttCacheAdvisorCmd
lrwxrwxrwx. 1 timesten ttadmin       9  3  9 01:00 2014 ttCapture -> ttcapture
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCheck -> ttThunk
-rwxr-x---. 1 timesten ttadmin   64440 11 22 12:24 2013 ttCheckCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttDaemonAdmin -> ttThunk
-rwxr-x---. 1 timesten ttadmin   47335 11 22 12:24 2013 ttDaemonAdminCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttDaemonLog -> ttThunk
-rwx------. 1 timesten ttadmin   57957 11 22 12:24 2013 ttDaemonLogCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttDestroy -> ttThunk
-rwxr-x---. 1 timesten ttadmin   31708 11 22 12:24 2013 ttDestroyCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttIsql -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttIsqlCS -> ttThunk
-rwxr-x---. 1 timesten ttadmin 1163481  3  9 01:00 2014 ttIsqlCSCmd
-rwxr-x---. 1 timesten ttadmin 1155141  3  9 01:00 2014 ttIsqlCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttMigrate -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttMigrateCS -> ttThunk
-rwxr-x---. 1 timesten ttadmin  903628 11 22 12:24 2013 ttMigrateCSCmd
-rwxr-x---. 1 timesten ttadmin  903101 11 22 12:24 2013 ttMigrateCmd
lrwxrwxrwx. 1 timesten ttadmin      12  3  9 01:00 2014 ttModInstall -> ttmodinstall
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttRepAdmin -> ttThunk
-rwxr-x---. 1 timesten ttadmin  172284 11 22 12:24 2013 ttRepAdminCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttRestore -> ttThunk
-rwxr-x---. 1 timesten ttadmin   60061 11 22 12:24 2013 ttRestoreCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttSchema -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttSchemaCS -> ttThunk
-rwxr-x---. 1 timesten ttadmin  429206 11 22 12:24 2013 ttSchemaCSCmd
-rwxr-x---. 1 timesten ttadmin  429090 11 22 12:24 2013 ttSchemaCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttSize -> ttThunk
-rwxr-x---. 1 timesten ttadmin  377278 11 22 12:24 2013 ttSizeCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttStats -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttStatsCS -> ttThunk
-rwxr-x---. 1 timesten ttadmin  119951 11 22 12:24 2013 ttStatsCSCmd
-rwxr-x---. 1 timesten ttadmin  119875 11 22 12:24 2013 ttStatsCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttStatus -> ttThunk
-rwxr-x---. 1 timesten ttadmin   38600 11 22 12:24 2013 ttStatusCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttSyslogCheck -> ttThunk
-rwxr-x---. 1 timesten ttadmin   96605 11 22 12:24 2013 ttSyslogCheckCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttTail -> ttThunk
-rwxr-x---. 1 timesten ttadmin  366066 11 22 12:24 2013 ttTailCmd
-rwxr-x---. 1 timesten ttadmin    4943  3  9 01:00 2014 ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttTraceMon -> ttThunk
-rwxr-x---. 1 timesten ttadmin  366148 11 22 12:24 2013 ttTraceMonCmd
lrwxrwxrwx. 1 timesten ttadmin       6  3  9 00:37 2014 ttUser -> ttuser
-rwxr-x---. 1 timesten ttadmin  100630  3  9 01:00 2014 ttVersion
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttXactAdmin -> ttThunk
-rwxr-x---. 1 timesten ttadmin  436518 11 22 12:24 2013 ttXactAdminCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttXactLog -> ttThunk
-rwxr-x---. 1 timesten ttadmin  122812 11 22 12:24 2013 ttXactLogCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttadmin -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttadoptstores -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttbackup -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttbulkcp -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttbulkcpcs -> ttThunk
drwxr-x---. 2 timesten ttadmin    4096 11 22 12:24 2013 ttcacheadv
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcacheadvisor -> ttThunk
-rwxr-x---. 1 timesten ttadmin   43206  3  9 01:00 2014 ttcapture
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcheck -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrsactiveservice -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrsagent -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrsapp -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrsbackupservice -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrsdaemon -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrsmaster -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrssubscriber -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrssubservice -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin      16  3  9 00:37 2014 ttcserver -> ttcserver_gcc346
-rwx------. 1 timesten ttadmin  829765  3  9 01:00 2014 ttcserver_gcc346
-rwx------. 1 timesten ttadmin  831794  3  9 01:00 2014 ttcserver_gcc410
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcwadmin -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttdaemonadmin -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttdaemonlog -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttdestroy -> ttThunk
-r--r-----. 1 timesten ttadmin     321  3  9 01:00 2014 ttenv.csh
-r--r-----. 1 timesten ttadmin     320  3  9 01:00 2014 ttenv.sh
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttisql -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttisqlcs -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttmigrate -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttmigratecs -> ttThunk
-rwx------. 1 timesten ttadmin   77126  3  9 01:00 2014 ttmodinstall
-rwx------. 1 timesten ttadmin  132512 11 22 12:24 2013 ttpatchinst
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttrepadmin -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttrestore -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttschema -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttschemacs -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttsize -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttstats -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttstatscs -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttstatus -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttsyslogcheck -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 tttail -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 tttracemon -> ttThunk
-rwxr-x---. 1 timesten ttadmin   28772 11 22 12:24 2013 ttuser
lrwxrwxrwx. 1 timesten ttadmin       9  3  9 00:37 2014 ttversion -> ttVersion
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttxactadmin -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttxactlog -> ttThunk
-rwx------. 1 timesten ttadmin   34886  3  9 01:02 2014 uninst.sh
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$ ./ttversion
TimesTen Release 11.2.2.6.0 (64 bit Linux/x86_64) (tt1122:53396) 2013-11-21T02:09:30Z
  Instance admin: timesten
  Instance home directory: /home/timesten/TimesTen/tt1122
  Group owner: ttadmin
  Daemon home directory: /home/timesten/TimesTen/tt1122/info
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$ ./ttstatus
TimesTen status report as of Sun Mar  9 01:03:30 2014

Daemon pid 6810 port 53396 instance tt1122
TimesTen server pid 6819 started on port 53397
------------------------------------------------------------------------
Accessible by group ttadmin
End of report
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$ ps -ef | grep Times
timesten  6810     1  0 01:02 ?        00:00:00 /home/timesten/TimesTen/tt1122/bin/timestend -initfd 13
timesten  6814  6810  0 01:02 ?        00:00:00 /home/timesten/TimesTen/tt1122/bin/timestensubd -verbose -userlog tterrors.log -supportlog ttmesg.log                                                                                   -id 1000000 -facility user
timesten  6815  6810  0 01:02 ?        00:00:00 /home/timesten/TimesTen/tt1122/bin/timestensubd -verbose -userlog tterrors.log -supportlog ttmesg.log                                                                                   -id 1000001 -facility user
timesten  6816  6810  0 01:02 ?        00:00:00 /home/timesten/TimesTen/tt1122/bin/timestensubd -verbose -userlog tterrors.log -supportlog ttmesg.log                                                                                   -id 1000002 -facility user
timesten  6817  6810  0 01:02 ?        00:00:00 /home/timesten/TimesTen/tt1122/bin/timestensubd -verbose -userlog tterrors.log -supportlog ttmesg.log                                                                                   -id 1000003 -facility user
timesten  6819  6810  0 01:02 ?        00:00:00 /home/timesten/TimesTen/tt1122/bin/ttcserver -verbose -userlog tterrors.log -supportlog ttmesg.log -id                                                                                   1000004 -p 53397 -facility user -group ttadmin
timesten  6867  2665  0 01:03 pts/1    00:00:00 grep Times
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$ ./ttadmin -stop
ttAdmin: unknown option '-stop'
For a list of options, run "ttAdmin -help".
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$ ./ttAdmin -stop
ttAdmin: unknown option '-stop'
For a list of options, run "ttAdmin -help".
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$ ./ttAdmin
ttAdmin: No DSN or connection string given.
For a list of options, run "ttAdmin -help".
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$ ./ttAdmin -help
Usage:
  ttAdmin [-h | -help | -?]
  ttAdmin [-V | -version]
  ttAdmin [-ramPolicy always | manual | inUse [-ramGrace <secs>]]
          [-autoreload | -noautoreload]
          [-ramLoad | -ramUnload |-ramLoad -force]
          [-repPolicy always | manual | norestart]
          [-repStart | -repStop]
          [-repQueryThresholdSet <seconds>]
          [-repQueryThresholdGet]
          [
            [-cacheUidGet] |
            [-cacheUidPwdSet -cacheUid <uid> [-cachePwd <pwd>]] |
            [-cachePolicy always | manual | norestart] |
            [-cacheStart] |
            [-cacheStop [-stopTimeout <secs>]]
          ]
          [-query]
          {<DSN> | [-connstr] <connStr>}

options:
  -h | -help | -?     Prints this message and exits.
  -V | -version       Prints the release number and exits.
  -ramPolicy          Defines the policy used to determine when the data
                      store is loaded into system RAM.
  -ramGrace <secs>    Valid only when ramPolicy is 'inUse'.  If non-zero,
                      the data store is kept in RAM for <secs> additional
                      seconds prior to being unloaded after the last
                      application disconnects from the data store.
  -ramLoad            Causes the data store to be loaded into RAM. Valid only
                      when ramPolicy is set to 'manual'.
  -ramUnload          Causes the data store to be unloaded from RAM. Valid
                      only when ramPolicy is set to 'manual'.
  -autoreload         Database will be reloaded after invalidation.
                      This is the default.
  -noautoreload       Database will be not be automatically reloaded
                      after an invalidation.

  -repPolicy          Defines the policy used to determine when the
                      replication agent for the data store should run.
  -repStart           Starts the replication agent for the data store.
  -repStop            Stops the replication agent for the data store.

  -repQueryThresholdSet <seconds> Defines the Replication SQL Query
                       Threshold in seconds. A warning message is written
                       into the Daemon Log when a SQL Query execution time
                       exceeds the time specified here.
  -repQueryThresholdGet Get the current value of the Replication Query
                         Threshold in seconds
  -cacheUidGet        Get the current cache admin user id that the Oracle
                      Agent and Asynchronous Writethrough cache groups
                      use.
  -cacheUidPwdSet     Sets the cache admin user id and password that the Oracle
                      Agent and Asynchronous Writethrough cache groups
                      will use.
  -cacheUid <uid>     The cache admin user id to use with -cacheUidPwdSet
                      option.
  -cachePwd <pwd>     The cache admin password to use with -cacheUidPwdSet
                      option.

  -cachePolicy        Defines the policy used to determine when the cache
                      agent for the data store should run.
  -cacheStart         Starts the Cache agent for the data store.
  -cacheStop          Stops the Cache agent for the data store.
  -stopTimeout <secs> The TimesTen daemon waits for <secs> seconds for the
                      Cache agent to shutdown.  If it does not shutdown
                      within that time, the daemon kills the Cache agent.

  -query              Displays a summary of the policy settings for the named
                      data store.
  <DSN>, <connStr>    The DSN or ODBC connection string of the data store to
                      be operated upon.

Valid values for -ramPolicy:
  always     The data store should remain in system RAM all the time.
  manual     The data store is loaded in system RAM manually by the user
             (via the -ramLoad option).
  inUse      The data store is loaded in system RAM when in use (i.e., when
             applications are connected).  This is the default.  The -ramGrace
             option may be used to modify the behavior of this policy.

Valid values for -repPolicy:
  always     The agent for the data store should always be running.
  manual     The agent is manually started and stopped, but automatically
             restarted on failures (e.g., data store invalidations).  This
             is the default behavior.
  norestart  The agent is manually started and stopped, and not restarted
             on failures (e.g., data store invalidations).

Valid values for -cachePolicy:
  always     The Cache agent for the data store should always be running.
  manual     The Cache agent is manually started and stopped, but automati-
             cally restarted on failures (e.g., data store invalidations).
             This is the default behavior.
  norestart  The agent is manually started and stopped, and not restarted
             on failures (e.g., data store invalidations).
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$ ll
合計 14252
-r--r-----. 1 timesten ttadmin   11863 11 22 12:24 2013 README.TXT
-r--r-----. 1 timesten ttadmin    9503 11 22 12:24 2013 envcfg
-rwx------. 1 timesten ttadmin    5623 11 22 12:24 2013 setup.sh
-rwxr-x---. 1 timesten ttadmin   12328  3  9 01:00 2014 setuproot
-rwx------. 1 timesten ttadmin  503779 11 22 12:24 2013 timestend
-rwx------. 1 timesten ttadmin 1594846 11 22 12:24 2013 timestenorad
-rwx------. 1 timesten ttadmin  801878 11 22 12:24 2013 timestenrepd
-rwx------. 1 timesten ttadmin  232794 11 22 12:24 2013 timestensubd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttAdmin -> ttThunk
-rwxr-x---. 1 timesten ttadmin   66553 11 22 12:24 2013 ttAdminCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttAdoptStores -> ttThunk
-rwxr-x---. 1 timesten ttadmin   81074 11 22 12:24 2013 ttAdoptStoresCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttBackup -> ttThunk
-rwxr-x---. 1 timesten ttadmin   59774 11 22 12:24 2013 ttBackupCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttBulkCp -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttBulkCpCS -> ttThunk
-rwxr-x---. 1 timesten ttadmin  506968 11 22 12:24 2013 ttBulkCpCSCmd
-rwxr-x---. 1 timesten ttadmin  506848 11 22 12:24 2013 ttBulkCpCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSAgent -> ttThunk
-rwxr-x---. 1 timesten ttadmin  117451 11 22 12:24 2013 ttCRSAgentCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSactiveservice -> ttThunk
-rwxr-x---. 1 timesten ttadmin   43308 11 22 12:24 2013 ttCRSactiveserviceCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSapp -> ttThunk
-rwxr-x---. 1 timesten ttadmin   55755 11 22 12:24 2013 ttCRSappCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSbackupservice -> ttThunk
-rwxr-x---. 1 timesten ttadmin   38604 11 22 12:24 2013 ttCRSbackupserviceCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSdaemon -> ttThunk
-rwxr-x---. 1 timesten ttadmin   35013 11 22 12:24 2013 ttCRSdaemonCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSmaster -> ttThunk
-rwxr-x---. 1 timesten ttadmin   74636 11 22 12:24 2013 ttCRSmasterCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSsubscriber -> ttThunk
-rwxr-x---. 1 timesten ttadmin   50569 11 22 12:24 2013 ttCRSsubscriberCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSsubservice -> ttThunk
-rwxr-x---. 1 timesten ttadmin   44364 11 22 12:24 2013 ttCRSsubserviceCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCWAdmin -> ttThunk
-rwxr-x---. 1 timesten ttadmin   76119 11 22 12:24 2013 ttCWAdminCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCacheAdvisor -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin      44  3  9 00:37 2014 ttCacheAdvisorCmd -> ../ttcacheadv/command_line/ttCacheAdvisorCmd
lrwxrwxrwx. 1 timesten ttadmin       9  3  9 01:00 2014 ttCapture -> ttcapture
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCheck -> ttThunk
-rwxr-x---. 1 timesten ttadmin   64440 11 22 12:24 2013 ttCheckCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttDaemonAdmin -> ttThunk
-rwxr-x---. 1 timesten ttadmin   47335 11 22 12:24 2013 ttDaemonAdminCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttDaemonLog -> ttThunk
-rwx------. 1 timesten ttadmin   57957 11 22 12:24 2013 ttDaemonLogCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttDestroy -> ttThunk
-rwxr-x---. 1 timesten ttadmin   31708 11 22 12:24 2013 ttDestroyCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttIsql -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttIsqlCS -> ttThunk
-rwxr-x---. 1 timesten ttadmin 1163481  3  9 01:00 2014 ttIsqlCSCmd
-rwxr-x---. 1 timesten ttadmin 1155141  3  9 01:00 2014 ttIsqlCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttMigrate -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttMigrateCS -> ttThunk
-rwxr-x---. 1 timesten ttadmin  903628 11 22 12:24 2013 ttMigrateCSCmd
-rwxr-x---. 1 timesten ttadmin  903101 11 22 12:24 2013 ttMigrateCmd
lrwxrwxrwx. 1 timesten ttadmin      12  3  9 01:00 2014 ttModInstall -> ttmodinstall
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttRepAdmin -> ttThunk
-rwxr-x---. 1 timesten ttadmin  172284 11 22 12:24 2013 ttRepAdminCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttRestore -> ttThunk
-rwxr-x---. 1 timesten ttadmin   60061 11 22 12:24 2013 ttRestoreCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttSchema -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttSchemaCS -> ttThunk
-rwxr-x---. 1 timesten ttadmin  429206 11 22 12:24 2013 ttSchemaCSCmd
-rwxr-x---. 1 timesten ttadmin  429090 11 22 12:24 2013 ttSchemaCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttSize -> ttThunk
-rwxr-x---. 1 timesten ttadmin  377278 11 22 12:24 2013 ttSizeCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttStats -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttStatsCS -> ttThunk
-rwxr-x---. 1 timesten ttadmin  119951 11 22 12:24 2013 ttStatsCSCmd
-rwxr-x---. 1 timesten ttadmin  119875 11 22 12:24 2013 ttStatsCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttStatus -> ttThunk
-rwxr-x---. 1 timesten ttadmin   38600 11 22 12:24 2013 ttStatusCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttSyslogCheck -> ttThunk
-rwxr-x---. 1 timesten ttadmin   96605 11 22 12:24 2013 ttSyslogCheckCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttTail -> ttThunk
-rwxr-x---. 1 timesten ttadmin  366066 11 22 12:24 2013 ttTailCmd
-rwxr-x---. 1 timesten ttadmin    4943  3  9 01:00 2014 ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttTraceMon -> ttThunk
-rwxr-x---. 1 timesten ttadmin  366148 11 22 12:24 2013 ttTraceMonCmd
lrwxrwxrwx. 1 timesten ttadmin       6  3  9 00:37 2014 ttUser -> ttuser
-rwxr-x---. 1 timesten ttadmin  100630  3  9 01:00 2014 ttVersion
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttXactAdmin -> ttThunk
-rwxr-x---. 1 timesten ttadmin  436518 11 22 12:24 2013 ttXactAdminCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttXactLog -> ttThunk
-rwxr-x---. 1 timesten ttadmin  122812 11 22 12:24 2013 ttXactLogCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttadmin -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttadoptstores -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttbackup -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttbulkcp -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttbulkcpcs -> ttThunk
drwxr-x---. 2 timesten ttadmin    4096 11 22 12:24 2013 ttcacheadv
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcacheadvisor -> ttThunk
-rwxr-x---. 1 timesten ttadmin   43206  3  9 01:00 2014 ttcapture
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcheck -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrsactiveservice -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrsagent -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrsapp -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrsbackupservice -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrsdaemon -> Thunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrsmaster -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrssubscriber -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrssubservice -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin      16  3  9 00:37 2014 ttcserver -> ttcserver_gcc346
-rwx------. 1 timesten ttadmin  829765  3  9 01:00 2014 ttcserver_gcc346
-rwx------. 1 timesten ttadmin  831794  3  9 01:00 2014 ttcserver_gcc410
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcwadmin -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttdaemonadmin ->ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttdaemonlog -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttdestroy -> ttThunk
-r--r-----. 1 timesten ttadmin     321  3  9 01:00 2014 ttenv.csh
-r--r-----. 1 timesten ttadmin     320  3  9 01:00 2014 ttenv.sh
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttisql -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttisqlcs -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttmigrate -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttmigratecs -> ttThunk
-rwx------. 1 timesten ttadmin   77126  3  9 01:00 2014 ttmodinstall
-rwx------. 1 timesten ttadmin  132512 11 22 12:24 2013 ttpatchinst
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttrepadmin -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttrestore -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttschema -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttschemacs -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttsize -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttstats -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttstatscs -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttstatus -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttsyslogcheck ->ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 tttail -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 tttracemon -> ttThunk
-rwxr-x---. 1 timesten ttadmin   28772 11 22 12:24 2013 ttuser
lrwxrwxrwx. 1 timesten ttadmin       9  3  9 00:37 2014 ttversion -> ttVersion
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttxactadmin -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttxactlog -> ttThunk
-rwx------. 1 timesten ttadmin   34886  3  9 01:02 2014 uninst.sh
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$ ll
合計 14252
-r--r-----. 1 timesten ttadmin   11863 11 22 12:24 2013 README.TXT
-r--r-----. 1 timesten ttadmin    9503 11 22 12:24 2013 envcfg
-rwx------. 1 timesten ttadmin    5623 11 22 12:24 2013 setup.sh
-rwxr-x---. 1 timesten ttadmin   12328  3  9 01:00 2014 setuproot
-rwx------. 1 timesten ttadmin  503779 11 22 12:24 2013 timestend
-rwx------. 1 timesten ttadmin 1594846 11 22 12:24 2013 timestenorad
-rwx------. 1 timesten ttadmin  801878 11 22 12:24 2013 timestenrepd
-rwx------. 1 timesten ttadmin  232794 11 22 12:24 2013 timestensubd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttAdmin -> ttThunk
-rwxr-x---. 1 timesten ttadmin   66553 11 22 12:24 2013 ttAdminCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttAdoptStores -> ttThunk
-rwxr-x---. 1 timesten ttadmin   81074 11 22 12:24 2013 ttAdoptStoresCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttBackup -> ttThunk
-rwxr-x---. 1 timesten ttadmin   59774 11 22 12:24 2013 ttBackupCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttBulkCp -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttBulkCpCS -> ttThunk
-rwxr-x---. 1 timesten ttadmin  506968 11 22 12:24 2013 ttBulkCpCSCmd
-rwxr-x---. 1 timesten ttadmin  506848 11 22 12:24 2013 ttBulkCpCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSAgent -> ttThunk
-rwxr-x---. 1 timesten ttadmin  117451 11 22 12:24 2013 ttCRSAgentCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSactiveservice -> ttThunk
-rwxr-x---. 1 timesten ttadmin   43308 11 22 12:24 2013 ttCRSactiveserviceCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSapp -> ttThunk
-rwxr-x---. 1 timesten ttadmin   55755 11 22 12:24 2013 ttCRSappCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSbackupservice -> ttThunk
-rwxr-x---. 1 timesten ttadmin   38604 11 22 12:24 2013 ttCRSbackupserviceCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSdaemon -> ttThunk
-rwxr-x---. 1 timesten ttadmin   35013 11 22 12:24 2013 ttCRSdaemonCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSmaster -> ttThunk
-rwxr-x---. 1 timesten ttadmin   74636 11 22 12:24 2013 ttCRSmasterCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSsubscriber -> ttThunk
-rwxr-x---. 1 timesten ttadmin   50569 11 22 12:24 2013 ttCRSsubscriberCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCRSsubservice -> ttThunk
-rwxr-x---. 1 timesten ttadmin   44364 11 22 12:24 2013 ttCRSsubserviceCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCWAdmin -> ttThunk
-rwxr-x---. 1 timesten ttadmin   76119 11 22 12:24 2013 ttCWAdminCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCacheAdvisor -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin      44  3  9 00:37 2014 ttCacheAdvisorCmd -> ../ttcacheadv/command_line/ttCacheAdvisorCmd
lrwxrwxrwx. 1 timesten ttadmin       9  3  9 01:00 2014 ttCapture -> ttcapture
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttCheck -> ttThunk
-rwxr-x---. 1 timesten ttadmin   64440 11 22 12:24 2013 ttCheckCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttDaemonAdmin -> ttThunk
-rwxr-x---. 1 timesten ttadmin   47335 11 22 12:24 2013 ttDaemonAdminCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttDaemonLog -> ttThunk
-rwx------. 1 timesten ttadmin   57957 11 22 12:24 2013 ttDaemonLogCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttDestroy -> ttThunk
-rwxr-x---. 1 timesten ttadmin   31708 11 22 12:24 2013 ttDestroyCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttIsql -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttIsqlCS -> ttThunk
-rwxr-x---. 1 timesten ttadmin 1163481  3  9 01:00 2014 ttIsqlCSCmd
-rwxr-x---. 1 timesten ttadmin 1155141  3  9 01:00 2014 ttIsqlCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttMigrate -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttMigrateCS -> ttThunk
-rwxr-x---. 1 timesten ttadmin  903628 11 22 12:24 2013 ttMigrateCSCmd
-rwxr-x---. 1 timesten ttadmin  903101 11 22 12:24 2013 ttMigrateCmd
lrwxrwxrwx. 1 timesten ttadmin      12  3  9 01:00 2014 ttModInstall -> ttmodinstall
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttRepAdmin -> ttThunk
-rwxr-x---. 1 timesten ttadmin  172284 11 22 12:24 2013 ttRepAdminCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttRestore -> ttThunk
-rwxr-x---. 1 timesten ttadmin   60061 11 22 12:24 2013 ttRestoreCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttSchema -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttSchemaCS -> ttThunk
-rwxr-x---. 1 timesten ttadmin  429206 11 22 12:24 2013 ttSchemaCSCmd
-rwxr-x---. 1 timesten ttadmin  429090 11 22 12:24 2013 ttSchemaCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttSize -> ttThunk
-rwxr-x---. 1 timesten ttadmin  377278 11 22 12:24 2013 ttSizeCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttStats -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttStatsCS -> ttThunk
-rwxr-x---. 1 timesten ttadmin  119951 11 22 12:24 2013 ttStatsCSCmd
-rwxr-x---. 1 timesten ttadmin  119875 11 22 12:24 2013 ttStatsCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttStatus -> ttThunk
-rwxr-x---. 1 timesten ttadmin   38600 11 22 12:24 2013 ttStatusCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttSyslogCheck -> ttThunk
-rwxr-x---. 1 timesten ttadmin   96605 11 22 12:24 2013 ttSyslogCheckCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttTail -> ttThunk
-rwxr-x---. 1 timesten ttadmin  366066 11 22 12:24 2013 ttTailCmd
-rwxr-x---. 1 timesten ttadmin    4943  3  9 01:00 2014 ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttTraceMon -> ttThunk
-rwxr-x---. 1 timesten ttadmin  366148 11 22 12:24 2013 ttTraceMonCmd
lrwxrwxrwx. 1 timesten ttadmin       6  3  9 00:37 2014 ttUser -> ttuser
-rwxr-x---. 1 timesten ttadmin  100630  3  9 01:00 2014 ttVersion
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttXactAdmin -> ttThunk
-rwxr-x---. 1 timesten ttadmin  436518 11 22 12:24 2013 ttXactAdminCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttXactLog -> ttThunk
-rwxr-x---. 1 timesten ttadmin  122812 11 22 12:24 2013 ttXactLogCmd
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttadmin -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttadoptstores -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttbackup -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttbulkcp -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttbulkcpcs -> ttThunk
drwxr-x---. 2 timesten ttadmin    4096 11 22 12:24 2013 ttcacheadv
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcacheadvisor -> ttThunk
-rwxr-x---. 1 timesten ttadmin   43206  3  9 01:00 2014 ttcapture
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcheck -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrsactiveservice -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrsagent -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrsapp -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrsbackupservice -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrsdaemon -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrsmaster -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrssubscriber -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcrssubservice -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin      16  3  9 00:37 2014 ttcserver -> ttcserver_gcc346
-rwx------. 1 timesten ttadmin  829765  3  9 01:00 2014 ttcserver_gcc346
-rwx------. 1 timesten ttadmin  831794  3  9 01:00 2014 ttcserver_gcc410
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttcwadmin -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttdaemonadmin -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttdaemonlog -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttdestroy -> ttThunk
-r--r-----. 1 timesten ttadmin     321  3  9 01:00 2014 ttenv.csh
-r--r-----. 1 timesten ttadmin     320  3  9 01:00 2014 ttenv.sh
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttisql -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttisqlcs -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttmigrate -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttmigratecs -> ttThunk
-rwx------. 1 timesten ttadmin   77126  3  9 01:00 2014 ttmodinstall
-rwx------. 1 timesten ttadmin  132512 11 22 12:24 2013 ttpatchinst
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttrepadmin -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttrestore -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttschema -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttschemacs -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttsize -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttstats -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttstatscs -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttstatus -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttsyslogcheck -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 tttail -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 tttracemon -> ttThunk
-rwxr-x---. 1 timesten ttadmin   28772 11 22 12:24 2013 ttuser
lrwxrwxrwx. 1 timesten ttadmin       9  3  9 00:37 2014 ttversion -> ttVersion
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttxactadmin -> ttThunk
lrwxrwxrwx. 1 timesten ttadmin       7  3  9 00:37 2014 ttxactlog -> ttThunk
-rwx------. 1 timesten ttadmin   34886  3  9 01:02 2014 uninst.sh
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$ ./ttDaemonAdmin -stop
TimesTen Daemon stopped.
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$
[timesten@localhost bin]$ logout
[root@localhost linux8664]#
[root@localhost linux8664]#
[root@localhost linux8664]#
[root@localhost linux8664]#
[root@localhost linux8664]#

★インストールできたので、いろいろ操作したログを次回はのせる

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2