- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- system files need to keep in sync?
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
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
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
тАО10-23-2001 10:26 AM
тАО10-23-2001 10:26 AM
For example, uid, gid, hosts, more...?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2001 10:39 AM
тАО10-23-2001 10:39 AM
Re: system files need to keep in sync?
I assume keep in sync across multiple machines so that the same user/password can be used on all of them?
If you are using DNS, then /etc/hosts does not need updating.
On our systems, each user is required to change password every 90 days and it is their responsibility to remember the password that they used on each machine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2001 10:42 AM
тАО10-23-2001 10:42 AM
Re: system files need to keep in sync?
If you are doing that it would probably be easier to look at something like NIS or NIS+ to keep things synced up automatically rather than doing things manually.
A list of files I would look to keep in sync though:
passwd
group
hosts
resolv.conf
nsswitch.conf
inetd.conf
services
inetd.sec
syslog.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2001 10:48 AM
тАО10-23-2001 10:48 AM
SolutionIf so, there are many
1. /etc/passwd and /etc/group
2. /etc/hosts, /etc/nsswtich.conf, /etc/resolv.conf, /etc/services, /etc/inetd.conf,/var/adm/inetd.sec,/etc/syslog.conf, /etc/hosts.equiv, /etc/shells, /etc/ftpusers so on....
3. /etc/cmcluster/*
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2001 10:51 AM
тАО10-23-2001 10:51 AM
Re: system files need to keep in sync?
Patrick's answer is the best choice. I would also add to that list the automounter maps if you are using the automounter. The beauty of NIS+ is that all of that can be centrally managed and you can define slave NIS+ servers in case the master is down. The other thing that should be kept in sync across your boxes is time; for that you need to set up NTP and have at least two local time servers. Preferably, one of those servers in turn gets its time from GPS or the US Naval Observatory over the Internet.
Your other method of file sync, is 'rdist' which you can get from one of the HP-UX Porting Centre's but my preference is NIS+. It's very nice to be able to set a passwd anywhere in the domain and have that change rippled through the system automatically.
My 3 cents, Clay
Clay