Hi
I have new SAN deployed and migrated servers to new SAN, how i make sure from old 3par san that not used at all from any server just for verification ?
Thanks
old SAN
Re: old SAN
What I would do is to run the following in CLI:
statvlun -hostsum
That will show any IO activity to any volumes per hosts. If you have a lot of hosts connected you could add "-ni" at the end to exclude any hosts with 0 IO.
It's not perfect science but probably the best you got if you don't have control
statvlun -hostsum
That will show any IO activity to any volumes per hosts. If you have a lot of hosts connected you could add "-ni" at the end to exclude any hosts with 0 IO.
It's not perfect science but probably the best you got if you don't have control
The views and opinions expressed are my own and do not necessarily reflect those of my current or previous employers.
Re: old SAN
thank you i see there is io, and vvsum will show the io for vv or lun right
Re: old SAN
Phill wrote:thank you i see there is io, and vvsum will show the io for vv or lun right
correct. statvlun -vvsum shows per vv.
The views and opinions expressed are my own and do not necessarily reflect those of my current or previous employers.