IBM FlashSystem 5300 Reset & Erasure¶
Complete procedure for factory resetting IBM FlashSystem 5300 storage arrays, including IP/password reset, secure disk erasure, and system reinitialization.
Overview¶
The IBM FlashSystem 5300 is a dual-controller all-flash storage array. This document covers: - Resetting service IP addresses and passwords - Factory reset procedures - Secure disk erasure for data sanitization
Prerequisites¶
| Item | Details |
|---|---|
| Console Access | Serial console or network access to both node canisters |
| USB Drive | FAT32 formatted USB drive for satask commands |
| Browser | Supported browser for Service Assistant GUI |
| Default Password | passw0rd (note the zero) |
| Network | Known IP addresses or ability to set defaults |
Default Credentials¶
| Interface | Username | Password |
|---|---|---|
| Service Assistant | superuser | passw0rd |
| Management GUI | superuser | passw0rd |
| CLI | superuser | passw0rd |
Password Format
Default password is passw0rd with a zero, not the letter 'o'.
Part 1: Reset IP Address & Password¶
Use this procedure when locked out or IP addresses are unknown.
Method A: USB satask File¶
- Create a file named
satask.txton a FAT32 USB drive - Add commands to the file:
satask resetpassword
satask chserviceip -default
Or set a specific IP address:
satask chserviceip -serviceip 192.168.70.121 -gw 192.168.70.1 -mask 255.255.255.0
- Insert USB into Node Canister A
- Wait for the task to execute (LED activity)
- Remove USB
- Repeat on Node Canister B
Method B: Service Assistant Inittool¶
If you have console access:
# Reset to default password
inittool resetpassword
# Reset to default IP
inittool chserviceip -default
Verify Access¶
After reset:
- Node A Service IP: 192.168.70.121 (or your configured IP)
- Node B Service IP: 192.168.70.122 (or your configured IP)
- Password: passw0rd
Part 2: Factory Reset Procedure¶
Data Loss Warning
This procedure destroys all data and configuration. Ensure all data is backed up or no longer needed.
Step 1: Access Service Assistant¶
- Open browser and navigate to Service Assistant:
https://192.168.70.121/service/ - Login as
superuserwith passwordpassw0rd
Step 2: Put Node in Service State¶
| Step | Action |
|---|---|
| 1 | Navigate to System Recovery or Manage System |
| 2 | Select the node canister |
| 3 | Click Put into Service State |
| 4 | Wait for status to change to "Service" |
Step 3: Remove System Data¶
- Select Manage System option
- Choose Remove System Data from Node
- Confirm the action
- Wait for completion
Step 4: Repeat on Second Node¶
Both Controllers Required
You must repeat Steps 1-3 on the second node canister before proceeding.
Step 5: Reset System ID¶
- Open Service Assistant on either node
- Navigate to Configure Enclosure
- Select Reset System ID
- Confirm the action
Step 6: Exit Service State¶
- On each node, select Take out of Service State
- Wait for each node to complete (may need to refresh browser)
- Login again if prompted
Verify Reset¶
After reset, the system should show: - Each canister status: Candidate - No system listed - Canisters show: Local and Partner - No errors present
Part 3: Create New System¶
After factory reset, create a new system for disk erasure or deployment.
Steps¶
- Access Service Assistant:
https://192.168.70.121/service/ - Login:
superuser/passw0rd - Select Manage System
- Click Create System
- Enter:
- System Name:
test(or appropriate name) - Management IP:
192.168.70.100 - Subnet Mask:
255.255.255.0 - Click Create System
- Wait for system creation to complete
Access Management GUI¶
- Navigate to the new management IP:
https://192.168.70.100 - Login as
superuser/passw0rd - Follow on-screen setup wizard
Part 4: Secure Disk Erasure¶
Perform data sanitization before decommissioning or redeployment.
Steps¶
- Login to Management GUI as
superuser - Navigate to: Pools → Internal Storage
- Select all drives (hold Shift to multi-select)
- Click Mark as → Unused
- Wait for all drive status to change to Unused
Capture Evidence
Use snipping tool to capture screenshots at each step for erasure certification.
Initiate Secure Erase¶
- With all drives still selected, click Mark as → Secure Erase
- A warning popup appears - capture this screenshot
- Confirm the secure erase
- All disk status changes to Offline - capture this screenshot
Erase Time
The secure erase process is relatively quick on flash drives. Capture screenshots immediately as status changes fast.
After Erasure Completes¶
- Drives return to Online status
- Attach both screenshots to the asset record as proof of erasure
- Perform factory reset again (Part 2) to clear system configuration
satask Command Reference¶
| Command | Description |
|---|---|
satask resetpassword |
Reset superuser password to default |
satask chserviceip -default |
Reset service IP to default |
satask chserviceip -serviceip X -gw X -mask X |
Set specific service IP |
satask stopnode |
Stop the node canister |
satask rescuenode |
Start automatic recovery |
satask t3recovery |
Start recovery for candidate nodes |
Service Assistant Navigation¶
| Task | Path |
|---|---|
| Service State | Manage System → Put into/Take out of Service State |
| Remove System Data | Manage System → Remove System Data |
| Reset System ID | Configure Enclosure → Reset System ID |
| View Status | System Overview |
| Create System | Manage System → Create System |
Troubleshooting¶
Cannot Access Service Assistant¶
- Verify network connectivity to service IP
- Try both node IPs (they may be different)
- Use USB satask method to reset IP/password
- Check console cable if using serial
Node Won't Exit Service State¶
- Refresh the browser
- Clear browser cache and login again
- Wait longer - some operations take time
- Check for errors in System Overview
Secure Erase Not Available¶
- Drives must be in Unused state first
- Ensure no volumes are using the drives
- Delete all pools and volumes before marking unused
System Shows Errors After Reset¶
- Both nodes must complete the reset procedure
- Verify both canisters show "Candidate" status
- Check for hardware issues if errors persist
Post-Reset Checklist¶
- [ ] Both nodes reset to default password
- [ ] Service IPs verified/reset
- [ ] System data removed from both nodes
- [ ] System ID reset
- [ ] All drives securely erased
- [ ] Screenshots captured for certification
- [ ] Final factory reset completed
- [ ] Power off system cleanly