similar to: Solaris Gigabit Performance tweaking

Displaying 20 results from an estimated 90 matches similar to: "Solaris Gigabit Performance tweaking"

2007 May 09
3
rsync mechanics question
Hey All, I've been using rsync (2.6.9) to migrate a 90g message store volume and I'm running into some interesting results. I have two FC storage arrays attached to a Sunfire V280R, running Solaris 8. My 100gig volume is on a Sun StoreEdge 3510, and my new 500gig partition is on an HP EVA. I used the syntax: rsync -a --stats --delete $SRC/$dir/ $DST/$dir At present time, the
2002 Nov 20
3
here's a fix for Goldmine (and other ISAM database based programs) on Windows NT/2000/XP clients talking to samba
Goldmine seems to a compiled database application compiled in something likeClipper. Clipper applications record lock through ISAM like files (DBF). However, in Windows NT/2000/XP, Opportunistic locking is turned on by default in order to accelerate file transfer from file services. [Windows 95/98 did not Opportunisticly lock] However, opportunistic locking corrupts ISAM and ISAM like
2013 Feb 27
1
linux-to-linux samba weird problem
I've a weird problem with Samba. I'm using Samba to share a filesystem between two linux systems because I believe I need byte range locking to prevent multiple processes on different computers from reading/writing the same ISAM records. I have a Debian wheezy file server running Samba; no domain controller, just a simple, single share. I have a debian wheezy KVM mounting a share via
2004 Sep 14
0
RV: SAMBA & ISAM Databases
You were correct. The problem was with smbfs. But now I have aproblem I didn`t have before: if a file is open by the application in Linux I can not create new records thru the application in Win. I can modify existing records but I can not create new records. Any ideas Jos? Guimar?es [ pg@moose-software.com ] Director Moose Software http://www.moose-software.com -----Mensaje original-----
2009 Mar 23
0
MySQL ISAM can't start from OCFS2 filesystem
Hello friends, I've got a strange problem with my cluster-setup. I've got two nodes called www1 and www2 running Ubuntu Linux 8.10. The have a 50G volume which is replicated in primary/primary mode with DRBD. On this volume there is an OCSF2 filesystem with this two nodes. Everything is working really fine, files are perfectly mirrored, really nice. On one of the
2004 Sep 14
5
SAMBA & ISAM Databases
I have a heterogeneous network with a R.H. Linux server running Samba 3.0.5 and various Win clients (from Win 98 to Win XP Pro). On a Samba share I have an ISAM database (Access, FoxPro etc. like) that is being accessed by applications running on the Win clients and by applications running in Linux. I have disabled "opplocks" in both Win9x clients and on the Samba share. I have
2009 Apr 27
1
RODBC - XLSX files - dropping/clearing sheets
Hi! I'm manipulating XLSX data using RODBC, however a limitation which appears to be driver based is that you can't clear or drop sheets from the XLSX files, as per the following example: > library(RODBC) > xlsx<-odbcDriverConnect("DRIVER=Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb);DBQ=c:\\documents and settings\\desktop\\testxlsx.xlsx; ReadOnly=False") >
2007 Oct 15
1
disk partitioning thoughts
In the past I basically used 3 partitions for hard drives. partition 1: was all centos (typically 20G) partition 2: was swap (typically 2*RAM - 2G) partition 3: was everything else I wanted, needed or carded about, database files etc... Now with really big drives coming along 750G and 1T partition 3 is getting big. Except for time to format is there a problem with that??? I'm not really
2005 Apr 21
1
transactions
Hi, I have a question about samba3 internals. I want to know if samba does support what I call transactions (though I could be wrong) I need that a client either finish writing what it was meant to or not The problem is that I have a samba on a place where there is a very old accounting system writen in Cobol. Many instances of the program uses some kind of ISAM to access records in the samba
2006 Apr 09
1
how safe is it to rsync databases?
Hi people! I've been hunting around the web for an answer to this question for a couple of days now. I run the IT for a small company and i don't have a lot of experience with the type of C-ISAM database application that is used by my company, I deal with the general IT issues and call in specialists when required. But I need to backup this 10GB database to a disaster recovery
2012 Apr 27
3
OT Open Cobol
Hi, Has anyone on this list had any success with installing and using Open Cobol on RH or CentOS? Any pointers would be very welcome. I have Googled and am working with Vince on the Open Cobol mailing list to try to resolve installation problems. ChrisG
2004 Sep 21
1
Cisco 7905/7912 SIP image location (on Cisco's site)
Hello all, I feel dumb asking this, but does anyone have a link to the SIP firmware for the 7912 on Cisco's site? I have a SmartNet contract, but I just can't find the link (you can search for "7960 sip firmware" and find that fast). Thanks for the help, Jeb Campbell jebc@c4solutions.net
2008 Oct 23
1
join fails samba 3.2 & ADS 2003R2 SP2
Hi, SLES10 SP2 x86_64 + Samba from repo (samba-3.2.4-8.1) When I try to join (net ads join -U Administrator), I get : Failed to join domain: failed to set machine spn: Can't contact LDAP server My Pre-2000 domain name is CLSC_COTENEIGES My DNS ADS name is clsccdn.rtss.qc.ca DNS is ok, I've created an A/PTR record for linux box, ADS seems ok also (netdiag/dcdiag) i've tryied adding
2006 Jan 30
11
Database Selection
Hi, I am a RoR newbie and I''ve been experimenting with different databases (mySQL, PostgreSQL, etc.) and different table types (MyISAM vs. InnoDB). Is there a preferred database/table type for RoR development. I like how MySQL''s InnoDB tables enforce referential integrity, but these tables require a lot more storage space then MyISAM tables. For everyone with a lot of RoR
2005 Dec 04
1
R and databases - a comment
1. That was a part of a private email exchange. It has been suggested that more people may be interested. 2. I did use various databases (significant part of my job) for the last 15 years. Some with R for the last 3 years as a hobby. Some comments on the ones used below. Sorry, no links - I am time-constrained at the moment - please google if interested in details. The remarks are from the point
2006 Jan 30
1
df reports false size
On a customer's machine running SuSE 9.2, the size of the occupied space on the harddisk is reported incorrectly by "df -h". After we noticed the problem, I rebooted the machine and had it checked by "e2fsck" (check forced with "tune2fs -C 40", we are not on location). Right after the reboot I proceeded as follows, but I could not find any information about
2012 May 06
0
Berkeley DB SQL
Hi, I am converting a system to use Berkeley DB for file access instead of ISAM files, but need to be able to examine the data in the files while testing. Does anyone know whether the DB SQL from Russian Fedora Free Updates for CentOS 6 (RHEL 6) (libdb-sql-devel-5.2.36-5.el6.R.x86_64.rpm) will work with the version of Berkeley Data Base on CentOS and RH 6? Regards ChrisG
2003 Nov 06
1
Samba permissions..
Hi all.. I realy hope someone can help.. I am at the verge of jumping... I am running samba 2.2.7a on 9.1 p4 2400 The logons work fine .. and all shares work fine.. Mainly I have two problems.. and it doesn't matter what I do.. I can't get it fixed.. Mangement is at to point of discarding the samba server and going back to NT wich I am trying to stop.. So please.. any help or ideas
2003 Oct 07
0
Software-Programmierer sucht neue Herausforderung ...
Sehr geehrte Damen und Herren, ich habe ein Interesse an eine Mitarbeit mit Ihrer Firma. Meine wichtigste Fachrichtung ist die Entwicklung von Individualsoftware und die Beratung im Hardware- und Softwarebereich. Ich besorge jegliche Entwicklung eines kompletten Programms in den Programmiersprachen JAVA, .NET, VB ... Ich kann reibungslos eine Internetapplikation in den Programmiersprachen
2007 Apr 20
2
sorting data in R
hello, I'd like know how to sort a data frame in R for example how I should do to sort by Catholic with swiss data frame like below thanks Fertility Agriculture Examination Education Catholic Infant.Mortality Courtelary 80.2 17.0 15 12 9.96 22.2 Delemont 83.1 45.1 6 9 84.84 22.2