Sponsored Content
Operating Systems Linux SuSE Load Balancing 2 web servers after removing the ACE Post 302724113 by dvbell on Wednesday 31st of October 2012 08:57:28 AM
Old 10-31-2012
Thanks

Our DNS servers are all Windows servers. Any idea how to setup the round robin DNS on a Windows server?
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How can I use DNS Server to Load Balancing my Web Servers ??

Anyone can give me some idea about DNS Server Configuration that I want to load balancing my Web Servers . (1 Reply)
Discussion started by: ottobian
1 Replies

2. UNIX for Dummies Questions & Answers

Question about load balancing

If you have two or more servers load balancing, are the servers mirroring one another? If images, etc., are uploaded, will they be stored on all the servers so that if one server goes down, the images will be served up by another server? (1 Reply)
Discussion started by: wvmlt
1 Replies

3. Ubuntu

perlbal and load balancing

Hi guys, I wonder if someone would be able to assist with my problem. I have just set up a load balancer for a company I am working for. HTTP redirection is working fine, however they also want to load balance SSH and FTP too. At the moment the perlbal config looks like; CREATE POOL webhttp ... (1 Reply)
Discussion started by: JayC89
1 Replies

4. Solaris

Load balancing with IPMP

Is it possible to do a load balancing ( incoming and outgoing )with with IPMP in solaris 10 like sun trunking ? If yes what are the steps involved in it , i know how to do the failover IPMP both link based and probe based but i 'm looking for possible load balancing (3 Replies)
Discussion started by: fugitive
3 Replies

5. Web Development

Load Balancing in Apache

Hi All, I have one webserver which has an application for a set of internal users can be accessed by _http://server1.com I am planning to load balance this application. For that I have cloned this server and build a new one which can be accessed using _http://server2.com]Server2.com. Also i... (2 Replies)
Discussion started by: Tuxidow
2 Replies

6. Linux

HTTP load balancing.

Hi, We have 2 pools of servers. Lets call them A and B and they would contain 2 servers each. Pool A will be hosting www.example.com/app/v1 and pool B will be hosting www.example.com/app/v2. Clients will be requesting right url (/v1 or /v2) but will be hitting just one IP. I'd like to: 1)... (3 Replies)
Discussion started by: chrisfb
3 Replies

7. IP Networking

Load Balancing ppp

Hello everybody How can i Load Balance two slow ppp(gprs) connections with iptables . (4 Replies)
Discussion started by: rink
4 Replies

8. UNIX for Advanced & Expert Users

Help in MQ load balancing

Hi, Currently we have 3 old and 3 new servers catering to Live traffic. As my component move from legacy interfaces to MQ one, we want to have load balancing of old interfaces available on MQ interface as well. For this, we want to send only 30% of all MQ traffic on 3 OLD Live servers, and want... (1 Reply)
Discussion started by: senkerth
1 Replies

9. UNIX for Advanced & Expert Users

Load balancing in Autosys

Hi, I am working on development project where I have to migrate many jobs from Tidal to Autosys R11. During this project we came across the following requirements. 1. There are 3 real machines. There could be many jobs activated simultaneously, but only one job should execute at a time and... (0 Replies)
Discussion started by: sujeetp
0 Replies

10. Shell Programming and Scripting

Load Balancing in UNIX

Dear All, Can any one help me for this request? There is a case. I have 20 files which I need to FTP to 5 servers. I want to know if there is any possibility to make a load balancer which transfers files in round robin manner to 5 servers. As per theoretical algorithm, what I think, flow can... (9 Replies)
Discussion started by: Zaib
9 Replies
ACE_NETSVCS(1)						      General Commands Manual						    ACE_NETSVCS(1)

NAME
ace_netsvcs -- ACE network services driver. SYNOPSIS
ace_netsvcs [OPTION ...] DESCRIPTION
ace_netsvcs is a driver to start ACE network services. Currently, libnetsvcs provides: Naming Service, Time Service, Token Service, Server Logging Service, Client Logging Service, Logging Strategy Service. OPTIONS
-f svc.conf Specifies a svc.conf configuration file name other than the default one. Can be specified multiple times to use multiple files. -d Turn on debugging mode. -n Explicitly disables the use of static services. This flag overrides the @a ignore_static_svcs parameter value. -p pathname Specifies a pathname which is used to store the process id. -s signal Specifies a signal number other than SIGHUP to trigger reprocessing of the configuration file(s). Ignored for platforms that do not have POSIX signals, such as Windows. -y Explicitly enables the use of static services. This flag overrides the @a ignore_static_svcs parameter value. -S directive Specifies a service directive string. Enclose the string in quotes and escape any embedded quotes with a backslash. This option specifies service directives without the need for a configuration file. -b Option to indicate that we should be a daemon. Note that when this option is used, the process will be daemonized before the ser- vice configuration file(s) are read. During daemonization, (on POSIX systems) the current directory will be changed to "/" so the caller should either fully specify the file names, or execute a @c chroot() to the appropriate directory. @sa ACE::daemo- nize(). -k point Specifies the rendezvous point to use for the ACE distributed logger. EXAMPLES
ace_netsvcs -f /usr/share/ace-netsvcs/svc.conf Starts ACE network services using example configuration. ace_netsvcs -S 'dynamic Name_Server Service_Object * netsvcs:_make_ACE_Name_Acceptor() "-p 20006"' Starts ACE Naming service using command line configuration. SEE ALSO
/usr/share/ace-netsvcs/svc.conf, /usr/share/doc/ace-netsvcs/ACE-netsvcs.html AUTHOR
Douglas C. Schmidt<schmidt@cs.wustl.edu> ACE_NETSVCS(1)
All times are GMT -4. The time now is 07:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy