兩個gpfs remote mount功能驗證

2021-10-20 18:45:06 字數 2675 閱讀 5150

客戶現場有一台x86的伺服器,客戶現場還有一台fp5466g2 k1 powerlinux的伺服器。

在gpfspoc.gpfs1001上遠端掛載gpfsremote.gpfs-remote集群的檔案系統gpfsremote。掛載在/db12目錄下。

[root@gpfs1001 ssl]# cp id_rsa_new.pub accesing_id_rsa.pub
在/var/mmfs/ssl/目錄下生成了id_rsa_new.pub檔案,可以重新命名.

[root@gpfs1001 ~]# mmauth update . -l authonly

mmauth: propagating the cluster configuration data to all affected nodes.

mmauth: command successfully completed

[root@gpfs1001 ssl]# scp accesing_id_rsa.pub 192.168.122.145:~/
[root@gpfs-remote ~]# mmauth genkey new

mmauth: command successfully completed

[root@gpfs-remote ssl]# cp id_rsa_new.pub owningcluster_id_rsa.pub
[root@gpfs-remote gpfs-remote]# mmauth update . -l authonly

mmauth: command successfully completed

拷貝到access_cluster集群上

[root@gpfs-remote ssl]# scp owningcluster_id_rsa.pub root@gpfs1001:~/
在owning_cluster上新增另乙個集群accessing_cluster的認證

[root@gpfs-remote ~]# mmauth add gpfspoc.gpfs1001 -k accesing_id_rsa.pub

mmauth: command successfully completed

owning_cluster上給accessing_cluster授權能夠訪問gpfsremote檔案系統

[root@gpfs-remote ~]# mmauth grant gpfspoc.gpfs1001 -f gpfsremote

mmauth: granting cluster gpfspoc.gpfs1001 access to file system gpfsremote:

mmauth: command successfully completed

在access_cluster上新增owningcluster上檔案系統,指定節點(gpfs-remote ip要寫在/etc/hosts)

root@gpfs1001 ssl]# mmremotecluster add gpfsremote.gpfs-remote -n gpfs-remote -k /root/owningcluster_id_rsa.pub

mmremotecluster: command successfully completed

mmremotecluster: propagating the cluster configuration data to all

affected nodes. this is an asynchronous process.

在access_cluster上遠端掛載

[root@gpfs1001 ssl]# mmremotefs add db12 -f gpfsremote -c gpfsremote.gpfs-remote -t /db12

mmremotefs: propagating the cluster configuration data to all

affected nodes. this is an asynchronous process.

[root@gpfs1001 ssl]# mmmount db12

mon mar 1 15:40:23 cst 2021: mmmount: mounting file systems ...

在access_cluster上已經能訪問另乙個集群中的檔案了。

db12 gpfs檔案系統就可以通過gpfs101來進行訪問了。

兩個明星 兩名水貨 兩個英超解說

兩個明星 兩名水貨 兩個英超解說 來自 撓頭蛇的blog 2006 03 30 08 54 42 大中小1 在這場算不上非常精彩的冠軍盃八強戰中,非常精彩的是兩名阿根廷人的表現。乙個是黃色的里克爾梅,他的護球簡直令人絕望 另乙個是藍黑的薩內蒂,他的狂飆突進幾乎讓人忘記了現代足球的陣型這個概念。看了里...

兩個明星 兩名水貨 兩個英超解說

兩個明星 兩名水貨 兩個英超解說 來自 撓頭蛇的blog 2006 03 30 08 54 42 大中小1 在這場算不上非常精彩的冠軍盃八強戰中,非常精彩的是兩名阿根廷人的表現。乙個是黃色的里克爾梅,他的護球簡直令人絕望 另乙個是藍黑的薩內蒂,他的狂飆突進幾乎讓人忘記了現代足球的陣型這個概念。看了里...

兩個棧實現佇列 兩個佇列實現棧

1.兩個棧實現佇列 大致思路 入佇列時,將元素入棧s1,出佇列時,將s2中的元素出棧即可,如果s2為空,那麼將s1中 s1.size 1 個元素出棧,加入到s2中,然後將s1中最後乙個元素出棧,即完成了出佇列的操作 include using namespace std include includ...