- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ftp a patch file from desktop to Unix server?
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-29-2007 06:49 AM
01-29-2007 06:49 AM
ftp a patch file from desktop to Unix server?
I have a 500mb hp gold patch pack on the C drive of my PC, and would like to get it out to our HPUX server.
ftp and put should work, right?
ps - I'm not very good with ftp
Thanks ~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2007 06:51 AM
01-29-2007 06:51 AM
Re: ftp a patch file from desktop to Unix server?
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2007 06:58 AM
01-29-2007 06:58 AM
Re: ftp a patch file from desktop to Unix server?
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2007 07:00 AM
01-29-2007 07:00 AM
Re: ftp a patch file from desktop to Unix server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2007 07:15 AM
01-29-2007 07:15 AM
Re: ftp a patch file from desktop to Unix server?
On windows PC, start / run /cmd
Type dir, to make sure I'm in the folder that has the file.
ftp _unix_server_ip
enter uname and password
cd to where I would like to have the file paced
bin
then
put _filename_
But it's not working...
Feels like I'm on the wrong path here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2007 07:30 AM
01-29-2007 07:30 AM
Re: ftp a patch file from desktop to Unix server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2007 07:32 AM
01-29-2007 07:32 AM
Re: ftp a patch file from desktop to Unix server?
If you see a jumbled line beginning with "catalog/INDEX" you have a serial depot. In this case try the command "tar tvf filename". All you care about is that a list of files flows past and exits cleanly. Any failure here means you should grab a new copy from HP or media.
For the shar(1) file, use the command "sh file" to expand into a .depot and .text file. The .depot file can be swcopy'd or swinstall'd (once dependencies are accounted for).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2007 07:39 AM
01-29-2007 07:39 AM
Re: ftp a patch file from desktop to Unix server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2007 07:48 AM
01-29-2007 07:48 AM
Re: ftp a patch file from desktop to Unix server?
So, exactly what isn't working for you?
Have you transferred the depot (file) from your PC to your HP server?
If so, are you having trouble with the file once it is HP-UX resident?
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2007 07:56 AM
01-29-2007 07:56 AM
Re: ftp a patch file from desktop to Unix server?
# tar tvf GOLDQPK11i_B.11.11.0612.459.depot
Or similar. If that is the bundle in question, the cksum should be:
# cksum GOLDQPK11i_B.11.11.0612.459.depot
3982417177 532346880 GOLDQPK11i_B.11.11.0612.459.depot
If these checks are wrong you must download the bundle again from HP using binary mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2007 08:02 AM
01-29-2007 08:02 AM
Re: ftp a patch file from desktop to Unix server?
After the put command, the file name will show up on the server, but it will be 0kb.
- OK, it just went through. Transfer complete.
Something I did on the windows machine must have deleted the contents of the file, but kept the name, and I was unknowingly trying to transfer that worthless file. Strange.
But it finally went through, thanks all for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2007 08:52 AM
01-29-2007 08:52 AM