J. Bowser
J. Bowser

Reputation: 33

unrecognized command: "vob_restore"

We've recently been forced into rebuilding a ClearCase 8.0.0.5 server and restoring VOB snapshots. After installing CC and seemingly getting it up and running, I'm running into issues when I attempt to run vob_restore.

C:\>cleartool
cleartool> vob_restore
cleartool: Error: Unrecognized command: "vob_restore"

Although it's been a while since I've done this, but I've never had this issue before.

Could anyone help point me in a direction that would explain why this is "missing" and to get it up and running?

Upvotes: 1

Views: 72

Answers (1)

VonC
VonC

Reputation: 1324417

vob_restore (man page) is not a cleartool command:

Example: to restore VOB /vobs/src on a UNIX or Linux system

/opt/rational/clearcase/etc/vob_restore /vobs/src

See more in "Running vob_restore".

Upvotes: 1

Related Questions