Manage M-Series Server Removable Devices
Before You Begin
- The Reset and Host Control (
r
) role is required in Oracle ILOM to perform a Prepare to Remove or Return to Service action. - To view specific information about the removable device properties appearing on the web page, click the More Details... link at the top of the page.
- To view specific information about the CLI removable device properties,
issue the
help
command. For example: help /System/Other_Removable_Devices/
Note:
Not all components managed by Oracle ILOM support the Prepare to Remove and Return to Service service actions.To administer the removable devices on an M-series server, following these steps:
-
To view the health and inventory of all removable devices on the server,
perform one of the following:
-
Web (SP) Steps:
Click System Information > Other Removable Devices >Health.
View the Installed [Device Name] properties and the health information provided for all removable devices.
-
CLI Steps:
- To view a list of installed removable device names on the
server, type:
show /System/Other_Removable_Devices
- To view the inventory and health for a specific type of
removable device, perform the following:
- To view the inventory, type:
show /System/Other_Removable_Devices/[Installed_Device_Name]
- To view the health, type:
show /System/Other_Removable_Devices/[Installed_Device_Name]/[Installed_Device_Name_n]
- To view the inventory, type:
- To view a list of installed removable device names on the
server, type:
-
-
To remove a removable device for service or to return a removable device
from service, perform one of the following:
-
Web (SP) Steps:
- Click System Information > Other Removable Devices >[Name of Device].
- In the table, select the component that needs to be removed or returned to service, for example Fan_Module 0.
- At the top of the table, select one of the following service
actions in the Actions list box:
- Prepare to Remove
- Return to Service
A confirmation dialog box appears.
- In the confirmation dialog box, click Yes to continue.
The health state for the removable device is updated to reflect your selection. For more information, see Health State: Definitions.
-
CLI (SP) Steps:
- Navigate to removable device that needs to be removed or
returned to service. For example, to navigate to the Fan_Module 0 CLI
target, you would type:
cd /System/Other_Removable_Devices/Fan_Modules/Fan_Module_0
- Issue one of the following service actions:
- To prepare device for removal, type:
set action=prepare_to_remove
- To return device to service, type:
set action=return_to_service
- To prepare device for removal, type:
- At the prompt, type Yes to continue.
The health state for the component is updated to reflect the service action you set.
- To verify the updated health state for the component, type:
show health
For more information about health states, see Health State: Definitions.
- Navigate to removable device that needs to be removed or
returned to service. For example, to navigate to the Fan_Module 0 CLI
target, you would type:
-