VMware Server On A Win 2003 Dedicated Machine

Mar 20, 2007

Our company website runs on a Win 2003 server with ASP.

Now we also want to run some new PHP applications (e.g. MediaWiki). I think of running them in a (Linux) virtual machine on the Win 2003 server, to keep everything separated.

Does anybody else use VMware to split his dedicated server in several parts? It sounds like a good idea to me, but can not find much information about it. Or are there better alternatives?

View 10 Replies


ADVERTISEMENT

Not Able To Send Mail Using SMTP Service On Windows 2003 Server Machine

Jun 17, 2008

Am using Windows 2003 server with IIS6.0 and SMTP.I tried to send mail using ASP.net C# code through SMTP service.But my mails are getting queued in C:InetpubmailrootQueue.

What could be the problem??I've done many trouble shooting steps but no luck.I changed the Relay settings.Since I am in a LAN connection, i've tested the relay setting using both the 'localhost'and 'MyDomainIP'but everything in vain.

View 2 Replies View Related

Installing Windowx X64 With VMWare On A Linux MAchine

Aug 17, 2007

I was wondering if anyone can help me out or point me to a guide that will allow me to to create a Windows 2003 x64 Virtual MAchine using VMWare server on a CentOS or Redhat installation.

View 6 Replies View Related

VMware Server Under Windows Server 2003

May 12, 2007

I yesterday installed VMware Server under Windows Server 2003 x64, Enterprise Edition, and have this morning noticed the message 'Service unavailable' when browsing to a website hosted on the server under IIS. I have briefly looked into the problem and found the DefaultAppPool stopped, but after restarting it, it resets back to the stopped state when I once again browse to a hosted website.

Does anyone have any experience of this problem and a workaround?

View 0 Replies View Related

VMWare On Dedicated Server

Jul 1, 2008

Has anyone every done this before? There are so many better bargains out there for *nix based machines. We'd like to use some of these to host VMWare Server and then run one of our windows images on it.

View 5 Replies View Related

Windows 2003 CPU Irratic + Slow Machine

Sep 7, 2007

I run mdaemon mail server and IIS6. Recently the machine started acting real freaking slow and I noticed that mdaemon was taking up 25-50% cpu almost all the time. When browsing through my computer/explorer, it takes a number of seconds (about 5-10) to show all the folders as you drill down any directory tree. Also, when you right click on any folder/set of folders/set of files/individual file, it takes a good 5 seconds for the right click menu to show up.

The entire machine is just going butt slow for some reason and I'm at a total loss as to why. Here are a few bits of info regarding how the machine responds to things. If I reboot the machine, its totally fine for a short time... mail takes up the usual 1-5% cpu and all folder browsing is normal and speedy. When the machine does become slow as crap, if I turn off the mail server, the machine still runs super slow, nothing changes really. The folder browsing takes forever still and so does right clicking anything. I've done a full virus scan, and nothing. I'm not sure what else to do, but there are no processes running that are taking up a lot of cpu or ram that might be programs causing problems. Bandwidth is not being eaten up either, its on a T1 and on average does about 5-10GB of total IN/OUT bandwidth and that has not changed. I'm not stupid when it comes to computers, but I'm at a total loss as to what could be causing this.

View 9 Replies View Related

If I Can Run Vmware On My 2003 Box?

Jun 6, 2008

if I can run vmware on my 2003 box?

View 7 Replies View Related

Networking VMWARE On 2003 @ SL

Jul 17, 2007

I really need some help with a new server I just got over at SL, I have windows 2003 and vmware server installed and I want to have 2-3 vmwares running websites each on port 80 and each having a separate external ip.

I have contacted SL and they have set me up with the vlan and extra ips I need I have enabled IP forwarding on the 2003 host but I don't know exactly how to configure the vmware server networking and each vmware to use my new ips and to make sure each external ip is pointing to each vmware.

View 6 Replies View Related

Assigning Dedicated IP To A Domain In Windows Server 2003

Apr 24, 2009

I have a domain and i have an ip address 111.111.11.1 which is free to be used.

I would like to assign that ip address to domain name so at the end when i enter 111.111.11.1 in my IE address bar it takes me to

I am new to windows server I would appreciate some help

View 4 Replies View Related

Server Machine Configuration

Sep 29, 2009

I was wondering what the average web host server machine configuration would be.

View 11 Replies View Related

How Do You Monitor Virtual Machine Traffic On Your Server

Aug 8, 2008

how you monitor the traffic of each individual VPS on your dedicated servers?

View 4 Replies View Related

Setting Up An SMTP Server On My Local Machine

