Enabling Or Disabling Smart Access USB
The supported file systems for smart access USB are as follows:
-
EXT2
-
EXT3
-
EXT 4
-
FAT 32
-
FAT 16
-
DOS
Note |
Huge file support is not supported in BMC. For EXT 4 file system, huge file support has to be turned off. |
Before you begin
You must be logged in with admin privileges to perform this task.
Procedure
Command or Action | Purpose | |
---|---|---|
Step 1 |
Server # scope cimc |
Enters the Cisco IMC command mode. |
Step 2 |
Server /cimc # scope smart-access-usb |
Enters the smart access USB command mode. |
Step 3 |
Server /cimc/smart-access-usb # set enabled { yes | no } |
set enabled yes enables smart access USB. set enabled no disables the smart access USB. When you enable the smart access usb feature, the front panel USB device disconnects from the host operating system. When you disable the smart access usb feature, the front panel USB device disconnects from CIMC. |
Step 4 |
Server /cimc/smart-access-usb *# commit |
Commits the transaction to the system. |
Step 5 |
Server /cimc/smart-access-usb # show detail |
Displays the properties of the smart access USB. |
Example
This example shows how to enable smart access USB:
Server# scope cimc
Server /cimc # scope smart-access-usb
Server /cimc/smart-access-usb # set enabled yes
Enabling smart-access-usb feature will
disconnect front panel USB devices from
host operating system.
Do you wish to continue? [y/N] y
Server /cimc/smart-access-usb *# commit
Server /cimc/smart-access-usb # show detail
Enabled: yes
Storage Device attached: no
Server /cimc/smart-access-usb #
This example shows how to disable smart access USB:
Server# scope cimc
Server /cimc # scope smart-access-usb
Server /cimc/smart-access-usb # set enabled no
Disabling smart-access-usb feature will
disconnect front panel USB devices from CIMC.
Do you wish to continue? [y/N] y
Server /cimc/smart-access-usb *# commit
Server /cimc/smart-access-usb # show detail
Enabled: no
Storage Device attached: no
Server /cimc/smart-access-usb #