|
|
|
Junior Member
      
Group: Forum Members
Last Login: 2/26/2008 11:42:13 AM
Posts: 16,
Visits: 32
|
|
Hi all,
As we can start the Teradata services from the commeand prompt....
Anyone let me know how to stop the services from command prompt...
will the process of starting the sevices make any difference whether we start it from the command prompt/windows/control panel(administrative tools /services)
Thanks,
abc
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: 11/12/2008 9:19:53 PM
Posts: 469,
Visits: 463
|
|
you can shutdown the database by
tpareset -x -y "stopping teradata"
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 2/26/2008 11:42:13 AM
Posts: 16,
Visits: 32
|
|
Hi all,
Thanks for the answer.
When we give the command at the command prompt as
tpareset -x -y
It says..........
tpareset: Reason for the reset must be specified.
Why is it so?
Are there many reasons to be specified ? if so what are they?
does tpa in tpareset stands for "Trusted Parallel Application" ?
If not ... what does that mean?
Also request you to explain the command
net start recond
Thanks,
abc
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: 2 days ago @ 3:41:05 AM
Posts: 522,
Visits: 264
|
|
> Are there many reasons to be specified ? if so what are they?
You can key in anything you want, this text is just used as an explanantion for the reset within the dbc.software_eventlog.
> does tpa in tpareset stands for "Trusted Parallel Application" ?
yes
> Also request you to explain the command
> net start recond
It's the windows command to start a service, recond is the "Teradata Database Initiator" service, which just kicks off the database start and the stops again.
Dieter
|
|
|
|