Configuration Verification
After the file system is mounted, start the Oracle database to check whether data migration is successful.
Procedure
- Log in to the AIX-based application server.
- Start the Oracle database and check whether it can successfully start.
su - oracle//Log in as user oracle. echo $ORACLE_SID//View the current ORACLE_SID. export ORACLE_SID=XXX//Specify a database instance. sqlplus /nolog//Run the nolog command to enter the sqlplus environment. conn as sysdba//Log in to the database as an administrator. (You must obtain the user name and password of an administrator account.) startup//Start the current database instance. lsnrctl start//Start listening. If "Success" is displayed, the database successfully starts.
- If Success is displayed, data is successfully migrated from the HDS USP-V to the S5600T.
- If Success is not displayed, the data migration failed. Check whether the configuration operations are correctly performed.