I have to work with EMC PowerPath disks/LUNs. I find them in the /dev/dsk/ directory under names such as emcpower0a, emcpower0b, …, emcpower0z, emcpower1a, …
Here are my points of confusion:
- Inside of
/dev/dsk/, it will the show disksemcpower##[a-z]regularly, but when it gets to 'p' (emcpower#p), it includesemcpower#p0,emcpower#p1, …,emcpower#p4. Why is it showing me partitions for these and not any others? - When I try to create partitions on a disk, I do this:
format emcpower0a; then I go into partition, modify, and assign a size for each of the available slices. I then typequit, typesaveat theformat >prompt, andexit. Yet, after that, where do I find these slices?
devfsadm -c disk -vto rescan the disks affter you run cfgadm. Verify it withfcinfoandprtconfcommands. – Nikhil Mulley Dec 7 '11 at 4:34