- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I write an HP-UX ascii file to a DAT tape w...
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
03-06-2003 03:48 AM
03-06-2003 03:48 AM
How do I write an HP-UX ascii file to a DAT tape which can be 'read in' to a Windows NT4.0 server?
I currently need to export a report generated by an oracle database on an A500 server(HP-UX11.0) to a windows NT4.0 server. The report is a flat ASCII file which is stored within the OS.
Is there a way I can write this file to the HP-UX server's DAT drive in a format which can be read by the NT4.0 server's DAT drive, and then subsequently manipulated?
I believe Microsoft produce a program which enables Unix shell commands to be run on a windows machine. Is this the answer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 04:11 AM
03-06-2003 04:11 AM
Re: How do I write an HP-UX ascii file to a DAT tape which can be 'read in' to a Windows NT4.0 server?
ux2dos ASCII_filename > /dev/rmt/0m
The Windows side will be difficult since you need to read the tape and unlike Unix, there are no device files for each device. Tapes are normally handled by special backupp programs that handle linkages to the tape drive.
I don't know of a Microsoft product, but Cygwin might be a possibility. You might look at the GNU utilities at gnu.org but either will require a lot of work to get them running and exchanging data.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 04:13 AM
03-06-2003 04:13 AM
Re: How do I write an HP-UX ascii file to a DAT tape which can be 'read in' to a Windows NT4.0 server?
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 04:20 AM
03-06-2003 04:20 AM
Re: How do I write an HP-UX ascii file to a DAT tape which can be 'read in' to a Windows NT4.0 server?
http://mirrors.kernel.org/gnu/tar/tar-1.12.msdos.exe
and for hpux:
http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.13.25/
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 04:20 AM
03-06-2003 04:20 AM
Re: How do I write an HP-UX ascii file to a DAT tape which can be 'read in' to a Windows NT4.0 server?
Other solution is to write a simple (?) C programm that open the DAT as a file device and read directy from it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 04:31 AM
03-06-2003 04:31 AM
Re: How do I write an HP-UX ascii file to a DAT tape which can be 'read in' to a Windows NT4.0 server?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 04:37 AM
03-06-2003 04:37 AM
Re: How do I write an HP-UX ascii file to a DAT tape which can be 'read in' to a Windows NT4.0 server?
If both your A500 and NT4.0 servers are on the network then you could consider using CIFS/9000 and simply mapping a network drive on the NT server and copying the file across. I guess this also depends on the size of the ASCII file.
CIFS/9000 is a free download from http://software.hp.com
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 05:06 AM
03-06-2003 05:06 AM
Re: How do I write an HP-UX ascii file to a DAT tape which can be 'read in' to a Windows NT4.0 server?
Good Luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 05:28 AM
03-06-2003 05:28 AM
Re: How do I write an HP-UX ascii file to a DAT tape which can be 'read in' to a Windows NT4.0 server?
If the hosts is connected to network, why not use ftp from the NT host to the HP-UX host. Open a command window and do:
ftp
after logging in go th the directory with the file
cd
get
If you are in ascii mode (default) the file is converted to dos format.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 11:33 AM
03-06-2003 11:33 AM
Re: How do I write an HP-UX ascii file to a DAT tape which can be 'read in' to a Windows NT4.0 server?
An easy way to read the file is:
. launch Internet Explorer
. type ftp://
. go to file and select login as...
. enter username and passwd
. go to the directory (/var/sam/log)
. open br_index.full then read it from your system hp-ux.
Hope this help.
Jacqueline