- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to create user in cluster nodes
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
09-10-2003 06:55 PM
09-10-2003 06:55 PM
How to create user in cluster nodes
Client want to add users whose home directory are in the shared LV of cluster, so that users don't loss any files in their home directory in case of failover. I can create users on the node which owns the shared LV now, and copy the password entries and paste to failover nodes via command vipw. I don't want create any home directory on the local file system/direcotry in failover nodes, because these local home directories don't make sense if no failover happening. Do somebody have other good solutions for this question?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 07:08 PM
09-10-2003 07:08 PM
Re: How to create user in cluster nodes
What you are doing is fine. You can use "useradd" command on the failover box just to simply add the user without the homedirectory.
Look at the man page of 'useradd'.
I agree. It is even dangerous to create home directories because during the failover situation, it may fail if the users are logged onto the failover box as those directories would be busy.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 07:20 PM
09-10-2003 07:20 PM
Re: How to create user in cluster nodes
hope this help.
regards
mB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 08:46 PM
09-10-2003 08:46 PM
Re: How to create user in cluster nodes
Use Automounter of AutoFS and mount the home directories on all systems. And when you add a user add it on all systems with the same home directory (same options). This way a user can login to any node in the cluster and will have his home directory same on all nodes in the cluster.
The other issue in this would be to deal with the password syncronization on all nodes in the cluster. Best way is to write a script to syncronize the password.
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 12:08 AM
09-11-2003 12:08 AM
Re: How to create user in cluster nodes
I'm attaching here a package, created
for this goal by me. It works on our
cluster. There are README and man inside.
Regards,Stan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 05:18 AM
09-11-2003 05:18 AM
Re: How to create user in cluster nodes
I can't open the attached file.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2003 04:38 AM
09-12-2003 04:38 AM
Re: How to create user in cluster nodes
Sorry for my being late.
So you could:
1. Put with FTP this depot-file for PC to your hp-ux:/opt - directory.
2. #tar -xvf ssser-1.1-sd-10.20.depot
3. Use SAM or swinstall to install the
product from /opt/ssser.
Regards,Stan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2003 04:57 AM
09-12-2003 04:57 AM
Re: How to create user in cluster nodes
I mean I can't download the attached file.
thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2003 05:00 AM
09-12-2003 05:00 AM
Re: How to create user in cluster nodes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2003 05:07 AM
09-12-2003 05:07 AM