-See examples of messages that pdestate returns when the database is still initializing.
+See examples of messages that pdestate returns when the database is still initializing:
PDE state is DOWN/HARDSTOP.
@@ -67,14 +56,18 @@ PDE state is RUN/STARTED.
-- Now that the database is up, go back to the virtual desktop and launch `Teradata Studio Express`
+- Now that the database is up, you can log in to it:
+- At the shell prompt, type `bteq`.
+- At the logon prompt, type `.logon 127.0.0.1/dbc`.
+- At the password prompt, type `dbc`.
+ - If successful, the Basic Teradata Query (BTEQ) session confirms that you are logged into BTEQ.
-
+
-- When you first start it you will be offered a tour. Once you close the tour, you will see a wizard window to add a new connection. Select `Teradata`:
-
-
-
-- On the next screen, connect to the database on your localhost using `dbc` for the username and password:
+- Run the SQL test script by typing the following:
+```bash
+select * from dbc.dbcinfo;
+```
+- A successful test returns: `*** Query completed.`
-
+
\ No newline at end of file
diff --git a/quickstarts/get-access-to-vantage/on-your-local/getting-started-utm.md b/quickstarts/get-access-to-vantage/on-your-local/getting-started-utm.md
index 19e51dbb518..609e93dab92 100644
--- a/quickstarts/get-access-to-vantage/on-your-local/getting-started-utm.md
+++ b/quickstarts/get-access-to-vantage/on-your-local/getting-started-utm.md
@@ -11,9 +11,7 @@ keywords: [data warehouses, compute storage separation, teradata, vantage, cloud
---
import GettingStartedIntro from '../../_partials/getting-started-intro.mdx';
import RunVantage from '../../_partials/run-vantage.mdx';
-import RunSimpleQueries from '../../_partials/running-sample-queries.mdx';
import GettingStartedSummary from '../../_partials/getting-started-summary.mdx';
-import CommunityLink from '../../_partials/community_link.mdx';
# Run Vantage Express on UTM
@@ -78,7 +76,6 @@ No admin rights on your local machine? Have a look at how to run Vantage Express