- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Getting files from unix server to windows desk...
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
01-25-2006 09:32 AM
01-25-2006 09:32 AM
We want to get log files from a directory located on the HPUX server to our windows desktop/laptop without using ftp.
What are ways to get them ?
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2006 09:47 AM
01-25-2006 09:47 AM
Re: Getting files from unix server to windows desktop
- Make sure ftp server is running on you HPUX
system. Do this by :
Changing /etc/inetd.conf file to include ftpd
Restart inetd.
# kill -1
- Have a username/password ready so you are
able to login.
- FTP your files.
Cheers,
Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2006 09:55 AM
01-25-2006 09:55 AM
SolutionWithout ftp, you could use the following :
- Samba (CIFS) (www.samba.org)
- scp (www.openssh.org)
- NFS (which will mean you will need to buy some PC NFS product and setup the HPUX box as an NFS server.
or even
- rsync (although not the best way to do this if you're just incidentally transferring files). Very good foor keeping files up-to-date though. (also from www.samba.org).
And last, you could even burn the files on CD/DVD with mkisofs, which is included in the last version of the HP Ignite/UX product (obtainable through www.software.hp.com)
More than enough choices,
Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2006 03:47 PM
01-25-2006 03:47 PM
Re: Getting files from unix server to windows desktop
1, Open SSH. (it is good for security) using scp (secure copy command)
Connect to http://hpux.connect.org.uk/
and get OpenSSH as freeware
2, NFS Network File system - Hard to config, weak at security
www.docs.hp.com to learn NFS
3, Samba: it is easy to config.
refer docs on
www.samba.org for more
HTH
tienna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2006 05:59 PM
01-25-2006 05:59 PM
Re: Getting files from unix server to windows desktop
You can also use sftp (over ssh). If you want a graphical tool, you could use FileZilla.
http://filezilla.sourceforge.net/
Cheers,
Kasper
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2006 06:27 PM
01-25-2006 06:27 PM
Re: Getting files from unix server to windows desktop
Yes, you can use tools like "scp" to copy from unix to windows. Make sure in HPUX you have Secure shell running. You can download scp for windows from, http://www.jfitz.com/tips/ssh_for_windows.html
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2006 06:51 PM
01-25-2006 06:51 PM
Re: Getting files from unix server to windows desktop
Many threads asked and discussed before;
http://www4.itrc.hp.com/service/james/search.do?searchtext=%2Bftp%2Bwindows%2Bunix&searchcriteria=allwords&searchtype=SEARCH_FORUMS&rn=25&presort=rank&x=22&y=9
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2006 07:01 PM
01-25-2006 07:01 PM
Re: Getting files from unix server to windows desktop
You can setup Samba or CIFS server in HP-UX and access from Windows just like another folder to your log files. It is easy and not secure though when you compare with scp. For setting up samba, you can take a look at this thread,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=994705
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2006 07:43 PM
01-25-2006 07:43 PM
Re: Getting files from unix server to windows desktop
Lots of ways.
CIFS/Samba are both based on the same code. What I mean is that the file sharing system server and client in windows is CIFS based.
Which means.
You can set up a windows desktop and use the windows gui to set up a share.
Then you can use /usr/bin/cifsmount
to mount the share. You can provide the password on the command line.
Then its a simple cp command to copy the files to windows.
There is a free windows ssh/scp/sftp client server from http://www.networksimplicity.com that will let you set this up without using cifsmount.
You pay your money, which is none, its really setup time and take your choice.
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
01-25-2006 08:30 PM
01-25-2006 08:30 PM
Re: Getting files from unix server to windows desktop
Although you do not want to use ftp (why?), I wonder how do you connect from your PC to your server?
If you use WRQ product like Reflection X, it has a GUI ftp client that is great for end-users since its drag and drop...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2006 08:36 PM
01-25-2006 08:36 PM
Re: Getting files from unix server to windows desktop
you may wish to install/configure CIFS or even setup an FTP site which you can access using a browser.
hope this helps too!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2006 11:18 PM
01-25-2006 11:18 PM
Re: Getting files from unix server to windows desktop
As other said your CIFS/Samba.
Use NFS - Install NFS clients like hummingbird software,
I guess you have to enable pcnfs from the HPUX server, here you have control and authentication from Unix (passwd) files.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 01:20 AM
01-26-2006 01:20 AM
Re: Getting files from unix server to windows desktop
This is my personal experience, NFS clients in Windows are hard to configure and $$$.. So, it gives you none other than CIFS server(samba) setup in HP-UX.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 01:45 AM
01-27-2006 01:45 AM