Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sun -> linux with ontape

Status
Not open for further replies.

fra1975

Programmer
Apr 3, 2003
2
0
0
IT
this is my first post so ... hi to all

tryed to do the following:

# on the sun machine:

touch path_to_tape_file
chmod 666 path_to_tape_file

# in onconfig:
TAPEDEV path_to_tape_file
TAPEBLK 16
TAPESIZE 2000000
# stop onconfig

ontape -s

## on the linux machine:
chown informix.informix path_to_tape_file
# in onconfig:
TAPEDEV path_to_tape_file
TAPEBLK 16
TAPESIZE 2000000
# /onconfig
oninit -i
#recreate dbspaces snd chunks with same size
ontape -r

### CONSOLE OUTPUT ###
Please mount tape 1 on path_to_tape_file and press Return to continue ...
Physical restore failed - function read archive backup failed code -1 errno 0
Restore a level 0 archive (y/n) y
Ready for level 0 tape

Please mount tape 1 on path_to_tape_file and press Return to continue ...
Interrupt received ...
### /CONSOLE OUTPUT ###

tnx in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top