- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Patch installation problem PHSS_35835, PHKL_29...
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
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-09-2008 04:33 AM
01-09-2008 04:33 AM
Patch installation problem PHSS_35835, PHKL_29243
# swinstall -x autoreboot=false patch_match_target=true -s /IBM/hpux__11.11_11200403/depot\*
======= 01/09/08 20:25:24 SST BEGIN swinstall SESSION
(non-interactive)
* Session started for user "root@test1".
* Beginning Selection
* Target connection succeeded for "test1:/".
ERROR: There is currently no depot software on host "ltasms" at
location "/var/spool/sw". Make sure that an absolute pathname
is specified for location (beginning with "/").
* Source connection failed for "ltasms:/var/spool/sw".
WARNING: More information may be found in the daemon logfile on this
target (default location is test1:/var/adm/sw/swagentd.log).
* Selection had errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 04:54 AM
01-09-2008 04:54 AM
Re: Patch installation problem PHSS_35835, PHKL_29243
If this does not help, try restarting swagentd:
sh /sbin/init.d/swagentd stop
sh /sbin/init.d/swagentd start
Then retry your swinstall command.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 05:21 AM
01-09-2008 05:21 AM
Re: Patch installation problem PHSS_35835, PHKL_29243
That's because there is "IBM" in the path ... of course, this is just a joke !!!
Well, If spacing is correctly represented in your post, I think that your depot source string is bad. You have specified :
/IBM/hpux__11.11_11200403/depot\*
Your are missing a space between /IBM/hpux__11.11_11200403/depot and \*
Some other things are not good :
1) patch_match_target=true
Your are missing -x before. Each option of this kind must be have -x. If you have 2 options, then put 2 -x :
-x autoreboot=false -x patch_match_target=true
2) selection option : just one is enough. You specified patch_match_target=true and \* which are two different way of selecting wich product to install.
3)-x autoreboot=false. If the patch you want to install needs a reboot, it will not install.
4) The way you work will not give you the possibility to look at analysis's log before you apply patchs.
In conclusion, you should :
1) swinstall -p -x patch_match_target=true -s /IBM/hpux__11.11_11200403/depot
Then have a look at end of file /var/adm/sw/swagent.log to control the log.
2) Control wether or not patches need reboot. You can find this information in the .text file under /IBM/hpux__11.11_11200403
If so shutdown application, databases, etc ..
3) swinstall -x autoreboot=true -x patch_match_target=true -s /IBM/hpux__11.11_11200403/depot
4) After installation [and maybe reboot] control again /var/adm/sw/swagent.log
You can also invoke interactive swinstall with :
swinstall -i -x patch_match_target=true -s /IBM/hpux__11.11_11200403/depot
Regards
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 05:28 AM
01-09-2008 05:28 AM
Re: Patch installation problem PHSS_35835, PHKL_29243
A somehwhat meaningful error message from unix.
All options require a flag so swinsall knows what to do with them.
There also appears to be a space missing near the end of the -s full path statement between depot and slash asterisc.
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
01-09-2008 05:39 AM
01-09-2008 05:39 AM
Re: Patch installation problem PHSS_35835, PHKL_29243
Correct the command as follows :
# swinstall -x autoreboot=false -x patch_match_target=true -s /IBM/hpux__11.11_11200403/depot\*
BTW, your Kernel patch require reboot and why don't you make the autoreboot=true ??
Rgds/ Kggj