Dears,
i 'd like to ask those who have integrated Elastix with OpenLDAP or IPA Server ,
what are the benefits we can gain from this integration ?.
thanks
Dears,
i 'd like to ask those who have integrated Elastix with OpenLDAP or IPA Server ,
what are the benefits we can gain from this integration ?.
thanks
@scottalanmiller Appreciated your respond Scott
@scottalanmiller so that only difference between the KVM and RHEV is that RHEV is paid , this is what i am asking .
thanks
@scottalanmiller i am planning to work with KVM so i asked can it afford a large scale of VMs or it only depends on the Storage and Hardware aspects ?.
Dears
Red Hat has a Virtualization Product called RHEV and also we can install KVM for the same purposes , so i need to know what is the best and what are the differences between the KVM - Libvirt - and RHEV - Ovirt - ?
Thanks all
it is Done now and working very good:
RewriteEngine On
RewriteRule ^/ibclient$ https://remote_ip_address:port [R,L]
Thanks All
@thwr Thanks thwr for your reply ,
now i need to configure IP Based Redirection not URL Naming as i dont have a DNS Settings at this moment and the above suggestion is about URL Redirection so how can we do that ?.
@JaredBusch tried it but not working , so can i do it using mod_proxy ?.
Dears,
i have two Web Servers configured with Apache on AIX Power Servers , i need to make
anyone who accesses the IP Address of the Server-1 to be redirected to the IP Address of the Server-2.
i have added the below in the httpd.conf of Server-1 but not working with me
RewriteRule ^(.*)$ https://the.other.ip.address$1
is there any idea about the solution ?.
@scottalanmiller thank you scott for this thread ,
but i did this sync between to elastix servers and unfortunately i could not access the admin page of elastix however the passwords are matched in the below fies :
/etc/elastix.conf
/etc/asterisk/manager.conf
/etc/amportal.conf
and all these files are owned by asterisk user with 660 permissions
also i have logged into the database and i can see all information replicated from the remote server successfully
so what could be the problem ?.
@scottalanmiller Sorry for the delay , and the issue is resolved
this link was so helpful
http://www.akretion.com/open-source-contributions/openerp-asterisk-voip-connector
Thank you all.
When i Restart the drbd service then check the status # cat /proc/drbd
it shows ( Connected ro:Secondary/Secondary ) , so after doing the below:
drbdadm disconnect r0
drbdadm connect r0
drbdadm primary r0
and do the same on the other node but # drbdadm secondary r0
still the same i have no /dev/drbd0
ok , Now after restarting the drbd service i got these logs in /var/log/messages
block drbd0: disk( Attaching -> UpToDate )
block drbd0: conn( StandAlone -> Unconnected )
block drbd0: Starting receiver thread (from drbd0_worker [11459])
block drbd0: receiver (re)started
block drbd0: conn( Unconnected -> WFConnection )
block drbd0: Handshake successful: Agreed network protocol version 97
block drbd0: Peer authenticated using 20 bytes of 'sha1' HMAC
block drbd0: conn( WFConnection -> WFReportParams )
block drbd0: Starting asender thread (from drbd0_receiver [11472])
block drbd0: data-integrity-alg: <not-used>
block drbd0: peer( Unknown -> Secondary ) conn( WFReportParams -> Connected ) pdsk( DUnknown -> UpToDate )
also # cat /proc/drbd
version: 8.3.15 (api:88/proto:86-97)
GIT-hash: 0ce4d235fc02b5c53c1c52c53433d11a694eab8c build by [email protected], 2013-03-27 16:01:26
0: cs:Connected ro:Secondary/Secondary ds:UpToDate/UpToDate C r-----
ns:0 nr:0 dw:0 dr:0 al:0 bm:0 lo:0 pe:0 ua:0 ap:0 ep:1 wo:b oos:0
@travisdh1 yes , ping works between the two nodes and also in the log file " /var/log/ha-log" shows that no connectivity lost between 2 nodes and the two nodes are in the standby state
Dear All,
i am working on a cluster environment using ( Heartbeat and DRBD ) for 2 Nodes and after configuring everything i found that the heartbeat does not mount the /dev/drbd0 on the primary node and after checking the log file it showed that the 2 Nodes were in standby state , however i tried to run this script on the primary node " /usr/share/heartbeat/hb_takeover " and this script on the Secondary Node " /usr/share/heartbeat/hb_standby "
but i found the same issue , and the below is my /etc/ha.d/ha.cf configuration file :
debugfile /var/log/ha-debug
logfile /var/log/ha-log
logfacility local0
keepalive 2
deadtime 30
warntime 10
initdead 120
udpport 694
bcast eth0
auto_failback off
node node1.server.local
node node2.server.local
Dears,
need a help for starting with AGI , i am good on PHP Scripting and MYSQL Queries but need to start writing AGI Scripts so is there any useful documentation can start with?.
Thanks in advance.
Thanks Scott for this article