How To Check The Type Of HD In Your Server

Mar 13, 2007

I recently purchased a new server. It is supposed to have a 250G SATA II HD.

However, I have my suspicion that it could be a SCSI HD (not that it's bad, but I just want to check).

Is there a SSH command that tells you the type of HD on your server?

I tried fdisk -| , but it doesn't really say whether it's a SATA2 or SCSI

View 6 Replies


ADVERTISEMENT

Error: Array Type Has Incomplete Element Type

Dec 15, 2008

When i try to install BotNET 1.0 on my dedicated, i got this error :

root@leet [~/botnet/BotNET-1.0]# . install.sh
Compiling source code . . .
In file included from src/main.c:9:
src/../include/bot.h:43: error: array type has incomplete element type
src/../include/bot.h:57: error: array type has incomplete element type
src/../include/bot.h:89: error: array type has incomplete element type
src/main.c: In function:
src/main.c:146: error: type of formal parameter 1 is incomplete
Here is my install.sh file:
Code:
#!/bin/bash
# BotNET installation script.
# If this script causes problems, try "make all" instead.
# Usage: . install.sh

cc="/usr/bin/gcc"

echo "Compiling source code . . ."

bot=`$cc src/main.c src/launch.c src/memo.c src/seen.c src/parse.c src/help.c src/log.c src/info.c -o bin/bot -pthread || (echo 1)`
botnet=`$cc src/botserv.c -o bin/botserv || (echo 1)`

if [ "$bot" != "1" ]; then
echo "Installation complete."
echo "Executables will be found in bin/"
else
echo "Errors encountered during compilation!"
fi

My OS is centOs 5.x
Kernel : Linux 2.6.18-53.el5 #1 SMP Mon Nov 12 02:22:48 EST 2007 i686 i686 i386 GNU/Linux
* I have tried all other way to install (make all) and other *

View 1 Replies View Related

What Type Of Server To Handle

Mar 13, 2009

I have a client that asked me to educate myself about web hosting and make a recommendation to him about where he should be. He currently has a shared hosting server at Network Solutions and finds unexplained slow downs and disk corruption reports in his forums DB unacceptable.

I'm glad I found this site-lots of good info but nothing like throwing up some stats and seeing what people recommend. The client told me he wanted to move to a dedicated server but I'm thinking a VPS might do the trick. Especially if upgraded with dedicated Core as well as RAM such as wiredtree is offering.

Looking for a managed, Unix based server that in a typical month serves
100k unique visitors
230k page views
500Gb of downloads

But needs to be easily upgradeable to handle his expected traffic levels in the next year of monthly visits in the order of:
250k unique visitors
600k page views
1.1Tb of throughput
As far as features:

*Currently they use about 15 gigs of disk space. Some of that is inefficient disk management but the bulk is them supporting previous software releases.

*needs to be fully managed

*US datacenter with all the features you guys would expect to have as far as backbone access, security, power backups, etc..

*Backups by provider. Let's say 5 gigs worth since the old software versions don't really need to be backed up.(I'll recommend his own backups as well)

*Either plesk or cpanel

*15 minute hardware SLA is what the client is asking for but i'd like to present some comparisons to 1 hour SLA companies to see how much he'd save.

And finally, i tried to search for the answer to this but the keywords kept bringing up lots of hits without good info. The client sells software so the bandwidth needed is pretty consistent until they release a new version. Then it skyrockets to the point they may have 1500 people trying to download a 50Meg file simultaneously. What is the right way to handle that? Use a CDN or negotiate with the hosting provider to provide burstable bandwidth as needed. As a side note while looking at many offerings I was most surprised that bandwidth seems to sold in large chunks with overage costs hidden.

View 8 Replies View Related

How Can I Hide Server Type

Jun 16, 2008

How Can i Hide My Server Type

And writing Secureb By ....

And how Can i Hide uname -a: Linux server.xxxx.net 2.6.18-ovz028stab053.14-enterprise #1 SMP Mon Jun 2 18:25:30 MSD
2008 i686

From Php Shell Like c99

i do some way to hide it But I cant hide it from php shell

View 9 Replies View Related

New Type Of Server Attack

Jan 31, 2008

I think I'm experiencing some type of alternative to a DDoS attack. My server is being killed by thousands of emails being sent to fake accounts on my server.

I'm not a server administrator, so please bear with me.

My load average is skyrocking to 800.xx at times. I look at "top" and see "exim" for one specific user on my server. I own all the websites on my server, by the way.

When I look at my email queue, I see thousands of emails coming in to accounts that don't exist for that specific user. Let's say the domain name is salcollaziano.com. Somebody is sending spam to various salcollaziano.com aliases that don't exist. Like webmaster -at- salcollaziano.com and suzy -at- salcollaziano.com.

How can I prevent these spam emails from having any interaction with my server? It's causing me a lot of downtime on all the sites I have running on that particular server.

View 14 Replies View Related

Domain Name Server (DNS) Type Questions

Oct 8, 2007

I'm rather new to hosting so I still don't get everything, but maybe you can help me. I am hosting a web page on a computer that is hooked into the same network as my personal computer. They are both hooked into an openBSD router, which has the connection to the internet. My recently purchased domain name is set to forward all requests directly to the computer with the website on it (named 'b2.') When you visit the domain from an outside computer it does this just fine, but when you try to access it from one of the computers on my network it does not work. From my computer you can not access the website from the domain, but you can still access it just straight through the local network (i.e. typing 'b2' directly into the address bar ) From the computer which is actually the host to the website, it is accessible neither way, though the local network option was working before. Does anyone know what the problem is and how I can fix it? Keep in mind that I really only understand the basics of web hosting, and terminology and stuff.

View 3 Replies View Related

Video Streaming :: What Type Of Server?

May 29, 2008

What of servers are used by hosts offering packages with this type of support?

I've read that streaming can be made via web server and streaming media server. The first type has only one advantage and this is that it allows to utilize existing infrastructure, while the second type offers more effective network throughput and (what's more important for me as an end-user) allows for better video and audio quality and support of the advanced features.

Now looking at the hosting plans how do I tell which type of server is used by the host?

I'm interested in this particular plan

[url]

View 4 Replies View Related

Configuring A Record Type On 2 Server

Nov 29, 2007

we have 2 server

on the first server we have setting 2 account

myaccont.com
and
my1.myaccount.com

are 2 difference account

Now, on the second server, we must config account

my2.myaccount.com

--

On the second server we have config my2.myaccount.com as account On the first server we have modify dns of domain myaccount.com with
my2.myaccount.com 14400 IN A xx.xx.xxx.xx
where xx is ip of second server

--

Seems work but there is any problem
For example ping to www.my2.myaccount.com give error, ping to my2.myaccount.com is ok..

Why?

View 5 Replies View Related

What Type Of Server And Os, Etc For Just File Serving- Small Files Like Under 10kb

Sep 26, 2008

I have a website that just serves small files, under 10kb most of them. I just need a server that lets me ftp the file to it, set up subdomains and domains for one website. Don't need to manage mysql or anything. Not even php. Just serve files.

A good fast OS? Something like lighttpd? Ioono?

I'm currently doing 600gb of bandwidth per month. I'm expecting to do about 1000gb by the end of the year. Would a small server like a pentium 4 be able to handle just serving files?

View 14 Replies View Related

Torrent Server ... What Type Of Server?

Oct 30, 2007

Hey everyone, i want to make a torrent website, but i'm kind of lost. Does anyone know what type of server would i need for this server? And what components should be installed on the server in order for torrents to work?

View 5 Replies View Related

How To Check IP If It Can See My Server

Apr 10, 2009

I have one client who cannot see my server and all domains on it. I;ve checked if his IP is block or not and I didn't see his IP on the apf deny host file. How to you check IP if it can see my server? I just want to make sure before calling the ISP.

View 3 Replies View Related

How To Check Connections To My Server

Jun 24, 2009

There use to be a thread on here but because of the wht hack, it didn't get saved...so now I can't go back to it.

It was a command in ssh that printed out a number of connections. Like 12,000 or something.

View 4 Replies View Related

HDD Check On Dedicated Server

Apr 1, 2009

What is the best way to check the HDD on new Dedicated server?

I would like to see if there is a bad sectors, etc.

fsck? or ? what is the full command that would do the job the best.

OS is Centos.

View 7 Replies View Related

Check Server For Dos Attack

May 17, 2009

How can check server for dos/ddos/syn attack?

Because my server load is high, perfromance is low, but i dont have any high process.

View 5 Replies View Related

Check Domains With Different IPs On Same Server

Jun 17, 2009

I'm not sure where to ask this but probably this section is the closest. I'm sorry if I use the wrong section.

Anyway I was wondering about checking using a reverse ip address tool which is available for free on the internet.

It seems that anyone can just check other domains which share the same IP address on a server.

However, I have a question.

Is it possible for anyone to check other domains which have different and unique IP addresses (for each domain) BUT all reside on a same server?

(meaning the person who is searching this only checks using one IP address/domain name to find out other domain names that reside on the SAME server)

Is there a 'free tool' out there that is capable of checking this?

View 2 Replies View Related

How Can I Check Out Server Stability?

Sep 15, 2009

How can I check out server stability of the hosting company?

I mean hostingsource company, their servers seem nice for me and I'd like to know more of their reliability and scalability.

View 12 Replies View Related

How To Check Ports In Server

May 16, 2008

i have problem with ports in server

how may i check ports?

for example 37549,53377,17235 and ...

i want know this ports are AVAILABLE or no

View 7 Replies View Related

How Can I Check Uptime On My Server

Aug 31, 2007

How can I check uptime or how to check downtime on my server?My members told me that they can not login to my site and it shows: Page can not found or Sever not found.

View 14 Replies View Related

Batch Name Server Check

Dec 31, 2007

i want to check in a batch if my client's domain changed name server or not. Are there are tools / script available for that?

View 5 Replies View Related

Check My Server Speed

Jul 3, 2007

I have two servers one from hostmysite and other one is from 15minute server, I would like to know which one is faster, I have a dedicated server from 15minuteserver, but sometime I get slow speed I am not really sure which one is faster.

test two Ips and let me know.

76.12.21.39
216.118.117.165

View 9 Replies View Related

How To Check My Server Security

Sep 1, 2007

i have a dedicated server , some one else made the security for me, how could to be sure of its security? how could to be sure of all php functions contain risk are closed or disabled? how could to be sure of there are not any security gap?

way to understand and implement the steps.

View 5 Replies View Related

What To Check When Server Hang

Sep 3, 2007

One of my server hang w/o obvious reason. What is the checklist to adhere when troubleshooting? It is running on FreeBSD

View 5 Replies View Related

Check If IP Is Blacklisted On Server

Jan 4, 2007

One of our customers has reporting not being able to access any sites hosted on our server. He is using a cable connection with a static IP number . He is able to access all other web sites on the Internet, he just can't access the ones hosted on our network.

Do you have any ideas on why this could be occuring, or if there is something on the server which could have blacklisted his static IP, preventing him access.

View 2 Replies View Related

Could I Check If Any Rsync Setting On My Server?

Apr 6, 2009

my server is centos,

i want to know the rsync setting,

could i check if any rsync setting on my server?

View 3 Replies View Related

How To Check Service On Windows Server

Jul 15, 2009

What's best software for check services under windows server and alert when anything work wrong ?

View 7 Replies View Related

How To Check The Security Of A Server Online

Jun 1, 2009

any free tools or affordable tool online to check if a server is secure enough?

View 5 Replies View Related

Check If It's Real Dedicated Server Box

Nov 24, 2008

if you rent a linux dedicated server from a server provider and you're provided with ssh access to the server,

how do you check and make sure that the ded server you're using is real ded server box, rather than a vps? let's just say that you are suspecting that the company is cheating on you.

View 9 Replies View Related

How To Check Connection Speed Of The Server

Apr 16, 2008

Can you conduct me to check the server speed by commands ( linux fedora )?

How to check connection speed of the server. i.e. 100 Mbps , 10 Mbps, etc.

I saw an message like this : " NIC Link is Up 10 Mbps Full Duplex", according to my knowledge, this is my server connection speed/ bandwidth is 10 Mbps, isn't it?

View 2 Replies View Related

Check Server Network Speed

Feb 29, 2008

Can someone throw light, on how to check my Server's network speed?

I have uploaded a 200 MB dump and getting this result :

Quote:

# wget ******/dump.doc
HTTP request sent, awaiting response... 200 OK
Length: 231,816,431 [application/msword]

2% [> ]
4,984,776 1.15M/s ETA 03:22

1) How is this Dedicated Box, speed considered?

2) Any other way to test network speed?

View 3 Replies View Related

Check Server And Hosting Quality

May 6, 2008

We have a dedicated server with huge application that use intensively one database and we notice that we block at 15000 people / days ... our website is arkadia.com

So my questions are :

* is the server can be full and this why we block at 15000 people / days ? most important, how to check it ?

* is the DNS (enom.com DNS server) can be not fast enalf or not wheel configured ? how to check it ?

* is the hosting company can be not good enalf (low bandwith for exemple or someting else)? again how to check it ?

View 3 Replies View Related

Check Dedicated Server Speed

Nov 21, 2008

I am planing to buy XLHOST dedicated server for my software project. Before buying this dedicated server I want to check it's standard server speed using following file. Please can anyone check download speed?[url]I will upload my file after getting satisfied with your test. Then I will post my dedicated server file link here to cross check download speed.

View 8 Replies View Related







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