Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Click on the dropdown of the “Image” option and then click on “See all images”.

...

  • Search “Centos” “rocky-8-5” in the search box.

...

  • Now click on the “Select” button of “CentOS-based (Rogue Wave Software“rocky-8-6-X86_64-free-Gen2)”

...

  • Now select CentOS-based 7.9 Gen1 rocky-8-5-x86_64-free-Gen2 Image from the list,

...

  • To select the size click on see all sizes.

...

  • Now click on Next:Networking → Next:Management → Next:Advantage → Next:Tags → Next:Review+Create

...

  • Now Click on the “Create” button to create the VM. When your deployment is complete “go to resource”.

  • Now stop the VM by clicking on “Stop” → “OK”

...

Step 3: Setup the CCE Machine.

  • Now download the server setup package using the below command.

    Code Block
    wget -c https://www.dropbox.com/s/0k0oh0aiaa0sewe/seceon-server-setup-7.0.2.tar.gz

    Now go into the Root using the following command.

    Code Block
    sudo su

    Now untar the server-setup package using the tar -xvzf <package name> commandsu command and then run curl command given below..

    Code Block
    [CCE-Test@ayush-test ~]$ sudo su
    [root@ayush-test CCE-Test]# tar -xvzf seceon-server-setup-7.0.2.tar.gz
    seceon-server-setup-7.0.2/
    seceon-server-setup-7.0.2/debug-tools.tar.gz
    seceon-server-setup-7.0.2/seceon-pkg.tar.gz
    seceon-server-setup-7.0.2/mount_disk.sh
    seceon-server-setup-7.0.2/setup-docker-logrotate.sh
    seceon-server-setup-7.0.2/otmdoc
    seceon-server-setup-7.0.2/configure-seceonrepo.sh
    seceon-server-setup-7.0.2/seceon-setup.sh
    seceon-server-setup-7.0.2/docker.tar.gz
    seceon-server-setup-7.0.2/yum-utils.tar.gz
    seceon-server-setup-7.0.2/docker-py.tar.gz
    seceon-server-setup-7.0.2/ansible.tar.gz
    seceon-server-setup-7.0.2/setup-direct-lvm-minimal.sh
    seceon-server-setup-7.0.2/mount_kdisk.sh
    seceon-server-setup-7.0.2/seceon_tech_support
    seceon-server-setup-7.0.2/setup-direct-lvm.sh
    [root@ayush-test CCE-Test]#
  • Now go into the package using the cd command, do ls and install the package using ./seceon-setup.sh command

    Code Block
    [root@ayush-test CCE-Test]# cd seceon-server-setup-7.0.2/
    [root@ayush-test seceon-server-setup-7.0.2]# ls
    ansible.tar.gz           mount_disk.sh      seceon_tech_support
    configure-seceonrepo.sh  mount_kdisk.sh     setup-direct-lvm-minimal.sh
    debug-tools.tar.gz       otmdoc             setup-direct-lvm.sh
    docker-py.tar.gz         seceon-pkg.tar.gz  setup-docker-logrotate.sh
    docker.tar.gz            seceon-setup.sh    yum-utils.tar.gz
    [root@ayush-test seceon-server-setup-7.0.2]# ./seceon-setup.sh
  • Now reboot the VM using reboot command.

    Code Block
    reboot
  • Now login in to this machine with username- seceon and password - seceon. After that run df -h and check the disk.

...

  • Now download cce-globel-config and install. sh file using the wget -c command.

    Code Block
     wget -c https://www.dropbox.com/s/ysq1gzb7l7j6nrp/cce-global-config.yml
    wget -c https://www.dropbox.com/s/kjkkn9jqjh3mi0g/install.sh
  • Make these files executable using the below command.

    Code Block
    chmod 775 cce-global-config.yml install.sh

...

  • curl https://si.seceon.com:8444/repos/env/8.0.0/seceon-env-setup.txt --output ./seceon-env-setup.sh -k && bash ./seceon-env-setup.sh

...

  • Login as user/password - seceon/seceon using Putty.

Step 4: Install the CCE package

  • Download the CCE package.

    Code Block
    wget -c https://www.dropbox.com/s/gl1oad171hf63et6uhj1pc3f7inhth/seceon-cce-78.0.12-11582641.tar.gz
  • Go into the screen mode using the screen command and install the CCE package using the below command.

    Code Block
    ./install.sh -c
  • After CCE installation is complete check all containers are up using the below command.

    Code Block
    otmdoc -m

...