- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to read a tape device on a other HP-UX ser...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 08:51 PM
04-07-2005 08:51 PM
How to read a tape device on a other HP-UX server
- Server-1: HP9000/L2000 server with HP-UX 11.00 and a DDS3 drive.
- Server-2: HP9000/rp4440 server with HP-UX 11.11 (11i v1) and a DDS4 drive.
On server-2 we want to read a DDS-1 tape, inserted in the DDS3 tape drive of server-1.
Is this possible?
If yes, how to proceed?
We only can read these DDS-1 tape on the DDS3 drive and not on the DDS4 tape drive.
Regards,
CvB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 08:56 PM
04-07-2005 08:56 PM
Re: How to read a tape device on a other HP-UX server
Maybe it can help you with what you're trying to do.
Regards,
Rik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 08:57 PM
04-07-2005 08:57 PM
Re: How to read a tape device on a other HP-UX server
It depends on the tape format (which application that has created the tape). For example, if fbackup or ftio, you can specify a tape device on a remote system in the command options.
Maybe the most general solution is to restore to a temporary location, create a tar file of the data and ftp to the remote system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 09:05 PM
04-07-2005 09:05 PM
Re: How to read a tape device on a other HP-UX server
The tape is created on a HPe3000 server and is a backup tape!
We need are in a process of converting a HPe3000 server to Windows, yes Windows.
The tape's created on the HPe3000 aren't readable under Windows.
So want to read the tape's under HP-UX and using "rosetta" convert this to file's who are in a readable format for windows.
Becose we need to read also the old tape's, to ten years ago back, we also has to read DDS-1 tapes.
Regards,
CvB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 09:08 PM
04-07-2005 09:08 PM
Re: How to read a tape device on a other HP-UX server
Yes it is possible.
Step 1.
Be sure that both server are defined in the /etc/hosts of each other.
Step 2.
Create an .rhost on server-1.
#cat > .rhost
server-2
Step 3.
Perform the operation you want on server-1 tape drive from server-2.
to check the contents of the tape
#frecover -f server-1:/dev/rmt/0m -I /tmp/log.out
to recover
#frecover -f server-1:/dev/rmt/0m -rv
Hope this helps,
Regards,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 09:11 PM
04-07-2005 09:11 PM
Re: How to read a tape device on a other HP-UX server
Another way of doing it simply is to mount a File system through NFS on server1 from server2 and extract it to that file system on server1.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 10:13 PM
04-07-2005 10:13 PM
Re: How to read a tape device on a other HP-UX server
Is it possible to mount a remote tape-unit?
The HPe3000 tapes can only be read with "rosetta" and not with "frecover"!
Regards,
CvB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 10:42 PM
04-07-2005 10:42 PM
Re: How to read a tape device on a other HP-UX server
Hi,
I am not sure if I understand you correct.
Server1 and Server2 in your original question is both HP-UX.
But,
"The tape is created on a HPe3000 server and is a backup tape!"
Is "rosetta" a HP-UX utility for reading e3000 (MVS ?) tape format ?
There is no general way in HP-UX to use a remote tape device. It depends on the command if it is possible to specify a remote device or, perhaps use some tricks with remsh and pipes (and, I know nothing about rosetta).
I would recommenend you to try the method in my previous reply, read the media from the local drive to a temporary location, pack into a tar file and transfer with ftp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 10:46 PM
04-07-2005 10:46 PM
Re: How to read a tape device on a other HP-UX server
1. HPe3000 isn't MVS but MPE/iX.
2. Application "rosetta" is a special application for reading HPe3000 (MPE) tapes on a HP-UX server.
3. Application "rosetta" is installed on server-2 and not on server-1.
Regards,
CvB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2005 01:34 AM
04-08-2005 01:34 AM
Re: How to read a tape device on a other HP-UX server
Sorry for the mistake about MVS/MPE.
Now I understand the problem better.
As I wrote in a previous reply there is no "general" method in HP-UX for using a remote device. It is application-dependant.
Check the documetation for rosetta, does it mention anything about remote devices ?
If not, perhaps a workaround is possible but as I know nothing about rosetta, I am not sure. I belive rosetta is not a standart HP-UX utility, I tried a forum search and found nothing.
As I can see, you have two options.
- Temporary move the DDS 3 drive to Server2.
- Install rosetta also on Server1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2005 06:52 PM
04-09-2005 06:52 PM
Re: How to read a tape device on a other HP-UX server
DDS4 drive can read tapes written on DDS3,DDS2 drives. Also it can read DDS-1 90 meter tape.
Considering this, the best option left out is to install DDS3 drive temporarily.
- Krishna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2005 06:58 PM
04-10-2005 06:58 PM
Re: How to read a tape device on a other HP-UX server
Thanks for your answers.
What we already expected, temporary install the DD3 seems to be for us the best option.
Regards,
CvB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2005 06:59 PM
04-10-2005 06:59 PM