服务器之家:专注于服务器技术及软件下载分享
分类导航

Linux|Centos|Ubuntu|系统进程|Fedora|注册表|Bios|Solaris|Windows7|Windows10|Windows11|windows server|

服务器之家 - 服务器系统 - Linux - RHEL7使用ssm命令管理LVM的方法

RHEL7使用ssm命令管理LVM的方法

2021-12-10 16:28Linux教程网 Linux

下面小编就为大家带来一篇RHEL7使用ssm命令管理LVM的方法。小编觉得挺不错的,现在就分享给大家,也给大家做个参考。一起跟随小编过来看看吧

1.安装ssm

[root@localhost ~]# yum -y install system-storage-manager.noarch

2.检查硬盘和LVM信息

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[root@localhost ~]# sudo ssm list
---------------------------------------------------------//物理设备
Device    Free   Used   Total Pool Mount point
---------------------------------------------------------
/dev/sda           50.00 GB    PARTITIONED
/dev/sda1          500.00 MB    /boot  
/dev/sda2           2.02 GB    SWAP  
/dev/sda3           47.50 GB    /    
/dev/sdb  4.00 GB 1.00 GB  5.00 GB vg00     
/dev/sdc  5.00 GB 0.00 KB  5.00 GB vg00     
/dev/sdd            5.00 GB        
/dev/sde            5.00 GB        
---------------------------------------------------------
----------------------------------------------//存储池
Pool Type Devices   Free   Used  Total
----------------------------------------------
vg00 lvm  2    8.99 GB 1.00 GB 9.99 GB
----------------------------------------------
----------------------------------------------------------------------------------//存储池中的LVM卷
Volume     Pool Volume size FS   FS size    Free Type  Mount point
----------------------------------------------------------------------------------
/dev/vg00/lv00 vg00   1.00 GB ext2  1.00 GB 957.62 MB linear     
/dev/sda1        500.00 MB xfs  496.67 MB 406.23 MB part  /boot  
/dev/sda3        47.50 GB xfs  47.47 GB  43.87 GB part  /    
----------------------------------------------------------------------------------

3.将物理磁盘添加到LVM池中

?
1
2
3
[root@localhost ~]# ssm add -p vg00 /dev/sdd
 Physical volume "/dev/sdd" successfully created
 Volume group "vg00" successfully extended

4.查看当前存储池

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[root@localhost ~]# ssm list
---------------------------------------------------------
Device    Free   Used   Total Pool Mount point
---------------------------------------------------------
/dev/sda           50.00 GB    PARTITIONED
/dev/sda1          500.00 MB    /boot  
/dev/sda2           2.02 GB    SWAP  
/dev/sda3           47.50 GB    /    
/dev/sdb  4.00 GB 1.00 GB  5.00 GB vg00     
/dev/sdc  5.00 GB 0.00 KB  5.00 GB vg00     
/dev/sdd  5.00 GB 0.00 KB  5.00 GB vg00     
/dev/sde            5.00 GB        
---------------------------------------------------------
------------------------------------------------
Pool Type Devices   Free   Used   Total
------------------------------------------------
vg00 lvm  3    13.99 GB 1.00 GB 14.99 GB
------------------------------------------------
----------------------------------------------------------------------------------
Volume     Pool Volume size FS   FS size    Free Type  Mount point
----------------------------------------------------------------------------------
/dev/vg00/lv00 vg00   1.00 GB ext2  1.00 GB 957.62 MB linear     
/dev/sda1        500.00 MB xfs  496.67 MB 406.23 MB part  /boot  
/dev/sda3        47.50 GB xfs  47.47 GB  43.87 GB part  /    
----------------------------------------------------------------------------------

5.扩大LVM卷

?
1
2
3
4
5
6
7
8
[root@localhost ~]# ssm resize -s +10G /dev/vg00/lv00
fsck,来自 util-linux 2.23.2
/dev/mapper/vg00-lv00: 11/65536 files (0.0% non-contiguous), 4763/262144 blocks
 Extending logical volume lv00 to 11.00 GiB
 Logical volume lv00 successfully resized
