Explore Technology · Overview

Hardware Management Console (HMC)

Centralized Management for IBM Power Systems

15 sections Beginner friendly Overview + links

The Hardware Management Console (HMC) is IBM's management appliance for Power Systems — used to create LPARs, assign resources, update firmware, and monitor hardware health through GUI or CLI.

Every AIX admin interacts with the HMC for partition operations, console access, and Live Partition Mobility. The sections below map the tasks you'll perform most often in production.

Topics in This Overview

  • HMC architecture
  • Managed systems
  • Logical partitions (LPARs)
  • PowerVM integration
  • DLPAR operations
  • System profiles
  • Firmware management
  • User administration
  • Monitoring and troubleshooting
  • Best practices

What is HMC?

The Hardware Management Console is a dedicated management system that communicates directly with IBM Power servers through the Flexible Service Processor (FSP). It enables administrators to create, modify, monitor, and maintain Power Systems without logging directly into the operating system.

HMC Architecture

Administrator
      │
      ▼
Hardware Management Console (HMC)
      │
      ▼
Flexible Service Processor (FSP)
      │
      ▼
IBM Power Server
      │
├── AIX LPAR
├── Linux LPAR
├── IBM i LPAR
└── VIOS

Key Features

  • Centralized server management
  • LPAR creation and deletion
  • CPU and memory allocation
  • Dynamic LPAR (DLPAR)
  • PowerVM management
  • Firmware updates
  • Hardware monitoring
  • Role-based user management

Managed Objects

Managed System

Physical Power server registered to the HMC.

A managed system represents an IBM Power server connected to the HMC. Each managed system may contain multiple logical partitions.

Logical Partitions (LPARs)

Isolated OS instances on shared POWER hardware.

  • AIX LPARs
  • Linux LPARs
  • IBM i LPARs
  • VIOS Partitions

Profiles

Saved LPAR templates for consistent activation.

Profiles store configuration settings such as processors, memory, virtual adapters, boot mode, and startup options for each LPAR.

Dynamic LPAR (DLPAR)

DLPAR technology allows administrators to dynamically add or remove CPU, memory, and I/O resources from running partitions without requiring a reboot.

Firmware Management

  • System firmware updates
  • Power server maintenance
  • Firmware compatibility checks
  • Concurrent firmware updates (supported systems)

Monitoring and Alerts

  • Hardware status
  • Power supply monitoring
  • Fan status
  • Temperature monitoring
  • Serviceable events
  • Attention LEDs

Common Administration Tasks

  • Create new LPARs
  • Modify partition resources
  • Start and stop partitions
  • View hardware inventory
  • Manage system profiles
  • Perform firmware updates
  • Collect service data
  • Review hardware events

Useful HMC Commands

lssyscfg
mksyscfg
chsyscfg
rmsyscfg
lshwres
chhwres
lslic
updlic
lspartition

Security Best Practices

  • Create separate administrator accounts.
  • Enable strong password policies.
  • Restrict remote access.
  • Regularly update HMC firmware.
  • Back up HMC configuration.
  • Audit administrative activities.

Learning Roadmap

Beginner

Learn HMC interface, managed systems, and partition concepts.

Intermediate

Create LPARs, manage profiles, perform DLPAR operations, and monitor hardware.

Advanced

Firmware management, PowerVM integration, automation, and troubleshooting.

Expert

Enterprise Power infrastructure management, disaster recovery, and capacity planning.

Related on AIXOSQuiz

Continue from this overview to Power administration guides:

Worked Scenario: LPAR Won't Activate

An LPAR fails to activate from the HMC. Confirm profile and managed-system health before rebuilding the partition.

  • Check the managed system state (Operating / Standby / Error) on the HMC
  • Open the LPAR profile — CPU, memory and I/O slots must fit available resources
  • Confirm RMC / network connectivity if DLPAR or HMC-managed ops are involved
  • lssyscfg -r lpar / lssyscfg -r sys — review state and reference codes
  • Review recent firmware or profile changes; retry activate with the last known-good profile

Frequently Asked Questions

Can HMC manage multiple Power servers?

Yes. A single HMC can manage multiple IBM Power Systems simultaneously.

What is the purpose of DLPAR?

DLPAR allows CPU, memory, and I/O resources to be added or removed without restarting the operating system.

Does HMC replace VIOS?

No. HMC manages Power hardware and virtualization, while VIOS provides virtual storage and networking services.

Next Steps

  1. HMC Installation and Initial Setup
  2. Connecting Managed Systems
  3. Creating LPARs
  4. Managing Profiles
  5. DLPAR Operations
  6. Firmware Updates
  7. Monitoring Hardware Events
  8. Troubleshooting HMC Issues
  9. PowerVM Administration
  10. Enterprise Best Practices