Vic/LDOMS/ldm

From Summerseas

Jump to: navigation, search

Usage:
        ldm [--help] command [options] [properties] operands

Command(s) for each resource (aliases in parens):

    bindings
        list-bindings [-e] [-p] [<ldom>...]

    services
        list-services [-e] [-p] [<ldom>...]

    constraints
        list-constraints ([-x] | [-e] [-p]) [<ldom>...]

    devices
        list-devices [-a] [-p] [cpu] [mau] [memory] [io]

    domain      ( dom )
        add-domain (-i <file> | mac-addr=<num> <ldom> | <ldom>...)
        remove-domain (-a | <ldom>...)
        list-domain [-e] [-l] [-p] [<ldom>...]
        start-domain (-a | -i <file> | <ldom>...)
        stop-domain [-f] (-a | <ldom>...)
        bind-domain (-i <file> | <ldom>)
        unbind-domain <ldom>
        panic-domain <ldom>

    io
        add-io [bypass=on] <bus> <ldom>
        remove-io <bus> <ldom>

    mau
        add-mau <number> <ldom>
        set-mau <number> <ldom>
        remove-mau <number> <ldom>

    memory      ( mem )
        add-memory <number>[GMK] <ldom>
        set-memory <number>[GMK] <ldom>
        remove-memory <number>[GMK] <ldom>

    reconf
        remove-reconf <ldom>

    spconfig    ( config )
        add-spconfig <config_name>
        set-spconfig <config_name>
        remove-spconfig <config_name>
        list-spconfig

    variable    ( var )
        add-variable <var_name>=<value>... <ldom>
        set-variable <var_name>=<value>... <ldom>
        remove-variable <var_name>... <ldom>
        list-variable [<var_name>...] <ldom>

    vconscon    ( vcc )
        add-vconscon port-range=<x>-<y> <vcc_name> <ldom>
        set-vconscon port-range=<x>-<y> <vcc_name>
        remove-vconscon [-f] <vcc_name>

    vconsole    ( vcons )
        set-vconsole [port=[<port-num>]] [group=<group>] [service=<vcc_server>] <ldom>

    vcpu
        add-vcpu <number> <ldom>
        set-vcpu <number> <ldom>
        remove-vcpu <number> <ldom>

    vdisk
        add-vdisk [timeout=<seconds>] <disk_name> <volume_name>@<service_name> <ldom>
        remove-vdisk [-f] <disk_name> <ldom>

    vdiskserver ( vds )
        add-vdiskserver <service_name> <ldom>
        remove-vdiskserver [-f] <service_name>

    vdpcc       ( ndpsldcc )
        add-vdpcc <vdpcc_name> <service_name> <ldom>
        remove-vdpcc [-f] <vdpcc_name> <ldom>

    vdpcs       ( ndpsldcs )
        add-vdpcs <vdpcs_name> <ldom>
        remove-vdpcs [-f] <vdpcs_name>

    vdiskserverdevice   ( vdsdev )
        add-vdiskserverdevice <file|device> <volume_name>@<service_name>
        remove-vdiskserverdevice [-f] <volume_name>@<service_name>

    vnet
        add-vnet [mac-addr=<num>] <if_name> <vswitch_name> <ldom>
        set-vnet [mac-addr=<num>] [vswitch=<vswitch_name>] <if_name> <ldom>
        remove-vnet [-f] <if_name> <ldom>

    vswitch     ( vsw )
        add-vswitch [mac-addr=<num>] [net-dev=<device>] <vswitch_name> <ldom>
        set-vswitch [mac-addr=<num>] [net-dev=<device>] <vswitch_name>
        remove-vswitch [-f] <vswitch_name>

Verb aliases:
        Alias          Verb
        -----          -------
        rm             remove
        ls             list

Command aliases:
        Alias          Command
        -----          -------
        create         add-domain
        destroy        remove-domain
        cancel-reconf  remove-reconf
        start          start-domain
        stop           stop-domain
        bind           bind-domain
        unbind         unbind-domain
        panic          panic-domain
Personal tools