| Configuring and Installing Solaris 8 and Solaris 9 ( Containers / Zones ) » |
Solaris : Access LDOM console remotely
SolarisThe vntsd service defaults to listening for connections on localhost (IP address 127.0.0.1), so you canonly access domain consoles from the control domain by telnet to localhost. However, by changing the service configuration you can enable remote access. This example reconfigures the console service for remote access:
#svccfg
svc:>select ldoms/vntsd
svc:/ldoms/vntsd> listprop
vntsd application
vntsd/timeout_minutes integer 0
vntsd/vcc_device astring virtual-console-concentrator@0
vntsd/listen_addr astring localhost
...
svc:/ldoms/vntsd>setpropvntsd/listen_addr = 192.168.0.21
svc:/ldoms/vntsd>exit
#svcadm refresh ldoms/vntsd
#svcadm restart ldoms/vntsd
You can now access domain consoles froma different machine by telneting to the specified host, likethis:
% telnet 192.168.0.21 5000
Recent comments