- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Installing patch bundle
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-22-2006 09:53 AM
03-22-2006 09:53 AM
Installing patch bundle
-rw-r--r-- 1 50 namsysad 1402880 Nov 17 00:21 BUNDLE11i_B.11.11.0306.1.depot
-rw-r--r-- 1 50 namsysad 504064000 Nov 17 00:00 GOLDQPK11i_B.11.11.0509.429.depot
-rw-r--r-- 1 50 namsysad 2775793 Mar 14 14:16 PHCO_33310
-rw-r--r-- 1 50 namsysad 1397809 Feb 14 22:27 PHKL_33066
-rw-r--r-- 1 50 namsysad 1637673 Dec 10 02:56 PHKL_33390
-rw-r--r-- 1 50 namsysad 1915267 Jul 13 2005 PHSS_29121
-rw-r--r-- 1 50 namsysad 17536939 Jul 13 2005 PHSS_30742
-rw-r--r-- 1 50 namsysad 2777395 Jan 5 15:13 PHSS_34102
-rw-r--r-- 1 50 namsysad 1831 Feb 23 21:10 README_hp-ux
-rwxr-xr-x 1 50 namsysad 5768 Mar 22 13:00 create_depot_hp-ux_11
-rwxr-xr-- 1 root sys 533524992 Mar 22 15:21 hpux_800_11.11_03221200.tar
-rw-r----- 1 50 namsysad 568 Mar 22 13:00 patch_manifest
Now i want to create a single depo file by using all these files. Can anybody tell the procedure.
Thanks
Eswar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 10:03 AM
03-22-2006 10:03 AM
Re: Installing patch bundle
swinstall -s /tmp/depot/GOLDQPK11i_B.11.11.0509.429.depot
Plus the switches you would normally use like autoreboot=true mountmount_all_filesystems=false etc.
don't forget you can do a preview to see what whould happen:
swinstall -p -s /tmp/depot/GOLDQPK11i_B.11.11.0509.429.depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 10:57 AM
03-22-2006 10:57 AM
Re: Installing patch bundle
# ./create_depot_hp-ux_11
This will create a single depot with all patches included.
Also read the README_hp-ux file in that same directory. It should have the instructions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 11:42 AM
03-22-2006 11:42 AM
Re: Installing patch bundle
You can try with swcopy
command :
# swcopy -s Depotname.tar \* @ /var/adm/sw/depots/jtmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 02:40 PM
03-22-2006 02:40 PM
Re: Installing patch bundle
Please advice me.
Thanks
Venkat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 02:49 PM
03-22-2006 02:49 PM
Re: Installing patch bundle
Try to start swagentd daemon, i think it is not running in your system. To check it is running,
# ps -ef |grep -i agent
To Start
# /sbin/init.d/swagentd start
To Restart
# /sbin/init.d/swagentd stop
# /sbin/init.d/swagentd start
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 03:32 PM
03-22-2006 03:32 PM
Re: Installing patch bundle
try to copy the files to another file system where you have ample disk space to create a depot and run the instructions again as the root user.
hope this helps!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 04:15 PM
03-22-2006 04:15 PM
Re: Installing patch bundle
Please check and advice me
Thanks
Venkat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 04:20 PM
03-22-2006 04:20 PM
Re: Installing patch bundle
This time you have different error,
ERROR: "usxsl084:/opt/patch/depot": This target or source is already
in use either within this same session or by another session.
A read or write lock was denied.
Are you trying to install the depot from anyother telnet session ? Check the log file for detailed information.,
ERROR: More information may be found in the daemon logfile on this
target (default location is
usxsl084:/var/adm/sw/swagentd.log).
* Selection had errors.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 04:25 PM
03-22-2006 04:25 PM
Re: Installing patch bundle
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 04:29 PM
03-22-2006 04:29 PM
Re: Installing patch bundle
And here i am attaching the swagentd.log file
Thanks
Eswar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 04:39 PM
03-22-2006 04:39 PM
Re: Installing patch bundle
ERROR: Failed to start source agent on "/opt" for
root@usxsl084.slb.atosorigin-asp.com. "/opt" is not a valid
depot. 03/22/06 11:47:05 CST
You have to give full path like, -s
Also, Just check anyother process like sam trying to install.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 10:32 AM
03-23-2006 10:32 AM
Re: Installing patch bundle
And when i am trying to install the same depot on the secondary server it just hanging up and failing. Am i missing any files which requires for installtion of depot created on the primary server. And i observed while created depot it updated some files under /var/adm/sw and /.sw/sessions/ do i need to copy any other information to the secondary server from the primary server to make the depot installation succesfull on secondary server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 10:32 AM
03-23-2006 10:32 AM
Re: Installing patch bundle
And when i am trying to install the same depot on the secondary server it just hanging up and failing. Am i missing any files which requires for installtion of depot created on the primary server. And i observed while created depot it updated some files under /var/adm/sw and /.sw/sessions/ do i need to copy any other information to the secondary server from the primary server to make the depot installation succesfull on secondary server.
Thanks
Eswar