storage, priority procurement Rack Server, server procurement principles are:(1) If the 2U server can meet the demand, then use 2U server, usually 2U server maximum support, 2 CPUs, standard 1 CPU, at this time, it is necessary to configure 2 CPUs.If the 2U server does not meet the demand, then the server with 4U, typically, 4U server maximum support 4 CPUs and standard 2 CPUs, when the acquisition of serv
Production environment You may encounter the phenomenon that the log log file generated by the Web server fills up the disk, and the following is a specific solutionInstalling the HTTPD Web Service[email protected] ~]# Yum install httpd-yStart[[email protected] ~]#/etc/init.d/httpd startTest[[email protected] ~]# lsof-i: 80COMMAND PID USER FD TYPE DEVICE size/off NODE NAMEhttpd 1542 Root 4u IPv6 12105 0t0 TCP *:http (LISTEN)httpd 1544 Apache
Problem Introduction: The same problematic code runs well in 4u gcc3.4.6, but fails to run in 5u gcc4.1.2!
The simplified problem is as follows:
# Include
This code has a significant memory overwrite problem, that is, in 64-Bit mode, long is 8 bytes, and its own valid memory is only 4 bytes, which leads to overwrite between values! However, please note that after gcc3.4.6 uses-O2 optimization, the value is correct !!!
Find the problem through disass
. Modify/ETC/RC.D/INIT.D/HTTPD
Join under the #!/bin/bash
[Plain] view plaincopy
# chkconfig:2345 50 90
# description:activates/deactivates Apache Web Server)
8. Launch Apache
[HTML] view Plaincopy
Service httpd Start
9. Verify that Apache is starting successfully
[Plain] view plaincopy
Lsof-i:80
The following output proves Apache boot
COMMAND PID USER FD TYPE DEVICE size/off NODE NAME
httpd 4158 Root 4u I
PID USER FD TYPE DEVICE size/off NODE NAME redis-ser 20504 root 4u IPv4 139391 0t0 TCP localhost:6379 (LISTEN) [Root@z-dig redis]#
Test
[Root@z-dig redis]# ln-s/usr/local/redis/bin/redis-cli/usr/local/sbin/[root@z-dig redis]# redis-cli-h 127.0.0.1-p 63 79-a www.z-dig.com 127.0.0.1:6379> set name Mr.zhou OK 127.0.0.1:6379> get name "Mr.zhou" 127.0.0.1:6379> 127.0. 0.1:6379> help shutdown shutdown [Nosave] [save] summary:synchronous
application in Erlang.
Thinking in Erlang, thinking about Erlang, an excellent 30-page introduction to C/C ++/Java/Python developers who have never used functional programming.The authors of practical programming (Pragmatic programmer) and rails Agile programming write the book programming Erlang. This book has two chapters detailing the OTP library.Dave Thomas (of the pragmatic programmer fame) wrote two great articles on his blog about Erlang: Article UN, articleDeux.
Of course, there is also
, reducing network complexity and improving server management capabilities and large-scale scalability. Each UCS rack server is equipped with a VIF interface card that provides two Gigabit Ethernet interfaces. using Cisco Network virtualization technology, it provides both management network interfaces and operating system network interfaces.
FI is the old version of 6120, which is inconsistent with the new server version. Therefore, you need to set all versions to the latest version, for exampl
multicore CPUs (CPU requires support for virtualization technology and can be turned on for this function);Minimum 5GB disk space is required, 10GB is recommended (mainly for local log and Dump storage);Memory is not less than 2GB.Vcenter 5.5 (including vcenter Single Sign On, vcenter Inventory Service, vcenter serve and other software) is installed on the Windows Server operating system, the requirements for the system are as follows:64-bit operating system for Windows Server 2008 or later;Min
The EATX motherboard is an abbreviation for the extended ATX, primarily for rackmount server systems. It is typically used on servers that are not capable on dual processors and standard ATX motherboards, with 12x13 inches (305mmx330 mm) in size. Eatx the upper part of the motherboard has the same fixed screw position as ATX and is used for high-performance workstations or servers, EATX is generally very rare in the market because it is designed for w
and high-density zones, I am now collectively referred to as "hybrid density zone ". It is easy to achieve high and low density areas. In this way, my cabinets are more comfortable to accommodate equipment. The 2U-4U rack servers can be placed, the 4U blade servers can also be placed, and the minicomputers can also be placed. You only need to control the total distribution capacity of the entire cabinet.
T
module and the Gigabit jumper, as the physical link supporting the current backbone Gigabit Network application, when the network needs to be upgraded from 10G to 40g/100g, simply replace the cable rack 10G module and the device jumper on both ends of the pre-connected optical cable to 40g/ 100G modules and jumpers, the deployment of gigabit copper cables between the access switch and the server.
2.4.2 Main wiring Area integrated cabling
The main wiring area MDA is the core of the
0 52 ::ffff:192.168.42.128:22 ::ffff:192.168.42.1:43561 ESTABLISHED 6198/2
[root@DB-Server Server]#
As shown above, this tool does not feel as concise and clear as nmap. Of course, nmap is not powerful.
3: lsof tool detects open ports
[root@DB-Server Server]# service mysql start
Starting MySQL......[ OK ]
[root@DB-Server Server]# lsof -i:3306
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
mysqld 7860 mysql 15u IPv6 44714 TCP *:mysql (LISTEN)
[root@DB-Server Server]# service mysql s
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.