mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
feature list
This commit is contained in:
parent
17f1a378f2
commit
83e0212a01
1 changed files with 23 additions and 0 deletions
23
scripts/footprint_features
Normal file
23
scripts/footprint_features
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
Creates a tgz which includes user's name, date, operating system in title. Gathers the following:
|
||||||
|
|
||||||
|
1. iiab.ini
|
||||||
|
2. iiab.env
|
||||||
|
3. ip addr
|
||||||
|
4. ifconfig
|
||||||
|
5. brctl show
|
||||||
|
6. /etc/resolv.conf
|
||||||
|
7. netstat -rn (routing table)
|
||||||
|
8. netstat -natp (which services have which ports)
|
||||||
|
9. iiab-install.log
|
||||||
|
10. iiab-debug.log
|
||||||
|
11. iiab-network.log
|
||||||
|
12. all ansible variables
|
||||||
|
|
||||||
|
contents of following directories:
|
||||||
|
|
||||||
|
1. /etc/network/interfaces.d (and interfaces)
|
||||||
|
2. /etc/sysconfig/network-scripts/if-cfg*
|
||||||
|
3. /etc/NetworkManager/system-connections
|
||||||
|
4. /etc/systemd/network/
|
||||||
|
|
||||||
|
Creates tgz less than 1MB. Can be read by vi without untaring.
|
Loading…
Add table
Add a link
Reference in a new issue