Change the Project Name, Server Host, or User
Change the Project Name
To change the project name, change the variable VOV_PROJECT_NAME in the setup.tcl file.
% cd `vovserverdir`
% vovproject stop oldname
% mv oldname.swd newname.swd
% vi newname.swd/setup.tcl # Change VOV_PROJECT_NAME
% vcs newname.swd/setup.tcl.
% vovproject start
Change the Server Host
- The setup.tcl file in the server working directory
- The registry entry (normally located in $VOVDIR/local/registry/user/)
- For Accelerator only, the queue-specific configuration
file in the NC_CONFIG_DIR directory (usually
$VOVDIR/local/vncConfig
)
Rehost a Project
% vovproject start -rehost
Block a Project from Returning to Shell
The option -block is used to prevent the project startup from returning to the shell. This is useful when the project is being started as a batch job in a scheduler environment. The -block option can be used when starting or creating a vovproject.
% vovproject start -block
% vovproject create -block
Change Ownership of VOV Projects
It can be necessary or useful to change the owner of a VOV project. For example, a project that was started under an individual's account, but will be shared and should be owned by a role account instead.
VOV records the initial creator of a project as the owner of the project in the project's regentry file. This enables the vovproject list command to show a user the projects that the user has created.
There are several ways change the ownership of a project. Regardless of the method used, it is essential to first stop the project's vovserver before making any changes. The vovserver periodically updates the status of a project and re-writes the regentry file; any changes made while the project is running may be overwritten by the vovserver.
The following are two examples for changing project ownership.
Change Ownership, Method 1
Change Ownership, Method 2
In this example, you'll stop the project, change the OS ownership of its files, and manually change the project metadata recorded by VOV in the regentry file. Follow the steps to do so: