eygle.com   eygle.com
eygle.com  
 
Configure the hangcheck-timer Kernel Module - Digest Net

Perform the following configuration procedures on all nodes in the cluster!

Oracle9i Release 1 (9.0.1) and Oracle9i Release 2 ( 9.2.0.1) used a userspace watchdog daemon called watchdogd to monitor the health of the cluster and to restart a RAC node in case of a failure. Starting with Oracle9i Release 2 (9.2.0.2) (and still available in Oracle 10g Release 2), the watchdog daemon has been deprecated by a Linux kernel module named hangcheck-timer which addresses availability and reliability problems much better. The hang-check timer is loaded into the Linux kernel and checks if the system hangs. It will set a timer and check the timer after a certain amount of time. There is a configurable threshold to hang-check that, if exceeded will reboot the machine. Although the hangcheck-timer module is not required for Oracle Clusterware (Cluster Manager) operation, it is highly recommended by Oracle.

The hangcheck-timer.ko Module

The hangcheck-timer module uses a kernel-based timer that periodically checks the system task scheduler to catch delays in order to determine the health of the system. If the system hangs or pauses, the timer resets the node. The hangcheck-timer module uses the Time Stamp Counter (TSC) CPU register, which is incremented at each clock signal. The TCS offers much more accurate time measurements because this register is updated by the hardware automatically.

Much more information about the hangcheck-timer project can be found here.

Installing the hangcheck-timer.ko Module

The hangcheck-timer was originally shipped only by Oracle; however, this module is now included with Red Hat Linux starting with kernel versions 2.4.9-e.12 and higher. If you followed the steps in Section 8 ("Obtain & Install New Linux Kernel / FireWire Modules"), then the hangcheck-timer is already included for you. Use the following to confirm:

# find /lib/modules -name "hangcheck-timer.ko"
/lib/modules/2.6.9-11.0.0.10.3.EL/kernel/drivers/char/hangcheck-timer.ko
/lib/modules/2.6.9-22.EL/kernel/drivers/char/hangcheck-timer.ko
In the above output, we care about the hangcheck timer object (hangcheck-timer.ko) in the /lib/modules/2.6.9-11.0.0.10.3.EL/kernel/drivers/char directory.

Configuring and Loading the hangcheck-timer Module

There are two key parameters to the hangcheck-timer module:

  • hangcheck-tick: This parameter defines the period of time between checks of system health. The default value is 60 seconds; Oracle recommends setting it to 30 seconds.
  • hangcheck-margin: This parameter defines the maximum hang delay that should be tolerated before hangcheck-timer resets the RAC node. It defines the margin of error in seconds. The default value is 180 seconds; Oracle recommends setting it to 180 seconds.
NOTE: The two hangcheck-timer module parameters indicate how long a RAC node must hang before it will reset the system. A node reset will occur when the following is true:
system hang time > (hangcheck_tick + hangcheck_margin)
Configuring Hangcheck Kernel Module Parameters

Each time the hangcheck-timer kernel module is loaded (manually or by Oracle), it needs to know what value to use for each of the two parameters we just discussed: (hangcheck-tick and hangcheck-margin). These values need to be available after each reboot of the Linux server. To do that, make an entry with the correct values to the /etc/modprobe.conf file as follows:

# su -
# echo "options hangcheck-timer hangcheck_tick=30 hangcheck_margin=180" >> /etc/modprobe.conf
Each time the hangcheck-timer kernel module gets loaded, it will use the values defined by the entry I made in the /etc/modprobe.conf file.

Manually Loading the Hangcheck Kernel Module for Testing

Oracle is responsible for loading the hangcheck-timer kernel module when required. For that reason, it is not required to perform a modprobe or insmod of the hangcheck-timer kernel module in any of the startup files (i.e. /etc/rc.local).

It is only out of pure habit that I continue to include a modprobe of the hangcheck-timer kernel module in the /etc/rc.local file. Someday I will get over it, but realize that it does not hurt to include a modprobe of the hangcheck-timer kernel module during startup.

