Backup di NMDA Postgres non riuscito con errore "fusermount: mount failed: Operazione non consentita"
Summary: Backup di NMDA Postgres non riuscito con errore: fusermount: mount failed: Operazione non consentita
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
- Backup NMDA Postgres non riuscito con il seguente errore:
fusermount: mount failed: Operation not permitted
- La procedura riportata di seguito, tratta dalla sezione "Abilitazione di Data Domain BoostFS per la protezione delle applicazioni orchestrata" nella Guida all'installazione di NetWorker Module for Database and Applications, è stata completata.
-
Voce iniziale creata nell'archivio protetto:
/opt/emc/boostfs/bin/boostfs lockbox set -d aaaa -s aaaa -u aaaa
-
Impostare le autorizzazioni per l'archivio protetto:
chmod 0700 /opt/emc/boostfs/lockbox/* chmod 1700 /opt/emc/boostfs/lockbox chmod 1700 /opt/emc/boostfs/log
-
Autorizzazioni ACL assegnate:
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
NOTA: Dove <user> è l'account del sistema operativo che esegue il backup e il ripristino OAPP. -
Selezionata
fusermountAutorizzazioni binarie:chmod o-rx /bin/fusermount setfacl -m u:<user>:rx /bin/fusermount
-
- La colonna
fusermountIl binario dispone delle seguenti autorizzazioni:-rwxr-x---+ 1 root root 32096 Jul 24 2018 /bin/fusermount
Cause
La colonna setuid bit mancante in /bin/fusermount. L'autorizzazione del file dovrebbe essere simile alla seguente:
-rwsr-x---+ 1 root root 32096 Jul 24 2018 /bin/fusermount
Resolution
La colonna fusermount contiene il setuid . Se setuid Il flag è mancante, eseguire i seguenti comandi per correggerlo:
sudo chmod 4755 /bin/fusermount sudo chmod o-rx /bin/fusermount sudo setfacl -m u:<user>:rx /bin/fusermount
NOTA: Dove <user> è l'account del sistema operativo che esegue il backup e il ripristino OAPP.
Article Properties
Article Number: 000219011
Article Type: Solution
Last Modified: 13 Mar 2026
Version: 3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.