Management and Repository for FreeBSD Jails

Attention! Current pages describe CBSD version 10.1.4. If you are using an older version, please update first.

Attention! I apologize for the automatic translation of this text. You can improve it by sending me a more correct version of the text or fix html pages via GITHUB repository.

Priority launch environments

Commands: jorder, jorder-tui, border, border-tui

% cbsd jls display=jname,b_order
                

Description:

There may be a situation where the launch of one of the jail/vm desirable to run the rest. Such as those cells may be critical to the service as a database SQL or LDAP services.

In this case, you can edit Boot Order (b_order in jail/vm settins)

By default, all environment created with the index b_order equal 10 ( is defined in the profile, you can change it)

If you need to jail2 started earlier than jail1, its index b_order must be lower than the second jail.

You can make a selection on the current configuration via the command jls:

% cbsd jls display=jname,b_order
JNAME    B_ORDER
firefly  3
jail1    10
kde4     1
kdeold   9
spicy2   2
test     2
        

This means that the jail named kde4 start the first. The most recent will be launched environment jail1

Also, you can see the sequence of cells run through the command jorder

% cbsd jorder
        

In what sequence jail printer - in this sequence they will run

To edit a sequence use jset or TUI-editor jorder-tui

To edit bhyve priority, use the command: border, border-tui