Fw-01# hw-module module 1 reset The module in slot 1 should be shut down before resetting it or loss of configuration may occur. Reset module in slot 1? confirm Reset issued for module in slot 1 Now you need to wait for a while (about 2 minut es during Initialization state): fw-01# show module 1 details. Symptom: SIP remains in disabled state even if 'no hw-module slot X shutdown' command is entered in order to undo the previosly configured 'hw-module slot X shutdown' (config)#no hw-module slot X shutdown #show platform Slot Type State Insert time (ago) - - - - X ASR1000-SIP10 disabled 2d03h Conditions: 'hw-module slot X shutdown' was configured multiple times on the same slot. Hw-module slot num reset power-cycle but if a sup card and in rommon (message 'Module not completely up') it does not want to play. (assuming its not my equipment). Off to site we go. C6816-X-LE#sh hw-module slot 1 oversubscription port-group oversubscription-mode 1 enabled 2 disabled The Catalyst 6840-X series chassis provides extremely high levels of scalability and performance, with the size and economics of an innovative fixed architecture.
#include < boot_control.h >
Data Fields | |
struct hw_module_t | common |
void(* | init )(struct boot_control_module *module) |
unsigned(* | getNumberSlots )(struct boot_control_module *module) |
unsigned(* | getCurrentSlot )(struct boot_control_module *module) |
int(* | markBootSuccessful )(struct boot_control_module *module) |
int(* | setActiveBootSlot )(struct boot_control_module *module, unsigned slot) |
int(* | setSlotAsUnbootable )(struct boot_control_module *module, unsigned slot) |
int(* | isSlotBootable )(struct boot_control_module *module, unsigned slot) |
const char *(* | getSuffix )(struct boot_control_module *module, unsigned slot) |
int(* | isSlotMarkedSuccessful )(struct boot_control_module *module, unsigned slot) |
void * | reserved [31] |
Every hardware module must have a data structure named HAL_MODULE_INFO_SYM and the fields of this data structure must begin with hw_module_t followed by module specific information.
Definition at line 50 of file boot_control.h .
Definition at line 51 of file boot_control.h .
unsigned(* getCurrentSlot)(struct boot_control_module *module) |
Definition at line 76 of file boot_control.h .
unsigned(* getNumberSlots)(struct boot_control_module *module) |
Definition at line 64 of file boot_control.h .
const char*(* getSuffix)(struct boot_control_module *module, unsigned slot) |
Definition at line 118 of file boot_control.h .
void(* init)(struct boot_control_module *module) |
Definition at line 57 of file boot_control.h .
int(* isSlotBootable)(struct boot_control_module *module, unsigned slot) |
Definition at line 110 of file boot_control.h .
int(* isSlotMarkedSuccessful)(struct boot_control_module *module, unsigned slot) |
Definition at line 126 of file boot_control.h .
int(* markBootSuccessful)(struct boot_control_module *module) |
Definition at line 84 of file boot_control.h .
Definition at line 128 of file boot_control.h .
int(* setActiveBootSlot)(struct boot_control_module *module, unsigned slot) |
Definition at line 93 of file boot_control.h .
int(* setSlotAsUnbootable)(struct boot_control_module *module, unsigned slot) |
Definition at line 101 of file boot_control.h .
The documentation for this struct was generated from the following file: