Skip to main content
Participant
September 19, 2012
Answered

Trying to Serialize Trial version of Adobe Cs6 Design Standard on Mac

  • September 19, 2012
  • 2 replies
  • 8892 views

Hi,

We have created a Trial package of Adobe Cs6 Design Standard using  AAMEE 3.1 latest version. We followed the guidelines outlined in    

http://www.adobe.com/devnet/creativesuite/enterprisedeployment.html  to create a Serialization file. However when we try to Run the Command in terminal "AdobeSerialization --tool=VolumeSerialize --provfile=Absolute_Path_of_prov.xml" we get an error which states AdobeSerialization command not found.  Am I missing something here while running the command? Serialization  workflow creates a output folder containing AdobeSerialization executable file  and a prov.xml file. Can't we run the executable directly without using any command on Mac?  We are in the process of using this workflow in order to  streamline the licensing in enterprise. Any help would be much appreciated.

Thanks,

Vishnu Kulkarni

This topic has been closed for replies.
Correct answer Don Montalvo

Did you "cd" to the folder and run it from there? If so did you precede the command with "./"?

"./AdobeSerialization --tool=VolumeSerialize --provfile=Absolute_Path_of_prov.xml"

Here is what I get:

$ ./AdobeSerialization --tool=VolumeSerialize --provfile=/Users/admin/Desktop/Adobe_CS6_MasterCollection_en_US_20120918_SERIAL/prov.xml

          Copyright 2012 Adobe Systems Incorporated

          All rights reserved.

Return Code = 25

NOTE: Page 40 of the deployment guide docs say to include absolute path...relative path works fine. However the path is not needed if the prov.xml file is in the same directory as the AdobeSerialization tool.

http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/creativesuite/pdfs/AdobeApplicationManagerEnterpriseEditionDeploymentGuide_v_3_1.pdf

Don

2 replies

saranshkatariya
Adobe Employee
Adobe Employee
September 20, 2012

Hi,

If you are getting the "Adobeserialization command not found" error, it is not able to find the AdobeSerialization at the path you have mentioned. You should give the path of the folder where the AdobeSerialization is kept on your machine. Please retry it and let us know in case of any error. Return code of zero means success.

If you are using AAMEE 3.1 and if you use imaging, you need got go through the route of creating the trial package, deploying the trial image and then serializaing the client machines using serialization executable after deploying the trial packages on client machines. The machine-to-license binding is removed in AAMEE 3.1, so you just need to create a serialized packge using AAMEE 3.1, take its image and deploy it on client machines. The licensing will not break on client machines and everything will work fine. So there is no need to create a serialization executable.

If you have already created a master machine (the machine whoose image is created and deployed) with Adobe products installed in trial, create a serialization executable and run it on the master machine using the command line -

AdobeSerialization --tool=VolumeSerialize--stream --provfile=Absolute_Path_of_prov.xml

where

--tool=VolumeSerialize specifies that the tool needs to process the prov.xml file to serialize.

--provfile specifies the absolute file path to the prov.xml file,

By default, the tool looks for the prov.xml file in the same directory as the executable file and so

typically you do not need to specify this option. (Specify this option only if the prov.xml file is in some other location.) .

This will serialize your trial products and you can take its image and deploy it on client machines. Again, the licensing will not break on client machines and there is no need to run the serialization executable on all client machines seperately.

if you have already deployed Adobe products on client machines in trial mode, you need to serialize all the machines using the AdobeSerialization tool. Please run this tool with command line -

AdobeSerialization --tool=VolumeSerialize --provfile=Absolute_Path_of_prov.xml.

This will serialize the Adobe Products.

While taking the above routes, make sure that the package is created using AAMEE 3.1 only. The machine-to-license binding of CS6 is removed only in AAMEE 3.1 release version. This will not work for packages created using AAMEE 3.0 or AAMEE 3.1 beta version.

Thanks,

Saransh Katariya | Member of technical Staff | Adobe Systems.

Don Montalvo
Inspiring
September 20, 2012

saranshkatariya wrote:

If you are using AAMEE 3.1 and if you use imaging, you need got go through the route of creating the trial package, deploying the trial image and then serializaing the client machines using serialization executable after deploying the trial packages on client machines. The machine-to-license binding is removed in AAMEE 3.1, so you just need to create a serialized packge using AAMEE 3.1, take its image and deploy it on client machines. The licensing will not break on client machines and everything will work fine. So there is no need to create a serialization executable.

I think you meant: If you are using AAMEE 3.0.

Don

saranshkatariya
Adobe Employee
Adobe Employee
September 20, 2012

Hi Don,

No, I mean AAMEE 3.1 only. The machine-to-license binding of CS6 is removed in AAMEE 3.1 release version. So if you create a serialized package using AAMEE 3.1, the licensing will not break by taking its image and deploying on client machines.

Thanks,

Saransh Katariya | Adobe Systems | skatariy@adobe.com

Don Montalvo
Don MontalvoCorrect answer
Inspiring
September 19, 2012

Did you "cd" to the folder and run it from there? If so did you precede the command with "./"?

"./AdobeSerialization --tool=VolumeSerialize --provfile=Absolute_Path_of_prov.xml"

Here is what I get:

$ ./AdobeSerialization --tool=VolumeSerialize --provfile=/Users/admin/Desktop/Adobe_CS6_MasterCollection_en_US_20120918_SERIAL/prov.xml

          Copyright 2012 Adobe Systems Incorporated

          All rights reserved.

Return Code = 25

NOTE: Page 40 of the deployment guide docs say to include absolute path...relative path works fine. However the path is not needed if the prov.xml file is in the same directory as the AdobeSerialization tool.

http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/creativesuite/pdfs/AdobeApplicationManagerEnterpriseEditionDeploymentGuide_v_3_1.pdf

Don

Participant
September 20, 2012

Hi Don,

Thank you so much for showing the way. I tried using Relative path while executing the command. It worked fine.