Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...