- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- installing patches
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
04-11-2003 11:17 AM
04-11-2003 11:17 AM
installing patches
Basic fresh install from the CD. No patches installed yet.
When I tried to install a patch PHKL_28216 I get the following error message:
# sh PHKL_28216
# ls
# PHKL_28216.depot is present
#swinstall /var/spool/sw/PHKL_28216.depot
======= 04/09/03 13:19:55 MDT BEGIN swinstall SESSION
(non-interactive)
* Session started for user "root@HPUX-L".
* Beginning Selection
* Target connection succeeded for "HPUX-L:/".
ERROR: There is currently no depot software on host "HPUX-L" at
location "/var/spool/sw".
* Source connection failed for "HPUX-L:/var/spool/sw".
WARNING: More information may be found in the daemon logfile on this
target (default location is HPUX-L:/var/adm/sw/swagentd.log).
* Selection had errors.
======= 04/09/03 13:19:56 MDT END swinstall SESSION (non-interactive)
Please help!
Thanks
Naeem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 11:21 AM
04-11-2003 11:21 AM
Re: installing patches
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 11:24 AM
04-11-2003 11:24 AM
Re: installing patches
swinstall -s /path/to/depot/PHKL_28216.depot \*
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 11:25 AM
04-11-2003 11:25 AM
Re: installing patches
From command line:
swinstall -s /var/spool/sw PHKL_28216
Or from gui:
export DISPLAY=xxx.xxx.xxx.xxx:0.0
swinstall &
Then point the source to /var/spool/sw/PHKL_28216.depot
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 11:27 AM
04-11-2003 11:27 AM
Re: installing patches
Try"
# swinstall -s /var/spool/sw/PHKL_28216.depot
...assuming the you unshared the patch in '/var/spool/sw'. Geherally, one uses '/tmp' as the receiving directory for the unshare, and generally, the patch would be installed from there.
Regards!
...JRF...