This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
aix:concurrent_fs_mount [2021/11/15 17:47] manu [Using Mount Guard] |
aix:concurrent_fs_mount [2022/11/07 11:02] (current) manu [Using Mount Guard] |
||
---|---|---|---|
Line 56: | Line 56: | ||
The filesystem is potentially mounted on another node. | The filesystem is potentially mounted on another node. | ||
</cli> | </cli> | ||
+ | |||
+ | Check into the VG the mountguard option (on one PV from VG) | ||
+ | <cli prompt='#'> | ||
+ | # readvgda hdisk14 | more | ||
+ | ... | ||
+ | ------- LV 3 ------ | ||
+ | lvname: fslv34 | ||
+ | lv_state: 1 | ||
+ | flags: 0x21 | ||
+ | mirror_policy: 2 | ||
+ | num_lps: 1 | ||
+ | maxsize: 512 | ||
+ | stripe_exp: 0 | ||
+ | striping_width: 0 | ||
+ | lv_avoid: 0 | ||
+ | child_min_num: 0 | ||
+ | upperbound: 1024 | ||
+ | lv_opt: 0x2 | ||
+ | preferred_read: 0 | ||
+ | strict: s | ||
+ | relocatable: y | ||
+ | interpolicy: m | ||
+ | intrapolicy: m | ||
+ | mirror_pool[]: 1 2 0 | ||
+ | ------ lvcb ------ | ||
+ | type: jfs2 | ||
+ | created_time: Thu Dec 4 09:48:06 2014 | ||
+ | modified_time: Mon Jul 1 10:28:11 2019 | ||
+ | mod_machine_id: BF8AAAAC00 | ||
+ | label: /opt/tsm | ||
+ | fs: vfs=jfs2:log=/dev/loglv01:mount=true:account=false:mountguard=yes | ||
+ | dev_uid: 0 | ||
+ | dev_gid: 0 | ||
+ | dev_perm: 432 | ||
+ | ------------------ | ||
+ | ... | ||
+ | </cli> | ||
+ | |||
+ | |||
===== Lock VG ===== | ===== Lock VG ===== |