- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP problem in HP unix 11i
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
11-28-2006 03:35 PM
11-28-2006 03:35 PM
FTP problem in HP unix 11i
I am facing a problem. I used to take daily back up(ftp the file to a windows2003 server) of oracle dump using ftp.I put a script in the crontab for doing this. Now i saw that, the dump file size in hp ux is 40GB but after ftp, the size showing in the windows 2003 server is 27 GB.What may be the reason for this diffrence in size. But in the syslog and root mail its not showing any error also.
the below showing is the script.
ftp -nv xx.xx.xx.xx
user anonymous xxxxx
bi
lcd /backup/ora/exp
put fullexp_*.dmp
put fullexp_*.log
bye
I am waiting for your valuable replies.
Thanks in advance,
Aneez
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2006 03:47 PM
11-28-2006 03:47 PM
Re: FTP problem in HP unix 11i
Are these binary or ascii files? If the latter, can you count the number of records?
Can you copy the file back and then compare or cksum?
Did the ftp output say how many bytes were copied?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2006 04:05 PM
11-28-2006 04:05 PM
Re: FTP problem in HP unix 11i
First of all verify that the dump file is valid by doing a test import with rows=n option.
Maybe the windows 2003 server is storing the file in compressed format. not sure. Please check. I do not have a test server at hand..
I would also suggest that when you export, use the "filesize=1024M" or "filesize=2048M" to limit the file size to 1GB or 2GB.
Also, if the servers are remote, try to compress the files before the transfer.
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2006 04:06 PM
11-28-2006 04:06 PM
Re: FTP problem in HP unix 11i
These are binary files.This is the live production server, so i cant copy back this much big file.In the server syslog its not showing the error and the ftp session details.Is any otherway to check the issue.
thanks and regards
Aneez
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2006 04:08 PM
11-28-2006 04:08 PM
Re: FTP problem in HP unix 11i
also consider using RMAN for backup. EXP/IMP is not the recommended tool for backup.
In oracle 10g, you can even configure RMAN to compress the data files during backup.
hope this helps!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2006 04:12 PM
11-28-2006 04:12 PM
Re: FTP problem in HP unix 11i
this the raw file system for oracle. the export can be done in unix level or oracle level.
aneez
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2006 03:31 PM
12-04-2006 03:31 PM
Re: FTP problem in HP unix 11i
if i try above ftp to another machine its happened properly through command line. it properly done the ftp for 40gb to windowsXP machine.but yesterday i put the same in a script and run through crontab. that was not completed properly(that put only 26GB instaed of 40GB).SO what may the reasons for incomplete ftp.
i am waiting for your replies
Thanks in advance
Aneez
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2006 03:45 PM
12-04-2006 03:45 PM
Re: FTP problem in HP unix 11i
How much of the ftp output do you keep? You may also want to do a "ls" command after you copy it.