Displaying 8 results from an estimated 8 matches for "smbcluster".
Did you mean:
smb_cluster
2014 Jul 21
0
CTDB no secrets.tdb created
...2:08 uc1 ctdbd: recoverd:Takeover run starting
Jul 21 14:12:09 uc1 ctdbd: recoverd:Takeover run completed successfully
but on joining node 1 to the domain, no secrets.tdb is created:
sudo net ads join -UAdministrator
Enter Administrator's password:
Using short domain name -- ALTEA
Joined 'SMBCLUSTER' to dns domain 'altea.site'
Not doing automatic DNS update in a clustered setup.
The persistent folder contains only:
/usr/local/var/lib/ctdb/persistent
-rw------- 1 root root 1310720 jul 21 14:11 ctdb.tdb.0
(with ctdb.tdb.1 of the same size on node 2)
/etc/samba/smb.conf
[global]
wo...
2014 Aug 22
2
ocfs2 problem on ctdb cluster
...sdb1;
address 192.168.0.10:7789;
meta-disk internal;
}
on uc2 {
device /dev/drbd1;
disk /dev/sdb1;
address 192.168.0.11:7789;
meta-disk internal;
}
}
[global]
workgroup = ALTEA
realm = ALTEA.SITE
security = ADS
kerberos method = secrets only
netbios name = SMBCLUSTER
disable netbios = Yes
clustering = Yes
ctdbd socket = /var/lib/run/ctdb/ctdbd.socket
[users]
path = /cluster/users
read only = No
[profiles]
path = /cluster/profiles
read only = No
[shared]
path = /cluster/shared
force create mode = 0770
read only = No
2014 Jul 08
1
smbd does not start under ctdb
...var/lib/ctdb/ctdb.socket) failed: Connection refused
messaging_ctdbd_init failed: NT_STATUS_CONNECTION_REFUSED
We tried changing the socket to /tmp but the same errors occur.
Any ideas?
Thanks,
Steve
smb.conf:
[global]
realm = HH3.SITE
security = ADS
kerberos method = system keytab
netbios name = smbcluster
clustering = Yes
private dir = /cluster/ctdb
[users]
path = /cluster/users
read only = No
The nodes are mounted at both ends:
/dev/drbd1 on /cluster type ocfs2
(rw,relatime,_netdev,heartbeat=local,nointr,data=ordered,errors=remount-ro,atime_quantum=60,coherency=full,user_xattr,acl)
/etc/sysconfi...
2014 Aug 23
2
CTDB 50.samba: ERROR: smb.conf cache create failed
...1 with
cluster support from source.
Error upon startup only. Restarting ctdb on that node clears the error.
The other node with the same config is OK. Any ideas?
Cheers,
Steve
smb.conf
[global]
workgroup = ALTEA
realm = ALTEA.SITE
security = ADS
kerberos method = secrets and keytab
netbios name = SMBCLUSTER
disable netbios = Yes
clustering = Yes
ctdbd socket = /var/lib/run/ctdb/ctdbd.socket
pid director = /var/run/samba
[users]
path = /cluster/users
read only = No
[profiles]
path = /cluster/profiles
read only = No
[shared]
path = /cluster/shared
force create mode = 0770
read only = No
50.samba
#!/bin...
2014 Aug 15
1
smbd crash: 4.1.11
Hi
Random crashes. It looks as if it's cups, but we aren't printing, nor
have it configured.
[global]
workgroup = ALTEA
realm = ALTEA.SITE
security = ADS
kerberos method = secrets and keytab
netbios name = SMBCLUSTER
#disable netbios = Yes
clustering = Yes
ctdbd socket = /usr/local/var/run/ctdb/ctdbd.socket
[users]
path = /cluster/users
read only = No
[profiles]
path = /cluster/profiles
read only = No
[shared]
path = /cluster/shared
force create mode = 0770
read only = No
Aug 15 13:54:56 uc2 smbd[5565]: [2014/...
2014 Aug 16
1
CTDB: Failed to connect client socket to daemon.
...PUBLIC_ADDRESSES=/etc/ctdb/public_addresses
CTDB_MANAGES_SAMBA=yes
CTDB_SYSLOG=yes
CTDB_DEBUGLEVEL=NOTICE
CTDB_SOCKET=/usr/local/var/run/ctdb/ctdbd.socket
/usr/local/samba/etc/smb.conf
[global]
workgroup = ALTEA
realm = ALTEA.SITE
security = ADS
kerberos method = secrets and keytab
netbios name = SMBCLUSTER
disable netbios = Yes
clustering = Yes
ctdbd socket = /usr/local/var/run/ctdb/ctdbd.socket
[users]
path = /cluster/users
read only = No
**************
/etc/ctdb/50.samba
ps aux|grep ctdbd
root 25902 3.3 3.6 26772 18460 ? SLs 15:38
0:08 /usr/sbin/ctdbd --pidfile=/var/run/ctdb/ctdbd....
2014 Jul 18
0
winbind SID S-1-5-18 mapping inconsistency with roaming profiles
...move the * range of winbind and use ONLY the domain
range, we can't work around this. Can we? If we are using romaing
profiles, we cannot use winbind.
Problem: we cannot include the BUILTINs in the range specified for AD as
is dictated by the idmap db.
[global]
workgroup = HH3
netbios name = SMBCLUSTER
realm = HH3.SITE
security = ADS
kerberos method = secrets and keytab
winbind enum users = Yes
winbind enum groups = Yes
winbind use default domain = Yes
winbind nss info = rfc2307
idmap config * : backend = tdb
idmap config * : range = 19900-19999
idmap config HH3 : backend = ad
idmap config HH3 :...
2014 Aug 15
1
ctdb event script 50.samba does not start smbd
...ain with 4.1.11 member
servers on each node. winbindd is present but nss and pam are controlled
by sssd. All OK, except that the event script which starts samba is not
working.
smb.conf
[global]
workgroup = ALTEA
realm = ALTEA.SITE
security = ADS
kerberos method = secrets and keytab
netbios name = SMBCLUSTER
clustering = Yes
ctdbd socket = /usr/local/var/run/ctdb/ctdbd.socket
[users]
path = /cluster/users
read only = No
starting ctdbd
sudo ctdbd --dbdir=/usr/local/var/lib/ctdb
--dbdir-persistent=/usr/local/var/lib/ctdb/persistent
--event-script-dir=/usr/local/etc/ctdb/events.d
--public-addresses=/usr/...