Advertisement
Necrose99

mottainai-cli-arm64

Aug 22nd, 2018
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.25 KB | None | 0 0
  1. login as: root
  2. Authenticating with public key "rsa-key-20180605"
  3.      ┌────────────────────────────────────────────────────────────────────┐
  4.      │                        • MobaXterm 10.5 •                          │
  5.      │            (SSH client, X-server and networking tools)             │
  6.      │                                                                    │
  7.      │ ➤ SSH session to root@51.15.104.148                                │
  8.      │   • SSH compression : ✔                                            │
  9.      │   • SSH-browser     : ✔                                            │
  10.      │   • X11-forwarding  : ✔  (remote display is forwarded through SSH)
  11.      │   • DISPLAY         : ✔  (automatically set on remote server)      │
  12.      │                                                                    │
  13.      │ ➤ For more info, ctrl+click on help or visit our website           │
  14.      └────────────────────────────────────────────────────────────────────┘
  15.  
  16. Linux scw-0321f9 4.9.93-mainline-rev1 #1 SMP Tue Apr 10 09:54:46 UTC 2018 aarch64
  17.  
  18. Last login: Wed Aug 22 12:35:30 2018 from 67.79.219.242
  19. root@scw-0321f9:~# ntop
  20. -bash: ntop: command not found
  21. root@scw-0321f9:~# htop
  22. root@scw-0321f9:~# mottaini-cli
  23. -bash: mottaini-cli: command not found
  24. root@scw-0321f9:~# ls
  25. '033[m'                  cross-armv7a-hardfloat-linux-gnueabi.log   mottainai-cli_9999-1_arm64.deb      mottainai-server-9999-r0.aarch64.rpm   wazuh
  26.  chroot-gentoo-prep.sh   mottainai-agent_9999-1_arm64.deb           mottainai-cli-9999-r0.aarch64.rpm   pentoo-update-{date
  27.  crontab                 mottainai-agent-9999-r0.aarch64.rpm        mottainai-server_9999-1_arm64.deb   python-exec_2.4.6-1_arm64.deb
  28. root@scw-0321f9:~# cd /usr/bin
  29. root@scw-0321f9:/usr/bin# ls mot*
  30. mottainai-agent  mottainai-cli  mottainai-server
  31. root@scw-0321f9:/usr/bin#
  32. root@scw-0321f9:/usr/bin#
  33. root@scw-0321f9:/usr/bin# mottainai-cli
  34. Mottainai CLI
  35. Copyright (c) 2017-2018 Mottainai
  36.  
  37. Command line interface for Mottainai clusters
  38.  
  39. Usage:
  40.    [flags]
  41.    [command]
  42.  
  43. Examples:
  44. $> mottainai-cli -m http://127.0.0.1:8080 task create --json task.json
  45.  
  46. $> mottainai-cli -m http://127.0.0.1:8080 namespace list
  47.  
  48.  
  49. Available Commands:
  50.   help        Help about any command
  51.   namespace   Manage namespaces
  52.  
  53. Use " [command] --help" for more information about a command.
  54. root@scw-0321f9:/usr/bin# mottainai-agent
  55. Mottainai Agent - Task/Job Agent
  56. Copyright (c) 2017-2018 Mottainai
  57.  
  58. Usage:
  59.    [flags]
  60.    [command]
  61.  
  62. Available Commands:
  63.   agent       Start agent
  64.   health      Start HealthCheck service
  65.   help        Help about any command
  66.   print       Show configuration params
  67.  
  68. Flags:
  69.   -c, --config string   Mottainai Agent Config File (default "custom/conf/agent.yml")
  70.   -h, --help            help for this command
  71.       --version         version for this command
  72.  
  73. Use " [command] --help" for more information about a command.
  74. root@scw-0321f9:/usr/bin#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement