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.
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 |
- x
Specify the lower limit value for the port number of the virtual console terminal collection and distribution unit. - y
Specify the upper limit value for the port number of the virtual console terminal collection and distribution unit. - vcc-name
Specify the name of the virtual console terminal collection and distribution unit. - 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 |
- service-name
Specify a virtual disk server name. This name must be unique among all the virtual disk server names within the system. - 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 |
- net-dev=device
Specify a network device name. - vswitch-name
Specify a virtual switch service name. - ldom
Specify the logical domain name. The control domain name is "primary".
< Previous Page | Next Page >