What would be the ACOS version that you have installed? Once a private partition is created, there is no privilege settings to limit a feature within ACOS. All features within shared and private partitions will be similar except private partition does not have the ability to create new partitions. You must be in shared partition to create new adc or cgn partitions.
We using version : Software Version: 2.7.1-P6(build: 143)
Our shared partition is only for administration. We have no VServices ou certificates.
We use 2 private partitions for all the work. On those we get that error…
I presume if I configure it on shared partition, it wont warn me about the certificates in private partitions.
I have tested both 2.7.1 and 2.7.2 builds and the error is similar to what you reported: “Access denied: no privilege for this module” error. I will file a bug for the problem. Otherwise, I have 3 options to fix your problem.
Upgrade to 4.0.1 which the option for email notification for expiring/ed certs is working. The problem has been fixed in this build.
Write a custom aFleX script to parse the cert expiry date using “show slb ssl cert”
I got a new information on the slb ssl-expire-check problem that you reported. In builds 2.7.1 and 2.7.2, the feature is not partition aware. If the feature is configured in the shared partition, it will work for both shared and L3V partitions. In 4.0.1, the feature is enhanced to support partition aware.
I configured the Expiration-ssl settings, and SMTP server at shared partition and it worked to my other L3VP partitions.
Thanks for your post, Genard Garcia.