当前位置:网站首页>[tcapulusdb knowledge base] Introduction to tmonitor stand-alone installation guidelines (I)
[tcapulusdb knowledge base] Introduction to tmonitor stand-alone installation guidelines (I)
2022-06-27 10:25:00 【InfoQ】
【TcaplusDB The knowledge base 】Tmonitor Introduction to single machine installation guidelines ( One )
- web_portal_2.2.18_05130ad9.tar.gz Mainly Tmonitor Manage Pages
- tmonitor_install_2.2.18_05130ad9.tar.gz Mainly Tmonitor Background processes
1. Tmonitor Web Portal install
- cd /data/web_portal/, because tcaplus OMS Occupied 80 port , So modify conf file , Listen 8080 port . modify server.php, set_httpd_port(8080)
- Check the database datadir Whether the disk is enough . If it's not enough, change to /data Under the plate
- root The user login mysql
- mysql> create database tmonitor_center_db; -- Particular attention , tmonitor The foreground database and background database are separated , The foreground database uses this name , Backstage with other names
- mysql -uroot -pxxxx -Dtmonitor_center_db < *.sql hold /data/web_portal All under directory sql File import
- mysql> create user tmonitor;
- grant ALL on tmonitor_center_db.* to 'tmonitor'@'%' identified by 'xxxx'
- grant ALL on tmonitor_center_db.* to 'tmonitor'@'localhost' identified by 'xxxx'
- grant ALL on tmonitor_center_db.* to 'tmonitor'@'127.0.0.1' identified by 'xxxx'
- grant ALL on tmonitor_center_db.* to 'tmonitor'@'100.78.65.157' identified by 'xxxx'
- grant ALL on tmonitor_center_db.* to 'tmonitor'@'100_78_65_157' identified by 'xxxx- echo $HOSTNAME
- flush privileges
- Switch to root user , perform ./install_web_protal.sh 100.78.65.157 3306 tmonitor_center_db tmonitor xxxx PASSWORD 2.2.7 ( The penultimate argument is LoginType, You can fill in OA perhaps PASSWORD), This script will create /data/monitor Catalog , The foreground page will start from this directory
- then netstat –lpn Check 8080 Whether the port is started , without , Try it again , php server.php start -p 8080 start-up , Stop command : php server.php stop
- Log in to the page , Registered users tmonitor, If you can't log in , telnet ip Port look select * from tm_users_permission; See if you have administrator privileges (role=1)
- Click on ” management ” Button , Take what is being deployed tmonitor System added , After the background process gets up, it can provide services
- Here, the front desk installation is completed , Next, install the background process
2. Tmonitor Web Portal add to Tmonitor System
- https://git.code.oa.com/gcloud_storage_group/tmonitor The code and installation package are here , You may need to apply for git jurisdiction
- Upload web_portal_2.2.18_05130ad9.tar.gz Package to /data Under the table of contents , decompression , cd /data/tmonitor_install
- vim tmonitor_conf.xml Modify the following
- The interface used in the following figure is used for alarm sending . If it is IDC machine , Use tof Send SMS and wechat , Use uwork Make a phone call
- If it is IDC machine , Need to be in tof and uwork” service ip” Add... To the list sasvr Of ip, To send the alarm normally (tof apply : http://tof.oa.com/application/views/, Or contact jasonlzhang, uwork Apply to contact yorkershi).
- The machine should be able to connect directly tnm2, Need to install agent Tools , The specific steps are described later in the document .
- Above picture dcsvr Of business_id Default to 1, If there are more than one dcsvr Just increase... In turn . dc_tconnd Port for 7980, Keep the default without changing

边栏推荐
- 基于swiftadmin极速后台开发框架,我制作了菜鸟教程[专业版]
- 【TcaplusDB知识库】TcaplusDB Tmonitor模块架构介绍
- C语言学习-Day_04
- Dimitt's law
- go-zero微服务实战系列(七、请求量这么高该如何优化)
- Easy to understand Laplace smoothing of naive Bayesian classification
- R language plot visualization: visualize the normalized histograms of multiple data sets, add density curve KDE to the histograms, set different histograms to use different bin sizes, and add edge whi
- Win10快捷键整理
- Introduction to the use of Arduino progmem static storage area
- For a moment, the ban of the US e-cigarette giant has been postponed, and products can be sold in the US for the time being
猜你喜欢

在外企远程办公是什么体验? | 社区征文

感应电机直接转矩控制系统的设计与仿真(运动控制matlab/simulink)

Error im002 when Oracle connects to MySQL

Future & CompletionService
![[hcie-rs review mind map] - STP](/img/b5/b89e59fe7f23bf23feeadb991acba7.png)
[hcie-rs review mind map] - STP

Record in detail the implementation of yolact instance segmentation ncnn

LVI Sam summary

【TcaplusDB知识库】Tmonitor单机安装指引介绍(二)

直播電子商務應用程序開發需要什麼基本功能?未來發展前景如何?

前馈-反馈控制系统设计(过程控制课程设计matlab/simulink)
随机推荐
[200 opencv routines] 212 Draw a slanted rectangle
2-4 installation of Nessus under Kali
Audiotrack and audiolinker
2021 CSP J2入门组 CSP-S2提高组 第2轮 视频与题解
2-4Kali下安装nessus
Arduino PROGMEM静态存储区的使用介绍
通俗易懂理解朴素贝叶斯分类的拉普拉斯平滑
Flutter wechat sharing
Border affects the height of the parent element - solution
R language plot visualization: plot to visualize the two-dimensional histogram contour map, add numerical labels on the contour lines, customize the label font color, and set the mouse hover display e
基于swiftadmin极速后台开发框架,我制作了菜鸟教程[专业版]
File name setting causes an error to be written to writelines: oserror: [errno 22] invalid argument
leetcode:522. Longest special sequence II [greed + subsequence judgment]
Design and Simulation of direct torque control system for induction motor (motion control matlab/simulink)
Multi thread implementation rewrites run (), how to inject and use mapper file to operate database
JS array splicing "suggested collection"
细说物体检测中的Anchors
[noodle classic] Yunze Technology
12 necessary tools for network engineers
Stop using system Currenttimemillis() takes too long to count. It's too low. Stopwatch is easy to use!