resize2fs 1.42.9 (28-Dec-2013)
Resizing the filesystem on /dev/mapper/vg00-lv00 to 2883584 (4k) blocks.
The filesystem on /dev/mapper/vg00-lv00 is now 2883584 blocks long.

6.查看结果

 

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[root@localhost ~]# ssm list
---------------------------------------------------------
Device    Free   Used   Total Pool Mount point
---------------------------------------------------------
/dev/sda           50.00 GB    PARTITIONED
/dev/sda1          500.00 MB    /boot  
/dev/sda2           2.02 GB    SWAP  
/dev/sda3           47.50 GB    /    
/dev/sdb  0.00 KB 5.00 GB  5.00 GB vg00     
/dev/sdc  0.00 KB 5.00 GB  5.00 GB vg00     
/dev/sdd  3.99 GB 1.01 GB  5.00 GB vg00     
/dev/sde            5.00 GB        
---------------------------------------------------------
------------------------------------------------
Pool Type Devices   Free   Used   Total
------------------------------------------------
vg00 lvm  3    3.99 GB 11.00 GB 14.99 GB
------------------------------------------------
----------------------------------------------------------------------------------
Volume     Pool Volume size FS   FS size    Free Type  Mount point
----------------------------------------------------------------------------------
/dev/vg00/lv00 vg00   11.00 GB ext2  11.00 GB  10.31 GB linear     
/dev/sda1        500.00 MB xfs  496.67 MB 406.23 MB part  /boot  
/dev/sda3        47.50 GB xfs  47.47 GB  43.87 GB part  /    
----------------------------------------------------------------------------------

7.更新文件系统

[root@localhost ~]# mke2fs /dev/vg00/lv00

8.挂载结果

?
1
2
3
4
5
6
7
8
9
[root@localhost ~]# df -hT
文件系统       类型   容量 已用 可用 已用% 挂载点
/dev/sda3       xfs    48G 3.6G  44G  8% /
devtmpfs       devtmpfs 906M   0 906M  0% /dev
tmpfs         tmpfs   914M  80K 914M  1% /dev/shm
tmpfs         tmpfs   914M 8.9M 905M  1% /run
tmpfs         tmpfs   914M   0 914M  0% /sys/fs/cgroup
/dev/sda1       xfs    497M 116M 382M  24% /boot
/dev/mapper/vg00-lv00 ext2    11G 5.0M  11G  1% /mnt

9.创建新的LVM池

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[root@localhost ~]# mkdir /soft
[root@localhost ~]# ssm create -s 1G -n soft --fstype xfs -p mysoft /dev/sde /soft 
//create创建、-s 1G指定大小、-n soft文件名称、--fstype xfs文件系统、-p mysoft指定存储池名称、/dev/sde /soft指定那块磁盘挂载哪个目录上
 Physical volume "/dev/sde" successfully created
 Volume group "mysoft" successfully created
 Logical volume "soft" created
meta-data=/dev/mysoft/soft    isize=256  agcount=4, agsize=65536 blks
     =            sectsz=512  attr=2, projid32bit=1
     =            crc=0
data   =            bsize=4096  blocks=262144, imaxpct=25
     =            sunit=0   swidth=0 blks
naming  =version 2       bsize=4096  ascii-ci=0 ftype=0
log   =internal log      bsize=4096  blocks=2560, version=2
     =            sectsz=512  sunit=0 blks, lazy-count=1
realtime =none          extsz=4096  blocks=0, rtextents=0

