- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX 11.11 to 11.23 upgrade error
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
01-23-2008 01:01 PM
01-23-2008 01:01 PM
HPUX 11.11 to 11.23 upgrade error
The following is the error:
**********************************************
ERROR: Cannot remove IntegratedLogin product. This may result in Update
failure.
Executing Update-prep script KRBSUP.100
ERROR: Errors occurred when removing obsolete KRB-Support. This may cause
errors during update or swverify. Please check the swmodify logs to
resolve any problems, manually execute swremove as necessary.
ERROR: Update-prep script KRBSUP.100 failed.
**********************************************
I've looked in the /var/adm/sw/swmodify logs and I'm not seeing any type of fix or resolution.
Thanks for your time.......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 08:13 PM
01-23-2008 08:13 PM
Re: HPUX 11.11 to 11.23 upgrade error
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2008 05:59 AM
01-24-2008 05:59 AM
Re: HPUX 11.11 to 11.23 upgrade error
Oh well back to the drawing board...
I guess I should be thankful I'm doing this on my non-prod test server instead of my actual production server.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2008 06:02 AM
01-24-2008 06:02 AM
Re: HPUX 11.11 to 11.23 upgrade error
Seems to be complaining about IntegratedLogin product?
Try removing that first prior to the upgrade...
Steps are quite easy:
Stop NFS
/sbin/init.d/nfs.client stop
Split vg00 Mirror
for lv in `vgdisplay -v /dev/vg00 | grep "LV Name" | awk '{print $3}'`
do
lvreduce -m 0 $lv /dev/dsk/c0t6d0
done
Upgrade OS
On server to be upgraded:
swinstall -s DEPOTSERVER:/var/software/hp/HP11iV2.Ent.Jun2007 Update-UX
Then:
/usr/sbin/update-ux -s pc1006:/var/software/hp/HP11iV2.Ent.Jun2007 HPUX11i-OE-Ent
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2008 07:25 AM
01-24-2008 07:25 AM
Re: HPUX 11.11 to 11.23 upgrade error
Thanks for your reply...however I'm not running nfs on this server....the nfs_client and nfs_server both equal 0 in my nfsconf file.
I'm open for continued suggestions because the thought of trying to restore back files needed after a cold install makes my hair hurt. (What little I have left!!!)
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2008 07:36 AM
01-24-2008 07:36 AM
Re: HPUX 11.11 to 11.23 upgrade error
You need to resolve the issue with the "IntegratedLogin" product...
IE - remove it first manually...
I don't know why it
maybe:
swremove IntegratedLogin
Then do your upgrade.
Though rereading your error, maybe all you need to do is remove the "KRB-Support", then upgrade:
swremove KRB-Support
Rgds...Geoff