- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: creating 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
06-13-2002 11:39 AM
06-13-2002 11:39 AM
creating patch bundle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 11:43 AM
06-13-2002 11:43 AM
Re: creating patch bundle
http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000041842407
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 11:46 AM
06-13-2002 11:46 AM
Re: creating patch bundle
'swcopy' will register the depot automatically. There is no need to do 'swreg' for local purposes.
Download both patches and any other dependencies. Then create a depot with 'swcopy'. This will also avoid multiple reboots:
To collect a series of patches into a depot the can be installed with a single reboot, simply download your patches into the /tmp directory; "un-shar" them and do:
# cd /tmp
# for X in PH*.htm
> do
> sh ${X}
> done
# PDIR=/tmp/patch_depot
# mkdir ${PDIR}
# for X in PH*.depot
> do
> swcopy -s ${PWD}/${X} \* @ ${PDIR}
> done
# swlist -s ${PDIR}
There is no need to register the depot with 'swreg'. This is done automatically by 'swcopy'. The 'swlist' allows you to preview the depot's contents. Remember, of course, that you can also run 'swinstall' in preview mode to take it through its analysis phase, too.
As desired, you can add the option '-x enforce_dependencies=false' to the 'swcopy' command. Do this in cases where you *know* you have the necessary dependencies satisfied on your target.
Don't worry about the order of the patches in your depot. 'swinstall' will analyze and apply what is necessary and in the correct order.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 11:51 AM
06-13-2002 11:51 AM
Re: creating patch bundle
# mkdir /tmp/mydepot
# for i in PH*.depot
>do
>swcopy -s ${PWD}/$i \* @ /tmp/mydepot
>done
# swlist -d @ /tmp/mydepot
==> Verify the content ..
# swinstall -s /tmp/mydepot
==> Run the swinstall ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 11:56 AM
06-13-2002 11:56 AM
Re: creating patch bundle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 12:09 PM
06-13-2002 12:09 PM
Re: creating patch bundle
Try this link to create a depot,
http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000045145898
When doing swinstall, go to the options and select reinstall options over there to reinstall the patches again.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 12:17 PM
06-13-2002 12:17 PM
Re: creating patch bundle
swcopy -x reinstall=true -s ${PWD}/$i \* @ /tmp/mydepot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 12:42 PM
06-13-2002 12:42 PM
Re: creating patch bundle
Have a look at this,
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa6e99276484dd611abdb0090277a778c,00.html
You dont need to register the depot by using swreg. swcopy will do that automatically for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 12:47 PM
06-13-2002 12:47 PM
Re: creating patch bundle
Ok, I put the '-x reinstall=true' statement in the swcopy line...but do I need to use the '-x reinstall-true' in the swinstall statement? This is the swinstall statement in the last part of your post. I am going to try this at 6pm when all users are off the db. thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 01:23 PM
06-13-2002 01:23 PM
Re: creating patch bundle
Yes, place the '-x reinstall=true' argument in the 'swinstall' command. 'swinstall's default, unless specified at run time or established in your standard option files (see man 'swinstall') is false for this option.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 01:26 PM
06-13-2002 01:26 PM
Re: creating patch bundle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 04:04 PM
06-13-2002 04:04 PM
Re: creating patch bundle
I did not leave a space between the i AND \? Is that the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 04:19 PM
06-13-2002 04:19 PM
Re: creating patch bundle
Use the '-x reinstall=true' argument in the 'swinstall' command, although I would expect it to work for 'swcopy' too, under situations where you were recopying.
swcopy -x reinstall=true -s ${PWD}/$i \* @ /tmp/mydepot
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 04:53 PM
06-13-2002 04:53 PM
Re: creating patch bundle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 05:16 PM
06-13-2002 05:16 PM
Re: creating patch bundle
Jim