NMDA Postgres backup failed with error "fusermount: mount failed: Bediening niet toegestaan"

Summary: NMDA Postgres backup failure with error: fusermount: mount failed: Bediening niet toegestaan

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-back-up mislukt met de volgende fout:
fusermount: mount failed:  Operation not permitted

 

  • De onderstaande stappen, die zijn uitgevoerd in de sectie "Enabling Data Domain BoostFS for Orchestrated Application Protection" in de installatiehandleiding van NetWorker Module for Database and Applications, zijn voltooid.
    1. Aangemaakte eerste invoer in de lockbox:

      /opt/emc/boostfs/bin/boostfs lockbox set -d aaaa -s aaaa -u aaaa
    2. Machtigingen instellen voor de lockbox:

      chmod 0700 /opt/emc/boostfs/lockbox/*
      chmod 1700 /opt/emc/boostfs/lockbox
      chmod 1700 /opt/emc/boostfs/log
    3. Toegewezen ACL-machtigingen:

      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

       

      OPMERKING: Waarbij <de gebruiker> het besturingssysteemaccount is dat de OAPP-back-up en -herstel uitvoert.
    4. Gecontroleerde binaire machtigingen voor fusermount:

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

 

  • De fusermount binary heeft de volgende machtigingen:
    -rwxr-x---+ 1 root root 32096 Jul 24  2018 /bin/fusermount

 

Cause

De setuid bit ontbreekt in /bin/fusermount. De toestemming van het bestand moet er als volgt uitzien:

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

 

Resolution

De fusermount bevat de setuid vlag. Als de setuid-vlag ontbreekt, voert u de volgende opdrachten uit om dit te corrigeren:

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

 

OPMERKING: Waarbij <de gebruiker> het besturingssysteemaccount is dat de OAPP-back-up en -herstel uitvoert.

 

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.