Go to main content

man pages section 8: System Administration Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

ai-wizard(8)

Name

ai-wizard - Start the AI Manifest Wizard web application

Synopsis

/usr/bin/ai-wizard [-p port]

Description

The ai-wizard script is used to start the AI Manifest Wizard in a web browser.

It constructs the correct URL required to access the wizard and attempts to use the /usr/bin/xdg-open utility to open a new web browser or open a new tab in the running web browser with that URL. If /usr/bin/xdg-open is not available on the system, it will attempt to invoke /usr/bin/firefox directly.

To use ai-wizard you should be directly logged into a desktop session on the AI sever, or you should be remotely connected to the AI server with X11 forwarding enabled (for example, ssh -X < SYSTEM_NAME>).

Options

The following options are supported:

–p port

Specify which port on the AI Server to connect to.

By default, ai-wizard checks which port the AI Server's webserver is running on, and use that in the URL it constructs. The –p option can be used to override this port number and use a specific port of the user's choosing.

Exit Status

The following exit values are returned:

0

The command executed successfully.

1

An error occurred.

99

An unknown error occurred.

Attributes

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/install/auto-install/auto-install-common
Interface Stability
Uncommitted

See Also

ai_manifest(5), installadm(8)