- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- patch downloaded is always txt file
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
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
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-19-2008 03:54 AM
тАО03-19-2008 03:54 AM
I try to download patch PHSS_34991, but it is always a txt file. I tried a few time and it is always the same.
Anyone has encountered the same problem?
thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2008 04:02 AM
тАО03-19-2008 04:02 AM
SolutionThis is a normal behavior for too many patches, what you need to do is save the page in txt, then move the file to the server and run the following commands.
Let's say that the file name is patch.txt
# cd /tmp
# dos2ux patch.txt > patch2.txt
(dos2ux basically re-format the file in case or 'weird' characters from the Windows)
Then , execute the file (That in fact is a script)
# sh patch2.txt
#
This is going to create a couple of files .depot and .text , after this you can continue with the normal installation using the swinstall command
Let us know your results,
Best regards,
Marco,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2008 04:41 AM
тАО03-19-2008 04:41 AM
Re: patch downloaded is always txt file
A much better way to do this is to do the scripted ftp download option. This downloads the patches to a directory, checks the size and can be left to run unattended overnight for big downloads.
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
тАО03-19-2008 11:23 AM
тАО03-19-2008 11:23 AM
Re: patch downloaded is always txt file
it in u windows server
do ftp
and do binary
and put in one of u directory
create_depot
then install patch
ok
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2008 12:47 PM
тАО03-19-2008 12:47 PM
Re: patch downloaded is always txt file
1. Install SWA (https://www.hp.com/go/swa)
2. # swa report -a CHAIN=PHSS_34991
3. # swa get -t /myDepot
4. Review /myDepot/readBeforeInstall.txt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2008 01:13 PM
тАО03-19-2008 01:13 PM
Re: patch downloaded is always txt file
sounds like your downloading on a windows box?
if so make sure you change the file type to all files and then when its downloaded just rename it, or remove the ..txt
it will then be un unknown type file but you can then simply ftp it to your unix server.
or let us know how your downloading it and we can maybe throw a few more suggestions your way
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2008 06:40 PM
тАО03-20-2008 06:40 PM
Re: patch downloaded is always txt file
Thank you all. I have tried the method you suggested, it works.
Thank you.