Aug 19, 2008

I'm trying to set up a SMTP server on my local machine.. can i do this with a windows OS using apcahe?

View 3 Replies View Related

VMware Server

Nov 3, 2006

Does anyone here use VMware server on a dedicated server to run Windows or other OS? And in terms of IP address how would this work? Do you need to set the VM as being NATed, or does it have it's own external IP? In terms of performance on a typical 100$-200$/mo dedicated server, how good is it? All these factors depend on a lot of things and I realize that, though. (what apps run, etc)

And do server providers even allow to install something like this? I've never leased a dedicated server before but I'm thinking of getting a linux one, but also running a windows VM for a RunUO server, and unfortunately that only runs in windows. I want a linux server as I prefer LAMP for hosting, and I'd try to get a few clients on the server just so I can pay it off monthly. Also Linux servers are generally cheaper monthly and I like the idea of using SSH tunnels rather then straight RDP, which gives me chills just thinking of, from a security perspective.

View 3 Replies View Related

Setup Apache HTTP Server 2.0 To Run On Local Machine And Execute PL Scripts

Jan 24, 2014

I am 3 days new to figuring out how to get Perl scripts to run on my Windows XP box. I downloaded and installed the Apache installation file "httpd-2.0.65-win32-x86-openssl-0.9.8y.msi" and the "strawberry-perl-5.18.2.1-32bit.msi" from the perl.org site in hopes that I could get a feedback form to work for a web site that I am working on.

Out of the many pages that I have viewed online of how to configure the Apache Server, nothing has given any favorable results with their explanations.

My last attempt was [URL] ..... where I could not get the example to work. I did the changes to the Apache file "Edit the Apache httpd.conf Configuration File" fairly easily but I must be having problems with the test.pl because I can't get it to work.

I used a different version of Perl (Strawbery from perl.org because it installed without giving me an error pop up after installation) and after copy pasting the script, in an attempt to get it working, I ended up changing it in hopes that I could get it working, shown below.

#!/strawberry/bin/perl.exe
print "Content-type: text/html; charset=iso-8859-1

";
print "<phtml>";
print "<body>";
print "Test Page";
print "</body>";
print "</html>";

This is what the site says to create the program with:

#!/perl/bin/perl
print "Content-type: text/html; charset=iso-8859-1

";
print "<phtml>";
print "<body>";
print "Test Page";
print "</body>";
print "</html>";

where I assumed that "#!" meant the "C:" drive and substituted the first "/perl" with the folder the Strawbery Perl had installed itself to and left the second "/perl" in the first line thinking that it was referring to the executable in the "C:strawberryperlbin" folder.

This is the error I get when trying to get the script to run when typing "localhost/test.pl" in the address bar.

"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
........"

Know how I can change the title of this post to read "Configuring Apache HTTP Server 2.0 to run Perl in Windows"?

View 1 Replies View Related

VMWare Server Networking

Oct 19, 2007

Recently, I installed VMWare Server 1.0.4 on my dedicated server.

When I tried to install my private IP on my VMWare, I had no clue how to do that. I used NAT networking to share my main OS with my private VPS, but when I try to run a service that needs the port XXXX to be open, it wouldent let me use it.

For an example, my main OS IP is 82.00.000.000. My VPS is sharing the same IP address with the main OS. I tried to run an Apache service on my VPS, but when I try to access it by the IP 82.00.000.000 it gives me a connection reset page.

This also happens on other services like FTP and stuff.

My VPS is running Windows XP Professional SP2 with a legal retail license and my main OS on the server is CentOS 4.5

View 1 Replies View Related

Vmware Overload Server

Jul 8, 2009

Im using Vmware on dedicated server:

each 2 Intel(R) Xeon(TM) CPU 3.00GHz

1- in vmware show:

2 CPUs x 2 Cores

but i check in SSH we have 7 core !

Code:
# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 6
model name : Intel(R) Xeon(TM) CPU 3.00GHz
stepping : 4
cpu MHz : 7680.000
cache size : 2048 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 2
apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 6
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl vmx est cid cx16 xtpr lahf_lm
bogomips : 6012.44
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 48 bits virtual
power management:

processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 6
model name : Intel(R) Xeon(TM) CPU 3.00GHz
stepping : 4
cpu MHz : 5120.000
cache size : 2048 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 2
apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 6
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl vmx est cid cx16 xtpr lahf_lm
bogomips : 5984.27
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 48 bits virtual

View 2 Replies View Related

VMWare Server 2.0 Help - Bridging

May 11, 2009

