网卡心跳故障引发RAC节点重启故障分析,kernel: NETDEV WATCHDOG: eth1: transmit timed out,eth1: transmit timed out...
分类:
其他好文 时间:
2014-07-14 11:26:16
阅读次数:
296
1. 前言所需包:kernel-xenxenxen-libs (xen依赖包)xen_runtime (xen依赖包)以上xen包需要版本号一致,例如4.1.3版本,这里使用xm接口管理工具,故而,本次试验选用4.1.3版本环境:虚拟宿主机(vm)环境:centos-6.5,内核版本2.6.32xe...
分类:
其他好文 时间:
2014-07-13 22:45:17
阅读次数:
342
Linux的防火墙体系主要工作在网络层,针对TCP/IP数据包实现过滤和机制,属于典型的包过滤防火墙(或称之为网络层防火墙)。 Netfilter和Iptables区别: Netfilter:指的是Linux内核中实现包过滤防火墙的内部结构,不以程序或文件的形式存在,属于“内核态”(kernel s...
分类:
系统相关 时间:
2014-07-13 19:38:06
阅读次数:
271
一、制作linux引导盘1.格式化U盘:格式成FAT32格式2.安装syslinuxhttps://www.kernel.org/pub/linux/utils/boot/syslinux/下载相应版本将syslinux-4.04.zip解压到window下一个目录中,进入syslinux目录下wi...
分类:
其他好文 时间:
2014-07-13 00:53:41
阅读次数:
312
在上一篇日志中,我总结了大家提供的下载Android源码的方法,这里再简单总结一下内核的下载方法。参考这里的介绍:http://source.android.com/source/building-kernels.html#downloading-sources ,下载内核源码相对简单很多。我这里下载下来一共1G多一些。在终端输入:
$ git clone https://android.goo...
分类:
移动开发 时间:
2014-07-12 23:35:53
阅读次数:
260
#nginx conf by linux kernel
net.ipv4.tcp_max_tw_buckets = 6000
net.ipv4.ip_local_port_range = 1024 65000
net.ipv4.tcp_tw_recycle=1
net_ipv4.tcp_tw_reuse=1
net_ipv4.tcp_syncookies=1
net.core.soma...
分类:
系统相关 时间:
2014-07-12 18:04:24
阅读次数:
212
BACKGROUND OF THE INVENTION 1. Field of the InventionThe present invention relates generally to heterogeneous computer systems.2. Background ArtComput...
分类:
其他好文 时间:
2014-07-12 14:44:24
阅读次数:
296
BACKGROUND1. FieldInnovations herein pertain to computer virtualization, computer security and/or data isolation, and/or the use of a separation kerne...
分类:
其他好文 时间:
2014-07-12 14:12:35
阅读次数:
205
在Linux Kernel中有些constant需要被C code 跟 assembler共同使用在用constant的時候,不能單方面給0x1000UL因為assembler無法看這東西。但是C compiler卻可以。所以使用這個gcc feature.讓C compiler看到的constan...
分类:
其他好文 时间:
2014-07-12 14:07:30
阅读次数:
166
The Linux kernel supports a variety of virtualization schemes, and that's likely to grow as virtualization advances and new schemes are discovered (fo...
分类:
系统相关 时间:
2014-07-12 13:53:15
阅读次数:
420