TimesTen修改CacheGroup管理使用者在ORACLE端及TT端密碼
密碼管理一直是運維中安全管理的一部分,CacheGroup管理使用者密碼的修改雖然不復雜,但是對於生產來說,修改不完善比較容易引發故障。這裡介紹一下CacheGroup管理使用者密碼的修改,便於入門的兄弟學習。
1、在主備節點修改sys.odbc.ini配置檔案
$ cd $TT_HOME/info
$ vi sys.odbc.ini
[$DSN]
OracleNetServiceName=ORA11G
OraclePWD=cgpasswd ##此處即修改後的密碼
2、停掉主備節點CacheAgent和Replication
主節點:
$ ttadmin -cachestop $DSN
$ ttadmin -repstop $DSN
或
ttisql -connstr -v 1 -e "call ttcachestop;bye;"
ttisql -connstr -v 1 -e "call ttcachestop;bye;"
備節點:
$ ttadmin -cachestop $DSN
$ ttadmin -repstop $DSN
或
ttisql -connstr -v 1 -e "call ttcachestop;bye;"
ttisql -connstr -v 1 -e "call ttcachestop;bye;"
3、在TT庫主備節點同步修改Cache Group管理使用者密碼:
主節點:
ttisql -connstr -v 1 -e "call ttcacheuidpwdset('cgadmin','cgpasswd');bye;"
備節點:
ttisql -connstr -v 1 -e "call ttcacheuidpwdset('cgadmin','cgpasswd');bye;"
4、開啟CacheAgent和Replication程式:
主節點:
$ ttadmin -cachestart $DSN
$ ttadmin -repstart $DSN
或
ttisql -cachestart -v 1 -e "call ttcachestart;bye;"
ttisql -repstart -v 1 -e "call ttcachestart;bye;"
備節點:
$ ttadmin -cachestop $DSN
$ ttadmin -repstop $DSN
或
ttisql -connstr -v 1 -e "call ttcachestart;bye;"
ttisql -connstr -v 1 -e "call ttrepstart;bye;"
5、再一次在主備節點重啟CacheAgent程式:
主節點:
$ ttadmin -cachestart $DSN
$ ttadmin -repstart $DSN
或
ttisql -cachestart -v 1 -e "call ttcachestart;bye;"
ttisql -repstart -v 1 -e "call ttcachestart;bye;"
備節點:
$ ttadmin -cachestop $DSN
$ ttadmin -repstop $DSN
或
ttisql -connstr -v 1 -e "call ttcachestart;bye;"
ttisql -connstr -v 1 -e "call ttrepstart;bye;"
6、重啟Cache Group成功後,分別在主備節點執行ttstatus命令檢查Cache Group和Replication程式執行狀態。
$ttstatus
--檢查主備複製及Cache Group重新整理狀態:
ttisql -connstr -v 1 -e "call ttbookmark;bye;"
ttisql -connstr -v 1 -e "select 'PERM' type,
to_char(round(perm_allocated_size/1024)),
to_char(round(perm_in_use_size/1024)),
to_char(round(perm_in_use_high_water/1024)),
to_char(round(perm_in_use_size*100/perm_allocated_size,2))
from sys.monitor
union all
select 'TEMP' type,
to_char(round(temp_allocated_size/1024)),
to_char(round(temp_in_use_size/1024)),
to_char(round(temp_in_use_high_water/1024)),
to_char(round(temp_in_use_size*100/temp_allocated_size,2))
from sys.monitor;
call ttBlockInfo;bye;"
7、修改TT端Cache Group管理使用者口令操作標準流程
登陸主節點,修改Cache Group管理使用者口令:
主節點:
$ ttisql $DSN
Command> alter user cgadmin identified by "cgpasswd";
User altered.
The command succeeded.
8、在主節點修改成功後,登陸備節點驗證口令:
$ttisql "dsn=$DSN;uid=cgadmin;pwd=Szng!123"
Copyright (c) 1996-2011, Oracle. All rights reserved.
Type ? or "help" for help, type "exit" to quit ttIsql.
connect "dsn=cbe;uid=TTCBE;pwd=Szng!123";
Command>
至此,主備密碼同步,修改密碼成功。
注意事項
9、檢查主備同步
透過ttisql -connstr -v 1 -e "call ttbookmark;bye;" 命令檢查主備同步情況。
檢查tterrors.log日誌資訊
檢查cachegroup重新整理狀態
=============End=================================================================
1、在主備節點修改sys.odbc.ini配置檔案
$ cd $TT_HOME/info
$ vi sys.odbc.ini
[$DSN]
OracleNetServiceName=ORA11G
OraclePWD=cgpasswd ##此處即修改後的密碼
2、停掉主備節點CacheAgent和Replication
主節點:
$ ttadmin -cachestop $DSN
$ ttadmin -repstop $DSN
或
ttisql -connstr
ttisql -connstr
備節點:
$ ttadmin -cachestop $DSN
$ ttadmin -repstop $DSN
或
ttisql -connstr
ttisql -connstr
3、在TT庫主備節點同步修改Cache Group管理使用者密碼:
主節點:
ttisql -connstr
備節點:
ttisql -connstr
4、開啟CacheAgent和Replication程式:
主節點:
$ ttadmin -cachestart $DSN
$ ttadmin -repstart $DSN
或
ttisql -cachestart
ttisql -repstart
備節點:
$ ttadmin -cachestop $DSN
$ ttadmin -repstop $DSN
或
ttisql -connstr
ttisql -connstr
5、再一次在主備節點重啟CacheAgent程式:
主節點:
$ ttadmin -cachestart $DSN
$ ttadmin -repstart $DSN
或
ttisql -cachestart
ttisql -repstart
備節點:
$ ttadmin -cachestop $DSN
$ ttadmin -repstop $DSN
或
ttisql -connstr
ttisql -connstr
6、重啟Cache Group成功後,分別在主備節點執行ttstatus命令檢查Cache Group和Replication程式執行狀態。
$ttstatus
--檢查主備複製及Cache Group重新整理狀態:
ttisql -connstr
ttisql -connstr
to_char(round(perm_allocated_size/1024)),
to_char(round(perm_in_use_size/1024)),
to_char(round(perm_in_use_high_water/1024)),
to_char(round(perm_in_use_size*100/perm_allocated_size,2))
from sys.monitor
union all
select 'TEMP' type,
to_char(round(temp_allocated_size/1024)),
to_char(round(temp_in_use_size/1024)),
to_char(round(temp_in_use_high_water/1024)),
to_char(round(temp_in_use_size*100/temp_allocated_size,2))
from sys.monitor;
call ttBlockInfo;bye;"
7、修改TT端Cache Group管理使用者口令操作標準流程
登陸主節點,修改Cache Group管理使用者口令:
主節點:
$ ttisql $DSN
Command> alter user cgadmin identified by "cgpasswd";
User altered.
The command succeeded.
8、在主節點修改成功後,登陸備節點驗證口令:
$ttisql "dsn=$DSN;uid=cgadmin;pwd=Szng!123"
Copyright (c) 1996-2011, Oracle. All rights reserved.
Type ? or "help" for help, type "exit" to quit ttIsql.
connect "dsn=cbe;uid=TTCBE;pwd=Szng!123";
Command>
至此,主備密碼同步,修改密碼成功。
注意事項
9、檢查主備同步
透過ttisql -connstr
檢查tterrors.log日誌資訊
檢查cachegroup重新整理狀態
=============End=================================================================
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24930246/viewspace-1176581/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- TimesTen-CacheGroup配置操作指導[TimesTen運維]運維
- Windows10修改遠端桌面密碼Windows密碼
- MySQL修改使用者密碼及重置root密碼MySql密碼
- TimesTen CacheGroup配置標準操作步驟
- Linux下自動修改使用者密碼的方法(直接通過命令而不是在終端輸入密碼)Linux密碼
- 通過遠端管理更改ESXi主機root使用者密碼密碼
- Oracle 限制業務使用者自身修改密碼Oracle密碼
- 修改ORACLE使用者密碼的一個方法:Oracle密碼
- TimesTen Warnings and Errors - TT40005 to TT48119 [ID 1339892.1]Error
- 不知道Oracle system使用者密碼,修改後如何還原密碼Oracle密碼
- mysql修改管理員密碼MySql密碼
- oracle 檢視使用者密碼的修改時間Oracle密碼
- 修改oracle中的使用者名稱和密碼Oracle密碼
- 修改git使用者密碼Git密碼
- TimesTen Warnings and Errors - TT0400 to TT9999 [ID 1338450.1]Error
- 配置TimesTen客戶端連線[TimesTen運維]客戶端運維
- macos下parallel Desktop 中centos忘記密碼及修改原使用者密碼MacParallelCentOS密碼
- oracle如何修改單個使用者密碼永不過期Oracle密碼
- 忘記oracle的sys使用者密碼怎麼修改Oracle密碼
- 【密碼】Oracle使用者密碼系列密碼Oracle
- Ubuntu修改使用者密碼Ubuntu密碼
- mysql修改使用者密碼MySql密碼
- Centos修改root使用者密碼CentOS密碼
- 修改sys ,system使用者密碼密碼
- RUBY實踐—帶密碼加密的使用者建立及修改密碼加密
- 忘記oracle的sys密碼該如何重置;附如何修改oracle資料庫使用者密碼Oracle密碼資料庫
- 管理使用者前後端後端
- TimesTen學習(三)遠端連線TimesTen資料庫資料庫
- 推特建議所有使用者修改密碼:故障導致使用者密碼在公司內部曝光密碼
- oracle 10g em 中如何修改dbsnmp使用者密碼Oracle 10g密碼
- 一個修改Oracle使用者密碼的小訣竅(轉)Oracle密碼
- 在遠端建立使用者
- oracle密碼安全管理Oracle密碼
- 修改ASM sys使用者密碼方法ASM密碼
- 修改root使用者密碼為root密碼
- 怎樣修改網站管理密碼?網站密碼
- Timesten 資料庫端需要的配置資料庫
- profile使用者密碼管理密碼