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.
    1. Voce iniziale creata nell'archivio protetto:

      /opt/emc/boostfs/bin/boostfs lockbox set -d aaaa -s aaaa -u aaaa
    2. 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
    3. 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.
    4. Autorizzazioni binarie fusermount selezionate:

      chmod o-rx /bin/fusermount
      setfacl -m u:<user>:rx /bin/fusermount

 

  • Il binario fusermount dispone delle seguenti autorizzazioni:
    -rwxr-x---+ 1 root root 32096 Jul 24  2018 /bin/fusermount

 

Cause

Il bit setuid non è presente in /bin/fusermount. L'autorizzazione del file dovrebbe essere simile alla seguente:

-rwsr-x---+ 1 root root 32096 Jul 24  2018 /bin/fusermount

 

Resolution

Il fusermount contiene il flag setuid. Se manca il flag setuid, 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: 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.