> For the complete documentation index, see [llms.txt](https://ibm-developer.gitbook.io/datastage-standalone-workshop/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ibm-developer.gitbook.io/datastage-standalone-workshop/instructors/admin-guide.md).

# About this workshop

This section has hints and tips for instructors:

## Provisioning environments

Use <https://bluedemos.com/show/2543> to provision instances of the Skytap environment as needed.

* Only IBMers can provision an instance, you'll need to log in with your w3ID.
* You're limited to one request at a time.
* You can schedule how long you want to keep the instance live.
* You'll be emailed a link and a password. Distribute these to the lab attendees.
* There's no cost to running these instances.
* Instances will automatically suspend after 2 hours of inactivity. Just turn them back on to continue.

## Enable the Operations Console

Access the `iis-server` VM.

Log in with the credentials above. Run the following commands.

Change to the Information Server install path:

```bash
$ cd /opt/IBM/InformationServer/Server/DSODB
```

Edit the `DSODBConfig.cfg` file. set the `DSODBON` value to `1`. It should be the first value at the top of the file. Save your changes and exit your editor.

```
DSODBON=1
```

If you're not familiar with `vi` you can use `sed`

```bash
sed -i 's/DSODBON=0/DSODBON=1/g' DSODBConfig.cfg
```

Restart your console:

```bash
$ cd /opt/IBM/InformationServer/Server/DSODB/bin
$ ./DSAppWatcher.sh -start
```

## Copy the data over

Access the `iis-server` VM.

Log in with the credentials above. Run the following commands.

Change to the right folder:

```bash
$ cd /IBMdemos
```

Download the data:

> **NOTE**: the command uses `-O` (not zero)

```bash
$ wget http://ibm.biz/datastage-standalone-data -O raviga-products.csv
```

Verify the content

```bash
$ cat raviga-products.csv
RAV8XLIGA,90033
...
RAV9XLIGA,90033
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ibm-developer.gitbook.io/datastage-standalone-workshop/instructors/admin-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
