A.6 Workarounds for Issues not fixed in this Release
Note:
If this procedure fails, contact My Oracle Support (MOS).- Determine if backup directory is created:
- Run the following command on console of Active NOAM/SOAM server
(accessed via the VIP) and compare the
output:
$ cd /var/TKLC/db/filemgmt/
$ ls -ltr
- Look for backup directory in the output.
- Check if directory is already created with correct permission and
directory will look
like:
drwxrwx--- 2 awadmin awadm 4096 Dec 19 02:15 backup
- In case, directory is already there with right permissions then skip step 2 and 3.
- If directory is not with right permissions then run step 3 otherwise go to next step.
- Run the following command on console of Active NOAM/SOAM server
(accessed via the VIP) and compare the
output:
- NOAM/SOAM VIP console change permissions of backup directory:
- Assuming present working directory exists in
/var/TKLC/db/filemgmt/
if not runcd /var/TKLC/db/filemgmt/
- Create backup directory using the following
command:
$mkdir backup
- Verify if directory is
created:
$ ls -ltr /var/TKLC/db/filemgmt/backup
Error should not appear, "No such file or directory". Rather it will show the directory, as directory will be empty it will show total 0 as content.
- Assuming present working directory exists in
- Assuming present working directory is /var/TKLC/db/filemgmt/ Otherwise
run:
cd /var/TKLC/db/filemgmt/
- Create backup directory:
# $mkdir backup
- Verify if directory is
created
$ ls -ltr/var/TKLC/db/filemgmt/backup
Error should not appear, "No such file or directory". Rather it will show the directory, as directory will be empty it will show total 0 as content.
- Create backup directory:
- Assuming backup directory is created.
- Verify directory is
created:
$ ls -ltr/var/TKLC/db/filemgmt/backup
Error should not appear, "No such file or directory". Rather it will show the directory, as directory will be empty it will show total 0 as content.
- If directory is not created proceed to step 2.
- Change permissions of backup directory running the following command:
$ chmod 770 /var/TKLC/db/filemgmt/backup
- Change ownership of backup
directory
$ sudo chown -R awadmin:awadm /var/TKLC/db/filemgmt/backup After changing the permissions and ownership of the backup directory.
- Directory will look
like:
drwxrwx--- 2 awadmin awadm 4096 Dec 22 02:15 backup
- Verify directory is
created:
- Copy the backup file to backup
directory:
$ cp BACKUPFILE /var/TKLC/db/filemgmt/backup.
- Provide permissions to backup file inside backup directory.
- Ensure present working directory
$cd /var/TKLC/db/filemgmt/backup
. - Change permissions of files inside backup directory
$chmod 666
. - Change ownership of files inside backup
directory.
$ sudo chown -R awadmin:awadm Backup.*