- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- userdb fails after upgrade to 11iv3
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
05-14-2008 07:30 AM
05-14-2008 07:30 AM
After upgrading from 11.23 to 11.31, I have the following error in rc.log:
Checking user database
Output from "/sbin/rc2.d/S225userdb start":
----------------------------
userdbck: not allowed on a Trusted System
EXIT CODE: 2
"/sbin/rc2.d/S225userdb start" FAILED
How can I clean this error up?
Any help would be appreciated.
Scottl
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2008 07:45 AM
05-14-2008 07:45 AM
Re: userdb fails after upgrade to 11iv3
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2008 07:52 AM
05-14-2008 07:52 AM
Re: userdb fails after upgrade to 11iv3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2008 07:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2008 08:01 AM
05-14-2008 08:01 AM
Re: userdb fails after upgrade to 11iv3
Look in '/sbin/init.d/userdb'. There should be a variable that (if not set to one) will disable this startup. I don't have an 11.31 system to examine. There should be a file in '/etc/rc.config.d/' that defines this variable. If truly not, then simply remove the 'rc2.d' symbolic link and its (hopefully) 'rc1.d' link too. This will prevent startup and shutdown respectively.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2008 08:08 AM
05-14-2008 08:08 AM
Re: userdb fails after upgrade to 11iv3
James, There is nothing in the script that references rc.config.d.
Thanks for all the help,
Scottl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2008 08:36 AM
05-14-2008 08:36 AM
Re: userdb fails after upgrade to 11iv3
> James, There is nothing in the script that references rc.config.d.
There wouldn't be a direct reference to this directory; only a reference to a *variable* defined in a *file* in the *directory*.
You should read the manpages for 'rc' and 'rc.config' to understand the startup/shutdown paradigm:
http://docs.hp.com/en/B3921-60631/rc.1M.html
http://docs.hp.com/en/B3921-60631/rc.config.4.html
Regards!
...JRF...