Skip to main content

3.2.12 Setting the Default Services


3.2.12 Setting the Default Services
Use the following commands to set the default services for a logical domain.
Table 3-17  Commands for Setting the Default Services
Command Functional Outline
ldm add-vconscon Adds the virtual console terminal collection and distribution service.
ldm add-vdiskserver Adds the virtual disk server.
ldm add-vswitch Adds the virtual switch service.
ldm add-vconscon command
Use the ldm add-vconscon command to add the virtual console terminal collection and distribution unit service to the control domain.
# ldm add-vconscon port-range=x-y vcc-name ldom
  1. x
    Specify the lower limit value for the port number of the virtual console terminal collection and distribution unit.
  2. y
    Specify the upper limit value for the port number of the virtual console terminal collection and distribution unit.
  3. vcc-name
    Specify the name of the virtual console terminal collection and distribution unit.
  4. ldom
    Specify the logical domain name. The control domain name is "primary". If the specified logical domain is not the control domain, the logical domain becomes the console output destination.
    If the specified logical domain is not the control domain, execute the ldm add-vcc command, and then enable the virtual network terminal server daemon (vntsd) for the logical domain by using the svcadm enable command.
# svcadm enable svc:/ldoms/vntsd
ldm add-vdiskserver command
Use the ldm add-vdiskserver command to add a virtual disk server to the control domain.
# ldm add-vdiskserver service-name ldom
  1. service-name
    Specify a virtual disk server name. This name must be unique among all the virtual disk server names within the system.
  2. ldom
    Specify the logical domain name. The control domain name is "primary".
ldm add-vswitch command
Use the ldm add-vswitch command to add the virtual switch service to the control domain.
# ldm add-vswitch net-dev=device vswitch-name ldom
  1. net-dev=device
    Specify a network device name.
  2. vswitch-name
    Specify a virtual switch service name.
  3. ldom
    Specify the logical domain name. The control domain name is "primary".