Network Card

Oct 19, 2007

You'll see that if we ping localhost or even an ip address/url it goes funky like this.

View 12 Replies


ADVERTISEMENT

Network Card

Feb 9, 2007

Some how eth0 interface is not coming up, when I try to restart I got the following error messsages.

/etc/sysconfig/network-scripts]# ./ifup ifcfg-eth0

msg: error : TTY devis is not owned by group 'tty'

What is the issue? anyone has any idea? How can I load network driver ?
modprobe -t net is not working.

View 2 Replies View Related

Effect Of The Network Card

Dec 10, 2007

I've been reading more and more posts about how a quality network card is important. We build all of our servers from new, quality parts but honestly we always rely on the built in NIC on the motherboard (which are brand name motherboards, but nonetheless)

How can a lesser quality NIC effect a server other than total failure of network activity? What signs should we look for and what are quality brands? My first guess is dropped packets or low throughput. I've also heard of people saying that load can go up from a bad NIC - is there any truth to that?

View 11 Replies View Related

Adding/configuring Network Card

Feb 19, 2007

Im running Solaris 10 on x86 (but I think the process will be similiar to Linux since they both use ifconfig, but I may be totally wrong).

I have an onboard 10/100 ethernet port that I'm trying to get working (on a home network with w/ router at 192.168.1.1).

When I do ifconfig -a.. all thats shown is lo0 . Where the ethernet cable is plugged in, the little led light is blinking like it should, so I'm pretty sure its just a software configuration thing.

View 2 Replies View Related

Dell 1950 - Setting Network Card To Failover

Nov 5, 2008

We must install Dell 1950 With Centos 5 and WHM/Cpanel

How to setting 2 onboard NIC to fail over

The second card have same IP and must start only when the first is down.

View 2 Replies View Related

Kvm Card

May 28, 2009

any recomendations in kvm cards? its for a generic 2u server.

View 12 Replies View Related

Wild Card SSL's

Jan 12, 2007

I just wanted to get some info on how you would go about obtaining one, what is the general cost, and how set it up. This is actually very new to me but is something I would possibly like to consider an option.

View 3 Replies View Related

Network Liquidators / Network Hardware

Oct 14, 2009

any experiences to report about purchasing used / refurb gear from either Network Liquidators (nweq.com) or Network Hardware (networkhardware.com)?

View 12 Replies View Related

Problem With Ethernet Card ?

Apr 17, 2008

I have inbuilt Ethernet card RTL8139D , but when i install RHEL 4 or 5 , Fedora version the Ethernet card diver not installed or ethernet card not installed but when i install suse linux it working fine without any problem so can any one tell me how to install lan card on Fedora or RHEL5.I have driver in CD but it not working with it.

View 1 Replies View Related

VMware - Sound Card

May 19, 2009

How Can Active Sound Card In VMWare?

View 5 Replies View Related

What Raid Card For A 1U Server

Sep 8, 2009

I was building a 1u server a month or so ago to colocate. After screwing up the purchase of the raid card (got a pci 64 or something) its been sitting next to me not doing much. I need to go ahead and find a good raid card and get this colocated,

I have literally spent hours on Newegg, Amazon and Ebay and found nothing that really jumps out at me. When people were helping with the build before, Adaptec was recommended, but the card is now deactivated on newegg so I am looking again.

View 14 Replies View Related

Raid 6 Card For Centos 5

Apr 14, 2008

I am currently using areca Raid card with Centos 5 which allows me to configure Raid 6 with SAS drives. But it is really costing a bomb not to say that the lead time in ordering the card is long. Performance wise is fantastic though. Anyone know of any cheaper alternative to areca that can support Centos 5 and Raid 6 SAS Drives?

View 7 Replies View Related

Raid Card For Centos 4.4/4.6

Mar 20, 2008

Anyone know what is a suitable SATA Raid card that supports Centos 4.4/4.6? I tried 3ware 9550 it is suppose to support Centos 4.4, but gives a kernel panic instead.

View 13 Replies View Related

Supermicro 1U PCI Riser Card

Apr 22, 2008

Currently I am building a new server based on this chassis:

[url]

In this chassis, I am going to be using an ASUS M2NPV-VM motherboard [url], and I'll be installing a 3ware 8006-2LP RAID card.

I just want to make sure that that RAID card will work with that motherboard, and also I want to verify that the Supermicro CSE-RR1U-X riser card is the correct model for this motherboard and RAID card.

I've got a couple of basic servers built in the supermicro mini 1U (CSE-512L-260B) chassis, but I've never had to deal with riser cards before, so I wanted to make sure everything is compatible and is going to fit correctly before I purchase them.

View 6 Replies View Related

