Forum Discussion

zpf_eccom's avatar
zpf_eccom
Icon for Nimbostratus rankNimbostratus
Mar 16, 2016

import ucs form old device to new need to pay attention to what ?

newly, my company replace a new deive (have beed used by activating other registration key) because SMART error, i want to import ucs form old device to new, what i need to pay attention? if i can import old ucs to new device directly? Beacuse i get informaton from the website of ask.f5.com, ucs file contains the following types of BIG-IP system configuration data: System-specific configuration files Product licenses User accounts and password information Domain name service (DNS) zone files Installed SSL keys and certificates

 

whether old ucs product licenses will cover new ?

 

2 Replies

  • You will want to import the ucs using

    tmsh load sys ucs (your ucs file) no-license
    and if the device is a different hardware platform you can use the
    no-platform-check
    option as well. I hope this helps.