...
Directory /usr/dbvisit/standbymp/oracle/conf must not contain any old DDC file:
Code Block |
---|
$ ls -l /usr/dbvisit/standbymp/oracle/conf/dbv_SLASH.env ls: cannot access '/usr/dbvisit/standbymp/oracle/conf/dbv_SLASH.env': No such file or directory |
Directory /usr/dbvisit/standbymp/oracle/conf must not contain old DDC sqlite repository either. The filename or repository is <lowercase db_name>.db:
...
Code Block |
---|
$ cat /tmp/dbv_SLASH.env | egrep 'HOSTNAME_CMD =' | grep -v \# HOSTNAME_CMD = dbvhost_slash.sh $ ls -l /usr/dbvisit/standbymp/oracle/dbvhost_slash.sh ls: cannot access '/usr/dbvisit/standbymp/oracle/dbvhost_slash.sh': No such file or directory |
Note |
---|
If you’re in SEHA or RAC environment then it’s exactly the opposite: you MUST manually create the hosts file, if it’s not already existing. Create empty file as per HOSTNAME_CMD parameter and include following line: echo “hostname” Where hostname string is the value of SOURCE parameter found in your DDC file. |
3. Import DDC file
3.1 Import DDC file into dashboard
...