Grid Engine Management Module User's Guide

Manage Versions

To perform version management tasks use the following command with the appropriate argument.

Command:/scs/sbin/gemmVersMgmt.pl [args]

Arguments

Examples

This example lists the versions in directory /scs/data/gemm/versions:

- /scs/sbin/gemmVersMgmt.pl -lv /scs/data/gemm/versions

This example renames the directory vers_name to a new name.

- /scs/sbin/gemmVersMgmt.pl -nv vers_name new_name

This example adds files to the directory vers_name:

- /scs/sbin/gemmVersMgmt.pl -af vers_name file1 file2 file3

This example removes files from the directory vers_name:

- /scs/sbin/gemmVersMgmt.pl -rf vers_name file1 file2 file3