Service Management Tasks
This section describes the following service management tasks:
Changing a Provisioned Adapter Card Type
To change an adapter card type already provisioned for a specific slot, you must shut down any existing port configurations on the card, delete the adapter card configuration, and provision the new adapter card.
Use the following CLI syntax to change an adapter card type:
- CLI Syntax:
 port port-idshutdownexitcard slot-number //always 1mda mda-numbershutdownexitno mda mda-number //deletes the adapter cardmda mda-numbermda-type mda-type //provisions new adapter cardno shutdown
The following CLI syntax shows an example of modifying an adapter card.
- Example:
 config# port1/1/1config>port# shutdownconfig>port# exitconfig# port 1/1/2config>port# shutdownconfig>port# exitconfig# card 1config>card# mda 1config>card>mda# shutdownconfig>card>mda# exitconfig>card# no mda 1config>card# mda 1config>card>mda# mda-type a16-chds1v2config>card>mda# no shutdown
Deleting an Adapter Card
To delete an adapter card provisioned for a specific slot, you must shut down any existing port configurations on the card and delete the adapter card configuration.
Use the following CLI syntax to delete an adapter card provisioned for a specific slot.
- CLI Syntax:
 port port-idshutdownexitcard slot-number //always 1mda mda-numbershutdownexitno mda mda-number //deletes the adapter cardexit
The following CLI syntax shows an example of deleting an adapter card.
- Example:
 config# port 1/1/1config>port# shutdownconfig>port# exitconfig# port 1/1/2config>port# shutdownconfig>port# exitconfig# card 1config>card# mda 1config>card>mda# shutdownconfig>card>mda# exitconfig>card# no mda 1config>card# exit