Setting up Samba3.6.9 on Oracle Linux 6
This post is based on: http://www.techotopia.com/index.php/Sharing_Files_between_RHEL_6_and_Windows_Systems_with_Samba. However, there're important configuration changes according to my experiment.
This article walks you through setting up Samba on Oracle Linux 6, and sets up anonymous access to Linux directory.
0. su
1. Check if Samba is installed on Linux
rpm -q samba
2. Install Samba
yum install samba
3. Make sure you Linux firewall does not block Samba
4. Configure smb.conf
vi /etc/samba/smb.conf
[global]
workgroup =
[tmp] --Resource name you'll be seeing on Windows
path = /tmp --Linux path
writeable = yes
browseable = yes
valid users = demo --User created in Samba to access this directory
4.1 Configure anonymous access and no need to enter username password
--smb.conf
[tmp]
path = /u01/app/oracle/oradata/orcl
writeable = no
browseable = yes
public = yes
guest ok = yes
[global]
guest account = nobody
map to guest = bad user
--Create a user named nobody
smbpasswd -an nobody
This also creates a Linux account - nobody. Please make sure nobody has access to "/u01/app/oracle/oradata/orcl" in Linux, not only to orcl itself, also its parent directories.
5. Create user "demo"
smbpasswd -a demo
6. Testing Samba configuration
testparm
7. Starting Samba and NetBIOS Name Services on Linux
service smb start
service nmb start
chkconfig smb on
chkconfig nmb on
To check status:
service smb status
service nmb status
8. Mount on Windows and Linux
Now, you've completed a basic Samba server setup on Linux. On Windows, click "Tools" -> "Map Network Driver", enter "\\odilab\online_log" for Folder, select a Drive, and click OK, you're all set.
On Oracle Linux, user can run the following command to look for shared resources from Samba server -
smbclient -L odilab
smbclient \\\\odilab\\online_log work like ftp command.
To mount, you have two options: smbfs and cifs. Smbfs is deprecated.
mount -t cifs -o guest //odilab/online_log /home/oracle/online_log
Unmount: umount /home/oracle/online_log
This article walks you through setting up Samba on Oracle Linux 6, and sets up anonymous access to Linux directory.
0. su
1. Check if Samba is installed on Linux
rpm -q samba
2. Install Samba
yum install samba
3. Make sure you Linux firewall does not block Samba
4. Configure smb.conf
vi /etc/samba/smb.conf
[global]
workgroup =
[tmp] --Resource name you'll be seeing on Windows
path = /tmp --Linux path
writeable = yes
browseable = yes
valid users = demo --User created in Samba to access this directory
4.1 Configure anonymous access and no need to enter username password
--smb.conf
[tmp]
path = /u01/app/oracle/oradata/orcl
writeable = no
browseable = yes
public = yes
guest ok = yes
[global]
guest account = nobody
map to guest = bad user
--Create a user named nobody
smbpasswd -an nobody
This also creates a Linux account - nobody. Please make sure nobody has access to "/u01/app/oracle/oradata/orcl" in Linux, not only to orcl itself, also its parent directories.
5. Create user "demo"
smbpasswd -a demo
6. Testing Samba configuration
testparm
7. Starting Samba and NetBIOS Name Services on Linux
service smb start
service nmb start
chkconfig smb on
chkconfig nmb on
To check status:
service smb status
service nmb status
8. Mount on Windows and Linux
Now, you've completed a basic Samba server setup on Linux. On Windows, click "Tools" -> "Map Network Driver", enter "\\odilab\online_log" for Folder, select a Drive, and click OK, you're all set.
On Oracle Linux, user can run the following command to look for shared resources from Samba server -
smbclient -L odilab
smbclient \\\\odilab\\online_log work like ftp command.
To mount, you have two options: smbfs and cifs. Smbfs is deprecated.
mount -t cifs -o guest //odilab/online_log /home/oracle/online_log
Unmount: umount /home/oracle/online_log
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/638844/viewspace-776897/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 在 Microsoft Dynamics NAV 2018 Setting Up and Using a Purchase Approval WorkflowROSAPP
- hadoop官網翻譯第二天Setting up a Single Node Cluster.Hadoop
- 【UP_ORACLE】使用AutoUpgrade工具升級Oracle 11.2.0.4至12.2.0.1Oracle
- 【UP_ORACLE】如何給Oracle DG打補丁(一)整體思路Oracle
- 【UP_ORACLE】Oracle 19c之從19.3升級到19.9Oracle
- setting.xmlXML
- 阿里雲setting阿里
- Maven setting.xmlMavenXML
- 【UP_ORACLE】如何給Oracle DG打補丁(二)備庫安裝補丁步驟Oracle
- 【UP_ORACLE】如何給Oracle DG打補丁(三)主庫安裝補丁步驟Oracle
- vue2 setting配置Vue
- Requested setting INSTALLED_APPSAPP
- 獎金up up up!單個漏洞最高獎勵2萬元!
- Level Up
- wake up
- Shift Up:截止2024年6月《劍星》全球銷量破百萬
- 【Basis】HANA Database SR Basis SettingDatabase
- “setting.xml” has syntax errorsXMLError
- PostgreSQL DBA(156) - pgAdmin(Rollback setting)SQL
- django setting 配置資料庫Django資料庫
- raspberry pi bookworm setting static ipWorm
- Linux安裝oracleLinuxOracle
- day day up
- 6、oracle網路(監聽)Oracle
- git (v2.18.0) error setting certificateGitError
- maven setting.xml中出現{DESede}MavenXML
- groovy-gradle-setting.gradle和sourceGradle
- Linux雜記6Linux
- AUTO START ORACLE ON LINUX(zt)OracleLinux
- Linux Use ODBC Connect OracleLinuxOracle
- E. Level Up
- 【ASK_ORACLE】Linux從6升級到7導致Oracle產生大量Log file sync等待事件處理辦法OracleLinux事件
- Mysql 如何更改default collation_connection settingMySql
- 應用設定Setting的實現
- Oracle Linux 6.5 安裝Oracle 10gR2LinuxOracle 10g
- oracle xtts遷移 AIX to LinuxOracleTTSAILinux
- ORACLE 11.2.0.4 DG(Broker) for linux 部署OracleLinux
- clean_up_log.sh
- ALi CTF 2015 write up