Implementation of Zabbix Monitoring mysql Service

1. Add mysql monitoring items to zabbix-server It is far from enough to find that there are few monitors and trigger graphics in the enterprise. 2. Import your own monitoring template for mysql services Go to the agent directory and view the configuration file [root@server1 ~]# cd /etc/zabbix/zabbix ...

Posted by Poolie on Fri, 02 Aug 2019 03:30:56 -0700

Prepartitioning of HBase

1. Why pre-partition? * Increase data read-write efficiency * Load balancing to prevent data skewing * Convenient cluster disaster relief dispatch region * Optimize the number of Map s 2. How to pre-partition? Each region maintains the startRow and endRowKey, and if the data added matches the r ...

Posted by ChrisFlynn on Tue, 30 Jul 2019 10:48:52 -0700

Distinguish different virtual hosts by domain name

1.1.1. What is a domain name A domain name is a website. www.baidu.com www.taobao.com www.jd.com Tcp/ip Dns Server: Resolve the domain name to an IP address.Save the mapping relationship between the domain name and ip. First-level domain name: Baidu.com Taobao.com Jd.com Secondary domain name: www.baidu.com Image.baidu.com Item.bai ...

Posted by netxfly on Tue, 30 Jul 2019 09:13:06 -0700

centOS 7 Add and Delete Users and User Groups

1. Adding new users Because the user rights of root are too large in daily use, a user is added for daily use or for other people's use. 1 Additional Users adduser [username] [root@centos ~]# adduser dex 2 Setting Password passwd [username] [root@centos ~]# passwd dex Changing password for ...

Posted by kabucek on Tue, 30 Jul 2019 07:54:05 -0700

Enterprise Operations and Maintenance - Cache Forward Moving of LNMP Architecture Using OpenResty

Articles Catalogue Introduction to OpenResty Analog cache forward Analysis Stress testing Introduction to OpenResty OpenResty (also known as ngx_openresty) is a scalable Web platform based on NGINX, initiated by Chinese Zhang Yichun, which provides many high-quality third-party modules. OpenRest ...

Posted by benz862 on Tue, 30 Jul 2019 02:35:41 -0700

Construction of web Virtual Host Based on Apache

Virtual web host refers to running multiple web sites in the same server, each of which actually does not occupy the entire server independently, so it is called "virtual" web host. The virtual web host can make full use of the hardware resources of the server, thus greatly reducing the cost of website construction and operation.It i ...

Posted by PrinceOfDragons on Mon, 29 Jul 2019 20:18:29 -0700

OpenStack Component - Keystone Identity Authentication

1. Introduction to Keystone Kestone is one of the components of OpenStack, which is used to provide unified authentication services for other members of OpenStack family, including authentication, token issuance and verification, service list, user rights definition and so on. The authorization and authentication of all services in the cloud e ...

Posted by noirsith on Mon, 29 Jul 2019 04:08:07 -0700

Virtual Machine Management and Snapshot Generation

Replication and Recovery of Virtual MachinesDuplicating a virtual machine is actually duplicating his hard disk and hardware information. /var/lib/libvirt/images/xxxx.qcow2 ##Storage Path of Hard Disk /etc/libvirt/qemu/xxxx.xml ##Hardware Information File Storage Path For example, to replicate a vir ...

Posted by SuNcO on Wed, 24 Jul 2019 21:34:02 -0700

RHCS (High Availability Cluster Building and Graphical Management on Enterprise 6)

1. Encapsulation and snapshot creation of RHEL 6.5 ## Since the specific encapsulation steps are consistent with those of RHEL version 7.5, the repetitive contents are not redundant, but the different operations are simply explained. (1) configure ip, gateway, DNS, host name and local resolution (2) T ...

Posted by Drakkie on Mon, 22 Jul 2019 03:48:18 -0700

Software package installation and uninstallation

Package Installation and Unloading 1. Three ways to install software packages 2. rpm package introduction 3. Use of RPM tools 4. Usage of Yum tools 5. yum Builds Local Warehouse 6. yum Replacement of Domestic Sources 7. Install the extended source epel 8. yum downloads rpm packages 9. yum's new instr ...

Posted by ramjai on Thu, 18 Jul 2019 22:35:40 -0700