SQL 1
SQL 1
https://172.35.253.69/
用户名/密码:dell/Vip0eps(
PERFORM_CONFLICT_UC_STRUCT
CONVT_NO_NUMBER
TIME_OUT
下边需要你继续进行配置:
1. 9 块 1.92T SSD,需做 raid(5?10?)。
2. 安装操作系统,安装到 boss 卡中(240g,raid1,出厂已设置)
3. 操作系统 IP 可配置为 172.19.94.42,(网卡应做绑定?)
4. 划分逻辑卷
5. 安装 HDB
1080525318
Unable to configure the network card because the kernel device(eth0,wlan0) is not
present. This is mostly caused by missing firemware
dmesg|grep firmware
留 1 块做 hotspares
2 代 CPU 支持 SUSE 12SP3 才知道
NDC
PERFORM_CONFLICT_UC_STRUCT
UC_OBJECTS_NOT_CHARCONV(顾问账号编辑数据)
从 xtrabackup_info 获取 GTID 信息
binlog_pos = filename 'bin939.028209', position '4939', GTID of the last change
'd58351dc-66ce-11eb-bbda-005056ba484c:1-5420603775,d7221b1c-66db-11eb-b75d-
005056ba2029:1'
或:从 xtrabackup_binlog_info 获取 GTID 信息
d58351dc-66ce-11eb-bbda-005056ba484c:1-5420603775,d7221b1c-66db-11eb-b75d-
005056ba2029:1
出错:
Last_Errno: 1032
Last_Error: Coordinator stopped because there were error(s) in
the worker(s). The most recent failure being: Worker 1 failed executing transaction
'd58351dc-66ce-11eb-bbda-005056ba484c:5420603776' at master log bin939.028209,
end_log_pos 4912. See error log and/or
performance_schema.replication_applier_status_by_worker table for more details
about this failure or others, if any.
error:
2022-01-01T23:37:46.240124+08:00 64 [ERROR] [MY-010584] [Repl] Slave SQL for
channel '': Worker 1 failed executing transaction 'd58351dc-66ce-11eb-bbda-
005056ba484c:5420603776' at master log bin939.028209, end_log_pos 4912; Could not
execute Delete_rows event on table cmip_mp.branch_table; Can't find record in
'branch_table', Error_code: 1032; handler error HA_ERR_KEY_NOT_FOUND; the event's
master log FIRST, end_log_pos 4912, Error_code: MY-001032
reset master;
reset slave;
reset slave all;
CHANGE MASTER TO
MASTER_HOST='10.5.9.39',MASTER_USER='repluser',MASTER_PASSWORD='repluser@!
#',MASTER_PORT=3306,MASTER_AUTO_POSITION = 1,MASTER_CONNECT_RETRY=10;
2303243
42-5B-D8-0E-2E-81
40-5B-D8-0E-2E-81
db2 connect to
MP 从库重新搭建同步,mysql 大事务方面问题多
alter table t_eap_log_invoking rename T_EAP_LOG_INVOKING20220101;
The procedure for installing multiple database instances is the same as that
specified that in Installing the SAP HANA Database. Note that the SID of each
instance should be unique and the new instance numbers should be greater than
existing ones by at least 2.
global.ini->[connmunication]-->tcp_backlog=4096
innodb_undo_log_truncate=off
Rows_affected、Bytes_sent
1032
select *
from (select ttplanpull0_.TT_PLAN_PULL_ID as TT_PLAN_1_376_,
ttplanpull0_.CREATE_DATE as CREATE_D2_376_,
ttplanpull0_.UPDATE_DATE as UPDATE_D3_376_,
ttplanpull0_.CREATE_BY as CREATE_B4_376_,
ttplanpull0_.UPDATE_BY as UPDATE_B5_376_,
ttplanpull0_.VERSION as VERSION6_376_,
ttplanpull0_.COMPLETED_TIME as COMPLETE7_376_,
ttplanpull0_.DELIVERY_TYPE as DELIVERY8_376_,
ttplanpull0_.NO as NO9_376_,
ttplanpull0_.NOTE1 as NOTE10_376_,
ttplanpull0_.NOTE2 as NOTE11_376_,
ttplanpull0_.NOTE3 as NOTE12_376_,
ttplanpull0_.PULL_DATE as PULL_DA13_376_,
ttplanpull0_.PULL_TYPE as PULL_TY14_376_,
ttplanpull0_.range_group as range_g15_376_,
ttplanpull0_.REQURITE_TIME as REQURIT16_376_,
ttplanpull0_.STATUS as STATUS17_376_,
ttplanpull0_.WARN_FLAG as WARN_FL18_376_
from TT_PLAN_PULL ttplanpull0_
where 1 = 1
and ttplanpull0_.PULL_TYPE = '6'
and ttplanpull0_.STATUS = '0'
and ttplanpull0_.range_group = 'DLZC 发动机线供给'
and (ttplanpull0_.TT_PLAN_PULL_ID in
(select ttplanpull1_.TT_PLAN_PULL_ID
from TT_PLAN_PULL_DETAIL ttplanpull1_,
TM_PART_WH tmpartwh2_
where ttplanpull1_.TM_PART_WH_ID = tmpartwh2_.TM_PART_WH_ID
and tmpartwh2_.TYPE = '3'))
order by ttplanpull0_.TT_PLAN_PULL_ID)
where rownum <= 500;