- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: PHCO_35743
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
11-15-2009 07:57 PM
11-15-2009 07:57 PM
PHCO_35743
Am new to hp-ux i need to install PHCO-35743 lib cumullative patch could any one guide me to install this patch in command line mode.
Regards,
Chew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2009 08:14 PM
11-15-2009 08:14 PM
Re: PHCO_35743
1. Back up your system before installing a patch.
make_tape_recovery -> have you done ?
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHCO_38279
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHCO_38279.depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2009 08:20 PM
11-15-2009 08:20 PM
Re: PHCO_35743
sample:-
http://www13.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_38279&sel={hpux:11.11,}&BC=main|search|
Hope this Helps ..:)
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2009 08:23 PM
11-15-2009 08:23 PM
Re: PHCO_35743
Thanks for the immediate response.DO i need to take OS image backup if i need to install this patch.please do confirm me once again
Regards,
Chew.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2009 08:26 PM
11-15-2009 08:26 PM
Re: PHCO_35743
Only the question author can assign points to a given response. If you submit a question or new topic and another member replies to it, you will see a dropdown menu of points next to the reply (you must be logged in to see the menu). Select the point value and then click the "submit points" button. Note that you can rate multiple replies and submit them at one time.
» Top of page
How many points should I assign to replies?
Every response to your question is eligible to earn between 1-10 points. No need to worry about running out of points - when a truly awesome reply rolls in that deserves a 10, you will be able to assign it a 10! However, be careful to assign points based on the value that a reply truly provides. Use the following scale as a guideline:
o N/A: The answer was simply a point of clarification to my original question
o 1-3: The answer didn't really help answer my question, but thanks for your assistance!
o 4- 7: The answer helped with a portion of my question, but I still need some additional help!
o 8-10: The answer has solved my problem completely! Now I'm a happy camper!
Although assigning points is not mandatory, it is a key component of a strong, interactive community, and it is STRONGLY ENCOURAGED. Others have taken time to help you, so please take a moment to give them credit for their assistance!
» Top of page
Are the points redeemable?
The points are not redeemable for prizes or other monetary gifts. However, the points will help your peers earn improve their Support Forums status. Your feedback also validates the quality of the solutions you have received. Other members can zero in on answers that helped you solve your problem, enriching the community knowledge exchange.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2009 08:30 PM
11-15-2009 08:30 PM
Re: PHCO_35743
if you have One already - should be Ok,
it depends crtical,major,minor patches
Hence its a critical patch
Yes, for me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2009 03:12 PM
11-17-2009 03:12 PM
Re: PHCO_35743
2. Run an analysis
# swa report -r issue -a CHAIN=PHCO_35743
An empty report means that you do not need the patch.
3. Build a depot
# swa get -t /var/tmp/depotForChew
4. Check for special instructions
# more \
/var/tmp/depotForChew/readBeforeInstall.txt
5. Make favorite recovery option
(exercise left to reader, see Ignite-UX)
6. Install
# swinstall -s /var/tmp/depotForChew -x autoreboot=true -x patch_match_target=true