- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: tsconvert and minimal patching
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
12-21-2003 11:51 PM
12-21-2003 11:51 PM
tsconvert and minimal patching
I also have a 11.00 server with the same problem please advise for this too.
thanks
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 12:01 AM
12-22-2003 12:01 AM
Re: tsconvert and minimal patching
Interestingly enough, searching the patch database for 10.10 with the keywords "tsconvert" and "modprpw" turns up no results. I hope that's an indication that you don't need any patches but I wouldn't guarantee that's the case.
Why can't you upgrade this system? Most application code is binary compatible and will run untouched on 11.0 or even 11i.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 12:49 AM
12-22-2003 12:49 AM
Re: tsconvert and minimal patching
My search (hp-ux 10.10) has found
http://www5.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHCO_12235&context=hpux:800:10:10
http://www5.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHCO_16346&context=hpux:800:10:10
It is usefull ???
Bye
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 12:59 AM
12-22-2003 12:59 AM
Re: tsconvert and minimal patching
im not really familiar with any of the applications but I am told upgrading is not possible at the moment.
these are production servers and there are not test servers available so im going to have to be very careful.
Bruno
thanks for the links I shall be using them
:-) John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 02:04 AM
12-22-2003 02:04 AM
Re: tsconvert and minimal patching
I installed patch 12235 on the 10.10 server and tsconvert followed by modprpw worked fine now for the 11.00 server
:-) John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 02:26 AM
12-22-2003 02:26 AM
Re: tsconvert and minimal patching
just trusted 11.00 system without any problem did install patch 28980 though :-) JOhn.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 02:40 AM
12-22-2003 02:40 AM
Re: tsconvert and minimal patching
For me you required *2* patches in 10.10 :
A - PHCO_12235 (80k)
which delivers only modprpw even if it could be taken for a SAM patch
B - PHCO_10620 (90k)
which delivers tsconvert
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 02:42 AM
12-22-2003 02:42 AM
Re: tsconvert and minimal patching
Good Work, John
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 03:11 AM
12-22-2003 03:11 AM
Re: tsconvert and minimal patching
all are PHCO_
10427 - login
11208 - libsec
6573 - su
13733 - passwd
15222 - useradd
22769 - cron
I'd suggest you read the patch texts for these to see if you can live without them. As for modprpw - that is a part of SAM hence why the patch is a SAM patch.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 05:58 AM
12-23-2003 05:58 AM
Re: tsconvert and minimal patching
Since you state you plan to use trusted mode,
I would strongly encourage you to get the latest 10.10 libsec patch. 10.10 trusted mode had some ugly performance problems in certain cases. Also, be sure to check the cron patches. Others have previously posted a list of other patches that would be a good idea.
Beware that there was a compatibility bump between 10.10 and 10.20 in the format of certain structures used for trusted mode, due to the support for 32-bit UIDs in 10.20.
The net result of this is that binaries that use the trusted mode APIs (getprpw, etc.)
(anything that knows how to authenticate
properly in a trusted mode environment)
will work on 10.10 OR 10.20 but the same
binary will not work correctly on both. It may APPEAR to work but don't believe it.
Be sure to recompile any such application rather than moving the binary between releases. This is documented in the 'read me first' document that comes with 10.20 systems.