vktech.blogspot.com vktech.blogspot.com

VKTECH.BLOGSPOT.COM

Quest

Wednesday, 20 January 2010. Open Source and Free, Failover 2 node Mysql cluster solution. My Setup is as below:. 2xHP Proliant hp DL380G5 servers with 2 Nics. OS: RHEL5.4 (Kernel 2.6.18.164.1) x86 64. DRBD: Shared Block device On which Mysql resides. Pacemaker: Manages the services on cluster. decides whcih node to start services on and monitors services. Corosync(OpenAIS): monitors the cluster heartbeat. Step by Step Setup:. Note: This etup assumes that you are running RHEL5.4, x86 64. You ought to know...

http://vktech.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR VKTECH.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 2.6 out of 5 with 5 reviews
5 star
0
4 star
0
3 star
4
2 star
0
1 star
1

Hey there! Start your review of vktech.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • vktech.blogspot.com

    16x16

  • vktech.blogspot.com

    32x32

  • vktech.blogspot.com

    64x64

  • vktech.blogspot.com

    128x128

CONTACTS AT VKTECH.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Quest | vktech.blogspot.com Reviews
<META>
DESCRIPTION
Wednesday, 20 January 2010. Open Source and Free, Failover 2 node Mysql cluster solution. My Setup is as below:. 2xHP Proliant hp DL380G5 servers with 2 Nics. OS: RHEL5.4 (Kernel 2.6.18.164.1) x86 64. DRBD: Shared Block device On which Mysql resides. Pacemaker: Manages the services on cluster. decides whcih node to start services on and monitors services. Corosync(OpenAIS): monitors the cluster heartbeat. Step by Step Setup:. Note: This etup assumes that you are running RHEL5.4, x86 64. You ought to know...
<META>
KEYWORDS
1 quest
2 installation
3 on both nodes
4 configuration
5 drbd
6 dd if=/dev/zero of=/dev/volgroup00/drbd
7 mkfsext3 /dev/volgroup01/drbddata
8 5 mkdir /service
9 sections
10 note common pitfall
CONTENT
Page content here
KEYWORDS ON
PAGE
quest,installation,on both nodes,configuration,drbd,dd if=/dev/zero of=/dev/volgroup00/drbd,mkfsext3 /dev/volgroup01/drbddata,5 mkdir /service,sections,note common pitfall,skip {,some 'resource,section,n * *,global {,minor count 64;,usage count yes;,net {
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Quest | vktech.blogspot.com Reviews

https://vktech.blogspot.com

Wednesday, 20 January 2010. Open Source and Free, Failover 2 node Mysql cluster solution. My Setup is as below:. 2xHP Proliant hp DL380G5 servers with 2 Nics. OS: RHEL5.4 (Kernel 2.6.18.164.1) x86 64. DRBD: Shared Block device On which Mysql resides. Pacemaker: Manages the services on cluster. decides whcih node to start services on and monitors services. Corosync(OpenAIS): monitors the cluster heartbeat. Step by Step Setup:. Note: This etup assumes that you are running RHEL5.4, x86 64. You ought to know...

INTERNAL PAGES

vktech.blogspot.com vktech.blogspot.com
1

Quest: Active M Making Life tough

http://vktech.blogspot.com/2009/09/active-m-making-life-tough.html

Tuesday, 8 September 2009. Active M Making Life tough. We use the HA ActiveMq with Mysql backend as mentioned in my post earlier, these days we ahve been facing a lot off issues with it :(. I have been tasked to sort it out, yay I like this sort of stuff but on downside there is not much documentation on active mqs. Few things i have in mind:. 1) Use a standalone db instance for MQ. 2) Upgrade our install to latest 5.2 baseline release. I shall post the findings here. I shall update on that soon.

2

Quest: Xen Bug: xen_net: Memory squeeze in netback driver

http://vktech.blogspot.com/2009/03/xen-bug-xennet-memory-squeeze-in.html

