当前位置:网站首页>After entering the new company, the operation and maintenance engineer can understand the deployment of the system from the following items
After entering the new company, the operation and maintenance engineer can understand the deployment of the system from the following items
2022-04-23 14:18:00 【Nightwish5】
System note template description
Enter a new company ,linux Operation and maintenance engineers can learn about the deployment of the system from the following items . Ask people + Look at the documentation + see history+ See the corresponding configuration of the system .
The following is the general content of the template :
System name ( Delivery information 、 Services used 、 Port information )
application | Host Name | Deploy | Intranet IP | Extranet | eip | vip or slb | domain name | port | Business address | Internet access port |
---|---|---|---|---|---|---|---|---|---|---|
A The server -1 | A1 | Internet | 192.168.1.10 | xxx.240.1.10 | eip | xxx.240.1.21 | xxx.com | TCP:80、443 | xxx.xxx.123.456 | TCP:443 |
A The server -2 | A2 | Internet | 192.168.1.11 | xxx.240.1.11 |
Such as :xx System (docker、jdk、tomcat 、8080 、8081)
Screenshot first ss -naltp Results of , See what service programs are running on it / port .
1、 Drive letter mount
df -h
cat /etc/fstab
# Here is the initialization operation . There are also some common operations for initializing the system : Synchronization time 、 with yum Source 、 Equipped with firewall and so on
2、 Install the required software
Such as nginx 、PHP
3、 The steps to install the system *
Such as the installation A System : Upload project files to the specified directory , Modify the configuration file .
4、 System startup script
# Such as :
nohup java -Dfile.encoding=UTF-8 -jar -Xmx512m Dxxx.*.jar >nohup.out 2>&1 &
5、 System upgrade / Update instructions
Such as :《xx System update operation and installation manual .docx》
6、 System debug log
Such as /var/log/nginx/error.log ; laravel.log
7、 System access address / Screenshot
8、 Patrol item
9、 Be confused
10、 Summary of system construction
11、 The system to which this system is associated
Such as : It's related to redis The server 、 database server 、 Butted the nail 、 The other B System configuration .
12、history The key part
13、history
Finish the above steps , Have a general understanding of the system , Then practice in the test environment .
Welcome to discuss , This article can also be supplemented .
版权声明
本文为[Nightwish5]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231408132685.html
边栏推荐
- RecyclerView细节研究-RecyclerView点击错位问题的探讨与修复
- 一些小小小小记录~
- Get the thread return value. Introduction to the use of future interface and futuretask class
- 贷款市场报价利率(LPR)与贷款基准利率介绍
- 星界边境文本自动翻译机(高级版)使用说明
- 快速搞懂线程实现的三种方式
- MYSQL一种分表实现方案及InnoDB、MyISAM、MRG_MYISAM等各种引擎应用场景介绍
- 操作系统常见面试题目:
- FBS (fman build system) packaging
- Mysql的安装过程(已经安装成功的步骤说明)
猜你喜欢
HyperMotion云迁移完成阿里云专有云产品生态集成认证
关于云容灾,你需要知道这些
openstack理论知识
01-nio basic ByteBuffer and filechannel
MySQL-InnoDB-事务
多云数据流转?云上容灾?年前最后的价值内容分享
使用Executors类快速创建线程池
Postman的安装使用及填坑心得
政务云迁移实践 北明数科使用HyperMotion云迁移产品为某政府单位实施上云迁移项目,15天内完成近百套主机迁移
On the multi-level certificate based on OpenSSL, the issuance and management of multi-level Ca, and two-way authentication
随机推荐
Some good articles on pthread multithreading
回顾2021:如何帮助客户扫清上云最后一公里的障碍?
剑指offer刷题(1)--面向华为
STD:: map and STD:: vector memory free
预览CSV文件
VMware15Pro在Deepin系统里面挂载真机电脑硬盘
Algorithem_ReverseLinkedList
VMware 15pro mounts the hard disk of the real computer in the deepin system
云容灾是什么意思?云容灾和传统容灾的区别?
Arrays类的使用案例
逻辑卷创建与扩容
gif转为静态图片处理
dp-[NOIP2000]方格取数
dp-能量项链
Operation instructions of star boundary text automatic translator
squid代理
云迁移的六大场景
KVM学习资源
ssh限制登录的四种手段
线程间控制之Semaphore使用介绍