Hi Ankur,
As you mentioned that you were able to install the SDK , so please make sure that you have the gen-sdn-app script in the same directory (i.e. under hp-sdn-sdk-2.0.0/bin)
gen-sdn-app script is in bin directory while you are trying to run this script from hp-sdn-sdk-2.0.0 directory so you get the error “gen-sdn-app: command not found”
Also please check if your PATH variable has dot (.) to search in the current directory.
If PATH variable has dot, you can run as below from the bin directory -
/media/sf_SDN/1VANcontroller/hp-sdn-sdk-2.0.0/bin$ gen-sdn-app
If PATH variable does not have a dot , you have to run as below-
/media/sf_SDN/1VANcontroller/hp-sdn-sdk-2.0.0/bin$ ./gen-sdn-app
Please let us know if you still face the issue.
Thanks,
HP SDN Team