HSTRE0003E Cannot open file output_filename for writing.

Explanation

The file specified for ouput could not be opened for writing. The output filepath is constructed using the option to specify the output directory --output=output_directory and one of three output filenames.

The three output filepaths using the optional output directory are:

output_directory/TankSysCLI.auto output_directory/TankSysCLI.volume output_directory/TankSysCLI.attachpoint

The three default output filepaths are:

/usr/tank/server/DR/TankSysCLI.auto /usr/tank/server/DR/TankSysCLI.volume /usr/tank/server/DR/TankSysCLI.attachpoint

Action

Check the following settings, and make the necessary corrections before executing the script again:

  1. Check for the correct output directory specified with --output=output_directory
  2. Check for the correct permissions on the output directory to allow write privileges by the user invoking the script. The output directory permissions must allow the user to create a file for writing in the output directory.
  3. Check to make sure that the script is being invoked by a user who is intended to have write permissions in the output directory.

Run the script again.

Parent topic: System metadata messages

Terms of use | Feedback
(C) Copyright IBM Corporation 2003, 2004. All Rights Reserved.