PDA

View Full Version : cmtool



voiviov
20th February 2004, 17:52
Hi

Does anyone have any experience with cmtool? Or any documentation that goes beyond the standard output from "cmtool> help"? I want to use it to add a library but can't figure out how to specify what partition it goes in.

Thanks!

mister
1st March 2004, 16:02
using cmtool:

from the /usr/discreet/io/bin directory,
start cmtool
>cmtool

Open the volume
cmtool> open stonefs0

List the projects
cmtool>ls
This will list all the projects on your system.

Open the project you would like to create a library in.
cmtool> open project <project name>

Now add the library you would like.
cmtool> add library <library_name>


Troubleshooting:
If you get an error like:
Error adding library.
It is possible that the project is incompatible, or the volume is locked.
You may also want to try and be root, but I don't think that matters.

It should return:
PROJMGT : Project "<project_name>" is compatible.

voiviov
1st March 2004, 17:43
Thanks! I'll have to try it out later.