Tuesday, 17 March 2009. Xen Bug: xen net: Memory squeeze in netback driver. After upgrading RAM on on of our staging Xen hosts and rebooting, I noticed following error on console, and system started rebooting itself. Xen net: Memory squeeze in netback driver. Fix Was as following:. 1 In grub.conf set the Dom0 to a fixed size: dom0 mem=1G. 2 In /etc/xen/xend-config.sxp set dom0-min-mem to the same size as above. Subscribe to: Post Comments (Atom).

3

Quest: Adding additional network Interface on Xen Guests(DomU) in DHCP environment

http://vktech.blogspot.com/2009/03/adding-additional-network-interface-on.html

Tuesday, 17 March 2009. Adding additional network Interface on Xen Guests(DomU) in DHCP environment. There was a request from from one of our Project Teams for their app server to have two IPs and as the ones in our dev env doesn't have static IP addresses, so just creating eth0:1 wouldn't help. So the solution was to assign one more Virtual interface to Guest. I follwed these Steps:. 1) shutdown the guest and on the physical host edit the Xen config file for the guest and add one more Vif sam as below.

4

Quest: Increasing number of LoopBack Interfaces On a Xen host

http://vktech.blogspot.com/2009/03/increasing-number-of-loopback.html

Tuesday, 17 March 2009. Increasing number of LoopBack Interfaces On a Xen host. By default RHEL5.0 has 8 loop back interfaces, you can check this by doing ls -l /dev/loop* wc -l. 1) on host copy this line options loop max loop=256 to /etc/modprobe.conf. 2) Now we need to reload the loop module, just execute the following two commands:. Sbin/rmmod loop (you may see an error message saying loop not present in proc, ignore this). Subscribe to: Post Comments (Atom).

5

Quest: What am I upto

http://vktech.blogspot.com/2009/09/what-am-i-upto.html