I am just trying the water with VMware as a virtual platform to give some friends some freedom in hosting and cut down on the cpanel cost with vps

I installed vmware on my centos5 distribution, and used the default values vmnet0 is bridged to eth0.

I have multiple ips to the host server eth0 to eth0:7 i think, how do i create a bridge or assign an ip only for that one vps to use.

create another bridge for eth0:7? then manually enter the ip info in the guest and bam?

View 1 Replies View Related

Vmware Server In Medium Vps

Oct 29, 2007

Anybody are using VMware server (free product) for hosting in production environment?

I would like to use it for virtualize a medium web/email/dns hosting.

Is vmware server suitable for medium production environment?

Someone can tell us some successful history with vmware server?

Is more stable than Xen/OpenVPS ? I know than is not faster but is more stable?

View 10 Replies View Related

VMWare Server Wont Start

Jun 2, 2008

I'm having issues after changing my system time and rebooting for whatever reason it didn't take effect but now my VMWare servers wont boot. I get this error when trying to run a vmware-cmd

[root@plexus ~]# /usr/bin/vmware-cmd -l
/usr/bin/vmware-cmd: Could not connect to vmware-authd
(VMControl error -14: Unexpected response from vmware-authd: 511 Error connecting to /usr/sbin/vmware-serverd process.)
[root@plexus ~]#

also when i try logging into the web interface same error.

View 5 Replies View Related

How To Add An IP In VMWare Server 2? Add On The VPS Directly Or First On The Host?

May 2, 2009

I have configured and install VMWare Server on my server and currently trying to install Plesk. I have gotten the network working so I can download.

I want to give the VMWare Virtual Machine it's own IP so I can connect via PuTTY instead of the console, which e.g. does not let me paste url's (plesk download url is long).

I am planning to host a few websites on the Plesk Virtual Machine. I have added the IP my network provider given me using 'setup' in CentOS and it's listed in /sbin/ifconfig, but does not work yet.

Do I first need to add the ip to the host server self? Or can a VPS directly use an ip?

(PS: Do I use too many hard breaks in my texts?)

View 5 Replies View Related

Does VT Improve The Performance Of VMWare Server

May 4, 2009

The newer Pentium 4 3.0 GHz processors had so called 'VT'-support. That's something every regular processor has nowadays.

I currently run a Pentium 4 3.0 GHz server without VT. Will there be a drastic performance boost if I use a Pentium 4 3.0 GHz with VT?

What is VT anyways? I only know that Xen requires it if you wish to host a Windows Virtual Machine on a Xen Linux Server.

View 1 Replies View Related

Linux On A Windows Server (VMWare)

Jan 12, 2009

I have Windows Server storage server. However I need to run some Linux scripts. Is it possible to run possibly VMWARE to have Linux so I can install the scripts use the Windows which has content to be used.

Kinda tricky I know but worth a shot.

Windows - Has all the content , but can't run scripts such as file hosting , streaming server (WMV wont do) , HTML/PHP server scripts.

View 2 Replies View Related

VMWare Server 1.0.4 - Windows XP Networking

Oct 20, 2007

I installed VMWare Server 1.0.4 on my dedicated server, and set-up a new Windows XP Professional VM.

I have 3 more IP's that are not used.

When installing the VM, I used NAT networking to share my main OS network with my private VPS, but basically no one can access the VM from the outside world. I can surf the net while being on NAT status in the VM, but if I try to run any service like Apache, no one can enter to the service besides the localhost.

My VPS is running Windows XP Professional SP2 with a legal retail license and my main OS on the server is CentOS 4.5 (detailed hardware is mentioned below)

Do you have any idea how can I configure my network so anyone can enter the VPS?

And please, if you can explain me step by step because I'm a real newbie hehe

Kind Regards,
- Nadav Peretz

Also, I saw some topics with solutions but I didn't got a chance to understand something ;

ow and sorry for my English, I know its not perfect : P

