# Step 2: Unpack the Pentaho Server installation files

The Pentaho Server installation file is a package file and needs to be unpacked.

1. Unzip the Pentaho Server installation file. Inside is the packaged file.
2. Run the `install.bat` file to unpack the installation file.

   The IZPak window appears.
3. Read the license agreement in the IZPack window.
   1. Select the **I accept the terms of this license agreement** check box
   2. Click **Next**.
4. In the **Select the installation path** text box, browse to or enter the directory where you created the `\pentaho\server\pentaho-server` directory, and then click **Next**.

   A warning message appears informing you that the directory already exists.
5. Click **Yes**.

   Any existing files in the directory will be retained.
6. Click **Done** when the installation progress is complete.
7. In the `\pentaho-server` directory, navigate to the `\pentaho-server-manual-ee` directory created by the IZPak tool. Unzip the `.zip` files and place the contents in the appropriate directories listed below.

   | File                            | Unzip the Contents of the File to this Directory |
   | ------------------------------- | ------------------------------------------------ |
   | `license-installer.zip`         | `pentaho\server`                                 |
   | `jdbc-distribution-utility.zip` | `pentaho\server`                                 |
   | `pentaho-data.zip`              | `pentaho\server\pentaho-server`                  |
   | `pentaho-solutions.zip`         | `pentaho\server\pentaho-server`                  |
8. Copy the `.war` and `.html` files to the following directories on your web application server.​

| File                              | Copy Files to this Directory                                                                                                                                                                                                                     |
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `pentaho.war`                     | <ul><li>Tomcat: <code>pentaho\server\pentaho-server\&#x3C;your tomcat installation directory>/webapps</code></li><li>JBoss: <code>pentaho\server\pentaho-server\&#x3C;your jboss installation directory>\standalone\deployments</code></li></ul> |
| `pentaho-style.war`               | <ul><li>Tomcat: <code>pentaho\server\pentaho-server\&#x3C;your tomcat installation directory>\webapps</code></li><li>JBoss: <code>pentaho\server\pentaho-server\&#x3C;your jboss installation directory>\standalone\deployments</code></li></ul> |
| `PentahoServer_OSS_Licenses.html` | `pentaho\server\pentaho-server`                                                                                                                                                                                                                  |


---

# Agent Instructions: 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://docs.pentaho.com/install/9.3-install/pentaho-installation-overview-cp/manual-installation/manual-installation-process/prepare-your-linux-environment-for-a-manual-installation/download-and-unpack-installation-files/step-2-unpack-the-pentaho-server-installation-files.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.
