Purpose – To setup a Virtual machine on VirtualBox using vagrant inside a RHEL7 linux machine Pre-requisites – RHEL7 machine Procedure – Step1: Download VirtualBox RPM for RHEL7 URL -…
Purpose – To setup a Virtual machine on VirtualBox using vagrant inside a RHEL7 linux machine Pre-requisites – RHEL7 machine Procedure – Step1: Download VirtualBox RPM for RHEL7 URL -…
Amazon Web Services – Overview Cloud Computing – In layman’s term, Cloud Computing is a strategy where in all the resources that are required by an organization are being purchase…
Purpose - To install and configure Standalone Chef Server and Chef Management Console on CentOS 7. Pre-requisities - CentOS7 machine 64-bit Resolvable hostname Internet connected local mail transfer agent 20GB…
Purpose - Install WebSphere Application Server NDTrial v8.5.5.9 using imcl Pre-requisites CentOS machine IBM installation manager downloaded Step1: Installing IBM Installation Manager ========================================================================================================= # pwd /home/sbhoga/Middleware/Extract/IM_Extract/tools # ./imcl install com.ibm.cic.agent -repositories…
Purpose – To install and setup Docker CE (Community Edition) and Docker Compose on centos 7 machine. Here we are going to install Docker CE and Docker Compose using RPM…
Purpose - Configuring WebSphere Application Server JVM setting using wsadmin Creating JVM ################################################################################################ wsadmin>nodeName=AdminControl.getNode() wsadmin>print nodeName desktop1Node01 wsadmin>print AdminServerManagement.createApplicationServer(nodeName,"novicejava2","default") --------------------------------------------------------------- AdminServerManagement: Create an application server on a given node…
Purpose - Setting up a Test Kitchen - Chef Pre-requisites Workstation with ChefDK and Virtualization tools installed like below . Virtualbox Vagrant Virtualbox – It is a hypervisor that is…
Amazon released recently they are going to stop the unlimited Cloud storage plan offer. New Customers ================= - Free 5GB for siging up for storage with Amazon drive -…
Chef Executable Generates applications, cookbooks, recipes, attributes, templates, files and custom resources Ensures RubyGems are downloaded properly for ChefDk environment Verifies all components are installed and configured correctly Pre-requisites Linux…
Chef - Using Berkshelf What is Berkshelf Berkshelf is a dependency manager for cookbooks. Chef supermarket is a location for all the community cookbooks, which you can download and install…