cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
437
Views
0
Helpful
1
Replies

EX90 Optionkey Delete or deactivate

Ralf Reimer
Level 1
Level 1

Hi,

how can I delete an optionkey on EX90.

I don't want reset the machine.

1 Accepted Solution

Accepted Solutions

Patrick Sparkman
VIP Alumni
VIP Alumni

A factory reset won't clear the option keys, they would be retained and unaffected.  The only way to remove an option key is to use the API, this can be done either through the web interface under Configuration > API, or using SSH.

xCommand SystemUnit OptionKey Remove Type:
<DualDisplay, NaturalPresenter, PremiumResolution, MultiSite, RemoteMonitoring>

I did this the other day on a C40, I needed to remove the MultiSite option key, but using the above command didn't work as it kept giving me an error for some reason.  So instead I had to remove all the option keys using the below command, and then had to add them all back using the web interface afterward.  If you have to go this route, you'll need to lookup the option keys from Cisco's Licensing Portal > Get Other Licenses > TelePresence License to Resend.

xCommand SystemUnit OptionKey RemoveAll Confirm: <Yes>

View solution in original post

1 Reply 1

Patrick Sparkman
VIP Alumni
VIP Alumni

A factory reset won't clear the option keys, they would be retained and unaffected.  The only way to remove an option key is to use the API, this can be done either through the web interface under Configuration > API, or using SSH.

xCommand SystemUnit OptionKey Remove Type:
<DualDisplay, NaturalPresenter, PremiumResolution, MultiSite, RemoteMonitoring>

I did this the other day on a C40, I needed to remove the MultiSite option key, but using the above command didn't work as it kept giving me an error for some reason.  So instead I had to remove all the option keys using the below command, and then had to add them all back using the web interface afterward.  If you have to go this route, you'll need to lookup the option keys from Cisco's Licensing Portal > Get Other Licenses > TelePresence License to Resend.

xCommand SystemUnit OptionKey RemoveAll Confirm: <Yes>