Updated Date: 05/14/2026
Remove chassis partitions
You can remove chassis partitions from system controllers from the system controller CLI.
-
Log in to the command line interface (CLI) of the system controller using an account with admin access.
When you log in to the system, you are in user (operational) mode.
-
Change to config mode.
configThe CLI prompt changes to include
(config). -
Remove chassis partitions from the system controller.
no partitions partition <partition-name>In this example, you remove chassis partitions named part1 and part2:
syscon-1-active(config)# no partitions partition part1 syscon-1-active(config)# no partitions partition part2 -
Commit the configuration changes.
commit
You can remove slots from the chassis partitions to which they are assigned from the system controller CLI.
-
Log in to the command line interface (CLI) of the system controller using an account with admin access.
When you log in to the system, you are in user (operational) mode.
-
Change to config mode.
configThe CLI prompt changes to include
(config). -
Set slots to none.
slots slot <*slot-number*> partition noneIn this example, you clear slots 1 and 2:
syscon-1-active(config)# slots slot 1 partition none syscon-1-active(config-slot-1)# syscon-1-active(config)# slots slot 2 partition none -
Commit the configuration changes.
commit