Displaying 6 results from an estimated 6 matches for "dev8".
Did you mean:
dev
2002 Sep 24
3
Samba performance issues
Hi all
We are implementing samba-ldap to act as an nt pdc and are seeing
performance problems.
We have a 1ghz, 3gb Ram, 36gb box that is running samba-2.2.5 and
openldap-2.0.23 under redhat 7.3 with kernel 2.4.18-3.
Clients are all Win2k SP3.
All the ldap requests are to the localhost interface.
The box is acting as the PDC for the domain, and also sharing diskspace
and printers.
When we get
2009 Apr 20
0
ERROR: Could not find the storage" when running cluvfy against OCFS2-shared mount-points
...nodes "tis16db,tis06db".
Verification of shared storage accessibility was unsuccessful on all the
nodes.
[oracle at tis06db cluvfy]$
Yet on our other 2-node RAC env. running same versions of RHEL, OCSFS2 and
Oracle s/w:
--
--Original RAC nodes where cluvfy succeeded:
--
[oracle at dev8 cluvfy]$ ./runcluvfy.sh comp ssa -n dev8,dev9 -s
/jemsr/oraDATA,/jemsr/OCR,/jemsr/VOTE,/jemsr/FRA -verbose
Verifying shared storage accessibility
Checking shared storage accessibility...
"/jemsr/oraDATA" is shared.
"/jemsr/OCR" is shared.
"/jemsr/VOTE" is shared....
2013 Jan 14
18
Puppetdb will setting gc-interval to 0 disable it
I have multiple puppetdb severs pointed at the same database.
Would setting gc-interval to 0 disable it on the extra puppetdb nodes?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/4DEyx0IXbLsJ.
To post to this group, send email to
2004 Apr 20
0
Re: ocfs performance question
...y inform us of any issues they have with linux/ocfs
on their hardware. As we do not have this particular hardware inhouse,
all we can only speculate as to what the issue is.
Things to look for ==>
output of.... iostat 1
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
dev8-1 2.00 36.00 1.00 36 1
This is just with 1 mounted ocfs volume and no processes touching it.
Notice the 2.00 tps... transfers per sec. If you see something like 37
or so,
you are running into a known EL3 issue. (I think you are familiar with
this issue... ql...
2006 Mar 14
0
Problem with uac_replace and corrupted From
Hi,
Using openser 1.1.0-dev8 as a registrar/proxy in from of Asterisk.
Recently I have been getting errors from Asterisk due to corrupted From:
headers, which appear to be caused by uac_replace. Here is a section of
the debug log:
Mar 14 15:12:00 www1 /usr/sbin/openser[7933]:
DBG:uac::restore_from_reply: removing <Fro...
2013 May 15
5
Shell Scripting Random Delay
I have a shell script that's run every 5 minutes I use to call many
other shell scripts. Is there a way to wait a random number of
seconds before executing each line? Something like this.
wait_random 10 - 180 (perl /scripts/my_script.pl) &
wait_random 10 - 180 (perl /scripts/my_script5.pl) &
wait_random 10 - 180 (perl /scripts/my_script7.pl) &
I have many entries in this file