search for: slb

Displaying 20 results from an estimated 61 matches for "slb".

Did you mean: skb
2004 May 06
3
tcng ingress policing question
...not to, since I have more than 2 interfaces...) TIA Simon PS, the other interfaces don''t have any queues, since this would be handled by the ingress policing in this way. ============================== script: ============================== dev eth0 { ingress { $police_isp = SLB( cbs 100kB, cir 50000 kbps ); $police_mirror = SLB( cbs 20kB, cir 2000 kbps ); $police_other = SLB( cbs 10kB, cir 1000 kbps ); class(<>) if (ip_src == XXX.XXX.XXX.XXX || /* external host */ ip_src == YYY.YYY.YYY.YYY ) && /* backup traffic */...
2012 Apr 11
0
F5 SLB iRule - POP3 TLS Offload & Add Realm
Hey Guys, I figured someone might have use of this at some point. I've created an iRule for our F5 Load Balancer which performs the following tasks: - Appends STLS to the POP3 Capability list (it does this blindly, so expects the backend POP3 server to not return this) - Watches for the STLS command and initiates SSL negotiation with the client (leaves the connection to the
2009 Jul 07
3
Lost email where did it go...?
...ello, I have this user that lost an email, even when the server is set up to do lazy expunge. The mail server logs show that the message was received, the user also read it and he did reply to it. here is the mail.log Jun 29 07:52:48 mx20 postfix/smtpd[19289]: 0ACD81C443B: client=usxsl050.slb.atosorigin-asp.com[199.6.139.15] Jun 29 07:52:48 mx20 postfix/cleanup[20259]: 0ACD81C443B: message- id=<791A7985471643BA9997A472B6E429AD at eur.slb.com> Jun 29 07:52:50 mx20 postfix/qmgr[24622]: 0ACD81C443B: from=<remoteusers at stonehouse.oilfield.slb.com>, size=405287, nrcpt=1 (q...
2010 Oct 04
1
Setting up the Director
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I'm trying to wrap my head around the Director and how it works, but I'm not having much luck finding documentation. Currently, I have two front end mail servers that use NFS for mail storage. I'm using Cisco's SLB for load balancing, though I may switch over to a server-based load balancing solution at some point. SLB works great, but it doesn't guarantee that a given user will stick to the same server. At least, not as it's configured now.. But, regardless, I want to move away from SLB so I can...
2009 May 11
1
Compiz licensing
...arch on "who to contact for compiz licensing" which sent me to a web article: http://lists.freedesktop.org/archives/compiz/2007-February/001413.html Can you direct me to someone (name, phone number) with whom I can discuss. Thanks and regards, -- Pradeep Jain pjain at houston.oilfield.slb.com Schlumberger Information Solutions (713) 513-2430
2007 Feb 19
0
Absolute Maximal Bandwidth
...e nearest few 100kb/s) bandwidth usage maximum. As an example I might have 200MBit/sec "agreed" bandwidth, and the ability to go up to 500MBit/sec if I wish. Anything past 200MBit/sec invokes a huge cost. Example tcc script (might contain typos): dev eth0 { ingress { $inpolicer = SLB ( cbs 100kB, cir 200Mbps ); class (<$whatever>) if SLB_ok ($policer); drop if 1; /* Drop the traffic exceeding the 200mbit rate */ } egress { $egpolicer = SLB (cbs 100kB, cir 200Mbps ); class (<$ftp>) if (ip_dst == 10.1.1.1 && tcp_dport == 21 && SLB_ok ($egpol...
2004 Sep 21
1
TCNG compilation/translation bug/question
Hi all, The following ingress statement: .... $host2 = SLB(cbs 1024kb, cir 2048kbps); class(<>) if ip_dst == 81.175.84.2 && SLB_else_drop($host2); .... is compiled by TCNG into the folling tc command: ... tc filter add dev eth0 parent ffff:0 protocol all prio 1 u32 match u32 0x51af5402 0xffffffff at 16 classid ffff:0 police index 505 rate 2...
2002 Nov 13
4
getaddrinfo: Host not found problem
Hello, I am trying to use rsync (version 2.5.5) in a server client model to distribute software files. When I kick off the rsync client on an AIX 4.3.3 pwr3 platform, I get the following error message. We are in a real bind to get this protocol going; any help/insight/suggestions would be "greatly" appreciated. rsync: getaddrinfo: grp4c 873: Host not found rsync error: error in
2004 Sep 17
4
Guaranteed rate per class and maximum ceiling per element in class???
Hi all, It is my understanding that with HTB, the rate and the ceiling are divided over the elements of the class. E.g. using a rate of 100 kb and a ceiling of 2000 kb for a class with 10 elements on a 100Mb NIC, the effect of the ceiling will be that if all elements are generating their maximimum possible trafic they will be effectively limited to ~ ceiling / number of elements, in this case
2001 Sep 23
1
smbd won't start!! Please help!!
...ease help me with this, or at least point me in the right direction of where to start!! Much appreciated. Thanks Mike Salway Technical Manager, Core Solutions SchlumbergerSema Phone: +61-2-99294111 Fax: +61-2-99294199 Email: Mike.Salway@sema.com.au <mailto:Mike.Salway@sema.com.au> Web: www.slb.com <http://www.slb.com/> ---------------------------------------------------------------------------- -------- This correspondence is for the named person's use only. It may contain confidential or legally privileged information or both. No confidentiality or privilege is waived or lost...
2005 Apr 27
0
Ingress and polishing
...; at the bottom of the mail for the configuration). However after reading in the ''Traffic Control - Next generation reference Manual'' - p41 of the nov 20, 2003 release - I understood (correct me if I''m wrong), this implementation of the DLB would result in usage as a SLB : the pir bucket would fill-up ( 3 tokens in the pir bucket for 1 token in the cir bucket), thus the first check using the pir bucket would always be yes, and thus bypassed. As sush we are using the DLB as a SLB. So my question is , is there a way to implement the behavior we want? ( minimum an...
2012 Feb 12
0
Loadbalanced NFS as disk for VMs
Hi list, Is it possible to have NFS based load balancing and failover enabled storage without stacking switches? Or is this only doable with iSCSI and multipathd? I''m reading about XenServer and openvswitch, how multiple VMs would be able to use all physical links using SLB bonds, it works for networking but not for storage? (As the nfs share is mounted on dom0?) Using openvswitch with SLB bonding on XEN 4.1 I''m only seeing traffic on 1 interface at a time, using loop or tapdisk. Is this working as designed - or am I doing something wrong? Thanks! Regards...
2004 May 07
0
Re: LARTC digest, Vol 1 #1714 - 5 msgs
...> Simon > > PS, the other interfaces don''t have any queues, since this would be > handled by the ingress policing in this way. > ============================== > script: > ============================== > > dev eth0 { > ingress { > $police_isp = SLB( cbs 100kB, cir 50000 kbps ); > $police_mirror = SLB( cbs 20kB, cir 2000 kbps ); > $police_other = SLB( cbs 10kB, cir 1000 kbps ); > > class(<>) if (ip_src == XXX.XXX.XXX.XXX || /* external host */ > ip_src == YYY.YYY.YYY.YYY ) &&...
2002 Dec 31
3
[tcng] More complex example?
...PRIO / \ class class but my attempt (below) produces a "inferno.tc:8: qdisc "tbf" has no classes near "prio"" when run through tcc. dev eth1 { egress { tbf (rate 128kbps, burst 64kb, limit 64kb, mtu 1510B) { prio (bands 2) { $ssh_fast = SLB(cir 32kbps, cbs 3kB); class if ((tcp_sport == 22 || tcp_dport == 22) && SLB_ok($ssh_fast)); class if 1; } } } } Are there any examples of tcng scripts that do something slightly more complex than those in the tcng tarball? don ___________________________...
2009 Feb 06
2
smbtree Error NT_STATUS_HOST_UNREACHABLE
Hi, I've been running samba on a linux machine (dslkayak) to share a folder and a printer with several windows machines on a home network for a couple of years without problems. I've recently added a second linux machine (ps3ydl) to the network, but I cannot access it from any other machines on the network even though it can access the other network shares. There error I get is:
2003 Nov 21
3
information
...ch - the second one is a secure pb referenced by a colleague : a root access on the destination machine Are these 2 problems corrected on version 2.2.8a ? Thanks for your help. Sophie VERDAVAINNE NIS SchlumbergerSema * : 01.46.14.50.29 Fax : 01.46.14.48.10 mailto: sverdavainne@nanterre.sema.slb.com
2007 Mar 22
5
netapp/maildir/dovecot performance
...own because it is starting to slowdown imap performance for other users (it goes up to 95% on a regular basis, with users that have folders with many messages). My thought is to try removing the noac option and bump up the actimeo value from 0 to 30. Unfortunately I don't have access to use a SLB to direct traffic to individual servers. My understanding is that the worst that can happen is index corruption (which will result in rebuilding them when it happens). Any thoughts? I'm running RC24.
2002 Feb 14
1
unexpected EOF in read_timeout (was Re[2]: [Fwd: Re: meaning of "IO Error: skipping the delete...."]])
...ongmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pack(nnnnnnnnnnnn, 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970), ".\n" ' "There are some who call me.... Tim?" Rusty Carruth <rcarruth@tempe.tt.slb.com> Sent by: rsync-admin@lists.samba.org 02/13/2002 08:23 AM To: nitin.agarwal@timesgroup.com cc: rsync@lists.samba.org (bcc: Tim Conway/LMT/SC/PHILIPS) Subject: Re[2]: unexpected EOF in read_timeout (was Re[2]: [Fwd: Re: meaning of "IO Error: ski...
2003 Mar 04
2
Acces Denied to shared printer on linux using Windows XP
Hi, my problem is to access a shared printer with samba on my WindowsXP workstation When I browse thru my network with Explorer, I can see the shared printer. When I double-clic on the printer, Windows XP ask me if I want to install it. I choose the right driver and click "OK". The installation begin and there is no error in the installation. After the installation Windows XP open the
2009 Feb 17
2
How to connect R and WinBUGS/OpenBUGS/LinBUGS in Linux in Feb. 2009
...ith WinBUGS under Windows and would like a version of that working as well. It seems like I've read a lot on the subject and tried a lot, but haven't managed to get BUGS to work yet. The most success I've had is to install WinBUGS or OpenBUGS using this method: http://www.math.aau.dk/~slb/kurser/bayes-08/install.html What you also need to know is that you need to open Wine and add a drive. Although Z is recommended, I haven't been able to specify it, but have gotten a D drive to work, using: wine D:/opt/OpenBUGS/winbugs.exe Using this method, OpenBUGS opens. Now, to be able...