Appliance Configuration via CLI
The XLServer Appliance provides a built-in Command Line Interface (CLI) for administrative configuration and maintenance.
All operations are performed by connecting to the appliance via SSH using the sysman
user.
Accessing the CLI
- Connect to the XLServer appliance with SSH: ssh sysman@<xlserver-host>
- Once connected, you can enter
help
(orh
) to view the main menu:
- To exit the CLI, type:
quit
or simply q
.
Available CLI Menus
- host → Configure hostname
- ntp → Configure NTP (time synchronization)
- network → Configure network interfaces (management, backup, client)
- service → Start/stop/view status of the XLServer service
- password → Change the
sysman
password - certificate → View or regenerate self-signed SSL certificate
- cleanup → Clean orphan objects from repository
- reset → Reset the appliance to initial state
Configure the Hostname
- Enter the
host
menu:
host help
- Show current hostname:
show
- To set a new hostname, type the new hostname at the prompt and confirm with
YES
.
- Return to the main menu with:
quit
Configure NTP
- Enter the
ntp
menu:
ntp help
- Show current NTP configuration:
show
- To configure or reconfigure NTP servers:
setup
Follow the prompts to add NTP server addresses.
Configure Network
- Enter the
network
menu:
network help
- Show available NICs on the appliance:
device
- Show current network configuration:
show
- At least one
MANAGEMENT
network is mandatory. - Optional:
BACKUP
andCLIENT
networks.
Configure MANAGEMENT Network
management
You will be prompted to provide:
- NIC UUID to use
- IP assignment (DHCP or Manual)
- CIDR IP (e.g.,
192.168.1.46/24
) if manual - Gateway IP address
- DNS server
- Jumbo frame (enable/disable)
- Confirm with
YES
to save changes
Configure BACKUP Network
backup
Steps are identical to MANAGEMENT configuration.
Configure CLIENT Network
client
Steps are identical to MANAGEMENT configuration.
Delete a Network Configuration
delete
Enter the network type to delete (MANAGEMENT
, BACKUP
, CLIENT
).
Return to the main menu with:
quit
Service Management
- Enter the
service
menu:
service help
- View service status:
status
- Stop the service:
stop
- Start the service:
start
Change sysman Password
- Enter the password menu:
password
Prompt will display:
XLSERVER:PASSWORD>
- Enter the new password and confirm with
YES
.
Certificate Management
- Enter the certificate menu:
certificate help
- Show current SSL certificate details:
show
- Generate a new self-signed certificate:
generate
Cleanup Command
The cleanup
command removes orphan objects in XLServer.
⚠️ Important: You must stop the XLServer service before running this command.
cleanup
Reset the Appliance
The reset
command reinitializes XLServer to its factory state.
This empties the database repository of all user modifications.
⚠️ Important: You must stop the XLServer service before running this command.
reset