This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# examples
|
||||
|
||||
Sanitized sample outputs for documentation and review.
|
||||
|
||||
These files use fake hostnames, reserved example domains, reserved IP address ranges, and invented storage names. They are useful for reading the workflow without exposing real system details.
|
||||
|
||||
## Included
|
||||
|
||||
- `disk-full/` - sample filesystem usage, deleted open files, and a short after-action report.
|
||||
- `veritas/` - sample VxVM disk and VCS service group output.
|
||||
- `gpfs/` - sample GPFS cluster and NSD output.
|
||||
@@ -0,0 +1,4 @@
|
||||
Filesystem Size Used Avail Use% Mounted on
|
||||
/dev/mapper/vgapp-lvlog 80G 76G 4.0G 95% /var/log/app
|
||||
/dev/mapper/vgapp-lvdata 200G 121G 79G 61% /srv/app
|
||||
/dev/sda2 40G 19G 21G 48% /
|
||||
@@ -0,0 +1,4 @@
|
||||
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NLINK NODE NAME
|
||||
appworker 1842 appsvc 12w REG 253,7 8589934592 0 9911 /var/log/app/app.log.1 (deleted)
|
||||
java 2210 appsvc 45w REG 253,7 2147483648 0 9919 /var/log/app/gc.log.2 (deleted)
|
||||
rsyslogd 712 root 7w REG 253,7 524288000 0 9924 /var/log/app/messages.old (deleted)
|
||||
@@ -0,0 +1,13 @@
|
||||
Disk Full Review - Sanitized Example
|
||||
|
||||
Host: host-app-01.example.invalid
|
||||
Filesystem: /var/log/app
|
||||
Before: 95% used
|
||||
After: 72% used
|
||||
Actions reviewed:
|
||||
- Confirmed largest files under /var/log/app.
|
||||
- Identified deleted files still held by appworker and java processes.
|
||||
- Confirmed no symlinks were removed during rotated log cleanup.
|
||||
- Recommended application owner restart during approved window to release deleted files.
|
||||
|
||||
No real hostnames, tickets, or application names are included in this sample.
|
||||
@@ -0,0 +1,11 @@
|
||||
GPFS cluster information
|
||||
========================
|
||||
GPFS cluster name: gpfs-lab.example.invalid
|
||||
GPFS cluster id: 1234567890123456789
|
||||
GPFS UID domain: gpfs-lab.example.invalid
|
||||
Remote shell command: /usr/bin/ssh
|
||||
Remote file copy command: /usr/bin/scp
|
||||
|
||||
Node Daemon node name IP address Admin node name Designation
|
||||
1 gpfs-node-a.example.invalid 192.0.2.11 gpfs-node-a.example.invalid quorum-manager
|
||||
2 gpfs-node-b.example.invalid 192.0.2.12 gpfs-node-b.example.invalid quorum-manager
|
||||
@@ -0,0 +1,5 @@
|
||||
File system Disk name NSD servers
|
||||
-------------------------------------------------------------------
|
||||
fs_data nsd_data_01 gpfs-node-a.example.invalid,gpfs-node-b.example.invalid
|
||||
fs_data nsd_data_02 gpfs-node-a.example.invalid,gpfs-node-b.example.invalid
|
||||
fs_data nsd_data_03 gpfs-node-a.example.invalid,gpfs-node-b.example.invalid
|
||||
@@ -0,0 +1,3 @@
|
||||
#Group Attribute System Value
|
||||
app_sg01 State node-a.example.invalid |ONLINE|
|
||||
app_sg01 State node-b.example.invalid |OFFLINE|
|
||||
@@ -0,0 +1,5 @@
|
||||
DEVICE TYPE DISK GROUP STATUS
|
||||
san_lun_001 auto:none - - online invalid
|
||||
san_lun_002 auto:none - - online invalid
|
||||
san_lun_010 auto:cdsdisk dgapp01_01 dgapp01 online
|
||||
san_lun_011 auto:cdsdisk dgapp01_02 dgapp01 online
|
||||
Reference in New Issue
Block a user