Tuesday, 8 September 2009. What am I upto. I am working on following new stuff these days, I shall do details posts once I know more ;). 1) Munin (Monitoring tool for, specially good plug ins for Mysql, that's waht I ahve been told ). 2) Cobbler (a tool to manage server builds). 3) Xen 3.4.0 on RHEL5.2. 4) Integration with Redhat staellite servers. Yay a lot of new stuff ;). I am excited. Subscribe to: Post Comments (Atom).

UPGRADE TO PREMIUM TO VIEW 2 MORE

TOTAL PAGES IN THIS WEBSITE

7

OTHER SITES

vkteam.ru vkteam.ru

Интернет портал, все для сайта vkontakte.ru!

Загрузка. Пожалуйста, подождите. О сайте VKTEAM.RU. Интернет портал, все для сайта vkontakte.ru! Секреты, голоса, подарки, рейтинг, просмотр закрытых страниц, взлом, баги, социальные сети, программы, игры, музыка, видео, картинки на стену, аватарки, граффити, темы, статусы вконтакте, скачать музыку вконтакте, скачать видео вконтакте, заметки пользователей вконтакте, сайт vkontakte.ru! Gface - Facebook для геймеров и социальная альтернатива OnLive. VK Audio v1.0. 11x11 - Футбольный блокбастер. Просмотров ...

vkteam.skyrock.com vkteam.skyrock.com

Blog de VKteam - skyblog de la vkteam - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Skyblog de la vkteam. Mise à jour :. Abonne-toi à mon blog! N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (23.21.86.101) si quelqu'un porte plainte. Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. Posté le mardi 06 mai 2008 08:55. Ou poster avec :.

vktec.at vktec.at

VKtec.at | Ihr Partner für reibungslosen Verkehr

Skip to main content. Ihr Partner für reibungslosen Verkehr. 43 1 2350 787. Mit unserem modern ausgerüsteten Maschinenpark und bestens ausgebildeten Mitarbeitern sind wir in der Lage, Ihnen immer eine hohe Qualität an Markierungen zu liefern. Unser hochqualifiziertes und geschultes Team steht für fachgerechte Ausführung ihres Projekts unter Einhaltung aller in Österreich geltenden Normen und gesetzlichen Verordnungen wie StVO und RVS. Bisher haben wir jeden Kunden zufrieden gestellt. Sprechen Sie mit uns!

vktec.com vktec.com

vktec.com - ~故 山口光樹に捧ぐ Rev.2~

故 山口光樹に捧ぐ Rev.2. KWのSTREET COMFORT(カーベー ストリートコンフォート) 車のサスペンションキ […]. 腰 壊れた( ω ). 腰痛戦隊 ヘルニアンっ う ん、無様だ。 これが久々の ド級 だっ […]. Canon EOS Kiss X7i KISSX7I […]. 熱血系治療家 サイモン山田敬一 と […]. 旅 プチ滝ツアー @ 日帰り 埼玉 秩父市. 本 Amazon Kindle本 50%ポイントがついてくるぅ。 電子書籍リーダー 今日、Twitterで気がついたのですが AmazonのKindle本が軒並み 50%のポイント付 […]. 腰 壊れた( ω ).

vktec.com.ar vktec.com.ar

V.K.TEC l Climatización, aire acondicionado y calefacción

vktech.blogspot.com vktech.blogspot.com

Quest

Wednesday, 20 January 2010. Open Source and Free, Failover 2 node Mysql cluster solution. My Setup is as below:. 2xHP Proliant hp DL380G5 servers with 2 Nics. OS: RHEL5.4 (Kernel 2.6.18.164.1) x86 64. DRBD: Shared Block device On which Mysql resides. Pacemaker: Manages the services on cluster. decides whcih node to start services on and monitors services. Corosync(OpenAIS): monitors the cluster heartbeat. Step by Step Setup:. Note: This etup assumes that you are running RHEL5.4, x86 64. You ought to know...

vktech.edu.vn vktech.edu.vn

Trường Cao đẳng nghề Công nghệ Việt - Hàn Bắc Giang

Bắc Giang nâng cao chất lượng đào tạo nghề. Thông báo tuyển sinh 2015. Thời khóa biểu học giáo dục thể chất. Thời khóa biểu CĐN Khóa I. Chế độ miễn giảm học phí cho sinh viên. Kết quả tuyển sinh đợt 2 năm 2014. Các thủ tục giấy tờ khi đến nhập học. Thông báo tuyển sinh đợt 2 năm 2014. Thông báo gửi giấy nhập học đợt 1 năm 2014. Kết quả tuyển sinh đợt 1 năm 2014. Sơ đồ tổ chức trường. Học bổng chính phủ Hàn Quốc 2014. Kết quả kiểm tra sát hạch tuyển dụng giáo viên Trường CĐ nghề Công nghệ Việt-Hàn. THÔNG ...

vktechgroup.com vktechgroup.com

vkTG

We are a group of collaborators who share a common goal to ensure that all of our clients' technology initiatives have a solid footing. For businesses of any size and industry, which are in planning for or already engaged in building or managing software solutions, we offer the combined expertise in business, solutions and technology architectures. To the development organization, we provide:. Solution analysis, technology evaluation. Solution vision and architecture. A consulting company that is focused...

vktechnalysisservices.com vktechnalysisservices.com

TM Webhosting Default Page

This is the default page for domain www.d1043368.netmyne.net. If you see this page after uploading site content you probably have not replaced the. This page is autogenerated by Telekom Malaysia Berhad.

vktechnicalworks.org vktechnicalworks.org

Welcome to V. K. Technical Works

Page Slider jQuery by WOWSlider.com v1.7. Welcome to our website. VK Technical works,. Shop no.10-1-47/2,. PIPE LINE ROAD,.

vktechnik.cz vktechnik.cz

VK TECHNIK - Komplexní dodávky měřících a regulačních systému, včetně dodávek technologií jako jsou solární systémy, fotovoltaické elektrárny, tepelná čerpadla či kotle na tuhá paliva.

Komplexní dodávky měřících a regulačních systému, včetně dodávek technologií jako jsou solární systémy, fotovoltaické elektrárny, tepelná čerpadla či kotle na tuhá paliva. Ovládejte svůj dům z jakéhokoli místa na Zemi jen pomocí vašeho mobilního telefonu, tabletu, počítače či chytré televize. Nabízíme komplexní služby v oblasti měření, regulace a průmyslové automatizace včetně řízení výrobních procesů. 2015 VK TECHNIK D5 Business Line Theme by:.