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-18-2007 07:35 PM
11-18-2007 07:35 PM
linux
where NIS and NFS will be exactly used?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 08:35 PM
11-18-2007 08:35 PM
Re: linux
NIS means that you use a (NIS-)server to share the 'hosts', 'passwd' and 'group' to all clients, so you don't have to define this for every client itself.
See also:
http://en.wikipedia.org/wiki/Network_Information_Service
NFS is to share directories in a network - it's also the protocol/job/program to manage this.
So the clients see these directories as their own directories.
See also:
http://en.wikipedia.org/wiki/Network_File_System_%28protocol%29
HTH
Volkmar
P.S.
If this is a linux question you should also tell which linux. Here's the linux forum:
http://forums1.itrc.hp.com/service/forums/familyhome.do?familyId=118
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 08:39 PM
11-18-2007 08:39 PM
Re: linux
Both are services, but 2 different services.
Both are using RPC communications,
Both were developped by SUN
NIS, is a network information name service
you use it like we use LDAP now, to spread accounts definitions, group defs, hosts definitions, automount definitions..
NFS is network file system
So you may mount a filesystem from a server to a client. NFS can be used through the automounter.
You can for instance describe all your user account, on NIS , auto mount table too, so when a system is configured, all the users defined as beeing allowed on the system with the nis tables will be able to log on that system and have their count automounted.
- usually the trend is to use more ldap than NIS for those descriptions as NIS is not really secure. (NIS+ brings more security capabilities)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 08:47 PM
11-18-2007 08:47 PM
Re: linux
NFS is Network File System.
NIS is Network Information System, which includes the former YP (yellow pages) commands. It allows centralized passwords, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 02:37 AM
11-20-2007 02:37 AM