So to keep myself sane and able to sleep at night, I always configure the loading of the hangcheck-timer kernel module on each startup as follows:

# echo "/sbin/modprobe hangcheck-timer" >> /etc/rc.local

(Note: You don't have to manually load the hangcheck-timer kernel module using modprobe or insmod after each reboot. The hangcheck-timer module will be loaded by Oracle automatically when needed.)

Now, to test the hangcheck-timer kernel module to verify it is picking up the correct parameters we defined in the /etc/modprobe.conf file, use the modprobe command. Although you could load the hangcheck-timer kernel module by passing it the appropriate parameters (e.g. insmod hangcheck-timer hangcheck_tick=30 hangcheck_margin=180), we want to verify that it is picking up the options we set in the /etc/modprobe.conf file.

To manually load the hangcheck-timer kernel module and verify it is using the correct values defined in the /etc/modprobe.conf file, run the following command:

# su -
# modprobe hangcheck-timer
# grep Hangcheck /var/log/messages | tail -2
Sep 27 23:11:51 linux2 kernel: Hangcheck: starting hangcheck timer 0.5.0 (tick is 30 seconds, margin is 180 seconds)
| | 6 Comments | | Edit | Pageviews:

6 Comments

Discussions of assignments under construction at the very least 300m/1,3-100 days later i did ELSA,Buy Office 2007 Key,000 ft tall. » Proposed SupertallsDiscussions of tasks underneath development among 200-299m/650-999ft tall. » Proposed SkyscrapersDiscussions of assignments beneath development amongst 100-199m/300-649ft tall. » Proposed HighrisesNamaste,Windows Seven! » Bengaluru | Chennai | Cochin | Delhi | Hyderabad | Kolkata | Mumbai | Trivandrum » regional projects | cityscapes | infrastructure | financial system | history & heritage | chaibar» Albanian | Belarus | Belgium | Bosnia and Herzegovina | Bulgaria | Caucasus | Croatia | Czech Republic | Germany & Austria | Hellenic Agora | Hungary | Makedonski | Nordic & Baltic Forum | Romania & Moldova | Serbian | Slovakia | Slovenia | Switzerland | Turkey | Ukraine » Phototeka | Assignments & Construction

VSS (Volume Shadow duplicate Service, Volume Shadow Copy Services), was originally introduced in Windows Server 2003 SP1 memory technology. It's the volume management module by including the snapshot feature, on this basis to develop time-based point (Point-In-Time) from the image (Image), so that you can attain quickly data backup and recovery, people don't must be afraid from the intention to challenges brought on by deleted information, which will be the key to VSS. As demonstrated by the great traits of VSS, so the brand new Vista operating system Microsfot, also joined the function. 1, VSS Overview VSS allows storage infrastructure (like disk arrays) to create high-fidelity picture with the stage in time, is Shadow Copy (Shadow Copy). It may be multi-volume, or duplicate just one volume to develop maps, but won't impact method performance. VSS by way of the coordination of company programs application, backup techniques, and storage hardware to obtain the ability to develop high-fidelity copies of maps. It is often applied to the adhering to places: A, rapid information backup and recovery; B, for your advancement of file recovery; C, tape backup, testing and information mining; the Microsoft VSS integrated in the OS technologies, it attributes all modular processing and storage hardware and computer software vendors supply for your improvement with the interface; developers only need to focus on their very own modules, design-related programs on demand, thus reducing the general style extra hard. For I am aware that lots of hardware and software package storage enterprise to make use of VSS technologies to design NAS, and data protection as the basis for developing the server. 2nd, VSS technical principles VSS VSS general framework is made of a core module, requestor (Requestor), Author (Author), and also the provider (Supplier). The romantic relationship between the many different modules as proven beneath: schematic diagram -1 VSS which distinct features of each module are as follows: A) the requestor (Requestor), whose key job is to initialize the Shadow Duplicate creation; as a result of the want not the exact same, various difficulties unique from requester as a result feasible to design distinctive apps. For example, VSS backup from the backup application processing, management, application processing and utilization of shadow duplicate development (for instance the WS2003 and Vista by itself is this kind of VSS management computer software), along with other functional applications could be designed to deal with specific business. The requester's application, such as Windows NT backup module,Windows 7 Home Premium, the backup software program supplier developed backup applications, and storage management programs developed hardware and computer software companies. B) Writer (Author), whose primary task is to make certain consistency of data; given that,Office 2007 Key, in case the process of developing the Shadow Duplicate, the application software program to publish information to disk, then there might be information inconsistency dilemma, which impacts the integrity from the picture position in time. Created by those within the application of manage processing module, to make sure information consistency, but can also create a shadow copy towards the effectiveness. Typically, the producing may well be the Windows OS within a number of services modules,Office 2007 Professional, for instance COM +, DHCP service, Active Directory companies, additionally, the database can also be widespread to compose these programs. C) Provider (Supplier), whose principal task is to develop a shadow copy; providers would be to create time from the interface, it might be according to the storage array (hardware mode), or the running system (application mode .) VSS distinctive companies,Office 2007 Product Key, the amount of relations: the bottom is the hardware companies, application suppliers, the middle, the leading will be the method application companies. Exactly where the first two providers, third-party hardware or software program is supplied by the manufacturer. D) Volume Shadow Copy Support (VSS) core module, whose key job is to coordinate the collaboration of each module to operate, and offers strategies to develop Volume Shadow Copy; VSS supplies two methods to make Shadow Copy: One is the total copy of (Clone / Full Duplicate / Split Mirror), it creates the present raw data (Original Data) and all copies; and an additional copy would be to compose only (Copy on Publish / Differential Duplicate), only to make will be up-to-date copy of the unique information. So produce a map duplicate copy producing speed, but the data have to have restore the original data. III, VSS processes VSS Shadow Duplicate processing, have to coordinate the completion of each and every module, thus making certain the fidelity from the copy to produce, after which data consistency, the particular actions as proven beneath: Figure -2 VSS method flow chart A) a initial step, exactly where the requestor to VSS enumeration application writer about the volume, as well as the collection of metadata (Metadata). B) The 2nd step would be to write XML documents could be described by its components (Elements), and define its restoration (Restore) method; which, taking into account the consistency of the data, need to be composed some associated processing, such as for database apps, shut all open transactions, rolling back the transaction log, also as the information inside the buffer write along with other operations,Windows 7 Serial, till all the data is prepared, notify the VSS can produce copies from the map. C) third stage, VSS for volume requests, query whether to assistance the mapping of duplicate, from the provider; mainly because the requester management apps, will set the volume shadow copy attributes and strategies Hence, the will need for queries and judgments.

