![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Problem Resolution Sure Solution 2343014.1 : PMAC Software Upgrade from Release 6.x to R6.4 failed due to error umount: /var/TKLC/smac/backup: device is busy
In this Document
Created from <SR 3-16388588504> Applies to:Oracle Communications Diameter Signaling Router (DSR) - Version DSR 7.0 to DSR 8.1.0 [Release DSR 7.0 to DSR 8.0]Information in this document applies to any platform. SymptomsSoftware Details: Error Information: ============= From Upgrade logs (/var/TKLC/log/upgrade/upgrade.log)
1513030735:: CMD: '/bin/umount' '/var/TKLC/smac/backup'
1513030735:: RC: 1 1513030735:: SIGNAL: 0 1513030735:: CORE: no 1513030735::<<< CMD OUTPUT >>> 1513030735::umount: /var/TKLC/smac/backup: device is busy. 1513030735:: 1513030735:: (In some cases useful info about processes that use 1513030735:: 1513030735:: the device is found by lsof(8) or fuser(1)) 1513030735:: 1513030735::<<< END OF CMD OUTPUT >>>
CauseThis could be caused if customer has backup schedule on the same time when upgrade is performed or due to a hung thread running a backup. Solution 1. Please, make sure schedule backup is NOT in the current window when the upgrade is being performed. This need to be check at the GUI:
2. Look at the backup time to verify the schedule is not during the upgrade. 3. It can also be possible that there is a hung thread running a backup. You can check this using the following commands
4. If there is no output for above two commands, please stop here and contact Support. 5. If there an output, will look like following example: [root@pmacu161 ~]# lsof | grep /var/TKLC/smac/backup
bash 17353 root cwd DIR 253,9 4096 2 /var/TKLC/smac/backup [root@pmacu161 ~]# fuser -mv /var/TKLC/smac/backup USER PID ACCESS COMMAND /var/TKLC/smac/backup: root 17353 ..c.. bash 6. The PID in above example is 17353 7. You can kill this PID by running the following command
8. Restart the Upgrade. Attachments This solution has no attachment |
||||||||||||||||
|