Can't telnet to LDOM

Per the 'Beginners Guide to LDOMs', I created and started myldom1, but I can't telnet to port 5000 to get the OK prompt.

# ldm list-domain

Name StateFlagsConsVCPU MemoryUtil Uptime

primary active-t-cvSP41G0.2% 31m

myldom1 bound--5000124G

# ldm start-domain myldom1

LDom myldom1 started

# telnet localhost 5000

Trying 127.0.0.1...

telnet: connect to address 127.0.0.1: Connection refused

Trying ::1...

telnet: Unable to connect to remote host: Network is unreachable

There is nothing listening on port 5000. Here is some more information:

# ldm list-bindings myldom1

Name:myldom1

State: active

Flags: transition

OS:

Util:100%

Uptime: 4m

Vcpu:12

vidpidutil strand

04100%100%

15100%100%

26100%100%

37100%100%

48100%100%

59100%100%

610100%100%

711100%100%

812100%100%

913100%100%

1014100%100%

1115100%100%

Memory: 4G

real-addrphys-addrsize

0x80000000x480000004G

Vars:auto-boot?=false

boot-device=/virtual-devices@100/channel-devices@200/disk@0

Vldcc: vldcc0 [Domain Services]

service: primary-vldc0 @ primary

[LDC: 0x0]

Vnet:vnet1

mac-addr=0:14:4f:f8:5c:8

service: primary-vsw0 @ primary

[LDC: 0x1]

Vdisk: vdisk1 vol1@primary-vds0

service: primary-vds0 @ primary

[LDC: 0x2]

Vcons: [via LDC:3]

myldom1@primary-vdc0 [port:5000]

Any thoughts as to why I can't connect to the LDOM?

[1623 byte] By [bperttunena] at [2007-11-27 10:24:12]
# 1

You have to ensure that the ldmd service is enabled:svcs ldmd

If the service is offline, then you have to enable it: svcadm enable ldmd

achartrea at 2007-7-28 17:26:30 > top of Java-index,Administration Tools,Logical Domains for CoolThreads Servers...
# 2

I figured out the problem and ran this command to fix:

# svcadm enable ldoms/vntsd

I wonder if JASS disabled this service?

bperttunena at 2007-7-28 17:26:30 > top of Java-index,Administration Tools,Logical Domains for CoolThreads Servers...
# 3

No. JASS does not enable or disable the vntsd service.

The user needs to do this manually when the LDoms vcc service is created.

"The Virtual Network Terminal Server, vntsd, will not

be enabled, since it will go into maintenance unless the

appropriate Logical Domains services have been created."

merwicka at 2007-7-28 17:26:30 > top of Java-index,Administration Tools,Logical Domains for CoolThreads Servers...