Installing A Linksys 10/100 Lan Card

Jan 20, 2007

i have just installed esx server from vmware which as far as i know is a moded version of redhat. i just brought that lan card and put it in. when intsalling the os it seemed to pick it up straight away. and it wanted to use the tulip driver and infact on the driver cd tuplip is given. so i thought it was all well uptill i tried logging in through the browser insterface. it came up with nothing. so i did ifconfig which only showed the lo device. i then did a lsmod tulpis ind it brought up this.

vmnixmod size 3
mousedev
hid
input
usb-uhci
usbcore

but no network drive.

im not very good with linuk so im not sure what the interface is called. i tried ifconfig eth0 up but i dont know how to check if its called eth0 or somehting else. their is no gui just a bash.

i then tried netconfig. it worked fine and i restarted the box. it still dident come up.

so i thought maybe the driver wasent installed after all so i went to the cd and got the file off it and when i typed in make i got

gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -06 -I/usr/src/linux/include -pipe -fno-strength-reduce -DMODVERSIONS -c -o pci-scan.o pci-scan.c
pci-scan.c: In function 'init_module':
pci-scan.c:558: wrning: implicit declaration of fundction 'apm_register_callback'
pci-scan.c: In function 'cleanup_module':
pci-scan.c:565: warning : implicit declaration of function 'apm_unregister_callback'
gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -06 -I/usr/src/linux/include -pipe -fno-strength-reduce -DMODVERSIONS -c -o tulip.o tulip.c
tulip.c: In function 'tulip_open':
tulip.c:1488: structure has no member named 'tbusy'
tulip.c:1489: structure has no member named 'start'
tulip.c: In function 'tulip_start_xmit':
tulip.c:2607: structure has no member named 'tbusy'
tulip.c:2640: structure has no member named 'tbusy'
tulip.c: In function 'tulip_interrupt':
tulip.c:2659: structure has no member named 'interrupt'
tulip.c:2663: structure has no member named 'interrupt'
tulip.c:2744: structure has no member named 'tbusy'
tulip.c:2748: structure has no member named 'tbusy'
tulip.c:2845: structure has no member named 'interrupt'
tulip.c: In function 'tulip_close':
tulip.c:2991: structure has no member named 'start'
tulip.c:2992: structure has no member named 'tbusy'
tulip.c: In function 'tulip_get-stats':
tulip.c:3031: structure has no member named 'start'
tulip.c: In function 'private_ioctl':
tulip.c:3117: "SIOCSPARAMS' undeclared (first use in this function)
tulip.c:3117: (Each undeclard identifier is reported only once
tulip.c:3117: for each function it appears in.)
tulip.c: In function 'set_rx_mode':
tulip.c:3303: structure has no member named 'tbusy'
make: *** [tulip.o] Error 1

so now im stuck. i have no idea on what to do next.

i know this isent the speciality of thsi frum but you have helped me so many times before i thought i should give you a shot at this.

View 2 Replies View Related

How Secure Is A DRAC Card

May 29, 2007

Thinking of entry-level collocation for a 1u or 2u 1750 or 2850 server (but not a separate hardware firewall at this point) I'm wondering if I should equip it with a DRAC card on a separate switch port ($10 more per month for an extra switch port). However one concern: how secure is a DRAC card? It would seem to allow you to login with a standard username and strong password, but I still fear it could be brute forced since I'm not aware of a brute-force-detection mechanism that would run on the drac card itself.

Is the only way I can use a DRAC card and feel secure about it to also have a box in front of the DRAC card to lock down and monitor access to the DRAC's IP? Or am I worrying over nothing (I'm not very familiar with DRAC cards yet.)

View 6 Replies View Related

Raid Card To Help With Iowait

Dec 17, 2007

I was wondering if anyone has had luck with 3ware 9650's in a RAID 10 to help bring down iowait?

I currently have a VPS node that see's spikes in iowait and i'd like to bring it down. I've been considering getting a 9650 in a JBOD setup (so then I don't need to reinstall the whole node) with a battery backup to enable the cache.

My two questions are:

- In JBOD, does the write cache enable at all?
- Would the write cache help bring down the iowait much?

Drive wise we have 4 x 500GB drives in a raid10 (soft for now).

View 8 Replies View Related

Wild Card SSL Certificates

Oct 10, 2007

Can wild card SSL certs be used on multiple servers, or can they only be used on one server?

View 6 Replies View Related

Boot From A PCI SATA Card

Feb 4, 2007

I have an old server with only IDE and SCSI connectors on the mobo.

However, I have only SATA drives and no IDE available. I consider to buy an entry level PCI SATA adapter card. What do you think ? Can I install and boot Linux directly from it?

There is no raid involved.

View 0 Replies View Related

