![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2181617.1 : NSP Automatic Backup Using NFS Mount Point Is Not Working
In this Document
Created from <SR 3-13303346251> Applies to:Oracle Communications Performance Intelligence Center (PIC) Software - Version 10.2.0 and laterInformation in this document applies to any platform. SymptomsThe NSP automatic backup is not happening properly. The backup folder do not contain the ExpNSP.dmp.gz backup file. The ExpNSP.log file shows the following error: ORA-39000: bad dump file specification
ORA-31641: unable to create dump file "/opt/oracle/backup/NSP_BACKUP_09_07_16_22_00_01/ExpNSP.dmp" ORA-27054: NFS file system where the file is created or resides is not mounted with correct options Changes
CauseIn /etc/fstab: XXX.XXX.XXX.XXX:/cloudfs/backup /opt/oracle/backup nfs rsize=8192,wsize=8192,timeo=14,intr
The values rsize=8192,wsize=8192 are too small. SolutionChange fstab: XXX.XXX.XXX.XXX:/cloudfs/backup /opt/oracle/backup nfs rsize=32768,wsize=32768,timeo=14,intr
Attachments This solution has no attachment |
||||||||||||||||||
|