2019-04-11课堂笔记

Linux默认策略,把没有使用的内存,都会作为缓冲区或者缓存区。

1.常规分区

/boot  1024

Swap        内存1.5   大于8G给8G

/  所有

======================

/home

/var

/usr


2.存储数据库备份

/boot 1024M

/suap 内存1.5倍  大于8G给8G

/给100G

Data的数据库,data可以是任意


3.大型网站

/boot 1024M

/suap 内存1.5倍  大于8G给8G

/100G

剩下保留,谁用给谁


2019-04-11课堂笔记_第1张图片


[if !vml]

2019-04-11课堂笔记_第2张图片

[endif]



概念:

Ifconfig 别名IP

ip      辅助IP

增加网卡文件 /etc/sysconfig/network-scripts/ifcfg-eth0:0

Ip          辅助IP

Ip addr 10.0.0.203/24 dev eth0 label eth0:1



磁盘体系:


磁盘维护

挂载

文件系统

分区:[if !vml]

[endif]

2019-04-11课堂笔记_第3张图片

[if !vml]

2019-04-11课堂笔记_第4张图片

[endif]

Raid知识体系

DELL监控raid

命令使用:

#/opt/MegaRAID/MegaCli/MegaCli64 -LDInfo

-Lall -aALL 查raid级别

#/opt/MegaRAID/MegaCli/MegaCli64

-AdpAllInfo -aALL 查raid卡信息

#/opt/MegaRAID/MegaCli/MegaCli64 -PDList

-aALL 查看硬盘信息

#/opt/MegaRAID/MegaCli/MegaCli64 -AdpBbuCmd

-aAll 查看电池信息

#/opt/MegaRAID/MegaCli/MegaCli64 -FwTermLog

-Dsply -aALL 查看raid卡日志

#/opt/MegaRAID/MegaCli/MegaCli64 -adpCount 【显示适配器个数】

#/opt/MegaRAID/MegaCli/MegaCli64

-AdpGetTime –aALL 【显示适配器时间】

#/opt/MegaRAID/MegaCli/MegaCli64

-AdpAllInfo -aAll 【显示所有适配器信息】

#/opt/MegaRAID/MegaCli/MegaCli64 -LDInfo

-LALL -aAll 【显示所有逻辑磁盘组信息】

#/opt/MegaRAID/MegaCli/MegaCli64 -PDList

-aAll 【显示所有的物理信息】

#/opt/MegaRAID/MegaCli/MegaCli64 -AdpBbuCmd

-GetBbuStatus -aALL |grep ‘Charger Status’【查看充电状态】

#/opt/MegaRAID/MegaCli/MegaCli64 -AdpBbuCmd

-GetBbuStatus -aALL【显示BBU状态信息】

#/opt/MegaRAID/MegaCli/MegaCli64 -AdpBbuCmd

-GetBbuCapacityInfo -aALL【显示BBU容量信息】

#/opt/MegaRAID/MegaCli/MegaCli64 -AdpBbuCmd

-GetBbuDesignInfo -aALL 【显示BBU设计参数】

#/opt/MegaRAID/MegaCli/MegaCli64 -AdpBbuCmd

-GetBbuProperties -aALL 【显示当前BBU属性】

#/opt/MegaRAID/MegaCli/MegaCli64 -cfgdsply

-aALL 【显示Raid卡型号,Raid设置,Disk相关信息】

3.磁带状态的变化,从拔盘,到插盘的过程中。

Device |Normal|Damage|Rebuild|Normal

Virtual Drive

|Optimal|Degraded|Degraded|Optimal

Physical Drive |Online|Failed –>

Unconfigured|Rebuild|Online

4.查看磁盘缓存策略

#/opt/MegaRAID/MegaCli/MegaCli64 -LDGetProp

-Cache -L0 -a0


内外部结构、读写原理




网络部分:

[if !supportLists]1、 [endif]TCP三次握手四次挥手。

[if !supportLists]2、 [endif]11种状态

[if !supportLists]3、 [endif]Tcpdump/wireshark/route

[if !supportLists]4、 [endif]不能上网如何排查




架构

项目:

         完成一个固定计划,实现某种结果的事务


盖楼:

         设计师设计----框架

         钢材需要哪种、水泥需要那种、外墙装饰

         Nginx、mysql、php、zabbix、tomcat等等




学习服务:

         怎么安装

         Yum

         编译安装        居多

         二进制安装

了解服务配置文件

         每个配置文件干嘛的,有什么用,对应的配置参数干嘛的,有什么用?

了解该服务的工作原理

你可能感兴趣的:(2019-04-11课堂笔记)