Koozali.org: home of the SME Server

Ejecting Tape

Paul van Dun

Ejecting Tape
« on: March 26, 2002, 10:27:36 AM »
Hello everyone,


Since a few weeks we are running SME 5.12 on our server at work, because it will replace the Novell server (Yes, Yes).
Now there is one question standing, it''s running on a Dell 24000T server with a Archive Python tape streamer, which works fine but can flexbackup te bo set that it will eject the tape after completing a backup job.


Thanks in advance,


Paul van Dun
The Netherlands

Filippo Carletti

Re: Ejecting Tape
« Reply #1 on: March 26, 2002, 01:27:10 PM »
Yes, you have to modify /usr/bin/flexbackup.

Dean Thomas

Re: Ejecting Tape
« Reply #2 on: March 26, 2002, 03:23:12 PM »
now for the $64 question - could you please tell me what changes should be made to that file?

Filippo Carletti

Re: Ejecting Tape
« Reply #3 on: March 26, 2002, 04:11:42 PM »
Not tested.
Near line 370, after rewind, I'd put an "mt eject" command.

flexbackup mt sub does not support eject but it could be extended.
Or, I think, you could call mt directly.