The following actions should be done prior to adding or replacing
a card to provide valuable information about the slots and potential
affects of disabling one.
The olrad -q command provides details and the status of all OL* capable
slots in the system. In the output, slots with the same bus number
are treated as shared slots.
Example 4-1 Example
of the olrad -q command output
# olrad -q
Driver(s)
Capable
Slot Path Bus Max Spd Pwr Occu Susp OLAR OLD Max Mode
Num Spd Mode
0-0-3-1 4/0/1/0 21 66 N/A On Yes No Yes N/A PCI N/A
0-0-3-2 4/0/2/0 42 66 N/A On Yes No Yes N/A PCI N/A
0-0-3-3 4/0/3/0 63 66 N/A On Yes No Yes N/A PCI N/A
0-0-3-4 4/0/4/0 84 66 N/A On Yes No Yes N/A PCI N/A
0-0-3-5 4/0/6/0 105 66 N/A On Yes No Yes N/A PCI N/A
0-0-3-6 4/0/14/0 234 66 N/A On Yes No Yes N/A PCI N/A
Critical
Resource Analysis
Users are advised to use this option first to check out whether
the intended OL* operation is safe and would not cause disruption
of the functioning of the system. Perform a CRA against the slot
of interest.
Runs critical resource analysis routine on the specified slot_id
and display the results. It checks for critical resources on all
affected hardware paths associated with the specified slot. It analyzes
file systems, volumes, processes, networking, swap, and dump; and
generates a report of affected resources.
The
CRA severity levels and their meanings.
- CRA_SUCCESS
no affected resources in
use.
- CRA_WARNINGS
resources in use on affected
device(s) but none are deemed critical.
- CRA_DATA_CRITICAL
probable data loss, only
proceed with the user's permission.
- CRA_SYS_CRITICAL
likely to bring down the
user's system.
- CRA_ERROR
some internal CRA error encountered.
The syntax for this option is olrad -C slot_id.
Example 4-2 CRA Reporting
Success.
# olrad -C 0-0-3-2
-------------------------------------------------------------------------------
CRITICAL RESOURCE ANALYSIS REPORT for Slot: 0-0-3-2
-------------------------------------------------------------------------------
Overall Result: SUCCESS
Reason: no affected devices
Date: Thu May 29 11:35:39 2003
Hardware Paths Analyzed:
None
Example 4-3 CRA Reporting
a Data Critical Message
# olrad -C 0-0-3-0
-------------------------------------------------------------------------------
CRITICAL RESOURCE ANALYSIS REPORT for Slot: 0-0-3-0
-------------------------------------------------------------------------------
Overall Result: DATA CRITICAL resources will be affected
Reason: resources associated with possible data loss
Date: Thu May 29 11:30:26 2003
Hardware Paths Analyzed:
4/0/0/0/0 - PCI Serial (103c1048)
4/0/0/1/0 - HP PCI 10/100Base-TX Core
SYSTEM CRITICAL RESULTS -------------------------------------------------------
FILE SYSTEM ANALYSIS
Result: no system critical file systems will be affected
SWAP ANALYSIS
Result: no swap will be affected
DATA CRITICAL RESULTS ---------------------------------------------------------
FILE SYSTEM ANALYSIS
Result: no data critical file systems will be affected
NETWORKING ANALYSIS
Result: network ports will be affected
Affected Network Ports:
4/0/0/1/0 IP Address: 15.1.51.57
PROCESS ANALYSIS
Result: no processes will be affected
OTHER RESULTS -----------------------------------------------------------------
VOLUME ANALYSIS
Result: no volumes will be affected
DUMP ANALYSIS
Result: no dump will be affected
FILE SYSTEM ANALYSIS
Result: no CDFS file systems will be affected
NETWORKING ANALYSIS
Result: no other network ports will be affected
-------------------------------------------------------------------------------
End of CRITICAL RESOURCE ANALYSIS REPORT