HomeBlogCore Banking Server Infrastructure for Banks & NBFCs in India — Complete Guide
SERVERWALE BLOG

Core Banking Server Infrastructure for Banks & NBFCs in India — Complete Guide

Serverwale Team20 August 20269 min read
Core Banking Server Infrastructure for Banks & NBFCs in India — Complete Guide
#core banking server infrastructure#server for core banking software#high availability server for banking#server for NBFC business#core banking CBS server requirement#RBI compliant server#bank data center server#disaster recovery server banking#HA clustering server india

Core Banking Server Infrastructure for Banks & NBFCs in India — Complete Guide

If you're searching "server for core banking software" or "high availability server for banking" — a core banking system (CBS) cannot run on a single server the way a normal business application can. At minimum you need two servers in an active-passive or active-active cluster (so a hardware failure doesn't take transaction processing offline), RAID-10 or SAN-backed storage for the transaction database, a tested disaster recovery site, and a support/AMC contract with a defined response time — because for a bank or NBFC, "the server is down" isn't an inconvenience, it's a regulatory and customer-trust incident.

What Makes Core Banking Server Infrastructure Different

A core banking system — whether it's Finacle, BR.Net, Bank Ultimus, or an in-house CBS used by a cooperative bank or NBFC — processes real-time financial transactions: deposits, withdrawals, loan disbursals, EOD (end-of-day) batch runs. Unlike a file server or an internal ERP, three things change the design math: (1) zero tolerance for silent data loss — a transaction database needs redundant storage and point-in-time recoverability, not just a backup taken once a day; (2) uptime during business hours is a regulatory expectation, not just an SLA to a manager; and (3) EOD/EOY batch processing runs are CPU- and I/O-intensive and need to finish inside a fixed overnight window regardless of how busy the day's transaction volume was. This is why core banking infrastructure is specified around redundancy and predictable performance first, raw speed second.

Minimum Server Requirements for Core Banking Software — By Branch/Customer Size

Institution sizeServer setupCPU / RAM (per node)StorageRecommended refurbished configuration
Small NBFC / cooperative bank (1–5 branches, under 25,000 accounts)2-node active-passive clusterDual 8–12 core Xeon Silver, 64GB RAMRAID-10, 4–8TB usable2x Dell PowerEdge R440/R640
Mid-size NBFC / regional bank (5–20 branches)2–3 node active-active cluster + DR nodeDual 16-core Xeon Gold, 128GB RAMRAID-10 or SAN, 15–25TB usable3x Dell PowerEdge R740 + SAN storage array
Larger bank / NBFC (20+ branches, 1L+ accounts)Full HA cluster (3+ nodes) with hot DR siteDual 24-core+ Xeon Gold/Platinum, 256GB+ RAMEnterprise SAN, 40TB+ usable, tieredHPE Apollo or Dell R840/R940 cluster + dedicated SAN

These are infrastructure-side numbers — your core banking software vendor (Infosys Finacle, Nucleus, Intellect, or your CBS provider) will publish exact sizing for their specific application, and that spec should always be the final word. The table above reflects what an IT team typically needs to provision on the hardware side to meet those vendor requirements comfortably, with headroom for 3–5 years of account growth.

High Availability (HA) Architecture — Why a Single Server Is Not an Option

For core banking, "high availability" specifically means the transaction database and application layer keep running through a single hardware failure, with no manual intervention required to fail over. Two common patterns:

  • Active-passive clustering — one node handles all live transactions, a second identical node stays in hot standby, continuously replicating the database. If the primary fails, the standby takes over within seconds to a few minutes. Simpler to manage, the standard choice for smaller NBFCs and cooperative banks.
  • Active-active clustering — two or more nodes share the transaction load simultaneously, so there's no failover delay and you get load distribution during peak hours (salary days, EMI due dates). More complex and usually paired with the CBS vendor's own clustering software; suited to institutions with tighter uptime SLAs and higher transaction volume.

Either pattern needs a shared or synchronously-replicated storage layer underneath — this is where SAN storage typically replaces simple local RAID once you move past a single-branch setup, because the cluster nodes need to see the same consistent dataset regardless of which one is currently active.

Storage, RAID & Disaster Recovery for Banking Data

