The following information about a server are what I usually take note of:
Don't forget to backup the config and the data!
- Purpose
- Linux distribution version (lsb_release -a)
- Kernel version (uname -a)
- Processor information (cat /proc/cpuinfo)
- Memory information (cat /proc/meminfo)
- Disk partitions (fdisk -l)
- Network configuration (cat /etc/network/interfaces)
- Hostname (cat /etc/hostname)
- Hosts file (cat /etc/hosts)
- DNS Servers (cat /etc/resolv.conf)
- Allowed users/Sudoers (cat /etc/passwd; cat /etc/sudoers)
- SSH server configuration (cat /etc/ssh/sshd_config )
- Firewall/IPTables settings ( iptables -L )
- APT sources ( cat /etc/apt/sources.list )
- Nagios settings
- Backup process (depends on the solution being used: rsync, bacula, etc. )
- more to follow...
Don't forget to backup the config and the data!