加入收藏 | 设为首页 | 会员中心 | 我要投稿 淮北站长网 (https://www.0561zz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 服务器 > 搭建环境 > Unix > 正文

如何在IBM AIX上构建一个双节点的IBM GPFS集群

发布时间:2016-10-09 10:08:33 所属栏目:Unix 来源:站长网
导读:副标题#e# 概述 本文的目的是为在 AIX 上安装和配置一个简单的双节点 GPFS 集群提供一个分步指南。下图提供了集群配置的可视化表示形式。 图 1. 集群配置的可视化表示形式 GPFS GPFS 提供了一个真正的 共享文件系统 功能,具有卓越的性能和可伸缩性。GPFS

在这里,可以使用 mmdsh 命令快速检查所有节点上的文件系统状态。

aixlpar1 :/ # mmdsh df -g | grep gpfs
aixlpar2:/dev/gpfs0       150.00    147.81    2%     4041     7% /gpfs
aixlpar2:/dev/gpfs1       150.00    147.69    2%     4041     3% /gpfs1
aixlpar1:/dev/gpfs1       150.00    147.69    2%     4041     3% /gpfs1
aixlpar1:/dev/gpfs0       150.00    147.81    2%     4041     7% /gpfs

如果需要更详细的信息,可以使用 mmdf 命令。

aixlpar1 :/gpfs # mmdf gpfs0 --block-size=auto
disk      disk size  failure holds    holds                 free                free
name      group metadata data        in full blocks        in fragments
--------------- ------------- -------- -------- ----- -------------------- ------------
Disks in storage pool: system (Maximum disk size allowed is 422 GB)
nsd01       50G       -1 yes      yes          49.27G ( 99%)          872K ( 0%)
nsd02       50G       -1 yes      yes          49.27G ( 99%)          936K ( 0%)
nsd03       50G       -1 yes      yes          49.27G ( 99%)          696K ( 0%)
           -------------                       -------------------- -------------------
(pool total) 150G                              147.8G ( 99%)        2.445M ( 0%)
     
           =============                       ==================== ===================
(total)          150G                          147.8G ( 99%)        2.445M ( 0%)
     
Inode Information
-----------------
Number of used inodes:            4040
Number of free inodes:           62008
Number of allocated inodes:      66048
Maximum number of inodes:        66048
     
aixlpar1 :/gpfs # mmdf gpfs1 --block-size=auto
disk       disk size  failure holds   holds             free            free
name       group metadata data        in full blocks    in fragments
--------------- ------------- -------- -------- ----- -------------------- 
Disks in storage pool: system (Maximum disk size allowed is 784 GB)
nsd04        50G       -1 yes      yes          49.55G ( 99%)        1.938M ( 00%)
nsd05        50G       -1 yes      yes          49.56G ( 99%)          992K ( 0%)
nsd06        50G       -1 yes      yes          49.56G ( 99%)        1.906M ( 00%)
          -------------                         -------------------- -------------------
(pool total) 150G                               148.7G ( 99%)        4.812M ( 00%)
     
          =============                         ==================== ===================
(total)           150G                          148.7G ( 99%)        4.812M ( 00%)
     
Inode Information
-----------------
Number of used inodes:            4040
Number of free inodes:          155704
Number of allocated inodes:     159744
Maximum number of inodes:       159744

通过决胜(tiebreaker)磁盘进行节点仲裁

(编辑:淮北站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

热点阅读