RAID-10 is the standard for the core transaction database — it's the only common RAID level that gives both full redundancy and the fast random I/O a live transaction workload needs (RAID-6, while safer on capacity, is too slow on random writes for a busy CBS). For the DR side, the working assumption most Indian NBFCs and cooperative banks design around is a near-real-time replicated DR site — a second location (even a second rack in a different building, not necessarily a different city, for smaller institutions) that receives continuous or near-continuous database replication, so a site-level failure (fire, flood, extended power loss) still leaves you with a recoverable copy of transaction data within minutes to a few hours, not days. This is a standard expectation under RBI's IT framework guidance for regulated entities — always confirm your institution's specific DR/RTO-RPO obligations with your compliance team, since requirements vary by license category (bank vs NBFC vs cooperative bank) and this guide covers infrastructure design, not regulatory advice.

New vs Refurbished Servers for Core Banking — Is Refurbished Safe?

This is the question every IT head asks once budget enters the conversation. The honest answer: yes, for the majority of a core banking cluster's hardware, tested refurbished enterprise servers are a sound choice — the same Dell PowerEdge and HPE ProLiant platforms that were built for 24×7 data center duty in their first life are still the same hardware, just 3–5 years into a typically 7–10 year usable lifespan, and the components that actually fail (drives, PSUs, fans) are individually testable and hot-swappable regardless of server age. Where institutions should be more conservative is the storage controller and network cards, since these carry the redundancy load directly — insist on dual RAID/HBA controllers and dual power supplies as a non-negotiable, whether the server is new or refurbished. The realistic saving is 40–55% versus new hardware for the same CPU/RAM/storage spec, which for a 2–3 node cluster is often the difference between deploying full redundancy now versus deferring the DR node "for next year."

Real Buyer Scenarios

  • Cooperative bank, 8 branches, ~40,000 accounts, migrating off a single ageing server: Moved to a 2-node active-passive cluster on refurbished Dell PowerEdge R640s (dual Xeon Gold, 64GB RAM each) with RAID-10 local storage, plus a third identical node kept at a second building as the DR node with nightly + near-real-time log-shipping replication.
  • Gold-loan NBFC, 15 branches, high transaction volume during business hours: Runs an active-active 3-node cluster on refurbished PowerEdge R740s backed by a SAN storage array, sized for EOD batch runs to complete inside a 90-minute overnight window even during month-end peak.
  • New-license microfinance NBFC building infrastructure from scratch: Started with a 2-node HA pair (budget-priority) on refurbished R440s, with the SAN and DR node added as accounts crossed 15,000 — proving the value of designing the architecture for HA from day one, then scaling storage as growth demanded, rather than over-buying capacity upfront.

What to Check Before Provisioning Core Banking Servers

  • Dual everything on each node — dual power supplies, dual RAID/HBA controllers, redundant network interfaces (NIC teaming) — a single point of failure inside one node defeats the purpose of clustering at the infrastructure level.
  • Vendor CBS certification — confirm your core banking software vendor has certified (or at minimum, has no objection to) the specific server generation and OS/database version you're deploying on.
  • RAID-10 for the database tier, not RAID-5/6, for the random-I/O-heavy transaction workload.
  • A genuinely separate DR node/site with tested, not just configured, failover — a DR plan that's never been tested is not a DR plan.
  • AMC with a defined response SLA — for a production banking cluster, "we'll get to it" is not acceptable; confirm response time in writing. See our server AMC plans.
  • 3-year (or longer) warranty coverage on every node, refurbished or new, so component failures don't become out-of-pocket emergencies.

Why Serverwale Is the Right Infrastructure Partner for Banks & NBFCs

Institutions searching "server for core banking software" or "high availability server for banking" usually aren't shopping for a single box — they're trying to build a cluster that a compliance auditor and an IT head can both sign off on, on a budget that doesn't force cutting corners on redundancy. That's where Serverwale fits: we supply matched sets of burn-in tested, warranty-backed Dell PowerEdge and HPE ProLiant/Apollo servers for HA clustering — not single units sold in isolation — so your active-passive or active-active pair (or DR node) arrives as genuinely matched hardware, not mismatched generations bolted together. Every server ships GST-billed with up to 3-year warranty, and our AMC plans cover proactive monitoring so a failing drive or PSU gets caught before it becomes a failover event, not after. We also help institutions size the SAN or RAID-10 storage tier against real vendor CBS requirements rather than guessing, and can source dedicated SAN storage for institutions moving past single-node local RAID. For a sector where downtime is a regulatory conversation, not just an IT ticket, that's the difference between a vendor and an infrastructure partner.

