Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
TetraWiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
RDM Implementation Details in a Single html
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Samba== -------------- Samba -------------- audit logs can be see by below command tail -f /var/log/samba/audit.log All other logs will be into below directory cd /var/log/samba/ samba start/stop commands. /etc/init.d/smb status /etc/init.d/smb stop /etc/init.d/smb restart /etc/init.d/smb status There are two nfs mounting. First sambanfs and second is sophosAV below command will mount the NFS from 10.10.10.15 in /home and /data mount -t nfs -o rsize=32768,wsize=32768,timeo=15,tcp 10.10.10.15:/data /data mount -t nfs -o rsize=32768,wsize=32768,timeo=15,tcp 10.10.10.15:/home /home The mounting parameter for sophos is configured into /etc/fstab. to mount sophos below command can be used. mount -a below commands are for fedora directory server /etc/init.d/dirsrv status /etc/init.d/dirsrv stop /etc/init.d/dirsrv restart /etc/init.d/dirsrv status below commands are for fedora directory server admin console /etc/init.d/dirsrv-admin status /etc/init.d/dirsrv-admin stop /etc/init.d/dirsrv-admin restart /etc/init.d/dirsrv-admin status ldapsearch -x will show all the users including their attributes below command will start the fedora DS admin console. 389-console Second samba 10.10.10.24 starting process ---------------------------------------- down first samba 10.10.10.14 (dns1) and login to second samba(dns2) 10.10.10.24 (aditional ip)(the second samba should be up for Fedora DS replication, it's Fedora DS is read only, no changes directly on it will work) run below commands on second samba 10.10.10.24 ifup eth0 ifup eth0:0 ifup eth0:1 ifup eth0:2 ifup eth0:3 ifup eth0:4 ifup eth0:5 service smb start above service and ip will be up temporerly, when this machine will reboot this has to do again. ------------------------------------------ LRS Samba ------------------------------------------ 10.10.10.28 57.56.131.200 samba pdc with ldap below commands are for ldap server /etc/init.d/ldap status /etc/init.d/ldap stop /etc/init.d/ldap restart /etc/init.d/ldap status All other logs will be into below directory cd /var/log/samba/ samba start/stop commands. /etc/init.d/smb status /etc/init.d/smb stop /etc/init.d/smb restart /etc/init.d/smb status
Summary:
Please note that all contributions to TetraWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
TetraWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)