First time here? Check our help page!
1

Creating OpenStudio Server for PAT Algorithmic Analysis

Hello, I am trying to set up a remote server to run algorithmic analysis using the parametric analysis tool (v3.6.0). According to the according to the github documentation, the prerequisites for setting up a server are

  • Kubernetes 1.22+
  • Helm Client(v3.12.0 or higher)
  • kubectl client (v1.27.0 or higher)

    I have successfully created an AWS account and have installed eksctl. I am now at the "creating a cluster using eksctl" portion of the documentation and it prompts me to provide eksctl access to AWS by setting up ENV variables by running the cli example.

image description

Where do I run these commands? I tried running them in the command promt but they are not recognized as commands.

Any help on getting the OpenStudio Server set up would be greatly appreciated.

Thank you!

Draza's avatar
411
Draza
asked 2023-08-15 15:59:47 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2023-08-16 09:13:05 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Where do I run these commands?

  • The terminal you installed eksctl should be the right place.

And you could get your own ACESSKEY id and Secret Acess key from the aws console. (And don't share to anyone else tho)

https://aws.amazon.com/blogs/security...

Maybe helpful to you.

wenyi's avatar
11
wenyi
answered 2023-08-16 11:43:35 -0500
edit flag offensive 0 remove flag delete link

Comments

When I try to run the command through the command prompt it says "export is not recognized as an internal or external command"

I have verified that eksctl has installed correctly. Any other ideas?

Draza's avatar Draza (2023-08-16 15:26:03 -0500) edit

I am not expert in windows especially windows terminal, but I believe you may need set:

further information:

https://stackoverflow.com/questions/2...

You may need set the aws secret key and access key into your operating system as enviroment variable.

wenyi's avatar wenyi (2023-08-16 15:33:23 -0500) edit
1

Yeah i didnt realize the instructions were for linux...

using the set command worked. I am one step closer to getting this set up. Thank you

Draza's avatar Draza (2023-08-16 18:16:39 -0500) edit
add a comment see more comments