- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: New user creation
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
03-31-2008 12:06 PM
03-31-2008 12:06 PM
(Without migration into Widows Active Directory ) which I believe is LDAP.
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2008 12:09 PM
03-31-2008 12:09 PM
SolutionThis seems to be a popular question the last week. LDAP aside, Have a look at this recent query:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1217047
In particular, take note of Dusan's script that is attached therein.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2008 12:21 PM
03-31-2008 12:21 PM
Re: New user creation
What about adding a user to different systems from 1 location. Like a "centralized management location". Add a user to 1 system and have that user added to many systems?
Tim.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2008 01:06 PM
03-31-2008 01:06 PM
Re: New user creation
If your systems is LDAP environment please follow the process.
To create a new profile, run
/opt/ldapux/config/setup. When setup asks you for the distinguished name (DN) of the profile, give a DN that does not exist and setup will prompt you for the parameters to build a new profile. The setup program also configures the local client to use the new profile.
Alternatively, you could use your directory administration tools to make a copy of an existing profile and modify it.
You can also use the interactive tool create_profile_entry to create a new profile as follows:
cd /opt/ldapux/config
./create_profile_entry
[Note:-for that LDAP client should be installed to all other servers except LDAP Servers and that time u have to provide address of LDAP Servers]
Thanks--Yaqub
HP Support!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2008 01:20 PM
03-31-2008 01:20 PM
Re: New user creation
Thank you, Tim.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2008 08:42 PM
03-31-2008 08:42 PM
Re: New user creation
U can try to rlogin or SSH way, U can see the URL site. It will help full U.
http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1207024503819+28353475&threadId=1210256
Thanks--Yaqub
HP Support!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2008 09:10 PM
03-31-2008 09:10 PM
Re: New user creation
which is too modern for me, but there should
be oodles of plain-old NIS documentation
floating around. "man ypmake" should lead to
various NIS-related "man" pages. Naturally,
it requires some set-up effort, but it can
take a lot of fooling around out of many such
management tasks.
I haven't found a good reason to avoid using
NIS, and I can't imagine relying on some
ad-hoc script to distribute info like this
among any significant number of systems.
(LDAP (about which I know even less) seems to
support Windows systems, and I don't suffer
from that particular requirement, so I can
afford to remain ignorant of it for now.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2008 07:16 PM
04-03-2008 07:16 PM
Re: New user creation
If you are not using NIS and LDAP, still you want to create user in all Unix boxes, then create a script to push the account.
We are using the same structure (script) to push the new user account for all boxes.
Thanks
Shibin