To Install A Service On A Server
Dec 28, 2008
So I have a website that requires a service be installed on the server (Wowza media server). I'm just not sure what I need to be able to do this. The service will get little use overall, but it is required.
From what I can tell this means I need some form of dedicated server, but that is an awfully large jump in cost when I get minimal use out of the service. That said, if it is the only option I will go for it.
So my question is, are there any options aside from dedicated servers that would let me install a service? If not, how cheap do you think I could get a dedicated server for?
View 14 Replies
ADVERTISEMENT
Nov 7, 2009
I have installed the pptpd vpn service on centos 5.4 in linode xen vps. Now share with you.
------------------
yum install -y ppp
wget http://poptop.sourceforge.net/yum/st...el5.1.i386.rpm
rpm -ivh pptpd-1.3.4-1.rhel5.1.i386.rpm
vi /etc/ppp/options.pptpd
ms-dns 208.67.222.222
ms-dns 208.67.220.220
vi /etc/ppp/chap-secrets
myusername pptpd mypassword *
vi /etc/pptpd.conf
localip 192.168.9.1
remoteip 192.168.9.11-30
vi /etc/sysctl.conf
net.ipv4.ip_forward = 1
/sbin/sysctl -p
/sbin/service pptpd start
chkconfig pptpd on
/sbin/service iptables start
/sbin/iptables -t nat -A POSTROUTING -o eth0 -s 192.168.9.0/24 -j MASQUERADE
service iptables save
------------------
View 1 Replies
View Related
Jun 21, 2008
I am doing a business plan to start a Shoutcast Hosting Service,
We already decide to go with the FDC servers, and for running
the server I would like some help on these issues:
1. What system operation should I select for the server:
- Windows 2003 Web/Standard Editions
- CentOS 5
- FreeBSD 6.3
- Gentoo LiveCD.
2. How about the best control panel to use:
- Plesk
- Cpanel
3. Do I need to install on the the server just the
Shoutcast Server file or also the DSP and Transcoder
for Unix (sc_trans_lame)?
4. I also need the Cast-Control software to manage the
accounts and streams, but according to the instalation
manual I need to use a MySQL Configuration ?
Because I dont know nothing about SQL databases!
View 6 Replies
View Related
Oct 5, 2008
am going to make site for free emails for users
i saw zimbra software it's awesome
i wanna get offers for vps but i want the vps provider to install zimbra software for me and configure it
and i will pay for the installation of zimbra
View 2 Replies
View Related
Jun 15, 2015
I have a problem to install a service node. In task, I have this error:
Unable to authenticate at the host '10.252.13.197'. To resolve this issue, please follow the instructions at [URL] ....
I followed the instructions, but mysql don't display my new server.
[root@plesk000-exp-01 ~]# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e 'select accessKey from ServiceNodes where ipAddress="10.252.13.197";'
[root@plesk000-exp-01 ~]#
I deleted service node but the problem still remains.
View 1 Replies
View Related
Apr 27, 2015
I have a Server with Centos7 + Plesk 12 and in the service configuration say that the Bind service is not installed, from command line i have install named services and make a manual configuration the first domain, but when I return to the service page in plesk... the problem is the same, the Bind Service is not installed; then the problem is when i want create a new hosting i need to go to the ssh to make the DNS configuration...
View 1 Replies
View Related
Sep 10, 2014
Got following Problem: Unable to find service node for web service on domain with id = 0
After a Check from [URL] ....
I tried this: [URL] ....
Result:
+--------------------+--------------+---------------------------------------+------------------------------+------------+
| Domains | Service Type | IpAddressesCollections.ipCollectionId | Current value of ipAddressId | Have to be |
+--------------------+--------------+---------------------------------------+------------------------------+------------+
| XXXXXXXXXXXXX.org | mail | 30 | 0 | 1 |
+--------------------+--------------+---------------------------------------+------------------------------+------------+
Resolution:
mysql -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa -e 'Update IpAddressesCollections SET ipAddressId = 1 WHERE ipCollectionId = 30'
Result: ERROR 1062 (23000) at line 1: Duplicate entry '30-0' for key 'PRIMARY'
View 16 Replies
View Related
Jun 24, 2015
Deleted a domain workspace in Parallels Plesk and now I am getting this error when signing into the panel:Looked at the logs and been trying multiple commands (including the bootstrapper repair etc.)I found the full error from the logs:
[13-Jun-2015 16:35:33 UTC] PleskDBException: Unable to find service node for web service on domain with id=6
file: /usr/local/psa/admin/plib/PhDomain.php
line: 1404
code: 0
trace: #0 /usr/local/psa/admin/plib/Smb/Subscription/Domain.php(490): PhDomain->getWebHostingServiceNode()
[code]....
View 1 Replies
View Related
Jul 6, 2014
We are currently using Parallel Plesk 11.0 version and there is one requirement from microsoft provider to add the exact same values in SRV Records.
Priority of Service = 100
Weight of Service = 1
but these values are not available in the dropdownlist. attached are the screenshots.
View 9 Replies
View Related
Jun 15, 2014
Clean install on openSUSE 13.1
After deleting a domain, we got the following error which rendered the panel useless.
Internal error: Unable to find service node for web service on domain with id=5
Message Unable to find service node for web service on domain with id=5
File PhDomain.php
Line 1402
Type PleskDBException
Go To Previous Page
View 6 Replies
View Related
Nov 3, 2008
Just had a support chat with my host - the shared server I am on has been very unreliable IMO since I started with them and Im an unhappy bunny. About an hour ago my webmonitor text me to say server down - my monitor does a ping and a content check.
As things now stand the server is pingable but cannot be accessed via http, https, email or FTP so, in my eyes, that makes it down. According to the host as it is pingable it is not down - my argument is I dont connect via ping and nor do my customers so it is down.
Over the last few days WHM service status on the box has shown CPU usage regularly peaking (it sometimes gets to 20.0 on 2 CPU that I have saw) so I do accept that is probably whats causing the issue BUT as I cant access websites is this downtime regardless of the server being pingable?
Also should "good" hosts be monitoring things like CPU usage to be able to proactively manage issues like this or is just checking ping the accepted norm?
Really just interested in peoples opinions BTW, this is just one of a number of instances of downtime and not all of them have been caused by CPU usage etc and I cant be arsed trying to claim money back from them etc so this is not why Im asking - I will just move host to someone more reliable, this is just to satisfy my curiosity.....
View 5 Replies
View Related
Oct 6, 2008
Right now I've got some users with their own domains. If I ever want to switch hosts, they'll have to switch their DNS around themselves.
I'd prefer to pay for a host-independent DNS so they'll never need to touch their DNS again. Is such a thing available?
View 10 Replies
View Related
May 20, 2009
We need to move around 250 sites from one dedicated server to a new one.
Can you suggest few reliable companies who handles such services?
View 3 Replies
View Related
Oct 12, 2008
I remember back a few years ago there had been several companies providing server support only on mostly linux systems. I remember e.g. there had one been where one had to pay a monthly fee and could then send them support requests...
View 2 Replies
View Related
May 1, 2007
Can anyone recommend a good Windows VPS server service?
View 4 Replies
View Related
Nov 12, 2007
Basically I do all my updating now. I have a VPS with...*GASP*...godaddy and their policy is you do all the updating to your server yourself. They will not help you in any way unless you pay their "extra special services team" 80 bucks an hour.
Now, I'm not that much of a server genius, I can find my way around and do certain updates. I'm just tired of doing it and also have a huge fear that I'll screw something up.
Is there a company that will do a full switchover from godaddy to their service, does all the updates and installs programs for a small fee for you? I also need one that is comparable in price. I'm paying 52 bucks a month now.
View 5 Replies
View Related
Dec 8, 2006
I'm wondering is it possible to use RegisterFly's DNS server for my VPS. I only have 1 website on the VPS, but I want to increase the reliability of my site overall and thought if it were possible to give the DNS operations to my Registrar, who probabily really does have seperate DNS servers, this would be a good move. Since it would allow me to disable BIND (freeing up resources/memory), and put the DNS operations to quite possibly a more reliable set of servers (since my 2 DNS servers are actually just my 1 VPS)
What are the Pros/Cons of this type of arrangement?
So I need to know, can it technically be done, and what zones entries I need to create.
View 3 Replies
View Related
Dec 11, 2007
So my the other day one of my clients rented a Windows 2003 server. Has no idea on how to run DNS server on it and demanded us to do something about it. Since he had no management plan, we let him know that if he got himself a management plan we could help him out - but looks as though he was on a tight budget and couldn't opt in for it. Same thing happened last week and again one yesterday!
To help these customers out I was wondering if I could start a DNS service. Each client would get access to it for free regardless of their operating system or management plan. They could point their domains to the nameservers and use the DNS service to point the domain's A records to their servers.
From the start, I have been using EditDNS and still using it. But coming to think of it, its getting more unstable day by day even though they have 5 servers spread across the globe. I am planning on to move to EveryDNS. With this move, I'd like to use their services for my clients too. Rather than running my own DNS servers - I feel this could work out more efficient and reliable.
So what I am planning on doing here is more like creating private namesevers to mask EveryDNS's nameservers. Then have a custom script site built to interact with EveryDNS's APIs. Sounds like a good idea? Then my customer uses the script's interface to create/delete/edit records, etc.
Anyway I need some advice, suggestion or help in this matter. Has anyone tried this stunt out before? If so, how successful were they/you? How are your customer's reaction towards this (satisfied or not?). Does it stay efficient? (both in terms of money, time and energy spent).
Also, if anyone could suggest me any programmer who could do this for me (someone well versed with DNS/EveryDNS on PHP/MySQL) it would be nice.
Edit: I guess ServerBeach/Peer 1 already has implement this. If anyone really knows whats going on there - please share.
View 6 Replies
View Related
Dec 4, 2008
Use DNS service or set up dns in windows2008
I am having all sorts of problems setting DNS in windows server 2008 standard edition. Should I just use the DNS service I 've been using from DynDns or do I have to set up my own DNS server. The dedicated server I am having doesn't inlcude any support: do-it-yourself
View 4 Replies
View Related
Aug 19, 2008
Source: http://www.hostdisciple.com/2008/07/...ing-providers/
I was reading Ross's article on DNS Hosting and was curious to see feedback from others who utilize these services.
We're an UltraDNS customer - Ross refers to them as the ferrari of DNS hosting, which I agree. We've been with them a few years now and I'll admit that we pay a very pretty penny for them to manage our DNS for a few of our larger sites. On the flip side, we've never once had a DNS issue and their support, when we've needed to engage them, has been outstanding.
Are most folks just using their control panel's DNS interface, or is there are larger contigent who are outsourcing their DNS management?
View 11 Replies
View Related
Jul 15, 2009
What's best software for check services under windows server and alert when anything work wrong ?
View 7 Replies
View Related
Jan 13, 2009
which DC is the best for file sharing website servers? I'm curious why majority of file sharing servers is hosted by non US DC?
View 4 Replies
View Related
Jun 17, 2008
What do you guys use for server monitoring?
I have been looking to find a good solution to notify me when either of my 3 servers go down. Preferably by SMS.
I have been trying [url].
But it seems to have a massive delay. from 1 hour, to 6 hours.
View 12 Replies
View Related
Oct 10, 2008
is there any service out there where they will burn all data off a dedicated server and send it to you via DVD, Blue Ray or HDD? And mail it to you.
View 2 Replies
View Related
Mar 4, 2007
Who is the best mx mail server backup service provider that has a web based control panel from where I can view the queued mail?
View 0 Replies
View Related
Sep 25, 2007
I've been trying to find a decent and reasonably priced website/server monitoring service that alerts me by SMS and email if something goes down. I have 3 HTTP addresses and one HTTPS I'd like to check in 5 minute intervals.
Have you had any good experiences with services like this?
View 1 Replies
View Related
Aug 5, 2007
how to install VNC server such as TightVNC on linux server remotely?
i can access my server only through ssh. (putty).
is there a way to install VNCserver in linux over ssh?
View 12 Replies
View Related
Jun 5, 2008
We are thinking of upgrading servers soon and had bad experience in the past while migrating servers. Are there any professional companies out there that can do the job ?
View 6 Replies
View Related
Sep 27, 2008
Our customer wants some type of DDOS protection for their e-commerce website.
I'm trying to decide between 20mbps or 100mbps DDOS server protection (proxy shield) Do you think that 20mbs DDOS server protection is worthy? It costs >$1000 and it seems to handle only low attacks...?
They have a limited budget so... I will go for 100mbps (>$2000) protection only if I have to...
View 1 Replies
View Related
Aug 5, 2008
I am trying to test a website and see 'exactly' what a person viewing from Germany sees. We have implemented some programming that looks at the clients IP address and then changes the content based on the region of the world they are located in.
In order to fully test it, I need to access the site via a proxy server in Europe (preferably Germany), so that the IP address will show up as originating from Europe.
I have used proxify.net here in the states, but I have not been able to find one based in Germany. The site has some flash on it, so it will also need to support flash. The one proxy I found bombed on the flash.
View 0 Replies
View Related