When executing the mount command at the destination Adaptive Server, use these rules:
The page size in the destination Adaptive Server must be equal to the page size in the source Adaptive Server.
There must be enough devices configured at the destination Adaptive Server to successfully add all the devices belonging to the mounted databases.
If the logical device you are mounting from the source Adaptive Server has the same name as the logical device on the destination Adaptive Server, these devices are automatically renamed unless you include an alias with the mount command.
If the physical device name already exists on the destination Adaptive Server, you must rename the physical device name on the source Adaptive Server at the operating system level and provide the new physical device name with the mount command.
The log version must be the same in the source and destination Adaptive Servers.
You cannot mount a database from an Adaptive Server with a higher major version number. For example, you cannot mount a 15.0 version database on a 12.5.x version of Adaptive Server.
The platforms of the source and destination Adaptive Servers must be the same.
Differences in the sort order or character set are resolved by rules followed by load database. A database with a different character set can be mounted only if the sort order is binary.