Displaying 20 results from an estimated 3000 matches similar to: "Getting CTDB dbstatistics in csv format?"
2020 Nov 12
3
Getting CTDB dbstatistics in csv format?
Thanks, I'll do that. It might be a week or two. But I have solid C skills
going back 25 years, and spent a decade doing C++.
Let me know if there's a "getting started guide" for developers on the
Samba project. Key tools to install, etc. I will need to spin up a VM to
work in.
Also, should chat with the CTO so he's aware.
On Thu, Nov 12, 2020 at 4:46 AM Martin Schwenke
2020 Nov 04
2
CTDB DBDIR Options? Errors
Running into problems configuring different locations for the volatile and
other database directories. Can someone provide a quick sanity check on
what I'm doing below? Thank you.
Given
[database]
volatile database directory = /var/cache/dbdir/volatile
persistent database directory = /var/cache/dbdir/persistent
state database directory = /var/cache/dbdir/state
And given,
[root
2020 Nov 12
0
Getting CTDB dbstatistics in csv format?
Hi Bob,
On Wed, 11 Nov 2020 08:10:28 -0500, Robert Buck via samba
<samba at lists.samba.org> wrote:
> Folks, thank you for being so helpful.
>
> I can't quite figure out the exact command line to get ctdb
> dbstatistics for the locking.tdb in CSV format. How do you do this?
>
> [root at use1-samba-server-c25-use1-01 ec2-user]# ctdb -X --separator=,
> dbstatistics
2020 Nov 05
1
CTDB DBDIR Options? Errors
Hi Bob,
[CC: Amitay, who is better at SeLinux]
On Wed, 4 Nov 2020 09:33:10 -0500, Robert Buck via samba
<samba at lists.samba.org> wrote:
> This turns out to be an SELinux issue. Does anyone know the proper commands
> to restorecon or otherwise to set the SELinux policy for
> persistent/volatile database files moved to a different directory?
I'm not sure if you're asking
2020 Nov 04
0
CTDB DBDIR Options? Errors
This turns out to be an SELinux issue. Does anyone know the proper commands
to restorecon or otherwise to set the SELinux policy for
persistent/volatile database files moved to a different directory?
Martin or Amitay?
On Wed, Nov 4, 2020 at 9:02 AM Robert Buck <robert.buck at som.com> wrote:
> Running into problems configuring different locations for the volatile and
> other
2010 Aug 11
3
Running something without a loop when the result from the previous iteration is require for the current iteration
Hello Everyone!
Here's what I'm trying to do. I'm working on generating occurrences of
precipitation based upon precipitation occurrence for a station during the
previous day and two stations that have already been generated by joint
probablities and 1st order Markov chains or by the same generation process.
This has to be done for each remaining stations for each month.
> genmat
2020 Oct 01
3
CTDB Question w/ Winbind
Martin,
Here you go,
# echo "mypassword" | net --no-dns-updates -U service-account-name ads
testjoin domain.local
kerberos_kinit_password NETBIOS_NAME$@DOMAIN.LOCAL failed: Client not found
in Kerberos database
Join to domain is not valid: The name provided is not a properly formed
account name.
On Wed, Sep 30, 2020 at 9:34 PM Martin Schwenke <martin at meltin.net> wrote:
2020 Oct 31
2
CTDB Statistics Definitions and Scheme?
Hi Team,
I'm working on a CTDB Prometheus Exporter. I have two questions...
First, does anyone have an "internal" cheat sheet on the metrics and their
descriptions? I didn't really see much online, or in the source code.
Thanks
--
BOB BUCK
SENIOR PLATFORM SOFTWARE ENGINEER
SKIDMORE, OWINGS & MERRILL
7 WORLD TRADE CENTER
250 GREENWICH STREET
NEW YORK, NY 10007
T (212)
2020 Oct 05
4
CTDB Question w/ Winbind
Hi Martin
It seems as though, when I go from `clustering = no` to `clustering = yes`,
if I do a domain join, it will fail. However, if I do a `systemctl restart
ctdb` (knowing full well it will fail every time), if after this I add a
sleep(15), then do a domain join, then do a `systemctl restart ctdb`, then
the join will have worked, AND CTDB will start properly. So in a nutshell,
in Ansible,
-
2020 Jun 30
2
CTDB RecLockLatencyMs vs RecoverInterval
Hi
I have a question regarding CTDB RecLockLatencyMs tunable parameter. Is
there any relationship between the RecLockLatencyMs property and
the RecoverInterval property? Does one need to be larger than the other? Or
if RecLockLatencyMs were increased to 5000ms, should some other setting be
changed in proportion?
We're using a geo-distributed etcd cluster for the CTDB recovery lock and I
2020 Oct 06
2
CTDB Question w/ Winbind
Superb. I'll take a look. Thank you
On Tue, Oct 6, 2020 at 1:46 AM Martin Schwenke <martin at meltin.net> wrote:
> Hi Bob,
>
> On Mon, 5 Oct 2020 09:31:59 -0400, Robert Buck <robert.buck at som.com>
> wrote:
>
> > It seems as though, when I go from `clustering = no` to `clustering =
> yes`,
> > if I do a domain join, it will fail. However, if I do a
2020 Aug 05
2
CTDB question about "shared file system"
Could I impose upon someone to provide some guidance? Some hint? Thank you
Is a shared file system actually required? If etcd is used to manage the
global recovery lock, is there any need at that point for a shared file
system?
In other words, are there samba or CTDB files (state) that must be on a
shared file system, or can each clustered host simply have these files
locally?
What must be
2020 Oct 20
1
Directly Get CTDB or SMB Status/Stats?
Is there a way to get CTDB or Samba status/stats w/o forking a process? I
am looking into writing Prometheus exporters for these. I'd prefer to make
a "C" call in Golang than fork a process and scrape STDOUT. What are my
options?
Thank you!
--
BOB BUCK
SENIOR PLATFORM SOFTWARE ENGINEER
SKIDMORE, OWINGS & MERRILL
7 WORLD TRADE CENTER
250 GREENWICH STREET
NEW YORK, NY 10007
T
2020 Sep 29
2
CTDB Question w/ Winbind
When I try to enable CTDB to manage (legacy) SMB and Winbind, I get startup
errors.
Sep 29 22:23:06 euw2-samba-server-c21-01 ctdb-eventd[1509]: *49.winbind:
Failed to start winbind*
Sep 29 22:23:06 euw2-samba-server-c21-01 ctdb-eventd[1509]: *startup event
failed*
Sep 29 22:23:06 euw2-samba-server-c21-01 ctdbd[1507]: *startup event failed*
Sep 29 22:23:11 euw2-samba-server-c21-01 ctdbd[1507]:
2020 Aug 06
2
CTDB question about "shared file system"
Very helpful. Thank you, Martin.
I'd like to share the information below with you and solicit your fine
feedback :-)
I provide additional detail in case there is something else you feel
strongly we should consider.
We made some changes last night, let me share those with you.
The error that is repeating itself and causing these failures is:
Takeover run starting
RELEASE_IP 10.200.1.230
2020 Oct 23
2
CTDB startup issue
We've only seen this error once, just occurred. We were having domain join
issues.
Enter ******@*******.local's password:
../../source3/lib/dbwrap/dbwrap_ctdb.c:855 ERROR: new_seqnum[10] !=
old_seqnum[8] + (0 or 1) after failed TRANS3_COMMIT - this should not
happen!
secrets_store_JoinCtx: dbwrap_transaction_commit() failed for SOMDEV
libnet_join_joindomain_store_secrets:
2016 Oct 12
2
Selection DAG adding node question
I am having trouble adding a node to the selection DAG (e.g. during combine)
E.g. node1 -> use1, use2
Now if you add a node2, with node1 -> node2 with node2 number of output
values equal node1 number of output values, then combine as well as e.g.
promotion pass with replace all of node1's uses with node2, leaving node1
dead. While this is kind of expected, does this mean
a) always
2020 Oct 26
2
CTDB Question: external locking tool
Folks,
We use a Golang-based lock tool that we wrote for CTDB. That tool interacts
with our 3.4 etcd cluster, and follows the requirements specified in the
project.
Question, does the external command line tool get called when LMASTER and
RECMASTER are false? Given a scenario where we have a set of processes that
have it set to false, then others that have it set to true, does the
locking tool
2020 Sep 30
2
CTDB Question w/ Winbind
Ok, thanks.
[root at euw2-samba-server-c21-01 ec2-user]# systemctl status winbind.service
*?* winbind.service - Samba Winbind Daemon
Loaded: loaded (/usr/lib/systemd/system/winbind.service; enabled; vendor
preset: disabled)
Active: *failed* (Result: exit-code) since Wed 2020-09-30 12:58:25 UTC;
1s ago
Docs: man:winbindd(8)
man:samba(7)
man:smb.conf(5)
2020 Jul 01
1
CTDB RecLockLatencyMs vs RecoverInterval
Thank you, Martin.
Yes, we happen to be using Samba and CTDB v4.10.7, on Ubuntu. *Would these
happen to include the defect?* *In your opinion, will 4s be an issue?* We
happen to be running this on top of a geo-distributed etcd cluster, and in
this particular case there was about 4200 miles between the two data
centers. We're running a distributed NFS file system over a total of three
data