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/01/12 01:47] kurihara [FastHandle Manager Server] |
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/ | ||
| + | fhscripts/ | ||
| + | | ||
| - | fhscripts/ | + | |
| - | | + | |
| - | | + | |
| + | | ||
| + | | ||
| + | |||
| + | | ||
| + | | ||
| + | </sxh> | ||
| - | | + | ====Fabric Directory for Linux==== |
| - | fhping.sh | + | <sxh bash toolbar: |
| - | fhfping.sh | + | $FHHOME/ |
| - | + | ||
| - | | + | |
| - | | + | |
| - | hosts/ | + | fabfile/ |
| - | test | + | |
| - | pro | + | |
| - | stg | + | |
| - | dev | + | |
| - | key/ | + | test.py # fab |
| - | id_rsa.xxxx | + | |
| - | id_rsa.fasthandle.pro-fasthandle-1 | + | |
| - | id_rsa.fasthandle.stg-fasthandle-1 | + | |
| - | id_rsa.fasthandle.dev-fasthandle-1 | + | |
| - | id_rsa.user01.test-server-01 | + | |
| - | id_rsa.user02.test-server-02 | + | |
| + | user.py | ||
| + | centos.py | ||
| + | httpd.py | ||
| + | nginx.py | ||
| + | squid.py | ||
| - | scripts/ | + | test-web.py |
| - | aaaa.sh | + | |
| - | bbbb.sh | + | |
| - | cccc.py | + | |
| + | 20180620_user1.py | ||
| + | 20180925_user2.py | ||
| - | conf/ | + | hosts/ |
| - | os/ | + | test |
| - | | + | pro_linux |
| - | | + | pro_win |
| - | | + | pro_vmware |
| - | | + | stg_linux |
| + | | ||
| - | named/ | + | key/ |
| - | named.conf.test-server-01.20161115 | + | |
| - | | + | |
| - | httpd/ | + | |
| - | | + | |
| - | | + | |
| - | bin/ | ||
| - | nc | ||
| - | xpinfo | ||
| - | src/ | + | target/ |
| - | xxxx.tar.gz | + | |
| - | rpm/ | + | key/ |
| - | xxxx.rpm | + | |
| + | id_rsa.user01.test-server-01 | ||
| + | id_rsa.user02.test-server-02 | ||
| - | deb/ | ||
| - | xxxx.deb | ||
| - | output/ | + | linux/ |
| - | | + | |
| - | | + | |
| - | | + | |
| + | etc/cron.d/ | ||
| - | log/ | + | named/ |
| - | 2017/ | + | |
| - | | + | |
| + | named.conf.test-server-01.20171202 | ||
| - | release/ | + | httpd/ |
| - | | + | |
| - | 2016/ | + | httpd.conf.test-server-01.20170815 |
| - | 2017/ | + | httpd.conf.test-server-01.20171205 |
| - | 20171105/ | + | |
| - | operation_user01.txt | + | |
| - | | + | |
| - | user1.py | + | |
| - | tmp/ | + | |
| + | scripts/ | ||
| + | df.sh # Remote Server : / | ||
| + | ps.sh | ||
| + | top.sh | ||
| + | netstat-s.sh | ||
| + | netstat-i.sh | ||
| + | ... | ||
| + | |||
| + | bin/ | ||
| + | nc | ||
| + | xpinfo | ||
| + | |||
| + | src/ | ||
| + | xxxx.tar.gz | ||
| + | |||
| + | rpm/ | ||
| + | xxxx.rpm | ||
| + | |||
| + | deb/ | ||
| + | xxxx.deb | ||
| + | |||
| + | |||
| + | 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/ | ||
| </ | </ | ||
| + | |||
| + | ====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.