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
11-05-2003 02:05 AM
11-05-2003 02:05 AM
NIS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 02:13 AM
11-05-2003 02:13 AM
Re: NIS
What do you mean with "configuring NIS", NIS server or NIS client ?
Of course it is possible to deconfigure, use SAM or edit the file /etc/rc.config.d/namesvrs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 02:14 AM
11-05-2003 02:14 AM
Re: NIS
files[NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=continue UNAVAIL=continue TRY
AGAIN=return] nis
The above would search NIS last - you can just leave off the nis entry, too.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 02:14 AM
11-05-2003 02:14 AM
Re: NIS
./ nis.client stop
./ nis.server stop
Edit /etc/rc.config.d/namesvrs and set the NIS_SERVER and/or NIS_CLIENT values to zero. You also need to edit /etc/nsswitch.conf to not use NIS. Things get more complicated depending upon what NIS was doing for you. You may need a new passwd and/or group file. You may need a new /etc/services file and if NIS was doing hostname resolution then you will need DNS and/or /etc/hosts entries.
After doing all this, the easist answer is to then reboot.
NOTE: If this box was the master NIS server then you actions could affect many, many boxes so look before you leap.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 02:15 AM
11-05-2003 02:15 AM
Re: NIS
First change /etc/nsswitch.conf so everything stops using nis.
Then get a copy of the maps (ypcat), manually copy them to the relevant files (passwd, hosts etc) making sure you have a copy of them first. Remove the NIS "+" entries if they are there. Stop NIS daemons.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 02:18 AM
11-05-2003 02:18 AM
Re: NIS
# passwd
Supported configurations for passwd management are as follows:
passwd: files
passwd: files ldap
passwd: files nis
passwd: files nisplus
passwd: compat
passwd: compat AND
passwd_compat: nisplus
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 02:22 AM
11-05-2003 02:22 AM
Re: NIS
I think that might help.