Operating System - HP-UX
1827210 Members
2859 Online
109716 Solutions
New Discussion

Re: New Codeword received, how install it in 60days version.

 
SOLVED
Go to solution
Galal
Advisor

New Codeword received, how install it in 60days version.

I have two clustering nodes, these nodes are installed with HP C++ Developer's Bundle 60 Days evaluation version. Recently I receive the codeword for that software.
Q:how I can install this Codeword?
Q: should I install in both nodes?
Q:use the existing version or remove it and install it again?
Q:if I install it again, from where I will install?
Note:I receive only one paper for the Codeword no CDs are there..
6 REPLIES 6
Vijay Dsouza
Frequent Advisor
Solution

Re: New Codeword received, how install it in 60days version.

Hi Galal, here is something which can help you



Installation
Codeword files are essential to activate the evaluation copy of the HP C/aC++ Developer's bundle.

Steps to create Codeword files

For Integrity HP C/aC++ Compiler:

Copy your 26 digit hexadecimal license key in a plain text (ASCII) file.
Save the file as aCC.cwd in the following location:
/opt/aCC/newconfig/aCC.cwd
This enables your evaluation copy of the HP C/aC++ Compiler.

Alternately, export the variable ST_CODEWORD to point to the file where the license key is stored.

For PA HP C/aC++ compiler:

Copy your 26 digit hexadecimal license key in a plain text (ASCII) file.
Save the file as aCC.cwd in the following location:
/opt/aCC/newconfig/aCC.cwd
This enables your evaluation copy of the HP C/aC++ Compiler.

Alternately, export the variables ST_CODEWORD (for HP aC++) and TIMEBOMB_CWD (for HP C) to point to the file where the license key is stored.

To install the compiler:

Log in as root.
To install the HP C/aC++ product bundle, as root use swinstall as follows:
# /usr/sbin/swinstall -s $PWD/B9007AAEVAL_.depot B9007AAEVAL
Where B9007AAEVAL_.depot matches what was downloaded.

Note:

The OS Version can be 11.11, 11.23, or 11.31

Check these out too..



http://www.hp.com/go/cpp
http://www.hp.com/go/c


Regards

Vijay
Dennis Handly
Acclaimed Contributor

Re: New Codeword received, how install it in 60days version.

>I have two clustering nodes, these nodes are installed with HP C++ Developer's Bundle 60 Days evaluation version.

Why did you install it? Are you doing development? If doing development, you don't need to do that on a clustered system.

>Q: should I install in both nodes?

This type of question implies you don't even need it?

>Q:use the existing version or remove it and install it again?

Existing version of what?
Galal
Advisor

Re: New Codeword received, how install it in 60days version.

>Q:use the existing version or remove it and install it again?

Existing version of what?


Galal> Existing version of HP C++ Developer's Bundle.
Dennis Handly
Acclaimed Contributor

Re: New Codeword received, how install it in 60days version.

>Existing version of HP C++ Developer's Bundle.

If you have an existing version, why do you need the evaluation version? If you have a support contract for the compiler, you get free updates.

Once you put the eval compiler on the system, you are left with nothing in 60 days. And must figure out how to reinstall the old one.
Galal
Advisor

Re: New Codeword received, how install it in 60days version.

>Existing version of HP C++ Developer's Bundle.

If you have an existing version, why do you need the evaluation version? If you have a support contract for the compiler, you get free updates.
Once you put the eval compiler on the system, you are left with nothing in 60 days. And must figure out how to reinstall the old one.

Galal>I mean, Existing version of HP C++ Developer's Bundle(60Days).this version is evaluation for 60Days. I want to know how enter the codeword?? by remove this evaluation and reinstall again or there is another way to make this evaluation version licensed without remove it and reinstall..
Dennis Handly
Acclaimed Contributor

Re: New Codeword received, how install it in 60days version.

>Existing version of HP C++ Developer's Bundle (60 Days). this version is evaluation for 60 Days. I want to know how enter the codeword??

See Vijay's steps in how to set up the codeword file.