[20160921]linux下建立samba伺服器.txt
[20160921]linux下建立samba伺服器.txt
--工作需要,需要在linux下配置samba服務。好久不做這些事情,做一個安裝筆記:
1.安裝samba軟體包
# rpm -qa | grep samba
samba-client-3.0.33-3.39.el5_8
samba-common-3.0.33-3.39.el5_8
samba-3.0.33-3.39.el5_8
--注意安裝samba-3.0.33-3.39.el5_8需要 perl-Convert-ASN1-0.20-1.1.noarch.rpm包。
2.修改配置檔案:
[backup]
comment = backup Stuff
path = /u01/backup
public = yes
writable = yes
printable = no
--我配置比較簡單,先考慮能用先:
chmod 777 /u01/backup
--看了配置檔案/etc/samba/smb.conf:
# ----------------------- Standalone Server Options ------------------------
#
# Security can be set to user, share(deprecated) or server(deprecated)
#
# Backend to store user information in. New installations should
# use either tdbsam or ldapsam. smbpasswd is available for backwards
# compatibility. tdbsam requires no further configuration.
security = user
passdb backend = tdbsam
--其他方式share(deprecated) or server(deprecated)好像廢除了。不過我還是先測試看看。修改如下:
security = share
; passdb backend = tdbsam
3.啟動服務:
# service smb restart
Shutting down SMB services: [ OK ]
Shutting down NMB services: [ OK ]
Starting SMB services: [ OK ]
Starting NMB services: [ OK ]
4.在我本機測試:
--//在我的電腦上輸入:
\\192.168.100.78\backup
5.下面測試使用密碼的方式:
--修改配置檔案/etc/samba/smb.conf:
security = user
passdb backend = tdbsam
# cat /etc/passwd | mksmbpasswd.sh >| /etc/samba/smbpasswd
# smbpasswd root
New SMB password:
Retype new SMB password:
Failed to find entry for user root.
Failed to modify password entry for user root
--這裡報錯,修改如下,再次執行smbpasswd root 。ok!
passdb backend = smbpasswd
--不對這個是預設模式。
--看了一些相關文件 http://blog.csdn.net/tg5156/article/details/8865775
# service smb restart
Shutting down SMB services: [ OK ]
Shutting down NMB services: [ OK ]
Starting SMB services: [ OK ]
Starting NMB services: [ OK ]
--這樣使用口令,能看到共享磁碟。
6.下面測試使用密碼的方式:
--修改配置檔案/etc/samba/smb.conf:
security = user
passdb backend = tdbsam
[backup]
comment = backup Stuff
path = /u01/backup
valid users=root oracle
public = yes
writable = yes
printable = no
# write list = +staff
--參考了連結http://blog.csdn.net/tg5156/article/details/8865775。
# pdbedit -x oracle
# pdbedit -a oracle
new password:
retype new password:
Unix username: oracle
NT username:
Account Flags: [U ]
User SID: S-1-5-21-375937087-413791906-1356901787-1007
Primary Group SID: S-1-5-21-375937087-413791906-1356901787-513
Full Name:
Home Directory: \\gxqyydg4\oracle
HomeDir Drive:
Logon Script:
Profile Path: \\gxqyydg4\oracle\profile
Domain: GXQYYDG4
Account desc:
Workstations:
Munged dial:
Logon time: 0
Logoff time: never
Kickoff time: never
Password last set: Wed, 21 Sep 2016 08:54:45 CST
Password can change: Wed, 21 Sep 2016 08:54:45 CST
Password must change: never
Last bad password : 0
Bad password count : 0
Logon hours : FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
--再次測試ok。
7.順便測試windows下oracle資料使用rman的情況,太穩定了,經常報錯。
channel ORA_DISK_3: starting piece 1 at 2016-09-20 17:34:54
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 09/20/2016 17:35:29
ORA-19502: write error on file "\\192.168.100.78\BACKUP\FULL_0SRG9VT9_1_1.BAK", block number 19072 (block size=8192)
ORA-27070: async read/write failed
OSD-04016: Error queuing an asynchronous I/O request.
O/S-Error: (OS 64) 指定的網路名不再可用。
--放棄!
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-2125248/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux 下安裝Samba 檔案共享伺服器LinuxSamba伺服器
- Linux伺服器---配置sambaLinux伺服器Samba
- ubuntu下搭建samba伺服器UbuntuSamba伺服器
- Linux伺服器---安裝sambaLinux伺服器Samba
- Linux——搭建Samba(CIFS)伺服器LinuxSamba伺服器
- Samba 系列(七):在 Samba AD DC 伺服器上建立共享目錄並對映到 Windows/Linux 客戶Samba伺服器WindowsLinux
- Centos7下Samba伺服器配置。CentOSSamba伺服器
- centos7下samba伺服器搭建CentOSSamba伺服器
- linux下安裝、配置samba服務LinuxSamba
- 自學linux——20.Samba伺服器的搭建LinuxSamba伺服器
- 通過 Samba 服務,建立 Linux 開發環境SambaLinux開發環境
- 透過 Samba 服務,建立 Linux 開發環境SambaLinux開發環境
- linux下Samba服務配置與安裝LinuxSamba
- CentOS 6.3下Samba伺服器的安裝與配置CentOSSamba伺服器
- Linux samba 配置LinuxSamba
- Linux Samba 部署LinuxSamba
- samba伺服器安裝Samba伺服器
- Linux全攻略–Samba伺服器配置與管理(二)LinuxSamba伺服器
- Linux下掛在samba 資料夾到本地LinuxSamba
- Samba Install in linuxSambaLinux
- 簡單配置linux下的網路鄰居samba(轉)LinuxSamba
- samba伺服器配置檔案Samba伺服器
- CentOS 6.7 配置samba伺服器CentOSSamba伺服器
- Linux伺服器下如何建立檔案防篡改規則Linux伺服器
- Linux 伺服器下如何建立檔案防篡改規則Linux伺服器
- linux samba配置檔案/etc/samba/smb.confLinuxSamba
- samba伺服器的簡單配置Samba伺服器
- [20161221]快速建立dns伺服器.txtDNS伺服器
- Suse Linux下的samba設定使用者說明(轉)LinuxSamba
- 簡單配置Linux系統下的網路鄰居Samba(轉)LinuxSamba
- linux下nfs的建立LinuxNFS
- Samba伺服器的安裝與配置Samba伺服器
- 一分鐘在Linux環境下建立一臺SFTP伺服器(含賬戶建立)LinuxFTP伺服器
- Linux(Ubuntu版本)下配置samba實現資料夾共享的方法:LinuxUbuntuSamba
- Linux下cifs公用網際網路系統和samba服務LinuxSamba
- 自動建立samba目錄的shell指令碼Samba指令碼
- RHCE課程-RH253Linux伺服器架設筆記三-Samba伺服器配置(1)Linux伺服器筆記Samba
- linux建立yum下載源Linux