NMDA Postgres 백업이 실패하고 "fusermount: mount failed: 작업이 허용되지 않음" 오류 메시지가 표시됩니다.
Summary: NMDA Postgres 백업 실패, fusermount: 마운트 실패: 허용되지 않는 작업
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
- NMDA Postgres 백업이 실패하고 다음 오류가 표시됩니다.
fusermount: mount failed: Operation not permitted
- NetWorker Module for Database and Applications 설치 가이드의 "Enabling Data Domain BoostFS for Orchestrated Application Protection" 섹션에서 발췌한 아래 단계를 완료했습니다.
-
Lockbox에 초기 항목을 생성했습니다.
/opt/emc/boostfs/bin/boostfs lockbox set -d aaaa -s aaaa -u aaaa
-
Lockbox에 대한 사용 권한을 설정합니다.
chmod 0700 /opt/emc/boostfs/lockbox/* chmod 1700 /opt/emc/boostfs/lockbox chmod 1700 /opt/emc/boostfs/log
-
할당된 ACL 사용 권한:
setfacl -m u:<user>:rwx /opt/emc/boostfs/lockbox setfacl -m u:<user>:rw /opt/emc/boostfs/lockbox/* setfacl -m u:<user>:rwx /opt/emc/boostfs/log
참고: 여기서 <user> 는 OAPP 백업 및 복원을 실행하는 운영 체제 계정입니다. -
fusermount 바이너리 사용 권한을 확인했습니다.
chmod o-rx /bin/fusermount setfacl -m u:<user>:rx /bin/fusermount
-
- fusermount 바이너리에는 다음과 같은 권한이 있습니다.
-rwxr-x---+ 1 root root 32096 Jul 24 2018 /bin/fusermount
Cause
/bin/fusermount에서 setuid 비트가 누락되었습니다. 파일의 사용 권한은 다음과 같아야 합니다.
-rwsr-x---+ 1 root root 32096 Jul 24 2018 /bin/fusermount
Resolution
fusermount에는 setuid 플래그가 포함되어 있습니다. setuid 플래그가 누락된 경우 다음 명령을 실행하여 수정합니다.
sudo chmod 4755 /bin/fusermount sudo chmod o-rx /bin/fusermount sudo setfacl -m u:<user>:rx /bin/fusermount
참고: 여기서 <user> 는 OAPP 백업 및 복원을 실행하는 운영 체제 계정입니다.
Article Properties
Article Number: 000219011
Article Type: Solution
Last Modified: 28 Mar 2024
Version: 2
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.