FastHandle - IT Operations Examples

FastHandle is fast operation tools for infrastructure configurations and tests.

User Tools

Site Tools


Sidebar


Top     SiteMap

Manager Server

Target Server

$FHHOME/bin/xxx.sh | xxxx.exp













.

preparation:target:fasthandle-init.htmlt



This is an old revision of the document!


FastHandle-Ini

What is FastHandle-Init

FastHandle INIT is a Basic OS Setting Script before installing FastHandle.


How to use FastHandle-Init

  1. OS preparation
  2. Create fasthandle-init.sh
    vi fasthandle-init.sh
    
  3. Change Permission
    chown 755 fasthandle-init.sh
    
  4. Execute fansthandle-init.sh
    ./fasthandle-init.sh test-server-01
    


FastHandle-Init Sample

RHEL7/CentOS7

#!/bin/bash
# fasthandle-init.sh

# Hostname Settings
HOSTNAME=$1
hostname $HOSTNAME
hostnamectl set-hostname $HOSTNAME

# Create fasthandle user
useradd fasthandle
echo 'fasthandle:fastpass' | chpasswd



preparation/target/fasthandle-init.htmlt.1510501986.txt.gz ยท Last modified: 2017/11/13 00:53 by kurihara