(I read the sticky, I dont think this stuff are necessary but I posted them anyway:
Kernel Version: 2.6.9-22.ELsmp
Dual Xeon 3.20GHz with 2GB RAM, 120GB HD 10,000 RPM (Sorry for the un-detailed hardware)
[root@server ~]# vmstat 5 5
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
0 0 160 17132 6572 1930168 0 0 121 295 31 146 1 8 90 2
0 0 160 17132 6580 1930160 0 0 0 7 1020 589 0 1 99 0
0 0 160 17132 6580 1930160 0 0 0 0 1016 597 0 1 99 0
0 0 160 17132 6580 1930160 0 0 0 0 1020 601 0 1 99 0
0 0 160 17132 6580 1930160 0 0 0 0 1016 598 0 1 99 0

Using CentOS 4.5

View 1 Replies View Related

Vmware Server Problem With OS 64bit And Some Cpus

Nov 7, 2009

Many people have some problems with vmware server on some 64bit operation systems.
If your server's ram is more than 6GB, you have to have a 64bit OS but I have tried to install vmware server on a 64bit server, it seems to be crashing my vmware server every 5 min and I cant use it more until I reset this service.

CPU : Intel Xeon Nehalem 3440 2.53Ghz Quad Core w/ HyperThreading (8 virtual cores)
Ram : 4 GB DDR2
Os : CentOS 64bit

I have had an another server and i have solved this problem whit Debian. but on CentOS I usually have problem, and I cant use vmware server.

Have you any idea how i solve this problem on CentOS 64bit?

View 8 Replies View Related

Media Server Running Windows Server 2003 Std: Yes Or No

Jul 10, 2007

Most people probably run Linux on their media servers, but since I don't know much about Linux and the media server we have is unmanaged, I was wondering how you guys feel about running Windows Server 2003 Std on a media server instead of Linux. We'll only be using the server to host Flash video files (.flv) and we'll be serving those vids on websites hosted on other servers, resulting in approx. 50,000-100,000 media views per day (filesizes range from approx. 5MB to 10MB). We don't want to run Windows Media Services, just a Web server (IIS6) and have the Flash video players on the external websites take care of the streaming/downloading part.

View 0 Replies View Related

Server 2003 DNS

Nov 2, 2007

I have home network of 5 computers and 1 server running server 2003. I'm trying to use the IIS on the server to run multiple sites (for design purposes). i've installed DNS and setup my primary zone "shane.com" in "forward zone" i've added Host(a) and called it "test6"

in IIS i've set up a new site and in host header value i've put test6.shane.com.
everything works great on the server. when i type in [url]in the browser the page comes up without any problems. however when i do the same thing on the other workstations it pulls up the page some some other page from the internet and not my LAN as if it wasn't connecting to the primary DNS (which i changed to my server's ip 192.168.1.2).

what am i doing wrong? why does it work on the server but not on any other workstation on my LAN?

View 2 Replies View Related

DNS- Server 2003 WE

May 14, 2007

I have just recieved a new machine from leaseweb. I have no other machines in any of their datacenters so this may be something specific to there firewall rules.

The machine came with leaseweb dns server entries, they wouldnt resolve any addresses so i changed them to openDNS addresses for the time being (208.67.222.222 / 208.67.222.220)

These DNS servers I know to work, however they still fail to resolve addresses either by nslookup or through a browser. (DNS Request Timed Out)

the server can ping the opendns addresses.

I have verified that the DNS Client service is started.

I dont know of any dependancies of the DNS client service - although I have noticed that leaseweb disable a lot of services on their default install. - Could it be a service that isnt started thats stopping DNS from resolving?

I dont want to configure the Microsoft DNS server on this machine although I will if neccesary.

View 1 Replies View Related

Windows Server 2003

Jun 9, 2009

My client have a windows 2003 Sever, we install xampp there to run his site because he gave us hosting information late on and we done all his work in mysql php,

so every thing is working but the main problem is this that queries are not going through email.

i don't know how can i set his mail setting.

View 3 Replies View Related

How Do I Install PHP On A Win 2003 Server

May 18, 2009

I want to install the application (if it is an application) on my Win 2003 dedicated so I can run PHP scripts.

If I go to this page:

[url]

there are a number of files, not sure which one I should download. Once downloaded, where do I put it, in Program Files? Is there an .exe file or something I should double click on to install it? Or id this supposed to be install on IIS?

View 14 Replies View Related

IIS / Win Server 2003 BAT File

Mar 10, 2008

I have a server running windows server 2003, IIS. I have a password protected folder where i have a coldfusion script. I'm trying to write a Batch Script that will run the coldfusion script but the Password Protected folder is giving me problems. I'm using Integrated Authentication on that folder.

anyone know how to write a .BAT script that will load the script and also pass the u/p to that folder so the script can be run?

View 5 Replies View Related

Windows Server 2003 Dns

Apr 5, 2008

This is my first dedicated and I am plugging away at it.I am running windows server 2003 web edition and I have my database, website, and ftp setup and everything is working so far. Now if you go to 66.96.196.102 my site that I'm working on will show up. My question is my domain and site that I am in the process of moving is hosted on a shared server on 1and1. Now I need that domain to point to that ip. Do I need to set up name servers on the server? If so can someone point me in th right direction.

View 8 Replies View Related







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