Sun Java System Portal Server 7 Command-Line Reference

psadmin create-par

Description

Creates a PAR file from a file system directory which contains the PAR file structure and data files.

Synopsis

Long Format

create-par --dir par_src_dir [--debug] par-file

Short Format

create-par -I par-src-dir [--debug] par-file

Options

The following option is required:

--dir | -I par-src-dir

A fully qualified file system directory which contains the PAR file source.

The following option is optional:

--debug

This flag is used for debugging purpose only, set this flag to true to see exceptions that caused the error. By default, this is set to false.

Operands

The following operand is supported:

par-file

Specifies the PAR file to be created. The file must have the extension .par. If the PAR file already exists, it will be overwritten by the new file. See also PAR File Format.