使用者的共享

2021-08-28 15:16:39 字數 2946 閱讀 2572

使用者共享的優勢:

在生產環境中我們要實現自動化的運維,就不能乙個機器乙個機器的操作,而是只需要一台機器就可以搞定全部的機器,這個使用者的共享呢就是解決使用者建立的問題,從而實現一台機器建立的使用者其餘機器都可以登入的結果。

我們以centos7作為伺服器centos6作為客戶端來實驗

說明:

centos7(伺服器)ip:192.168.127.143

centos6 (客戶端)ip:192.168.127.142

區分:

服務端:[root@centos7 ~]#

客戶端:[root@centos6 ~]#

伺服器包的安裝:

[root@centos7 ~]#  yum -y install ypserv ypbind yp-tools

[root@centos7 ~]# yum -y install nfs-utils

客戶端包的安裝:

[root@centos6 ~]# yum install ypbind -y

[root@centos6 ~]# yum -y install autofs

配置域:

#重啟後生效

[root@centos7 ~]# vim /etc/sysconfig/network

# created by anaconda

nisdomain=lei

#當前生效

[root@centos7 ~]# nisdomainname lei

配置nis服務

[root@centos7 ~]#  vim /etc/ypserv.conf 

127.0.0.1:*:*:none #允許本機訪問nis

192.168.127.0/255.255.255.0:*:*:none #允許這個網段的訪問nis

*:*:*:deny #其他的全部拒絕

[root@centos7 ~]# systemctl restart ypserv #重啟nis服務

[root@centos7 ~]# systemctl enable ypserv #使nis開機自啟動

建立使用者:[root@centos7 ~]# passwd zhang

changing password for user zhang.

new password:

bad password: the password is shorter than 8 characters

retype new password:

passwd: all authentication tokens updated successfully.

生成nis資料庫

[root@centos7 ~]# /usr/lib64/yp/ypinit -m

ctrl+d

y

客戶端設定nis服務

在use nis這裡安空格即可選中

這裡的lei是域,而ip是伺服器的ip位址

nfs 共享家目錄

[root@centos7 ~]# vim /etc/exports.d/mage.exports
autofs 自動掛載家目錄

[root@centos6 ~]#  vim /etc/auto.master

[root@centos6 ~]# vim /etc/auto.mage

[root@centos6 ~]# service autofs restart

測試

[root@centos6 ~]# yptest 

.........

.........

.........

test 3: yp_match

warning: no such key in map (map passwd.byname, key nobody)

1 tests failed

#test 3: yp_match 下面的這個警告客戶忽略,所以 1 tests failed 這個不算失敗,這個是成功的

演示

[root@centos6 ~]# su - zhangsan

[zhangsan@centos6 ~]$ su - zhang

password:

[zhang@centos6 ~]$ pwd

使用者故事 建立共享理解

更快地完成工作和反饋 scrum團隊應該在工作方式上保持透明 讓利益相關者更緊密,每天與他們合作,讓反饋在兩個方向流動,並分擔採取某個方向的風險。使工作進度更加明顯 團隊可以看到進度 燒毀圖表和白板是顯示衝刺目標進度的傳統方法。乙個簡單的報告顯示各級規劃的進展,從sprint一直到視覺,可以非常有效...

Ubuntu 共享目錄給windows使用者

sudo apt get install samba右鍵單擊需要共享的資料夾,選擇local network share,開啟folder sharing選項框 賦予許可權 注意 這裡僅僅是對當前目錄進行賦予修改許可權,並不包含對其子目錄進行修改授權。所以其子目錄均處於唯讀模式。如需全部授權,則需要...

共享 19份女性使用者報告

21世紀被稱為 她 世紀。在美國,女性消費能力超過了整個日本的經濟規模,每天有400名女性自行創業,比例是男性的兩倍。女性正利用著她們天生的直覺 理解力 柔性 協調性等優勢和特長,在商業世界裡打拼出屬於自己的生存空間。本文提供共計19份女性使用者報告,供各方對女性的消費 生活以及工作習慣有個初步理解...