- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP patch PHSS_32508.text
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
02-15-2008 11:37 PM
02-15-2008 11:37 PM
HP patch PHSS_32508.text
i dowonload hp ptch PHSS_32508.text
from site how can install this file in hp-ux 11.11i
how to convert phss_32508.text to phss_32508.depot
or please give me patch PHSS_32508.depot
for ACC compilar
Regards
A. Omar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2008 11:45 PM
02-15-2008 11:45 PM
Re: HP patch PHSS_32508.text
# sh PHSS_32508
You then get two files, *.text and *.depot.
You can then install the *.depot file:
# swinstall -s $PWD/PHSS_32508.depot \*
Note: You will have to have A.03.60 already to install A.03.63, PHSS_32508.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2008 11:57 PM
02-15-2008 11:57 PM
Re: HP patch PHSS_32508.text
Basically, there're some patches that you need to download as text because its size, etc, but that's not a problem.
You need to, open the patch from the ITRC in your browser, wait until it finishes, and then go to "File" > "save as" ... and select the option "text file" in the save options of your browser.
I don't recommend you save the file as .text, because in the server the system will create another file with the same name, save it as .txt if you want or without any extention.
Move the text file to the server and then run the following commands.
1. Move text file to the server using ftp binary transfer.
2. To avoid errors with the transference run the following command.
#dos2ux PHSS_32508.txt > PHSS_32508_NEW.txt
Then execute the new file (additionally you could try to execute the original file, this step is only is you receive errors during the execution of the original file)
# sh PHSS_32508_NEW.txt
Then the system will create the .text and .depot files.
At this point you are ready to run the swinstall and get the software installed.
Hope that helps,
Best regards
Marco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2008 10:01 AM
02-17-2008 10:01 AM
Re: HP patch PHSS_32508.text
You can use SWA to check for all of these. The command:
swa report -a CHAIN=PHSS_32508
would provide the HP-recommended replacement or if only that patch will do use:
swa report -a PATCH=PHSS_32508
After either of these commands use:
swa get -t /depot
to download all of the patches into an install-ready depot. Once built you can review any special installation instructions:
more /depot/readBeforeInstall.txt
To install, use the command:
swinstall -x patch_match_target=true
-s /depot
You can find SWA at https://www.hp.com/go/swa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2008 12:20 PM
02-17-2008 12:20 PM
Re: HP patch PHSS_32508.text
you can download it from here and sh it as Dennis says.
http://www12.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_32508&sel={hpux:11.11,}&BC=main|search|
however this is an old patch and has been superceeded by 36087 which is here
http://www12.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_36087&sel={hpux:11.11,}&BC=main|search|
if your downloading it on a windows bos first, dont save it as a txt file, select all file types instead then you can sh it on the unix box to release the text file and depot file
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2008 03:06 PM
02-17-2008 03:06 PM
Re: HP patch PHSS_32508.text
Typically the patch database would also put those in your shopping cart.
But as you said, swa is better.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2008 03:55 PM
02-17-2008 03:55 PM
Re: HP patch PHSS_32508.text
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2008 11:03 PM
02-18-2008 11:03 PM
Re: HP patch PHSS_32508.text
I waiting to stop my rp3440 in 22/02/2008
Regards
A. Omar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2008 01:40 AM
02-19-2008 01:40 AM
Re: HP patch PHSS_32508.text
You don't need to reboot to install aC++ compiler or runtime patches.