- Preface
- Overview
- Managing the Server
- Viewing Server Properties
- Viewing Server Sensors
- Managing Remote Presence
- Managing User Accounts
- Configuring Network-Related Settings
- Configuring Communication Services
- Managing Certificates
- Configuring Platform Event Filters
- CIMC Firmware Management
- Viewing Logs
- Server Utilities
- Index
Server Utilities
This chapter includes the following sections:
Exporting Technical Support Data
Perform this task when requested by the Cisco Technical Assistance Center (TAC). This utility creates a summary report containing configuration information, logs and diagnostic data that will help TAC in troubleshooting and resolving a technical issue.
| Command or Action | Purpose | |
|---|---|---|
| Step 1 | Server# scope cimc | Enters the CIMC command mode. |
| Step 2 | Server /cimc # scope tech-support | Enters the tech-support command mode. |
| Step 3 | Server /cimc/tech-support # set tftp-ip ip-address | Specifies the IP address of the TFTP server on which the support data file should be stored. |
| Step 4 | Server /cimc/tech-support # set path path/filename | Specifies the file name in which the support data should be stored on the server. When you enter this name, include the relative path for the file from the top of the TFTP tree to the desired location. |
| Step 5 | Server /cimc/tech-support # commit | Commits the transaction to the system configuration. |
| Step 6 | Server /cimc/tech-support # start | Begins the transfer of the support data file to the TFTP server. |
| Step 7 | Server /cimc/tech-support # cancel | (Optional) Cancels the transfer of the support data file to the TFTP server. |
This example creates a support data file and transfers the file to a TFTP server:
Server# scope cimc Server /cimc # scope tech-support Server /cimc/tech-support # set tftp-ip 10.20.30.41 Server /cimc/tech-support *# set path /user/user1/supportfile Server /cimc/tech-support *# commit Server /cimc/tech-support # start
Provide the generated report file to Cisco TAC.
Resetting the CIMC to Factory Defaults
On rare occasions, such as an issue with the current running firmware, troubleshooting a server may require you to reset the CIMC to the factory default. When this happens, all user-configurable settings are reset.
This procedure is not part of the normal server maintenance. After you reset the CIMC, you are logged off and must log in again. You may also lose connectivity and may need to reconfigure the network settings.
| Command or Action | Purpose | |
|---|---|---|
| Step 1 | Server# scope cimc | Enters the CIMC command mode. |
| Step 2 | Server /cimc # factory-default | After a prompt to confirm, the CIMC resets to factory defaults. |
This example resets the CIMC to factory defaults:
Server# scope cimc Server /cimc # factory-default This operation will reset the BMC configuration to factory default. All your configuration will be lost. Continue?[y|N]
Rebooting the CIMC
On rare occasions, such as an issue with the current running firmware, troubleshooting a server may require you to reboot the CIMC. This procedure is not part of the normal maintenance of a server. After you reboot the CIMC, you are logged off and the CIMC will be unavailable for a few minutes.
| Command or Action | Purpose | |
|---|---|---|
| Step 1 | Server# scope cimc | Enters the CIMC command mode. |
| Step 2 | Server /cimc # reboot | The CIMC reboots. |
This example reboots the CIMC:
Server# scope cimc Server /cimc # reboot
Feedback