man for ipmitool

I did not read this,but i’d like to put it here in case i need it.

Help for ipmitool:

?View Code SHELLipmitool -h
ipmitool version 1.8.10.3
 
usage: ipmitool [options...] <command>
 
-h This help
-V [...]

MegaRAID Help Page

Reference for LSI MegaRAID command interface.

?View Code SHELLMegaCli64 -h
 
MegaCLI SAS RAID Management Tool Ver 8.00.23 May 17, 2010
 
(c)Copyright 2010, LSI Corporation, All Rights Reserved.
 
 
NOTE: The following options may be given at the end of any command below:
 
[-Silent] [-AppLogFile filename] [-NoLog] [...]

Exadata - Linux Ethernet bonding

为了提高Exadata网络的高可用性,Oracle Exadata Machine 的Privite InfiniBand Network 和Client Access Network(默认,你也可以采用非bonding方式)都采用了Ethernet bonding 方式。

什么是Ethernet bonding?
Ethernet bonding顾名思义,就是把多个网卡绑定在一个虚拟的逻辑设备上(只有逻辑设备会被分配IP)上以实现网络的高可用性和负载均衡的功能。我们这里介绍Linux下的Ethernet bonding。
Linux Ethernet bonding是被集成内核里面的,Linux bonding 系统提供七种不同的bonding 配置模式:

Linux Network Config

Linux 网络配置文件是用来保存Linux网络设备的配置信息的一些文件,这些文件有的在系统初始化的时候会被Init进程读取来初始化网络设备,有的文件在系统运行过程中会被使用到。

A Quick Introduction of Linux Loadable Kernel Module

1.什么是 Linux Module
如果你想给linux系统添加内核代码你会怎么做呢?最基本的方法是你可以在系统源代码树添加你写的代码,然后重新编译整个内核。
还有一种方法,即使在系统运行的过程中,也可以添加内核代码。通过这种方法添加的内核代码被称为可装载内核模块(loadable kernel module,LKM),LKM主要被用于:
1)设备驱动,
2)文件系统驱动,
3)系统调用
所以LKM是属于Linux kernel,是Base Kernel 的扩展,LKMs始于Linux 1.2(1995)。

Page 1 of 1012345678910