Support and troubleshooting
Isolate failures, collect system evidence, and prepare a useful Capuris support case.
Troubleshoot from the outside in: define the symptom, confirm its scope, check recent changes, inspect service and resource health, then collect evidence before restarting or reconfiguring the system.
First response
Record these facts before making changes:
- affected appliance, interface, user, workflow, and software version;
- first and most recent occurrence;
- time zone and a narrow example time window;
- expected behavior and actual behavior;
- whether capture continues and whether packets are being dropped;
- recent network, authentication, storage, certificate, or software changes;
- exact error text and the page or API operation that produced it.
If packet recording is still healthy, avoid restarting capture services until the evidence needed for the incident is secure.
Network diagnostics
Run tests from the system that is experiencing the problem. A successful check from an unrelated workstation does not prove that the appliance has the same path, DNS view, or policy.
| Tool | Question it answers |
|---|---|
ping | Is the destination reachable by ICMP and is latency stable? |
traceroute | Which routed path is visible toward the destination? |
mtr | Where do delay or loss patterns appear over repeated probes? |
nslookup or dig | What address does DNS return and which server answered? |
ip address | Which addresses and interface states are configured? |
ip route | Which route and gateway will the host use? |
ypwhich, ypcat, ypmatch | Is an enabled NIS environment responding as expected? |
CAUTION Some networks block or deprioritize ICMP. Treat probe loss as a clue, then confirm with the application flow or a packet capture.
Capture path checks
When traffic is missing or capture drops increase:
- Confirm the physical capture port, optic, breakout, speed, FEC, and link state.
- Check whether received packet counters increase at the adapter.
- Review active filters, slicing, merge-port settings, and the selected destination directory.
- Compare offered traffic with the appliance capture profile.
- Check filesystem capacity, write latency, and any simultaneous backup or mirror operation.
- Record a short known flow and search for it by exact endpoint and time.
- Save adapter statistics and the test PCAP before altering the configuration.
If the adapter receives packets but no file grows, focus on capture state, directory permissions, capacity, and capture services. If adapter counters remain still, focus on the TAP, packet broker, cabling, optics, and link negotiation.
Resource and storage evidence
Use the administration pages or approved command-line access to gather:
- CPU and system load over the incident window;
- memory use and swap activity;
- filesystem capacity and inode availability;
- block-device inventory and health;
- disk latency, throughput, and queue behavior;
- mounted filesystems and stale remote mounts;
- kernel messages related to storage, drivers, memory, or networking.
Common commands include:
iostat -xz 1 10
vmstat 1 10
df -h
df -i
lsblk
mount
dmesg --ctimeRun only commands approved for the deployment. Avoid unbounded logs or high-frequency collection on an already overloaded system.
Service health
The service-health view shows monitored components and their current state. Refresh once to rule out stale status, then inspect the service log before restarting anything.
For NFS, CIFS, iSCSI, NIS, and platform daemons, distinguish among:
- a stopped local service;
- an unreachable remote dependency;
- failed authentication or permission;
- DNS or routing failure;
- a stale mount;
- capacity or timeout pressure.
Restart a service only when you understand which workflows it affects and have captured the pre-restart evidence. Afterward, verify both service state and the user-visible operation that originally failed.
Block devices and filesystems
Confirm that expected drives appear with the correct size and mount point. A missing device may indicate hardware, controller, or operating-system detection trouble. A present device with a full or read-only filesystem points to a different failure domain.
When refreshing block-device information, compare the result with the recorded storage design. Do not initialize, format, repair, or remount a device from a generic troubleshooting procedure; those actions require a system-specific recovery plan.
API and authentication failures
For an API problem, capture the method, URL path, query parameters, response code, response body, and request time. Redact credentials before sharing logs.
| Symptom | Check |
|---|---|
401 or 403 | Token format, expiration, account role, and target host |
404 | API version, path spelling, and installed feature |
409 | Conflicting capture, search, or update operation |
422 or validation error | Field names, types, ranges, and required values |
500 | Service logs, request identifier, and a minimal reproduction |
| Timeout | DNS, route, firewall, service state, system load, and search scope |
Repeat a failed request with the smallest safe input. Do not include live secrets in screenshots, shell history, or support attachments.
Collect a support bundle
Use the platform support-log function when available. Include only the time range necessary to reproduce the issue. A complete case normally contains:
- appliance model, serial number, and software version;
- concise symptom and business impact;
- timestamps with time zone;
- recent changes and attempted recovery steps;
- support bundle and relevant service logs;
- CPU, memory, filesystem, block-device, mount, and network evidence;
- API request and sanitized response when applicable;
- focused PCAP or search result when packet behavior is involved;
- screenshots that include the full error and surrounding state.
Before uploading, review the bundle for credentials, tokens, customer data, and packet payload that the recipient is not authorized to receive.
Escalation summary template
System and version:
Impact:
Expected behavior:
Observed behavior:
First occurrence and time zone:
Most recent example:
Recent changes:
Capture state and drop count:
Tests completed:
Temporary workaround:
Attached evidence:For configuration procedures, see Control administration. For packet evidence, see Capture and search.