- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LDAP server on HP-UX 11i v2 (netscape director...
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
02-21-2007 06:28 AM
02-21-2007 06:28 AM
LDAP server on HP-UX 11i v2 (netscape directory server)
We are planning an LDAP sever in our envirionment. Anyone out there has any information that helps in our planning and designing process? such as what are the items we need to consider during the planning process.
What type of failover capability we need to condider? etc.....
How long generally it takes to stand up an LDAP server?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2007 06:33 AM
02-21-2007 06:33 AM
Re: LDAP server on HP-UX 11i v2 (netscape directory server)
I've found the quality control on these releases has been spotty.
I've failed to finish configuration on the fedora release for HP-UX in spite of carefully following all the instructions.
I'd leave a week to deal with the post installation headache's to be on the safe side.
Pay close attention to the instructions for java.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 06:20 AM
02-26-2007 06:20 AM
Re: LDAP server on HP-UX 11i v2 (netscape directory server)
Kesh, the "Deployment Guide" should answer most of your design questions while the "Administrator's Guide" and "Configuration, Command, and File Reference" detail the specifics on configuration. The release notes contain some HP-UX specific information as well.
I would recommend you go with Red Hat Directory Server 7.1. Like Steven I would say that a week is on the safe side, but it depends on your needs; custom schema, SSL, complex replicated topologies, etc.
http://docs.hp.com/en/internet.html#Netscape%20Directory%20Server/Red%20Hat%20Directory%20Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2007 03:50 AM
02-27-2007 03:50 AM
Re: LDAP server on HP-UX 11i v2 (netscape directory server)
As per HP the Netscape abd Red hat all the same. Netscape Directory Server 6.11 is the one we should download and install and it is upported, no license required.
Do you agree?
Thanks.
I have couple of questions on the unix user accounts.
If we use the default port 389, we have to run the diretoy server as root.
Do we need to create any other additional UNIX accounts to administer the server?
Thanks
kESH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2007 09:23 AM
02-27-2007 09:23 AM
Re: LDAP server on HP-UX 11i v2 (netscape directory server)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2007 11:31 AM
02-27-2007 11:31 AM
Re: LDAP server on HP-UX 11i v2 (netscape directory server)
Regarding runtime user, you have to launch as root but the server runs as the user specified when you run setup. It binds the port before calling setresuid(), allowing you to use 389 as a non-root runtime user.