3ware Card And Ovzkernel

Oct 23, 2007

When trying to load an ovzkernel it loses support for the 3ware 8006 controller. As suggested on ovzforums, it says to load the new 3dm2 tools. I tried this but when I try to install it, it says it can't find the 3dm2 binary.

View 0 Replies View Related

Provider Keeps Charging, How To Cancel My Card?

May 29, 2009

I know there is chargeback and all, but here in our country.. I heard from my lawyer I could get sued if I charge back, and banks here generally does not approve of such actions.

Anyways, I have a really lousy windows reseller provider and I will be moving the remaining accounts out soon, since their support is no longer responding to anything I ask...

What I fear is the monthly billing will still continue, and I have no means of demanding them to end it..

Would I get into trouble if I decide to just close my cc instead?

View 13 Replies View Related

Hosting On A Server With A Sound Card

May 14, 2009

We are developing a webb app and we need a server with a sound card to perform audio tasks.

View 14 Replies View Related

Raid Card For SuperMicro 1U ( 6016-MT)

Nov 7, 2009

we have some supermicro 6016-MT with 4 x SATA2 Harddrives, and would like to use raid 1/5/10.

On Dell, its very "easy" to find a raid controller, and i have never been worried about this before, but with supermicro im a little confused.

Server: supermicro.com/products/system/1U/6016/SYS-6016T-MT.cfm

I was looking at Adaptec 3405, ( adaptec.com/en-US/support/raid/sas_raid/SAS-3405/ ) but are not sure if this is the right card for this server. Is this overkill or to small a card for a 4 disk 1u server?

About cabling: On Adaptec's site they state

"Cable: one Mini SAS x4 to (4x) SATA fanout cable w/ sideband (2247000-R), 0.5 meter"

But are this cable the correct one for a server like this with backplane and everything, or should i look for a special cable? if so, anyone know what i need to order?

View 14 Replies View Related

Dell SC440 With 5iR Raid Card

Jun 20, 2008

We've got a couple of Dell SC440's that we use for low end stuff. We need one with RAID-1 so after talking with our Dell rep we ordered a 5iR card and the corresponding SATA cables. The cables are kind of funky in that the drive end of the cable has both the SATA and power connector in one "thing". You then plug the SATA power into the back of this (it piggy backs on). Once you have done all that the cover won't fit back on as the power connectors stick about 1/2" in beyond the case.

Anyone out there have a SC440 with RAID so we can compare notes?

View 0 Replies View Related

Dedicated Server With 3d Graphics Card

Sep 19, 2008

A startup is looking for a dedicated server host with 3d card installed.

Does anyone know a good host?

View 6 Replies View Related

Secure Credit Card Payments

Jul 9, 2008

Is it secure to pay through credit card for a webhost?

View 13 Replies View Related

Raid Card - Write Caché - SAS 5/iR

Oct 8, 2007

I have bought 4 servers with DELL SAS 5/iR.

All is fine but the writes are very slow; I supose it's because write cache not enabled.

I have enable it and make some test and there is a lot of difference:

[url]


I'm worried about enabling it because if the server goes down I think it can cause disk corruption and loose data and maybe the OS. What do you think about that? Data is a priority!


Disks have this technology: Seagate-exclusive IRAW (Idle Read After Write) enhances data
protection by verifying—during drive idle time—that data in thedrive buffer was properly written.

The servers are on a datacenter and have RAID 1 with Cheetah® 15K.5 SAS 3Gb/s 146.8-GB Hard Drive - ST3146855SS
[url]

I'm also VERY worried about the coments about this card:

[url]

Is it true that the raid don't get rebuilded? If it is like this I don't know why I'm running raid.

View 2 Replies View Related

Godaddy Gift Card Refund Issue!

May 10, 2008

I made a mistake to purchase a new hosting account, and I requested the customer support to refund the money back to the original gift card. But when I use the gift card to purchase other product, it shows no enough credit.

Anyone know how long the refund money could reach the original gift card and then I could purchase other product?

View 5 Replies View Related

Photocopy Of Your Drivers License And Credit Card?

May 22, 2008

Is it normal for a hosting provider to ask you to fill out a two page form to verify credit card and billing address information which you must fax or e-mail in with a photo copy of your drivers license and credit card? I've never came across this until now and was wondering if something like this was safe? This is for a dedicated server with the RackVibe (JustEdge.net) hosting provider.

View 5 Replies View Related

How Can I Judge If The Raid Card And Chip Is Powerful Enough

Mar 6, 2008

for a hosting server,many parts of the hardware are all important,

and some part may effect the performance and price,

i just wonder two part,

how can i judge if the raid card and chip is powerful enough to run a hosting server?

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved