Notebook Server License Authorization (Silent Installation)

1553
2
Jump to solution
11-25-2019 07:43 AM
Labels (1)
Taladi
by
New Contributor III

Hi All,

Is there any way to authorize Notebook Server with just license code ECPXXXXXXXX itself, Instead of license file?
I am trying trying on AWS Instance with Linux . Moreover as per ESRI Silent Installation Instructions (Silently install ArcGIS Notebook Server—ArcGIS Notebook Server Installation Guide (10.7) | ArcGIS En...), 

I can't find any "Setup" file inside the ".gz" to run the above command. Correct me If I am wrong.
Anyone succeeded in silent Installation method? Suggest me on this.
Thanks in advance.

0 Kudos
1 Solution

Accepted Solutions
BenTurrell
Occasional Contributor III

Hey Venkat,

To do a silent install you will need a .prvc file which is based on an ECPXXXXXX number. To get one of these you will need to login to My Esri

Once you have logged in click on My Organization -> Licensing

License ESRI Products:

   Product: ArcGIS Enterprise

   Version: 10.7-10.7.1

   License Type: ArcGIS Server

   Licenses: Server licensing roles only

Click Next

Tick on the Notebook license you want to generate the file for. Click Next

Fill in your details on the next page. Click next.

Finally select how you would like to recieve your file (email or download)

You can then upload the afile to your ec2 and use it as part of your install.

Now for the install itself once you have unzipped the directory if you "cd" into the directory it unzipped to you should be able to see the Setup file using "ls"

If the tar folder is in your home directory you would do something like so

tar -zxvf ArcGIS_Notebook_Server_Linux_1071.tar.gz

cd ArcGIS_Notebook_Server_linux_1071

ls

The above will unzip and navigate to the folder and show all the files in the root of the Notebook install directory. You should then be able to run your install command.

Let me know if any of that doesn't make sense!

Thanks

Ben

View solution in original post

2 Replies
BenTurrell
Occasional Contributor III

Hey Venkat,

To do a silent install you will need a .prvc file which is based on an ECPXXXXXX number. To get one of these you will need to login to My Esri

Once you have logged in click on My Organization -> Licensing

License ESRI Products:

   Product: ArcGIS Enterprise

   Version: 10.7-10.7.1

   License Type: ArcGIS Server

   Licenses: Server licensing roles only

Click Next

Tick on the Notebook license you want to generate the file for. Click Next

Fill in your details on the next page. Click next.

Finally select how you would like to recieve your file (email or download)

You can then upload the afile to your ec2 and use it as part of your install.

Now for the install itself once you have unzipped the directory if you "cd" into the directory it unzipped to you should be able to see the Setup file using "ls"

If the tar folder is in your home directory you would do something like so

tar -zxvf ArcGIS_Notebook_Server_Linux_1071.tar.gz

cd ArcGIS_Notebook_Server_linux_1071

ls

The above will unzip and navigate to the folder and show all the files in the root of the Notebook install directory. You should then be able to run your install command.

Let me know if any of that doesn't make sense!

Thanks

Ben

by Anonymous User
Not applicable

I have installed and configured in our enterprise environment and I will do with silent installation.
need any help let me know