You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact support.
If you prefer not to see double-underlined words and corresponding ads, place your cursor
Is it possible to use ontape informix utility to backup a local database on a tape connected to a remote server? I know this possible in case of using ufsdump.
Yes you can on Unix.
Set TAPEDEV in the onconfig to hostname:/dev/st0
Ensure TAPESIZE is non-zero
Set up trust relationship so the machine with the backup device trusts the machine with the instance - I do this with .rhosts and the permissions of this file are critical. You can prove .rhosts is working by running rlogin from the instance host to the host with the backup device - if you are not prompted for a password then the trust works.