AppSync: In una copia basata su UNIX potrebbe verificarsi l'errore seguente: "Impossibile disinstallare la copia con errore"
Summary: L'operazione di disinstallazione non viene completata per le copie di un'applicazione del file system. Si lamenta del file system utilizzato durante l'operazione di unmount.
Symptoms
L'host di mounting in uso è l'host AIX.
L'operazione di disinstallazione non viene completata con i seguenti eventi:
<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.
Nel registro del server, verificare che l'eccezione di disinstallazione non sia riuscita seguita da una richiesta di disinstallazione inviata all host e dalla ricezione di una risposta.
<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.
Il registro dell'agent mostra quanto segue:
<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
Durante l'operazione di disinstallazione, il file system era in uso.
Resolution
Passare all host di mounting. Eseguire il comando fuser per determinare quale processo o applicazione contiene il file system.
Se necessario, contattare l'amministratore UNIX per ricevere assistenza.
Una volta determinato il problema, attendere il completamento oppure arrestare o terminare il processo o l'applicazione per rilasciare il file system.
Quindi eseguire nuovamente l'operazione di disinstallazione. Ci riesce.