AppSync: Bei einer UNIX-basierten Kopie kann der folgende Fehler auftreten: "Fehler beim Unmounten der Kopie mit Fehler"
Summary: Der Unmount-Vorgang wird für Kopien einer Dateisystemanwendung nicht abgeschlossen. Er beschwert sich über das Dateisystem, das während des Unmount-Vorgangs verwendet wird.
Symptoms
Der verwendete Mount-Host ist der AIX-Host.
Der Unmount-Vorgang wird mit den folgenden Ereignissen nicht abgeschlossen:
<DATE & TIME>,Unmount Copy,33a8372e-915d-4122-a8a7-4021dc89255c,MILE_000005,<AppSync Server>,Unmount Copy phase for <service plan> completed with errors <DATE & TIME>,Unmount Copy,33a8372e-915d-4122-a8a7-4021dc89255c,VM_000073,d<AppSync Server> ,Failed to unmount the copy with error: Unmount operation failed. Make sure the filesystem(s) are not in use.
Überprüfen Sie im Serverprotokoll, dass die Ausnahme "Unmount failed" gefolgt von einer Unmount-Anforderung an den Host gesendet und eine Antwort empfangen wird.
<DATE & TIME> ERROR [Thread-412 (ActiveMQ-client-global-threads)] [com.emc.archway.commands.serviceplan.workflow.WorkflowDeployPhaseCommandBean] [AppSync Server] [] 614a4cfc-c3fb-4ec8-85f6-b29a7c6047d5->>> Exception Occurred: UnmountFailedException, Message: Unmount operation failed.
Das Agent-Protokoll zeigt Folgendes an:
<DATE & TIME> acputil.py[671]:execute() Info:Running command: umount <File System > <DATE & TIME> host.py[3919]:unMount() error: ['umount: error unmounting [Device]: Device busy'] <DATE & TIME> host.py[3920]:unMount() errorcode: 1 <DATE & TIME> host.py[3921]:unMount() Info:couldn't unmount the filesystem <File System> <DATE & TIME> host.py[3926]:unMount() Info:FileSystem is busy, can't unmount the file system <DATE & TIME> host.py[3812]:unmountFilesystem() error: <DATE & TIME> host.py[3915]:unMount() Info:Running umount command ['umount', '/ora/oemxxx/xxxxx'] <DATE & TIME> host.py[3847]:unmountFilesystem() Info:Some of the filesystems couldn't be Unmounted, so can't deport the VG <VG Name>
Cause
Während des Unmount-Vorgangs wurde das Dateisystem verwendet.
Resolution
Navigieren Sie zum Mount-Host. Führen Sie den Befehl fuser aus, um festzustellen, welcher Prozess oder welche Anwendung das Dateisystem enthält.
Wenden Sie sich bei Bedarf an den UNIX-Administrator, um Unterstützung zu erhalten.
Warten Sie nach der Festlegung, bis er abgeschlossen ist, oder stoppen oder beenden Sie den Prozess oder die Anwendung, um das Dateisystem freizugeben.
Führen Sie dann den Unmount-Vorgang erneut aus. Es gelingt.