当前位置:网站首页>[informix] Resolving startup errors and solutions
[informix] Resolving startup errors and solutions
2022-08-05 04:14:00 【little panic】
目录
2、Create backup logical log files
一、启动命令
oninit -ivy
查看日志:onstat -m(This statement is only displayed20Line log to see the full log attmp下)
二、报错1(Stack benefits)
报错内容
[[email protected] informix]$ oninit -ivy
bad INFORMIXSERVER[[email protected] informix]$ cd data/
shared memory not initialized for INFORMIXSERVER '<NULL>'
解决1
1、修改 "~/.bash_profile"文件,加入如下环境变量
vi . bash_profile
export INFORMIXDIR=/opt/IBM/Informix_Software_Bundle
export INFORMIXSQLHOSTS=$INFORMIXDIR/etc/sqlhosts
export ONCONFIG=onconfig.tramsserver
export INFORMIXSERVER=tramsserver
export PATH=$INFORMIXDIR/bin:.:$PATH
2、保存后执行
source .bash_profile
三、报错2(权限不对)
报错内容
[[email protected] ~]$ oninit -v
attn: Ignoring unknown or deprecated config parameter (PHYSDBS)
Reading configuration file '/opt/informix//etc/onconfig.tramsserver'...succeeded
Allocating and attaching to shared memory...succeeded
Creating resident pool 4310 kbytes...succeeded
Creating infos file "/opt/informix//etc/.infos.tramsserver"...succeeded
Linking conf file "/opt/informix//etc/.conf.tramsserver"...succeeded
Initializing rhead structure...rhlock_t 16384 (512K)... rlock_t (2656K)... Writing to infos file...succeeded
Initialization of Encryption...succeeded
Initializing ASF...succeeded
Initializing Dictionary Cache and SPL Routine Cache...succeeded
Initializing encryption-at-rest if necessary...succeeded
Bringing up ADM VP...succeeded
Creating VP classes...succeeded
Forking main_loop thread...succeeded
Initializing DR structures...succeeded
Forking 1 'soctcp' listener threads...succeeded
Starting tracing...succeeded
Initializing 8 flushers...succeeded
Initializing SDS Server network connections...succeeded
Initializing log/checkpoint information...succeeded
Initializing dbspaces...succeeded
Opening primary chunks...FAILED
oninit: Fatal error in shared memory initialization
WARNING: server initialization failed or timed out.
Check the message log, online.log, for errors.
查看日志
23:59:37 The chunk '/opt/informix/data/rootdbs' must have READ/WRITE permissions for owner (600).
23:59:37 oninit: Fatal error in shared memory initialization
解决2
[[email protected] data]$ cd /opt/informix/data/
[[email protected] data]$ chmod 600 rootdbs
四、报错3(Logical log is full)
报错内容
Initializing DBSPACETEMP list...succeeded
解决3
1、View the logical log
[[email protected] ~]$ onstat -l
IBM Informix Dynamic Server Version 12.10.FC9DE -- Fast Recovery -- Up 00:16:18 -- 148084 Kbytes
Physical Logging
Buffer bufused bufsize numpages numwrits pages/io
P-2 0 64 0 0 0.00
phybegin physize phypos phyused %used
1:263 25000 7819 0 0.00
Logical Logging
Buffer bufused bufsize numrecs numpages numwrits recs/pages pages/io
L-2 0 32 1 1 1 1.0 1.0
Subsystem numrecs Log Space used
OLDRSAM 1 44
Buffer Waiting
Buffer ioproc flags
L-2 0 0x21 0
address number flags uniqid begin size used %used
44d04f88 1 U------ 1 1:25263 5000 5000 100.00
44afef68 2 U------ 2 1:30263 5000 5000 100.00
44bb8f40 3 U------ 3 1:35263 5000 5000 100.00
44bb8fa8 4 U------ 4 1:40263 5000 5000 100.00
44ce8c50 5 U------ 5 1:45263 5000 5000 100.00
44ce8cb8 6 U---C-L 6 1:50263 5000 4999 99.98
6 active, 6 total
2、Create backup logical log files
[[email protected] informix]$ mkdir Logicallog_bak
[[email protected] informix]$ cd Logicallog_bak/
[[email protected] Logicallog_bak]$ touch 20220801
[[email protected] Logicallog_bak]$ ll
总用量 0
-rw-rw-r-- 1 informix informix 0 8月 2 00:54 20220801
[[email protected] Logicallog_bak]$ chmod 600 20220801
[[email protected] Logicallog_bak]$
3、Modify the backup file path
cd /opt/informix/etc
vim onconfig.tramsserver
LTAPEDEV /opt/informix/Logicallog_bak/20220801
或者LTAPEDEV /dev/null
4、Perform automatic backups
[[email protected] Logicallog_bak]$ ontape -a
Performing automatic backup of logical logs.
Please mount tape 1 on /opt/informix/Logicallog_bak/20220801 and press Return to continue ...
Logbackup failed - No log backup allowed during recovery.
This tape contains no log data
Program over.
五、报错4(err = -951)
报错内容
5:17:03 Get Shadow Password for user [informix] failed!
15:17:03 Check for password aging/account lock-out.
15:17:03 listener-thread: err = -951: oserr = 0: errstr = [email protected]: Incorrect password or user [email protected] is not kno.
解决4
/etc/shadowPermissions are too dead,修改/etc/shadow其它用户可读,But this is not the final solution!
The ultimate reason is to implement it yourselfchown -R informix:informix /home/informix Changed some file permissions inside.
解决办法:重装!!!
六、重启
[[email protected] data]$ oninit -vy
attn: Ignoring unknown or deprecated config parameter (PHYSDBS)
Reading configuration file '/opt/informix//etc/onconfig.tramsserver'...succeeded
Allocating and attaching to shared memory...succeeded
Creating resident pool 4310 kbytes...succeeded
Creating infos file "/opt/informix//etc/.infos.tramsserver"...succeeded
Linking conf file "/opt/informix//etc/.conf.tramsserver"...succeeded
Initializing rhead structure...rhlock_t 16384 (512K)... rlock_t (2656K)... Writing to infos file...succeeded
Initialization of Encryption...succeeded
Initializing ASF...succeeded
Initializing Dictionary Cache and SPL Routine Cache...succeeded
Initializing encryption-at-rest if necessary...succeeded
Bringing up ADM VP...succeeded
Creating VP classes...succeeded
Forking main_loop thread...succeeded
Initializing DR structures...succeeded
Forking 1 'soctcp' listener threads...succeeded
Starting tracing...succeeded
Initializing 8 flushers...succeeded
Initializing SDS Server network connections...succeeded
Initializing log/checkpoint information...succeeded
Initializing dbspaces...succeeded
Opening primary chunks...succeeded
Validating chunks...succeeded
Initialize Async Log Flusher...succeeded
Starting B-tree Scanner...succeeded
Init ReadAhead Daemon...succeeded
Init DB Util Daemon...succeeded
Initializing DBSPACETEMP list...succeeded
Init Auto Tuning Daemon...succeeded
Checking database partition index...succeeded
Initializing dataskip structure...succeeded
Checking for temporary tables to drop...succeeded
Updating Global Row Counter...succeeded
Forking onmode_mon thread...succeeded
Creating periodic thread...succeeded
Creating VP cache drain thread...succeeded
Creating limits manager thread...succeeded
Starting scheduling system...succeeded
Verbose output complete: mode = 5
边栏推荐
- 阿里本地生活单季营收106亿,大文娱营收72亿,菜鸟营收121亿
- 关于sklearn库的安装
- cross domain solution
- 【8.3】代码源 - 【喵 ~ 喵 ~ 喵~】【树】【与】
- Machine Learning Overview
- Index Mysql in order to optimize paper 02 】 【 10 kinds of circumstances and the principle of failure
- 炎炎夏日教你利用小米智能家居配件+树莓派4接入Apple HomeKit
- UE4 第一人称角色模板 添加生命值和调试伤害
- [BSidesCF 2019]Kookie
- flink读取mongodb数据源
猜你喜欢
随机推荐
[8.3] Code Source - [meow ~ meow ~ meow~] [tree] [and]
【树莓派】树莓派调光
概率论的学习和整理8: 几何分布和超几何分布
In the WebView page of the UI automation test App, the processing method when the search bar has no search button
DEJA_VU3D - Cesium功能集 之 058-高德地图纠偏
Solana NFT开发指南
There are several common event handling methods in Swing?How to listen for events?
事件解析树Drain3使用方法和解释
The production method of the powered small sailboat is simple, the production method of the electric small sailboat
Bosses, I noticed that a mysql CDC connector parameters scan. The incremental. Sna
Detailed explanation of Mysql's undo log
Is the NPDP certificate high in gold content?Compared to PMP?
token, jwt, oauth2, session parsing
cross domain solution
【8.2】代码源 - 【货币系统】【硬币】【新年的问题(数据加强版)】【三段式】
4T硬盘剩余很多提示“No space left on device“磁盘空间不足
【 8.4 】 source code - [math] [calendar] [delete library 】 【 is not a simple sequence (Bonus) 】
UE4 为子弹蓝图添加声音和粒子效果
DEJA_VU3D - Cesium功能集 之 059-腾讯地图纠偏
[GYCTF2020]EasyThinking