10.查看结果

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[root@localhost ~]# ssm list
-----------------------------------------------------------
Device    Free   Used   Total Pool  Mount point
-----------------------------------------------------------
/dev/sda           50.00 GB     PARTITIONED
/dev/sda1          500.00 MB     /boot  
/dev/sda2           2.02 GB     SWAP  
/dev/sda3           47.50 GB     /    
/dev/sdb  0.00 KB 5.00 GB  5.00 GB vg00      
/dev/sdc  0.00 KB 5.00 GB  5.00 GB vg00      
/dev/sdd  3.99 GB 1.01 GB  5.00 GB vg00      
/dev/sde  4.00 GB 1.00 GB  5.00 GB mysoft     
-----------------------------------------------------------
--------------------------------------------------
Pool  Type Devices   Free   Used   Total
--------------------------------------------------
mysoft lvm  1    4.00 GB  1.00 GB  5.00 GB
vg00  lvm  3    3.99 GB 11.00 GB 14.99 GB
--------------------------------------------------
----------------------------------------------------------------------------------------
Volume      Pool  Volume size FS    FS size    Free Type  Mount point
----------------------------------------------------------------------------------------
/dev/vg00/lv00  vg00    11.00 GB ext2  11.00 GB  10.31 GB linear /mnt  
/dev/mysoft/soft mysoft   1.00 GB xfs  1014.00 MB 1013.88 MB linear /soft  
/dev/sda1          500.00 MB xfs  496.67 MB  406.23 MB part  /boot  
/dev/sda3          47.50 GB xfs   47.47 GB  43.87 GB part  /    
----------------------------------------------------------------------------------------

11.对LVM卷快照

 

?
1
2
3
4
5
6
7
8
9
[root@localhost ~]# ssm snapshot /dev/mysoft/soft
 Rounding up size to full physical extent 208.00 MiB
 Logical volume "snap20160531T120543" created
[root@localhost ~]# ssm list snapshots
------------------------------------------------------------------------------
Snapshot             Origin Pool  Volume size   Size Type
------------------------------------------------------------------------------
/dev/mysoft/snap20160531T120543 soft  mysoft  208.00 MB 21.30 KB linear
------------------------------------------------------------------------------

 12.删除LVM卷

?
1
2
3
4
5
6
[root@localhost ~]# ssm remove /dev/mysoft/soft
Device '/dev/mysoft/soft' is mounted on '/soft' Unmount (N/y/q) ? Y
Do you really want to remove active logical volume snap20160531T120543? [y/n]: y
 Logical volume "snap20160531T120543" successfully removed
Do you really want to remove active logical volume soft? [y/n]: y
 Logical volume "soft" successfully removed

13.查看结果

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[root@localhost ~]# ssm list
-----------------------------------------------------------
Device    Free   Used   Total Pool  Mount point
-----------------------------------------------------------
/dev/sda           50.00 GB     PARTITIONED
/dev/sda1          500.00 MB     /boot  
/dev/sda2           2.02 GB     SWAP  
/dev/sda3           47.50 GB     /    
/dev/sdb  0.00 KB 5.00 GB  5.00 GB vg00      
/dev/sdc  0.00 KB 5.00 GB  5.00 GB vg00      
/dev/sdd  3.99 GB 1.01 GB  5.00 GB vg00      
/dev/sde  5.00 GB 0.00 KB  5.00 GB mysoft     
-----------------------------------------------------------
--------------------------------------------------
Pool  Type Devices   Free   Used   Total
--------------------------------------------------
mysoft lvm  1    5.00 GB  0.00 KB  5.00 GB
vg00  lvm  3    3.99 GB 11.00 GB 14.99 GB
--------------------------------------------------
----------------------------------------------------------------------------------
Volume     Pool Volume size FS   FS size    Free Type  Mount point
----------------------------------------------------------------------------------
/dev/vg00/lv00 vg00   11.00 GB ext2  11.00 GB  10.31 GB linear /mnt  
/dev/sda1        500.00 MB xfs  496.67 MB 406.23 MB part  /boot  
/dev/sda3        47.50 GB xfs  47.47 GB  43.87 GB part  /    
----------------------------------------------------------------------------------

14.删除存储池

?
1
2
[root@localhost ~]# ssm remove mysoft
 Volume group "mysoft" successfully removed

