51CTO博客开发
1. 创建一个XFS文件系统[root@localhost ~]# mkfs.xfs -f /dev/vdb1meta-data=/dev/vdb1 isize=256 agcount=4, agsize=1966102 blks &n
恢复ext4文件系统superblock1. Create ext4 文件系统。[root@localhost ~]# mkfs.ext4 /dev/vdb1[root@localhost ~]# partprobe /dev/vdb2. 挂载文件系统[root@localhost ~]# grep vdb2 /etc/fstab /dev/vdb1 /ext4 &nbs
a. Install bos.cifs_fs fileset on your AIX server.# lslpp -l|grep cifs bos.cifs_fs.rte 6.1.8.0 COMMITTED Runti
I/O 调度算法再各个进程竞争磁盘I/O 的时候担当了裁判的角色。他要求请求的次序和时机做最优化的处理,以求得尽可能最好的整体I/O 性能。 在linux 下面列出4 种调度算法: CFQ (Completely Fair Queuing 完全公平的排队)(elevator=cfq): 这是默认算法,对于通用服务器来说通常是最好的选择。它试图均匀地分布对I/O 带宽的访问。在多媒体应用,
Fedora 运行setup System Service各项的详细说明 acpid 配置文件:/proc/acpi/event 预设端口:无 说明:Advanced Configuration and Power Interface,为替代传统的APM电源管理标准而推出的新型电源管理标准。 是否需要启动:如果你需要对电源进行管理,那就需要启动。 anacron 配置文
ssh是安全的shell程序 【认证原理】 有2种认证方式 (一) 基于账号和口令的验证方式 (二) 基于公钥和私钥的验证方式 ssh的登录过程分为5个阶段 1、版本号协商阶段 2、密钥和算法协商阶段 3、认证阶段 4、会话请求阶段 5、会话交互阶段 《1》版本号协商阶段 服务端打开端口22,等待客户连接。 客户端向服务端发起TCP连接,连接建立后
该文件中的所有值都是从系统启动开始累计到当前时刻。该文件只给出了所有CPU的集合信息,不能该出每个CPU的信息。[root@localhost ~]# cat /proc/loadavg 4.61 4.36 4.15 9/84 5662每个值的含义为:参数 解释lavg_1 (4.61) 1-分钟平均负载lavg_5 (4.36) 5-分钟平均负载lavg_15(4.15) 15-分钟平均负载nr
功能说明:声明 shell 变量。 语 法:declare [+/-][afrix] 补充说明:declare为shell指令,在第一种语法中可用来声明变量并设置变量的属性([rix]即为变量的属性),在第二种语法中可用来显示shell函数。若不加上任何参数,则会显示全部的shell变量与函数(与执行set指令的效果相同)。 参 数: +/- "-"可用来指定变量的属性,"+
OpenSSH is the implementation of the SSH protocol. OpenSSH is recommended for remote login, making backups, remote file transfer via scp or sftp, and much more. SSH is perfect to keep confidentiality
PS1:提示符的设置 PS1(是数字1而不是字母l),每个版本bash的PS1变量内的特殊符号可能有些小的差异,你可以先man bash 一下。下面是FC4环境下默认的特殊符号所代表的意义: \d :代表日期,格式为weekday month date,例如:"Mon Aug 1"
NAME mpstat - Report processors related statistics.SYNOPSIS mpstat [ -A ] [ -I { SUM | CPU | ALL } ] [ -u ] [ -P { cpu [,...] |
Red Hat Enterprise Linux comes with a variety of resource monitoring tools. While there are more than those listed here, these tools are representative in terms of functionality. T
Tool ifconfigThe "ifconfig" command allows the operating system to setup network interfaces and allow the user to view information about the configured network interfaces. Syntaxifconfig [-L] [-m
Ethtool utility is used to view and change the ethernet device parameters. 1. List Ethernet Device Properties When you execute ethtool command with a device name, it displays the following informati
mii-tool:linux下专门设置网卡工作模式的命令mii-tool --helpusage: mii-tool [-VvRrwl] [-A media,... | -F media] [interface ...] -V, --version &nbs
[root@redhat ~]# lsof --helplsof: illegal option character: -lsof: -e not followed by a file system path: "lp"lsof 4.78 latest revision: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ lates
NAME iostat - Report Central Processing Unit (CPU) statistics and input/output statistics for devices and partitions.OPTIONS -c&
NAME ipcs - provide information on ipc facilitiesSYNOPSIS ipcs [ -asmq ] [ -tclup ] ipcs [ -
Linux super-duper admin tools: Strace In my LKCD and Kdump tutorials, I've mentioned a large number of sequels, including tutorials showing how to w
RedHat Shell常用快捷键可以用stty –a查看所有按键映射,不过不是很准确。主要是一些关于方向和和回车删除之类操作的快捷键。在Shell命令行中:一些常用的:Ctrl f/b:光标向前/向后;Ctrl a/e:光标到行首/行尾;Ctrl u/k:删除光标前/后所有字符;Ctrl ?=Ctrl xu:撤销上次操作;Ct
本博文介绍将介绍如何在rhel5/centos5的环境下安装配置iscsi服务。测试环境:iscsi server: 192.168.0.210 server210.example.comiscsi client: 192.168.0.200 client200.example.com两台机器的操作系统都是rhel5.4 32, 该配置方法同样适用于64位的操作系统。一:iscsi server的
1. This topic decribe how to install tectia ssh on aix7.0 with deault configration.a. Download install package from http://www.ssh.com website. But now you can find it in /Scratch/jchen
本文章介绍了配置网卡bonding方法和步骤,实验环境为一台rhel5.4的虚拟机,添加了两块虚拟网卡,跟实体机是一样的,仅供大家参考学习使用。 实验环境为有两块网卡,分别是eth0,eth1. bonding后的名字为bond0(可自定义,不一定非取一样的名字). 1. 用命令modprobe -l查看当前系统是够已经加载了bond模块(系统默认已经加载)。 [root@server1 ~
如何在rhel6.0/centos6.0安装iscsi服务安装环境:Iscsi server: server.example.com 192.168.0.100Iscsi client: server.example.com 192.168.0.200在iscsi server上的操作步骤。a. 安装iscsi server软件包。(1) 用RPM的方式安装。[root@s
Check for these CPU extensions:# grep -E 'svm|vmx' /proc/cpuinfo- vmx is for Intel processors- svm is for AMD processorsInstall PackagesThere are several RPMs to install that are not part of the base
在rhel6/centos6上创建,删除,扩展,缩小swap分区。
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号