Pada guide kali ini, akan ditunjukkan beberapa setting pada ruijie untuk monitoring dan untuk mengatur dynamic VLAN. Pada guide ini juga akan digunakan radius server dengan IP 10.77.7.2. Registration: Untuk Register AP, pertama masuk menuju ruijie cloud https://cloud-as.ruijienetworks.com/ lalu pada menu (Device->AP->Add) maka dapat menambahkan AP baru dengan cara memasukkan S/N dari AP tersebut atau […]
Category: Uncategorized
LDAP – Associating User to Groups
Pada guide kali ini, akan diperlihatkan cara agar user dari ldap bisa masuk ke dalam group dengan cara menambahkan entry groupof pada sebuah group. Prequisite sebelumnya ialah openldap sudah di instalasi dan pada environment kali ini root CN nya adalah sebagai berikut :CN=admin,dc=graha-infracom,dc=ldap,dc=com Pada openldap, membership diberikan dengan menggunakan fitur “memberof” overlay. Untuk itu dapat […]
Create Openstack Lab. Part 3 – Openstack Deployment
Login to maas node as ‘openstack’ user Update repository and install required packages Create virtual environment Activate virtual environment Upgrade python package management and install required packages Install kolla-ansible for xena Configure kolla-ansible Configure ansible Add or modify following lines Configure openstack nodes Add or modify following lines Check accessibility to all nodes Generate password […]
Cephadm for ubuntu cluster
Installing main host First we need curl in order to fetch the cephadm application Then we download the application and make it executable. CephAdm could be used to set which version we want to install. In this case we choose Pacific as this is the first version that has full support for cephadm install. We […]
Storware Quick Install (All-In-One)
Storware Backup & Recovery can be easily installed on a single box quickly. This approach installs a server and node on the same box and generates an SSL certificate based on the hostname where it is installed. This corresponds to Ansible deployment, with the node and server roles installed on the same host. The end […]
snapshot on proxmox VE
open Proxmox UI : https://*.*.*.*:8006 login choose the vm choose snapshot at vm menu than take snapshot fill the snapshot name and description (optional) take snapshot wait the snapshot done ok. done
Create Openstack Lab. Part 2 – Ceph Deployment
Login to maas node as user ‘openstack’ Install and update python package manager Add additional PATH to local python binary Add following line at the end of ~/.bashrc file Apply new additional PATH Install python virtual environment support Create virtual environment for ceph-ansible Activate ceph-ansible virtual environment Update and install required package Make project directory […]
Install MaaS 3.2 for PoC
Server specifications: Install Ubuntu 20.04 with ‘openstack’ user Login as user ‘openstack’ Configure user ‘openstack’ to be able to run sudo command without being asked for password Update and upgrade Ubuntu Install MaaS Install test database for PoC Initialize MaaS as region and rack controllers using maas-test-db Use default value for MaaS URL – just […]
CEPH: MON_CLOCK_SKEWCEPH
Configure Redis Cluster on RHEL 8
– 3 nodes – 2 redis instances each node Node Name node-1 node-2 node-3 IP address 10.6.10.21/24 10.6.10.22/24 10.6.10.23/24 Redis server instances(port number) master-1 (7000) master-2 (7000) master-3 (7000) slave-3 (7001) slave-1 (7001) slave-2 (7001) Install each nodes with RHEL 8 Register server and select minimal server option, standard server, development tools Create user with […]