Powerpath can present devices as native devices or pseudo devices. Powerpath automatically creates pseudo devices in support operating system.
A pseudo device is a special device created by powerpath. Powerpath supports up to 32 paths per device. Powerpath supports pseudo devices on all platforms excpet HP-UX.
PPME steps:
- Install Powerpath.
- Install PPME license.
- Identify source and target LUNs.
- Zone and mask target LUNs to the host
- Setup migration (use powermig setup)
- Start bulk data copy and cloning of application writes. (use powermig sync)
- Query migration status. (use powermig query)
- Pause/Resume migration (use powermig pause/resume)
- After copy completes, test the result by starting reads from target by moving from the source select state. (use powermig selectTarget)
- Commit the migration (use powermig commit)
- Clean up the migration (use powermig cleanup)
- Remove the source device.
- setup - specifies the source and target devices and technolgy type used in the migration
- sync - starts data copy and write cloning process while application continues uninterrupted
- info - displays information about one or all migration sessions
- query - displays information about one migration sessions
- pause/resume - pasuse/resume a migration process
- throttle - change the bulk data rate for a migration
- abort - aborts a migration and returns the migration session to setup state
- selectSource - designates the source logical unit as the recipient of all I/O requests
- selectTarget - designates the target logical unit as the recipient of all I/O requests
- commit - commits the migration by permanently designating the target as the recipient of all I/O requests. Source device is no longer synchronized with the target
- undoredirect - stop redirection of I/O from source to target. Only use when source logical unit is a native device and application I/O is stopped.
- cleanup - removes selected data on the source or target logical unit so that the abandoned device is left in a safe state.
- getHandle - retrieves the handle for a migration session in progress
- version - displays PPME version on host.
So do you know how to get a "setup" to abort? If you do a powermig info -query -all and it shows a session in a "setup" state but it's WRONG, so I need to abort/kill it. How do you do that?
ReplyDeleteadded a reply so I could check the "notify me" checkbox in case anybody replies.
Delete