many persons might be making use of Windows 2000 Server comes with IIS (Online Specifics Server, World wide web Information Server), we generally need to set some Web solutions, FTP services, but immediately after a time period after use, Web web-sites, FTP webpage, virtual directory even more, and its configuration has grow to be more and more complicated. Occasionally we could possibly pc failure, to reinstall the operating program, so the initial configuration is lost. IIS configuration which could not be restored to its previous state? The solution is yes. Backup IIS settings: IIS includes its personal set of backup and restore IIS performance. Prior to the resumption of IIS configurations require to back up IIS. The backup process is very simple: find the Windows 2000 Server in the menu, click Click on [Create Backup] button seems enter the title of the IIS Configuration Backup dialog box, where we enter the Click on [OK] button,Microsoft Office Standard, IIS backup is complete. Note: IIS backup just before, you will need to Web web sites, FTP websites, SMTP web page entirely setup, due to the fact the method will backup the present configuration. Restore IIS configuration: If over a period of time, IIS configuration no more time meets your requirements, you could revert towards the configuration of your backup. Also open the and the time is distinctive, the initial backup (for instance the Click on [Restore] button, the system will pop up asking window prompts the user to . If no one is employing these services, we can enable this operation, you'll be able to click [Yes] to restore IIS configuration, if your current people are using these companies, it really is ideal not to resume operations, so as to avoid reduction of user information. Immediately after clicking the [Yes] button, the method will present all of the IIS configuration to delete, to recover the initial configuration of the backup, the procedure is dependent upon the amount of IIS by itself, depending on website configuration, typically a moment or two to be carried out. Furthermore, though the system can retailer multiple backup files, but right after every backup and recovery,Office Home And Student Key, it is going to overwrite the prior configuration, be sure to pay shut focus towards the configuration you want to restore the accuracy of operation. Lastly do not neglect to configure the backup file backup to an additional location,Buy Office Professional 2007, use hefty gear to prepare for the pc. Backup path inside the system32 inetsrv MetaBack up coming.

Vista Residence (www.vista123.com): Snow Leopard, and Windows seven,Windows 7 Home Premium X86, wins the wonderful in the five perform Apple's next-generation operating system, Mac OS X in August the 28th ushered in the most recent upgraded version of Snow Leopard, despite the fact that Apple said the newest running program is a opponents. We really like the comparison, so we hype from the two producers selling stage being, respectively, for your two running techniques singled out 5 really distinctive improvements, to be a easy comparison. Mac OS X Snow Leopard innovation Exposé 5 interactive can simultaneously screen all Exposé window will no lengthier be a simple tool to swap the window. Exposé are going to be in a position to enable end users a preview window to drag the contents of other windows, you are able to also drag the application icon towards the dock where, Exposé refreshing these improvements. intelligence solutions use Control-click the brand new button to screen the context menu functions, and some, like Windows, right-click menu. For example,Office Standard 2007, in Web browser, highlight the text and use Control-click,Office Professional 2010 Product Key, you are able to pick out to deliver text or e-mail as a phrase tracks into iTunes. scaled-down dimension just make out 29 dollars to upgrade to Snow Leopard, you might obtain the return of 7GB hard disk area. This is not what is new, but absolutely is definitely an revolutionary, given that we don't prefer to see is the most beneficial running method quantity is growing. VoiceOver VoiceOver consumers of this device for your visually impaired inside the majority of Mac people won't have much use though, but it shows the energy of OSX extra attributes. VoiceOver can trackpad becomes basically a display reader, assistance for unique gesture to swap the window and get audio feedback when clicked. Chinese input do not understand how numerous folks will use this feature,Windows 7 Starter Key, however it is totally cool. Open the input window, people can use their trackpad to write Chinese characters, after which through the checklist to create the right choice. Let us start out learning Chinese now. If Windows7 plus the snow leopard is really a natural rival, just isn't an exaggeration, as early as June, some many people clamor to the Mac Windows7 studying. Windows seven five innovations: AeroPeek As Windows seven 对 OSX's Exposé in the answers, AeroPeek enables users to conceal all open windows leaving only the framework, so long as you move the mouse to the lower perfect corner in the display screen. There can shake a window to reduce all other windows, restore them once again to shake the will. Additionally the corresponding window management attribute enables you to swiftly modify the window 50 % the display dimension, simple and easy aspect by aspect comparison. jump checklist users no lengthier will need through the current Documents folder to uncover the current work accomplished. Right-click on Windows 7's dock (copied more than in the operate of OSX) and also the icon to jump to a document lately labored or execute prevalent projects, which include Windows Media Player to play the playlist. home media Internet entry loved ones has two computer systems you want to share files, or have a friend who would like to see you Final party pictures? Windows Media Player, as long as the click of the button, it is possible to put photos, videos and audio to other personal computers. multi-touch touch-screen boom of a wave right after wave,Windows 7 Home Basic Product Key, Windows 7 can also be unwilling, and it is prepared, a touch-screen design. Start menu and job bar icons bigger, but additionally to browse the Web along with your fingers, as well as supports multi-touch, can pinch and zoom gestures bending and rotation. HomeGroup networked computers to share content material is not new attributes, but Windows seven to sharing significantly with HomeGroup less difficult. This attribute makes it possible for any new personal computer on your property network, permitting file transfer, the printer will automatically shared, so don't start the grasp pc can print the document. Vista Home (www.vista123.com), really like the internet, fell in really like with Vista123.com

Vista Home (www.vista123.com): XP finish in the day Dell introduced final 3 upcoming Windows XP Pc based on Microsoft's request,Buy Windows 7 Starter, retail and OEM marketplace will stop end from the month Product sales of Windows XP operating program ,Microsoft Office Standard 2007 Key, OEM manufacturers need to clear in the previous XP product stock. Dell introduced that the present item line in the three merchandise is going to be their final Windows XP Computer, Buy deadline is June 18 , which can be tomorrow. Currently, the United states of america inside the Dell Internet internet site,Office Home And Business 2010 Sale, to pick out the goods pre-installed XP, the one desktop Inspiron 530s (549美元starts ), Inspiron 530 (799美元starting ) and Inspiron notebooks 1520 ( $ 799 beginning ). These goods are pre-installed Windows XP Residence Edition running method. Also on June 18 to continue to buy prior to midnight there XPS 210 and XPS 630. Dell said , June 18th so that you can enable them to meet the deadline for June 30 Microsoft, the withdrawal of request. Immediately after this, people can nonetheless get by other indicates Windows XP,Windows 7 Home Basic, XPS 630,720 H2C and M1730 end users can exercise version of Vista Business or Ultimate downgrade rights ,buy windows 7 key, downgrade to XP Pro operating method. At present, Dell 's via the internet retailer , we have been tough to determine Windows XP around the scene. Vista Property (www.vista123.com), adore the net, fell in love with Vista123.com

Although a large number of Windows end users possess a rather long time, but various users do not understand what exists in Windows shortcut keys,Microsoft Office 2007 Product Key, which includes the author also utilizes several with the extra prevalent shortcuts. Actually,Office 2007 Enterprise, lots of shortcuts are fairly helpful, let's get a look: CTRL + A: Pick all the contents from the energetic window CTRL + C: Copy the selected stuff into the clipboard CTRL + F: Show the br> CTRL + O: Exhibit the Open dialog box CTRL + P: Print dialog box appears CTRL + S: Conserve current document CTRL + V: Paste CTRL + X: Cut CTRL + Z: Revocation CTRL + F4: Close the current energetic window CTRL + drag and drop files: Copy Drag and drop files CTRL + ESC: Exhibit the Commence menu CTRL + F6: Open the active application with the subsequent document window ALT + ENTER: Display the selected object residence ALT + F4: Close the energetic item, or give up the lively program ALT + room: the present lively window to open the shortcut menu ALT + TAB: Inside the open window switch in between ALT + ESC: switch the buy to open the window F1: the present window or pick the challenge to present the aid file F2: Rename selected item F3: Look for files or folders F4: Indicate My Pc or Windows Explorer address bar in F5: Refresh the active window F6 : inside the present window to change between the elements,Office 2007 Key, and the TAB crucial functions as F10: Activate the present window's menu bar Win: show or hide the Begin menu Win + BREAK: Display System Attributes dialog box Win + D: Display Desktop Win + M: Reduce all windows Win + SHIFT + M: restore a minimized window Win + E: Open My Computer Win + F: Hunt for files or folders CTRL + Win + F: Research personal computer Win + F1: Exhibit Windows Aid file Win + L: lock the keyboard Win + R: Open the Run window Win + U: Open Utility Manager TAB: switch among the options SHIFT + TAB: switch between the solutions, the purchase with the TAB opposite CTRL + TAB: switch in between the tabs CTRL + SHIFT + TAB: change back again between the label ALT + underlined letter: Operate the suitable command or select the appropriate option SPACEBAR: In the event the concentrate of election verify box,Microsoft Office Professional 2007, choose or deselect the verify box the subsequent shortcut keys for use with Windows Explorer, type of process: NUM LOCK + asterisk (*): Display chosen folder,Office Professional 2007, all subfolders NUM LOCK + As well as (+): Exhibit the contents from the folder picked NUM LOCK + Minus (-): Collapse the chosen folder

Leave a comment