vds_add_vd() error and frozen guest domain
Hello all,
trying to setup a guest domain but getting a frozen domain at the end of the process. Seems to be a combination of some other issues on the forum. Commands run...
# ldm add-domain myldom1
# ldm add-vcpu 8 myldom1
# ldm add-memory 4G myldom1
# ldm add-vnet vnet1 primary-vsw0 myldom1
# ldm add-vdsdev /dev/dsk/c0t3d0s2 vol1@primary-vds0
# ldm add-vdisk vdisk1 vol1@primary-vds0 myldom1
# ldm set-variable auto-boot\?=false myldom1
# ldm set-variable boot-device=/virtual-devices@100/channel-devices@200/disk@0 myldom1
# ldm bind-domain myldom1
# ldm list-domain
Name StateFlagsConsVCPU MemoryUtil Uptime
primary active-t-cvSP42G3.2% 6m
myldom1 bound--500084G
# ldm list-bindings myldom1
Name:myldom1
State: bound
Flags:
OS:
Util:
Uptime:
Vcpu:8
vidpidutil strand
04 100%
15 100%
26 100%
37 100%
48 100%
59 100%
610100%
711100%
Memory: 4G
real-addrphys-addrsize
0x80000000x880000004G
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:f9:f7:be
service: primary-vsw0 @ primary
[LDC: 0x1]
Vdisk: vdisk1 vol1@primary-vds0
service: primary-vds0 @ primary
[LDC: 0x2]
Vcons: [via LDC:3]
myldom1@primary-vcc0 [port:5000]
# ldm start-domain myldom1
LDom myldom1 started
# ldm list-domain
Name StateFlagsConsVCPU MemoryUtil Uptime
primary active-t-cvSP42G0.6% 7m
myldom1 active-t500084G100% 7s
# 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
and in /var/adm/messages...
May 23 11:38:11 isdsyddev13 vds: [ID 556514 kern.info] vds_add_vd(): Failed to add vdisk ID 0
Tried stopping/unbinding the domain and then rebooting the primary domain, still doesn't work. Removed the guest domain, rebooted, recreated, still doesn't work. Any ideas on what else I can try? Thanks

