Initial commit: home network inventory and runbooks
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
# Veeam Backup Server
|
||||
|
||||
## Access
|
||||
|
||||
- **Hostname**: VEEAM
|
||||
- **IP**: 10.100.0.30 (LAN_100) / 10.50.0.32 (DATA_50)
|
||||
- **OS**: Windows Server 2025 Standard (Build 26100), 64-bit
|
||||
- **Credentials**: dohertj2 / Sonamu8901!
|
||||
- **SSH**: `ssh dohertj2@10.100.0.30` (passwordless, key in `C:\ProgramData\ssh\administrators_authorized_keys`)
|
||||
- **For PowerShell**: `ssh dohertj2@10.100.0.30 "powershell -Command '...'"`
|
||||
|
||||
## Hardware (VM on ESXi)
|
||||
|
||||
- **CPU**: 2x Intel Xeon E5-2697 v4 @ 2.30GHz (8 vCPUs)
|
||||
- **RAM**: 8 GB
|
||||
- **Disk**: C: 127.2 GB NTFS (59.3 GB free)
|
||||
|
||||
## Network
|
||||
|
||||
| Adapter | Description | MAC | IP | Subnet | Speed |
|
||||
|---------|-------------|-----|-----|--------|-------|
|
||||
| LAN_100 | vmxnet3 Ethernet Adapter #2 | 00-0C-29-33-76-AF | 10.100.0.30/24 | LAN_100 | 25 Gbps |
|
||||
| DATA_50 | vmxnet3 Ethernet Adapter | 00-0C-29-33-76-A5 | 10.50.0.32/24 | DATA_50 | 25 Gbps |
|
||||
|
||||
- **Default gateway**: 10.100.0.1 (via LAN_100)
|
||||
- **DNS**: 10.100.0.1
|
||||
|
||||
## Veeam Backup & Replication
|
||||
|
||||
- **Version**: 12.3.0.310
|
||||
- **Install path**: `C:\Program Files\Veeam\Backup and Replication\Backup\`
|
||||
- **All 24 Veeam services running**
|
||||
|
||||
### Managed Infrastructure
|
||||
|
||||
| Server | Type |
|
||||
|--------|------|
|
||||
| Veeam (local) | Windows Server |
|
||||
| 10.2.0.10 | ESXi (old server, kept for reference) |
|
||||
| 10.2.0.12 | ESXi |
|
||||
|
||||
### Backup Repositories
|
||||
|
||||
| Name | Path | Type | Total (TB) | Free (TB) |
|
||||
|------|------|------|-----------|----------|
|
||||
| NAS_NFS | nfs41://10.2.0.25:/mnt/mypool/veeam | NFS | 65.6 | 63.7 |
|
||||
| NAS | nfs41://10.50.0.25:/mnt/mypool/veeam | NFS | 93.1 | 69.7 |
|
||||
|
||||
### Backup Jobs
|
||||
|
||||
| Job | Type | Scheduled | Last Result | Next Run |
|
||||
|-----|------|-----------|-------------|----------|
|
||||
| Backup VMs | Backup | Yes | Success | 2/20/2026 3:00 AM |
|
||||
| Backup workstation | Endpoint Agent | Yes | Success | 2/17/2026 10:00 PM |
|
||||
| Backup Joes Macbook | Endpoint Agent | Yes | Warning | 4/3/2025 10:00 PM |
|
||||
|
||||
**Backup VMs** includes: Plex, Ignition, HA, DOCKER
|
||||
|
||||
### SMB Mappings
|
||||
|
||||
| Drive | Remote Path | Status |
|
||||
|-------|-------------|--------|
|
||||
| Z: | \\\\10.100.0.25\Share | Unavailable |
|
||||
Reference in New Issue
Block a user