Frequently Asked Questions

Can a bank or NBFC legally/safely run core banking software on refurbished servers? Yes — refurbished enterprise servers from Dell/HPE are commonly used by NBFCs and cooperative banks in India for core banking, provided they're properly tested, carry warranty coverage, and meet the CBS vendor's certified hardware specification. There's no regulatory bar on refurbished hardware itself; the compliance requirements are around redundancy, DR, and data security, not the age of the box.

How many servers does a small NBFC need for core banking? A minimum of two identical servers in an active-passive cluster for production, plus ideally a third at a separate location for disaster recovery — running core banking on a single server is not recommended at any institution size.

RAID-10 or RAID-6 for a core banking database? RAID-10, because transaction processing is random-I/O-heavy and RAID-10 handles that load far better than RAID-6, which is optimized for capacity and sequential access instead.

What's the difference between active-passive and active-active clustering for CBS? Active-passive keeps one node live and one on hot standby, failing over on primary failure; active-active runs both nodes simultaneously sharing the transaction load, giving faster failover and better peak-hour performance, at higher setup complexity.

How is disaster recovery different from a normal backup for banking servers? A DR setup keeps a near-real-time replicated copy of the live database at a separate location so operations can resume within minutes to hours of a site failure; a normal backup is a point-in-time copy typically restored over a much longer window, which most banking uptime expectations don't tolerate for a full site outage.

What's the indicative cost for a 2-node HA banking server cluster in India? A refurbished 2-node active-passive cluster (Dell PowerEdge R640-class, dual Xeon Gold, 64GB RAM, RAID-10) typically runs ₹3.5–6 lakh for the pair depending on exact CPU/RAM/storage spec — roughly 40–55% below equivalent new hardware pricing; see our price index for current ranges.

Get a Core Banking Infrastructure Recommendation

Tell us your branch/account count, current CBS vendor, and DR requirements, and Serverwale will recommend a matched HA server configuration — tested, warranty-backed, and AMC-supported. Call +91-87968-22044, WhatsApp us, or use our contact page for a quote.

Related Articles

Article

PACS & HIS Server Setup for Hospitals: Complete Infrastructure Guide for Indian Diagnostic Centers

A practical sizing guide for hospital and diagnostic center IT — how much PACS storage you need by imaging volume, HIS server specs by bed count, RAID/redundancy essentials, and what ABDM/NABH compliance actually means for your hardware.

Read more
Article

On-Premise Backup Server Setup: Complete Infrastructure Guide for Indian Businesses

A practical guide to setting up an on-premise backup server for a small or mid-size Indian business — how much storage and RAM you actually need by data volume, which RAID level protects backups best, Veeam/backup-software requirements, and real buyer scenarios.

Read more
Article

Active Directory & File Server Setup: Budget Server Guide for Small Offices

A practical buying guide for small offices setting up Active Directory and a file server for the first time — how much CPU, RAM and storage you actually need by employee count, RAID choice, and which refurbished models fit a tight IT budget.

Read more
Article

VMware & Proxmox Hosting: Best Refurbished Server Configuration Guide

A sizing guide for choosing the right refurbished server for VMware or Proxmox virtualization hosting in India — CPU cores, RAM and RAID storage by VM count, with real buyer scenarios and model recommendations.

Read more
Article

Rack Server vs Tower Server: Which One Should You Choose?

A practical comparison of rack and tower servers for Indian businesses — space, cooling, scalability, and cost — with real buyer scenarios to help you pick the right form factor.

Read more
Article

Colocation vs Own Data Center: Which Is Better for Small Businesses?

A cost and control comparison of colocation versus building your own on-premise data center for small and mid-size Indian businesses, with a decision framework and where refurbished hardware changes the math.

Read more
Serverwale Store
ProStation Systems
Cloud Services