For Teradata database express edition installed on Suse linux, we can check the database service status by
command "pdestate".
# pdestate -a
PDE state is START/TVSASTART. --which indicates database service is up and running.
or
PDE state is DOWN/HARDSTOP. --- indicates database service is down.
we can start or stop the database service from /etc/init.d as
s10-1310:/etc/init.d # service tpa start/stop.
Note: once we start the database service (tpa), this may take few minute to start and enable logons etc.
Troubleshooting
If you are running into problems getting Teradata started, the first place to
check for clues is in the log file:
And finally, to check your storage, use the verify_pdisks command:
|
# verify_pdisks
All pdisks on this node verified.
|
You may see some warning messages with this, but what we're looking for is
the final 'verified' message.