Forum Discussion
Migrating one partition from old VIPRION to a new i7800
Hi,
From my LAB, and for my case, I found the certificates and key (and other files, like ifile) at/and do:
- I copy the directoty from UCS: /var/tmp/filestore_temp/files_d/<partition_name>_d
- to the new bigip directory: /config/filestore/files_d/
maybe because in my old bigip I have created the certificates at the partition context.
The certificate and keys file name has the format ":<partition_name>:<certificate_name>" and I copy it (with Winscp) from the UCS to bigip and I notice the names has changed to "_<partition_name>_<certificate_name>", so I need to rename the file name to replace "_" with ":".
I'm doing this at windows PC.
I have to add part of config to bigip.conf, at new bigip dir /config to add the certificate file reference (the same part of config from the UCS file), like this (at tmsh):
load sys config from-terminal merge
sys file ssl-csr /Common/<certificate_name> {
cache-path /config/filestore/files_d/Common_d/certificate_signing_request_d/:Common:<certificate_name>
revision 1
source-path /config/ssl/ssl.csr/<certificate_name>
}
sys file ssl-key /Common/<certificate_key_name> {
cache-path /config/filestore/files_d/Common_d/certificate_key_d/:Common:<certificate_key_name>
revision 1
source-path /var/run/key_mgmt/0fx0wn/ssl.key/<certificate_key_name>
}
#<CTRL-D>
save sys config
Please note the certificate and key file names has an extra suffix, which must match at /config/bigip.conf.
Thak you for the help.
Best Regards,
LFR.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com