Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing initializer installation procedures per 2023-0914-770393. #608

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
2 changes: 0 additions & 2 deletions docs/config_access_mgmt.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ From the terminal window:
- `ctrl+a`
- `d`

For additional information about the manual installation process with Screen, please refer to [Manually Installing the SSR](intro_installation_installer.md).

### Additional SSH Parameters
- SSH Mode Verification performs strict mode checking of home directory configuration files, as well as user-specific SSH configuration files to prevent one user from logging on to the system as another user.
- SSH logon by a non-certificate-trusted host is not allowed.
Expand Down
11 changes: 3 additions & 8 deletions docs/initializer_cli_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_label: Initializer Command Line Reference

This is a reference document for the SSR Initializer command line interface.
For a guide to basic usage, see the initialization section of the
[Manual Installation Guide](intro_installation_installer.md#initialize-the-128t-node).
[Router Interactive Installation](intro_installation_bootable_media.mdx#initialize-the-ssr-node).

## Running the Initializer

Expand Down Expand Up @@ -34,17 +34,14 @@ of 0. If any error was encountered during the operation, the return code will
be non-zero.

:::note

The SSR must not be running during initialization. The Initializer will
detect when SSR is running and exit with this message:

```txt
SSR is running; cannot launch Initializer
```

To stop SSR, follow the steps shown in the
[Installation Guide](intro_installation.md#stopping-the-128t-routing-software).

To stop the SSR, follow the steps shown in the [Installation Guide](intro_installation.md#stopping-the-128t-routing-software).
:::

### Interactive Mode
Expand All @@ -56,9 +53,7 @@ SSR.
initialize128t
```

Follow the on-screen prompts to complete the initialization process. Step-by-step
instructions for the Initializer wizard can be found in the
[Installation Guide](intro_installation_installer.md#initialize-the-128t-node).
Follow the on-screen prompts to complete the initialization process. Step-by-step instructions for the Initializer can be found in the initialization section of the [Router Interactive Installation](intro_installation_bootable_media.mdx#initialize-the-ssr-node).

### Automated Mode

Expand Down
5 changes: 3 additions & 2 deletions docs/installer_cli_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ install128t
```

Follow the on-screen prompts to complete the installation and initialization process.
Step-by-step instructions for the Installer wizard can be found in the
[Installation Guide](intro_installation_installer.md#install-using-128t-installer).
Step-by-step instructions for the Installer can be found starting in the
the initialization section of the
[Router Interacrive Installation](intro_installation_bootable_media.mdx#initialize-the-ssr-node.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link will likely not work. I do not see a corresponding change that shows the heading change to match the new URI.


## Automated Mode

Expand Down
4 changes: 2 additions & 2 deletions docs/intro_initialize_HA_conductor.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Click on the link of the public cloud provider where you want to perform the Ses

## Deploying the Primary Node Conductor – Node A

If the SSR software is not already installed on the Node A VM, launch the SSR installer using the command `install128t` and follow the [Installation Procedure](intro_installation_installer.md). After the installation is complete, the system will restart and the initializer will launch automatically.
If the SSR software is not already installed on the Node A VM, refer to the [High Availability Conductor Installation](ha_conductor_install.mdx) procedure. After the installation is complete, the system will restart and the initializer will launch automatically.

If the software is already installed, launch the initializer from the command line using `initialize128t`.

Expand Down Expand Up @@ -80,7 +80,7 @@ Node A is now ready to allow access to Node B in order to form the HA pair. The

## Deploying the Secondary Node Conductor – Node B

Log in to the Node B VM. If the SSR software is not already installed, launch the SSR installer using the command `install128t` and follow the [Installation Procedure](intro_installation_installer.md). After the installation is complete, the system will restart and the initializer will launch automatically.
Log in to the Node B VM. If the SSR software is not already installed on the Node A VM, refer to the [High Availability Conductor Installation](ha_conductor_install.mdx) procedure. After the installation is complete, the system will restart and the initializer will launch automatically.
If the software is already installed, launch the initializer from the command line using `initialize128t.`

1. On the SSR Initializer Wizard, use the space bar to select the Conductor role for the SSR node and press the Enter key to select OK.
Expand Down
137 changes: 0 additions & 137 deletions docs/intro_installation_installer.md

This file was deleted.

Loading
Loading