15.查看结果

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[root@localhost ~]# ssm list
---------------------------------------------------------
Device    Free   Used   Total Pool Mount point
---------------------------------------------------------
/dev/sda           50.00 GB    PARTITIONED
/dev/sda1          500.00 MB    /boot  
/dev/sda2           2.02 GB    SWAP  
/dev/sda3           47.50 GB    /    
/dev/sdb  0.00 KB 5.00 GB  5.00 GB vg00     
/dev/sdc  0.00 KB 5.00 GB  5.00 GB vg00     
/dev/sdd  3.99 GB 1.01 GB  5.00 GB vg00     
/dev/sde            5.00 GB        
---------------------------------------------------------
------------------------------------------------
Pool Type Devices   Free   Used   Total
------------------------------------------------
vg00 lvm  3    3.99 GB 11.00 GB 14.99 GB
------------------------------------------------
----------------------------------------------------------------------------------
Volume     Pool Volume size FS   FS size    Free Type  Mount point
----------------------------------------------------------------------------------
/dev/vg00/lv00 vg00   11.00 GB ext2  11.00 GB  10.31 GB linear /mnt  
/dev/sda1        500.00 MB xfs  496.67 MB 406.23 MB part  /boot  
/dev/sda3        47.50 GB xfs  47.47 GB  43.87 GB part  /    
----------------------------------------------------------------------------------

以上就是小编为大家带来的RHEL7使用ssm命令管理LVM的方法全部内容了,希望大家多多支持服务器之家~

延伸 · 阅读

精彩推荐
  • Linuxlinux中rmdir命令使用详解(删除空目录)

    linux中rmdir命令使用详解(删除空目录)

    今天学习一下linux中命令: rmdir命令。rmdir是常用的命令,该命令的功能是删除空目录,一个目录被删除之前必须是空的 ...

    linux命令大全5372019-11-19
  • LinuxLinux常用的日志文件和常用命令

    Linux常用的日志文件和常用命令

    成功地管理任何系统的关键之一,是要知道系统中正在发生什么事。 Linux 中提供了异常日志,并且日志的细节是可配置的。Linux 日志都以明文形式存储,所...

    Linux教程网2632020-04-18
  • LinuxLinux lnmp下无法使用mail发邮件的两种解决方法

    Linux lnmp下无法使用mail发邮件的两种解决方法

    在配置了lnmp环境后,出现了mail函数不能发送邮件的问题,其实有两种方法,一是使用sendmail组件,而是使用postfix。下面为大家一一介绍下 ...

    Linux之家4042019-09-17
  • LinuxLinux上设置用户通过SFTP访问目录的权限的方法

    Linux上设置用户通过SFTP访问目录的权限的方法

    这篇文章主要介绍了Linux上设置用户通过SFTP访问目录的权限的方法,SFTP可以理解为使用SSH协议进行FTP传输的协议,因而同时要对OpenSSH进行相关设置,需要的朋...

    OSChina10022019-06-19
  • LinuxLinux中环境变量配置的步骤详解

    Linux中环境变量配置的步骤详解

    Linux中环境变量包括系统级和用户级,系统级的环境变量是每个登录到系统的用户都要读取的系统变量,而用户级的环境变量则是该用户使用系统时加载的...

    Myths7882022-02-10
  • Linux确保Linux系统安全的前提条件 漏洞防护

    确保Linux系统安全的前提条件 漏洞防护

    Linux 作为开放式的操作系统受到很多程序员的喜爱,很多高级程序员都喜欢编写Linux操作系统的相关软件。这使得Linux操作系统有着丰富的软件支持,还有无...

    Linux之家2642020-04-11
  • Linux手把手教您在 Linux 上使用 GPG 加解密文件

    手把手教您在 Linux 上使用 GPG 加解密文件

    在本教程中,我将告诉你如何用 GPG 加密和解密文件。这是一个简单的教程,你可以在你的 Linux 系统上尝试所有的练习。这将帮助你练习 GPG 命令,并在你...

    Linux中国6962021-12-15
  • Linux详解Linux系统下PXE服务器的部署过程

    详解Linux系统下PXE服务器的部署过程

    这篇文章主要介绍了Linux系统下PXE服务器的部署过程,包括对PXE的API架构作了一个基本的简介,需要的朋友可以参考下...

    运维之道9812019-07-04