OPDK aio configuration Error

irshadg
Participant I

Hi,


I'm trying to install opdk in aio config. Not able to install apigee setup utility. Getting "

/opt/apigee/apigee-service/bin/apigee-service: No such file or directory".And i can see there is no file in /opt/apigee

Can anyone guide on how to install apigee-service utility?

Regards,

Irshad

0 9 142
9 REPLIES 9

ylesyuk
Participant V

Did your bootstrapping step finish successfully?

screenshot-from-2020-02-19-10-39-14.png

Got this after running the bootstrapp command.

OK, then apigee-service is installed.

What's the output of command?

ls -ls /opt/apigee

ok. looks right. so it appears you've missed bootstrap step first time. now you did it you can continue to install setup command.

[root@ip apigee-service-4.19.06-0.0.1410]# cd bin
[root@ip bin]# ll
total 12
-rwxrwxr-x 1 apigee apigee 3182 Jul 11 2019 apigee-all
-rwxrwxr-x 1 apigee apigee 5770 Jul 11 2019 apigee-service
lrwxrwxrwx 1 apigee apigee 14 Feb 19 05:08 sudo-apigee-service -> apigee-service

There is no apigee-lib , hence getting the below error when trying to execute command:

[root@ip bin]# /opt/apigee/apigee-setup-4.19.06-0.0.1114/bin/setup.sh -p aio -f /tmp/configFile
/opt/apigee/apigee-setup-4.19.06-0.0.1114/bin/setup.sh: line 28: /opt/apigee/apigee-lib/apigee-lib.sh: No such file or directory
[root@ip-172-31-1-170 bin]# vi /opt/apigee/apigee-setup-4.19.06-0.0.1114/bin/setup.sh

looks like your local rpm/yum config is messed up.

As it is problematic to look to your vm to troubleshoot it, the best way forward is to reset it.

Can you please execute those steps,

https://docs.apigee.com/private-cloud/v4.19.06/uninstalling-edge#remove-edge

and re-run install aio steps.

Hi ylesyuk,

I have uninstalled all edge components and installed it again successfully and its working fine now.

Thank you,

Irshad

irshadg
Participant I

Below is the folder structure in /opt/apigee directory.
screenshot-from-2020-02-19-11-20-09.png