- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- copying files from HP-UX to Windows
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
07-04-2003 11:50 AM
07-04-2003 11:50 AM
copying files from HP-UX to Windows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2003 11:58 AM
07-04-2003 11:58 AM
Re: copying files from HP-UX to Windows
Otherwise you probably have to describe in a little more detail what you want to do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2003 12:51 PM
07-04-2003 12:51 PM
Re: copying files from HP-UX to Windows
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8725AA
CIFS/9000 Client to let HP-9000 write to W2K
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8724AA
Otherwise known as Samba
These applications are relatively simple to configure. The funcationality is already built into windows.
The rest of the process is scripting the actual tranfser process.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2003 01:37 PM
07-04-2003 01:37 PM
Re: copying files from HP-UX to Windows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2003 02:45 PM
07-04-2003 02:45 PM
Re: copying files from HP-UX to Windows
Here is a summary of the procedure:
a) Cron loads the FTP user dir with today's files to transfer.
b) 2nd cron 5 minutes later calls FTP script
c) The FTP user account that exists on server and client is called from within the FTP script. This FTP users account invokes the.netrc file automatically just by being in the FTP user's home directory.
c) The .netrc file contains a basic FTP command set for transferring files. This command set includes login, password, binary mode, put, get, mput, mget EOF, etc., See examples below.
d) The PC ftp server accepts the files.
e) PC schduler runs a macro 15 minutes later, or whenever, which invokes Excel, for example, and spreadsheets are created and saved automatically.
People with MeasureWare Spreadsheet do this for nightly server stats.
# cat /home/ftpuser/.netrc
machine SERVER login USER password SECRET macdef init
cd /remote-dir
lcd /local-dir
prompt
binary
mput *.*
quit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2003 04:01 PM
07-04-2003 04:01 PM
Re: copying files from HP-UX to Windows
scp
command to copy jobs back and forth.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2003 09:57 PM
07-04-2003 09:57 PM
Re: copying files from HP-UX to Windows
check here Download the evals from
you can run a daemon on the unix and you can use the NFS Maestro client on the Windows side.
http://hummingbird.com/products/nc/evals.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2003 06:28 AM
07-05-2003 06:28 AM
Re: copying files from HP-UX to Windows
You can use FTP and there you have multi get/put
Another option is to configure on HP the samba
and share the files to windows.
Caesar