-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM64 Buil and Install #178
Comments
Hi @rmsferreira, Can you please share the output of the following command - open-appsec-ctl -s to verify the agent is up and running? Also, have you verified the that connection to our fog (https://inext-agents.cloud.ngen.checkpoint.com) is allowed? |
Hi @orianelou, After I compiled and package I follow install using: For Linux, if you’ve built your own package use the following commands: $ install-cp-nano-agent.sh --install --hybrid_mode So right now I don't have the command - open-appsec-ctl. I try to install using: Thanks. |
After I download the file from repo and execute: rmsf@TESTOPENAPPSEC:~$ sudo ./appsec-ctl.sh -s So I see even I provide the --token is still on Local Management |
After I see that is Local Managed, I follow the DOC on https://www.openappsec.io/post/how-to-connect-your-locally-managed-open-appsec-deployment-to-management-portal-saas-in-two-steps. However I have the following error: Configuration upload to profile: Linux Embedded Agents failed. Please verify that the local policy is accurate, or contact support |
Finally I figure out.
That works for me. |
Done |
Dear all.
I build from repo, on Ubuntu 22.04 and Alpine, both ARM, with success.
Then I run the install scripts without error, providing the --token and --email values.
However the agent don't appears on the console.
Can you tell me how can I debug the problem.
Thanks.
rmsf@TESTOPENAPPSEC:/Users/rmsf/openappsec/build_out$ ./install-cp-nano-agent.sh --install --hybrid_mode --token xxxxxxxxx --email xxxxxxxxxxxxxrui.m.s.ferreira@outlook.com
Check Point Nano Agent Version private Install Package
Verifying archive integrity... 100% All good.
Uncompressing... 100%
Fog address='https://inext-agents.cloud.ngen.checkpoint.com'
/usr/bin/which
/usr/sbin/ldconfig
Starting installation of open-appsec Nano Agent [Mon Aug 26 23:30:08 WEST 2024]
Creating env details file
Copying cp-nano-agent binary file to folder: /etc/cp/orchestration/cp-nano-orchestration
Run Orchestration nano service in hybrid mode
Installing the watchdog
Start cp-nano-agent service
Note: in order for the agent to remain active and effective it must connect to the Fog/Cloud at least every 45 days
open-appsec Orchestration Nano Service installation completed successfully
rmsf@TESTOPENAPPSEC:/Users/rmsf/openappsec/build_out$ install-cp-nano-service-http-transaction-handler.sh –install
-bash: install-cp-nano-service-http-transaction-handler.sh: command not found
rmsf@TESTOPENAPPSEC:/Users/rmsf/openappsec/build_out$ ./install-cp-nano-service-http-transaction-handler.sh –install
Administrative privileges required for this archive (use su or sudo)
rmsf@TESTOPENAPPSEC:/Users/rmsf/openappsec/build_out$ sudo ./install-cp-nano-service-http-transaction-handler.sh –install
Check Point HTTP Transaction Handler Nano Service Version private Install Package
Verifying archive integrity... 100% All good.
Uncompressing... 100%
Check Point: available flags are
--install : install HTTP Transaction Handler Nano Service
--uninstall : remove HTTP Transaction Handler Nano Service
--pre_install_test : run Pre-installation test for HTTP Transaction Handler Nano Service install package
--post_install_test : run Post-installation test for HTTP Transaction Handler Nano Service install package
rmsf@TESTOPENAPPSEC:/Users/rmsf/openappsec/build_out$ sudo ./install-cp-nano-service-http-transaction-handler.sh --install
Check Point HTTP Transaction Handler Nano Service Version private Install Package
Verifying archive integrity... 100% All good.
Uncompressing... 100%
Starting installation of Check Point HTTP Transaction Handler service [Mon Aug 26 23:30:45 WEST 2024]
Installation completed successfully.
rmsf@TESTOPENAPPSEC:/Users/rmsf/openappsec/build_out$ sudo ./install-cp-nano-attachment-registration-manager.sh --install
Check Point Attachment Registration Manager Nano Service Version private Install Package
Verifying archive integrity... 100% All good.
Uncompressing... 100%
Starting installation of Check Point Attachment Registrator Nano service [Mon Aug 26 23:30:57 WEST 2024]
cat: /etc/cp/watchdog/platform: No such file or directory
Installation completed successfully.
The text was updated successfully, but these errors were encountered: