FastHandle is fast operation tools for infrastructure configurations and tests.
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
preparation:directory-structure.html [2018/06/21 01:19] kurihara |
preparation:directory-structure.html [2020/01/22 09:08] (current) kurihara |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ===== FastHandle Manager Server ===== | ===== FastHandle Manager Server ===== | ||
| + | ====$FHHOME Top Directory==== | ||
| + | Choose a HOME directory. | ||
| + | |||
| <sxh bash toolbar: | <sxh bash toolbar: | ||
| + | Example: | ||
| + | / | ||
| / | / | ||
| - | fh.env | + | / |
| - | fabfile/ | + | fh.env |
| - | | + | fhscripts/ |
| - | | + | |
| - | | + | |
| + | | ||
| + | </ | ||
| - | user.py | ||
| - | centos.py | ||
| - | httpd.py | ||
| - | nginx.py | ||
| - | squid.py | ||
| - | test-web.py | + | \\ |
| - | | + | ====FastHand Scripts Directory==== |
| - | | + | <sxh bash toolbar: |
| + | $FHHOME/ | ||
| - | 20180620.py | + | fhscripts/ |
| - | | + | fhhelp.sh # fhhelp.sh |less |
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | | ||
| + | | ||
| + | </ | ||
| - | bin/ # This is FastHandle Scripts | + | ====Fabric Directory |
| - | fhhelp.sh | + | <sxh bash toolbar: |
| + | $FHHOME/ | ||
| - | | + | fabfile/ |
| + | __init__.py | ||
| - | fhssh.sh | + | test.py |
| - | | + | |
| - | | + | |
| - | + | ||
| - | | + | |
| - | | + | |
| - | hosts/ | + | user.py |
| - | test | + | |
| - | pro_linux | + | |
| - | pro_win | + | |
| - | pro_vmware | + | |
| - | | + | |
| - | | + | |
| - | key/ | + | test-web.py # fab test-web.createfile |
| - | id_rsa.fasthandle.pro-fasthandle-1 | + | test-ap.py # fab test-ap.createfile |
| - | | + | |
| - | id_rsa.fasthandle.dev-fasthandle-1 | + | |
| + | 20180620_user1.py | ||
| + | 20180925_user2.py | ||
| - | target/ | + | hosts/ |
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| - | | + | |
| - | id_rsa.USER.HOSTNAME | + | id_rsa.fasthandle.pro-fasthandle-1 |
| - | id_rsa.user01.test-server-01 | + | id_rsa.fasthandle.stg-fasthandle-1 |
| - | id_rsa.user02.test-server-02 | + | id_rsa.fasthandle.dev-fasthandle-1 |
| - | linux/ | + | target/ |
| - | etc/ | + | |
| - | etc/ | + | |
| - | etc/ | + | |
| - | etc/ | + | |
| - | named/ | + | key/ |
| - | named.conf.HOSTNAME.YYYYMMDD | + | |
| - | named.conf.test-server-01.20161115 | + | |
| - | named.conf.test-server-01.20171202 | + | |
| - | httpd/ | ||
| - | httpd.conf.HOSTNAME.YYYYMMDD | ||
| - | httpd.conf.test-server-01.20170815 | ||
| - | httpd.conf.test-server-01.20171205 | ||
| - | scripts/ # this scripts is for remote server' | + | linux/ |
| - | | + | etc/sysctl.conf_centos6 |
| - | ps.sh | + | |
| - | | + | |
| - | | + | |
| - | netstat-i.sh | + | |
| - | ... | + | |
| - | bin/ | + | named/ |
| - | nc | + | |
| - | | + | |
| + | named.conf.test-server-01.20171202 | ||
| - | src/ | + | httpd/ |
| - | xxxx.tar.gz | + | httpd.conf.HOSTNAME.YYYYMMDD |
| + | httpd.conf.test-server-01.20170815 | ||
| + | httpd.conf.test-server-01.20171205 | ||
| - | rpm/ | + | scripts/ # this scripts is for remote server' |
| - | xxxx.rpm | + | |
| + | ps.sh | ||
| + | top.sh | ||
| + | netstat-s.sh | ||
| + | netstat-i.sh | ||
| + | ... | ||
| - | deb/ | + | bin/ |
| - | | + | nc |
| + | xpinfo | ||
| + | src/ | ||
| + | xxxx.tar.gz | ||
| - | output/ | + | rpm/ |
| - | | + | xxxx.rpm |
| - | systeminfo.test-server1.20171129_1039 | + | |
| - | systeminfo.test-server2.20171129_1039 | + | |
| - | log/ | + | deb/ |
| - | | + | xxxx.deb |
| - | history.201701.log | + | |
| - | history.201702.log | + | |
| - | | + | |
| - | 2015/ | + | output/ |
| - | 2016/ | + | 201712 |
| - | 2017/ | + | systeminfo.test-server1.20171129_1039 |
| - | 20171105/ | + | systeminfo.test-server2.20171129_1039 |
| - | operation_user01.txt | + | |
| - | hosts_user1.txt | + | log/ |
| - | user1.py | + | history.yyyymm.log |
| - | tmp/ | + | history.201701.log |
| + | history.201702.log | ||
| + | |||
| + | | ||
| + | 2015/ | ||
| + | 2016/ | ||
| + | 2017/ | ||
| + | 20171105/ | ||
| + | operation_user01.txt | ||
| + | hosts_user1.txt | ||
| + | user1.py | ||
| + | tmp/ | ||
| </ | </ | ||
| + | |||
| + | ====Fabric Directory for Windows==== | ||
| + | <sxh bash toolbar: | ||
| + | $FHHOME/ | ||
| + | |||
| + | fabfile/ | ||
| + | __init__.py | ||
| + | |||
| + | test.py | ||
| + | | ||
| + | xxxx.py | ||
| + | |||
| + | |||
| + | 20180620_user1.py | ||
| + | 20180925_user2.py | ||
| + | |||
| + | hosts/ | ||
| + | test | ||
| + | | ||
| + | | ||
| + | |||
| + | key/ | ||
| + | id_rsa.fasthandle.pro-fasthandle-1 | ||
| + | id_rsa.fasthandle.stg-fasthandle-1 | ||
| + | id_rsa.fasthandle.dev-fasthandle-1 | ||
| + | |||
| + | |||
| + | target/ | ||
| + | |||
| + | key/ | ||
| + | id_rsa.USER.HOSTNAME | ||
| + | id_rsa.user01.test-server-01 | ||
| + | id_rsa.user02.test-server-02 | ||
| + | |||
| + | |||
| + | windows/ | ||
| + | hosts_20201112 | ||
| + | |||
| + | output/ | ||
| + | 201712 | ||
| + | systeminfo.test-server1.20171129_1039 | ||
| + | systeminfo.test-server2.20171129_1039 | ||
| + | |||
| + | log/ | ||
| + | history.yyyymm.log | ||
| + | history.201701.log | ||
| + | history.201702.log | ||
| + | |||
| + | release/ | ||
| + | 2015/ | ||
| + | 2016/ | ||
| + | 2017/ | ||
| + | 20171105/ | ||
| + | operation_user01.txt | ||
| + | hosts_user1.txt | ||
| + | user1.py | ||
| + | tmp/ | ||
| + | |||
| + | </ | ||
| + | |||
| + | \\ | ||
| \\ | \\ | ||
| ===== FastHandle Target Server | ===== FastHandle Target Server | ||
| <sxh bash toolbar: | <sxh bash toolbar: | ||
| - | / | + | Example: |
| + | / | ||
| + | / | ||
| scripts/ | scripts/ | ||
| xxx.sh | xxx.sh | ||
My Sites
SNS
Copyright (c) 2025 FastHandle - IT Operations Examples All Rights Reserved.