1

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?

J. Bowser
  • 33
  • 3

1 Answers1

1

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".

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • Thank you, VonC. I had run across the second link you provided and inadvertently made a mental connection between the use of cleartool in Step 2 with the use of vob_restore bat in Step 3. Like I said, it's been a while since I've done this. :) – J. Bowser Jul 24 '18 at 22:06