Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions docs-chef-io/content/server/ctl_chef_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,50 +107,6 @@ This subcommand has the following syntax:
chef-server-ctl notice
```

## install

The `install` subcommand is used to install premium features of the Chef
Infra Server: Chef management console and Chef Infra Client run
reporting, high availability configurations, and Chef
Infra Server replication.

{{< warning >}}

The `chef-server-ctl install` command no longer works in the 12.5 (and
earlier) versions of the Chef Infra Server due to a change in how
packages are downloaded from Chef.

{{< /warning >}}

**Syntax**

This subcommand has the following syntax:

```bash
chef-server-ctl install name_of_addon (options)
```

where `name_of_addon` represents the command line value associated with
the add-on or premium feature.

**Options**

This subcommand has the following options:

`--path PATH`

: Use to specify the location of a package. This option is not
required when packages are downloaded from
<https://packages.chef.io/>.

### Use Downloads

{{< readfile file="content/server/reusable/md/ctl_chef_server_install_features_download.md" >}}

### Use Local Packages

{{< readfile file="content/server/reusable/md/ctl_chef_server_install_features_manual.md" >}}

## Key Rotation

Use the following commands to manage public and private key rotation for
Expand Down
56 changes: 0 additions & 56 deletions docs-chef-io/content/server/install_server_tiered.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,62 +265,6 @@ organization:
1. {{< readfile file="content/server/reusable/md/ctl_chef_server_user_create_admin.md" >}}
2. {{< readfile file="content/server/reusable/md/ctl_chef_server_org_create_summary.md" >}}

## Enable Features

Enable additional features of the Chef Infra Server! The packages may be
downloaded directly as part of the installation process or they may be
first downloaded to a local directory, and then installed.

**Use Downloads**

The `install` subcommand downloads packages from
<https://packages.chef.io/> by default. For systems that are not behind
a firewall (and have connectivity to <https://packages.chef.io/>), the
Chef management console package can be installed as described below:

Chef Manage

: Use Chef management console to manage data bags, attributes,
run-lists, roles, environments, and cookbooks from a web user
interface.

On each front end server in the Chef Infra Server configuration,
run:

```bash
chef-server-ctl install chef-manage
```

then:

```bash
chef-server-ctl reconfigure
```

and then:

```bash
chef-manage-ctl reconfigure
```

To accept the [Chef MLSA]({{< relref "chef_license" >}}):

```bash
sudo chef-manage-ctl reconfigure --accept-license
```

This updates the Chef Infra Server and creates the
`/etc/opscode-manage/secrets.rb` file. When running the Chef
management console 1.11 (or higher), copy the `secrets.rb` file in
the `/etc/opscode-manage` directory on one of the frontend servers
to the same directory on each of the other frontend servers, and
then rerun `chef-manage-ctl reconfigure` so the copied
`/etc/opscode-manage/secrets.rb` file gets used correctly.

**Use Local Packages**

{{< readfile file="content/server/reusable/md/ctl_chef_server_install_features_manual.md" >}}

## Reference

The following sections show an example chef-server.rb file and a list of
Expand Down

This file was deleted.

This file was deleted.

Loading