
8.8.3 How to Use the dsksync Shell Script
This shell script will synchronize your disks on a AIX Version 3 system so they
will be named in the correct order. The order may differ from that expected from
the configuration rules as physical volumes and adapters are added and
removed over a period of time to your system. For example: hdisk0, hdisk2,
hdisk3 instead of hdisk0, hdisk1, hdisk2. The order of the disk names generally
does not cause errors, but it may cause confusion for the user. Run the
following
dsksync script to alleviate such confusion. The script will rename the
hard disks.
You may need to use a shell script similar to that given in in 8.8.2, ...