Solaris: metainit: No such file or directory
# metainit -f d200 -m d100
metainit: srmtl104: d200: No such file or directory
The explanation is in kernel parameters:
# grep nmd /kernel/drv/md.conf name="md" parent="pseudo" nmd=128 md_nsets=4;
nmd limits pseudo-device names to 128.
You may change this, wich implies a boot -r, or limit yourself to pseudo-device names within the range.
# metainit -f d127 -m d100 d127: Mirror is setup #
Comments