Veritas log: “Path not found”

Error occurs because VCS cannot locate the UNIX sh command to start the dataserver binary. Veritas truncates the start of the $PATH environment variable, so verify that Veritas is locating the sh command. Check the value for $PATH and restart Veritas:

  1. Check the value for $PATH

    echo $PATH
    
  2. Change the value of $PATH to include the sh command:

    export PATH=/bin:/sbin:/usr/bin:/usr/sbin
    
  3. Stop Veritas:

    Issue hastop -local
    
  4. Restart Veritas:

    hastart