Start a Conversation

Unsolved

Closed

K

18 Posts

211

August 3rd, 2023 06:00

how to generate license activation on the cli

Hi all, i try to generate an license activation file on the cli. The install guide for DLm8500 says:

Generate a license on the cluster, including the number of nodes, the OneFS base license, and the other necessary feature.

 

isi license generate --include SMARTLOCK,SMARTQUOTAS,ONEFS,SMARTDEDUPE,SYNCIQ --file=/ifs/isi01_activation.xml

 

What i´m not understand is, where do i put in the number of nodes? Is it necessary? Why is the activation file including all featureCode with the value of 1? Is the way i generate the file correct?

(for testing i´m working on an virualized Isilon cluster)

Hope, someone can help me.

Kind regads

Karl

Moderator

 • 

8.6K Posts

August 3rd, 2023 12:00

Hi,

Thank you for your question.

Yes, that looks correct, page 344 https://dell.to/3qfDl90 are you getting errors when you run it?

 

Let us know if there is anything else we can help you with.

18 Posts

August 3rd, 2023 23:00

Hi Josh,

thanks for your reply. 

Ok, what confusing me is, that there is no hint about the node count.Also confusing me is the output. If i have a look inside the generated file:

 



  
    2023-08-03T10:31:57
    Isilon OneFS 9.4.0.10 (Patch, Build B_9_4_0_007(RELEASE), 2022-12-02 02:28:37, 0x904005000000007, 9.4.0.10_GA-RUP_2022-12_PSP-2937)
    00505690a04367dd8d62ed1cf
    9.4.0.10
    
      SV200-004EIH-OVVI
      NONINF
      
        
          ISILON_ONEFS_NONINF
          1
        
        
          ISILON_CLOUDPOOLS
          1
        
        
          ISILON_HARDENING
          1
        
        
          ISILON_HDFS
          1
        
        
          ISILON_SMARTCONNECT_ADVANCED_NONINF
          1
        
        
          ISILON_SMARTDEDUPE_NONINF
          1
        
        
          ISILON_SMARTLOCK_NONINF
          1
        
        
          ISILON_SMARTPOOLS_NONINF
          1
        
        
          ISILON_SMARTQUOTAS_NONINF
          1
        
        
          ISILON_SNAPSHOTIQ_NONINF
          1
        
        
          ISILON_SWIFT
          1
        
        
          ISILON_SYNCIQ_NONINF
          1
        
      
    
.
.
.

 

The code was repeated for 4 time. It´s just a part... 

There are more features as i have choosen and each is with a value of one. I'm not sure if that's correct.  

Moderator

 • 

8.6K Posts

August 4th, 2023 05:00

I don’t see anything about node count on that current version. Do you have more than one node? Since you are on virtualized isilion can you take a snapshot, test the license and roll it back if it doesn’t give you or gives you all of the features when you apply it?

3 Apprentice

 • 

581 Posts

August 6th, 2023 17:00

@KReinhard ,

The nodes serial are in the activation xml, so create activation file after all nodes are joined to cluster. On a vm cluster, just use evaluation license.

isi license generate --only=
CLOUDPOOLS HDFS SMARTCONNECT_ADVANCED SMARTLOCK SMARTQUOTAS SWIFT
HARDENING ONEFS SMARTDEDUPE SMARTPOOLS SNAPSHOTIQ SYNCIQ

isi license add --evaluation HDFS,ONEFS,SMARTCONNECT_ADVANCED,SMARTDEDUPE,SMARTQUOTAS,SMARTPOOLS,SNAPSHOTIQ,SYNCIQ

No Events found!

Top