- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: patch 30015 install problem
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
05-07-2004 02:39 PM
05-07-2004 02:39 PM
patch 30015 install problem
2. error message:
*****************************88
ERROR: could not access remote file "/usr/lib/hpux64/aries64.so" in software itme "PHSS_30015.CORE2-64SLIB,r=1.0,a=HPUX_B.11.23_IA,.... due to a internal erroron the remote system.
failed intalling fileset "PHSS_30015.core2-64SIB,.....
**********************************8
any problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 02:53 PM
05-07-2004 02:53 PM
Re: patch 30015 install problem
have you check if this patch is already install?
# swlist -l patch|grep 30015
may i know the command you have given for this patch, i.e. # swinstall -s
finally, could you also try this?
# /sbin/init.d/swagentd stop
# /sbin/init.d/swagentd start
and perform swinstall again.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 03:23 PM
05-07-2004 03:23 PM
Re: patch 30015 install problem
2. command used:swinstall -s
3. try
# /sbin/init.d/swagentd stop
# /sbin/init.d/swagentd start
and error message remain the same.
thank u for ur reponse, and any other suggestion?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 03:33 PM
05-07-2004 03:33 PM
Re: patch 30015 install problem
Also you could do a swlist on the patch and check its state.
If its not confired try rerunning it manually to configure it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 03:39 PM
05-07-2004 03:39 PM
Re: patch 30015 install problem
# swinstall -s /tmp/PHSS_30015.depot
have you also do anything to your /etc/hosts file lately?
read this thread.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=357806
regards.
(p.s. some points would be nice)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 03:55 PM
05-07-2004 03:55 PM
Re: patch 30015 install problem
2. i will try the above suggetion nextday , hope that would work.
3. more points will be given after i finish installing the software.
thank u !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2004 07:14 PM
05-08-2004 07:14 PM
Re: patch 30015 install problem
Try the latest patch from HP for the same.
PHSS_30674
Read patch text, whether it helps your problem.
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2004 08:10 PM
05-08-2004 08:10 PM
Re: patch 30015 install problem
1. sh PHSS_30015
This gives me one depot file and a text file.
2. GO thr' the text file and see if there are any dependencies,whether reboot is required and installation instructions given.
3. Install the patch, suppose you have unshared the patch in /tmp
#swinstall -s /tmp/PHSS_30015.depot
This does installation for you.
See the text file for any specific options to be given for swinstall. Normally this works.
On the other hand you can copy this Patch to your default depot /var/spool/sw using swcopy command. see man swcopy.
Then execute #swinstall and find PHSS_30015 in the list displayed. Select it for install, do Analysis (watch log generated for any warnings/errors displayed ) and then continue further with installation.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2004 12:58 PM
05-09-2004 12:58 PM
Re: patch 30015 install problem
thank u all