- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with patch PHCO_30544
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
03-09-2005 10:10 PM
03-09-2005 10:10 PM
I am trying to install PHCO_30544 on HP-UX11i
and I get the attached error. Has anybody encountered the same problem ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 10:24 PM
03-09-2005 10:24 PM
Re: Problem with patch PHCO_30544
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 10:27 PM
03-09-2005 10:27 PM
Re: Problem with patch PHCO_30544
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 10:36 PM
03-09-2005 10:36 PM
Re: Problem with patch PHCO_30544
sh PHCO_30544 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 10:41 PM
03-09-2005 10:41 PM
Re: Problem with patch PHCO_30544
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 10:42 PM
03-09-2005 10:42 PM
Re: Problem with patch PHCO_30544
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 10:50 PM
03-09-2005 10:50 PM
Re: Problem with patch PHCO_30544
Try to see does the file
/usr/lib/pa20_64/libpthread.1
exists and what is its attributes. There should be another one and in /usr/lib directory, this library is for POSIX threading. But I think you need the first one for 64 bit threading.
Regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 11:01 PM
03-09-2005 11:01 PM
Re: Problem with patch PHCO_30544
Hi
As you can see below, the pa20_64 file has 0 bytes, which, I guess is not normal.
# ll /usr/lib/pa20_64/libpthread.1
-r-xr-xr-x 1 bin bin 0 Apr 14 2004 /usr/lib/pa20_64/libpthread.1
# ll /usr/lib/libpthread.1
-r-xr-xr-x 1 root sys 139264 Mar 10 10:42 /usr/lib/libpthread.1
Does this information help ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 11:06 PM
03-09-2005 11:06 PM
Re: Problem with patch PHCO_30544
Can I do cksum on the files inside the depot ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 11:06 PM
03-09-2005 11:06 PM
Re: Problem with patch PHCO_30544
You can try to remove the empty file and create a symbolic link to a "good" one and try to install again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 11:12 PM
03-09-2005 11:12 PM
Re: Problem with patch PHCO_30544
This is something that you may be able to cure by changing one of the swinstall options.
use -x select_local=true on the command line, or select the All targets to resolve source locally button under the options menu in the tui/gui
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 11:19 PM
03-09-2005 11:19 PM
Re: Problem with patch PHCO_30544
I got a similar error message during installation. I checked and the checksum of the new java was wrong.
So, I assume, the problem should be the same with the patch too. Can anyone tell how to find what the checksum should be for a patch ? They list the checksums of the files inside the depot but not the checksum of the depot itself.
Thank you all for your help so far.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 11:23 PM
03-09-2005 11:23 PM
Re: Problem with patch PHCO_30544
ftp://ftp.itrc.hp.com/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 11:31 PM
03-09-2005 11:31 PM
Re: Problem with patch PHCO_30544
# nslookup your_host_name
# nslookup your_ip_address
Is the output the same from both commands ?
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 11:36 PM
03-09-2005 11:36 PM
Re: Problem with patch PHCO_30544
The host_ip returns the ip
The host_name returns 127.0.0.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 11:39 PM
03-09-2005 11:39 PM
Re: Problem with patch PHCO_30544
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 11:44 PM
03-09-2005 11:44 PM
Re: Problem with patch PHCO_30544
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 11:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 11:45 PM
03-09-2005 11:45 PM
Re: Problem with patch PHCO_30544
You can also check how nslookup is finding these by doing nslookup policy, although nslookup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 11:59 PM
03-09-2005 11:59 PM
Re: Problem with patch PHCO_30544
There was a
127.0.0.1 host_name
in the /etc/hosts
I removed it and the installation worked.
THANK YOU ALL for your help !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 12:02 AM
03-10-2005 12:02 AM