000-221 · Question #207
How can an administrator configure the storage on an AIX system, with no single points of failure in the disk storage, for a database volume group?
The correct answer is B. Configure two local SAS adapters and use RAID-1. Two separate SAS adapters with RAID-1 eliminates single points of failure at both the host bus adapter level and the disk level, providing full storage redundancy for the database volume group.
Question
How can an administrator configure the storage on an AIX system, with no single points of failure in the disk storage, for a database volume group?
Options
- AAssign virtual storage through a VIO Server.
- BConfigure two local SAS adapters and use RAID-1.
- CConfigure a local SAS adapter and use RAID-5 with a hot spare.
- DConfigure a 2-port HBA adapter with redundant paths to SAN storage.
How the community answered
(30 responses)- A3% (1)
- B77% (23)
- C13% (4)
- D7% (2)
Why each option
Two separate SAS adapters with RAID-1 eliminates single points of failure at both the host bus adapter level and the disk level, providing full storage redundancy for the database volume group.
Assigning virtual storage through a VIO Server introduces the VIO Server itself as a single point of failure - if the VIO Server crashes or becomes unavailable, all virtual disks it exports become inaccessible.
Having two independent SAS adapters means a single adapter failure does not interrupt disk access, removing the adapter as a single point of failure. RAID-1 mirroring provides disk-level redundancy so that the failure of any one drive does not cause data loss or downtime. The combination of dual independent adapters and mirrored disks ensures no single hardware failure can make the storage unavailable.
A single local SAS adapter is itself a single point of failure; even though RAID-5 with a hot spare provides disk redundancy, loss of the one adapter makes all attached storage unreachable regardless of the RAID level.
A 2-port HBA is a single physical adapter card - if the card fails both ports fail simultaneously, so despite redundant paths to the SAN the adapter remains a single point of failure.
Concept tested: Eliminating single points of failure in AIX disk storage
Source: https://www.ibm.com/docs/en/aix/7.3?topic=management-logical-volume-manager
Topics
Community Discussion
No community discussion yet for this question.