LDM configuration and installation
Enable ldm and vntsd
# svcadm enable vntsd
# svcadm enable ldmd
create virtual console concentrator
# ldm add-vcc port-range=5000-5100 vcc0 primary
create virtual disk server same name for all servers in a pool *
# ldm add-vds vds0 primary
create virtual switch server wiht the same name on any server to accept migrations *
#ldm add-vsw net-dev=net2 pgc-vsw primary
configure control domain
# ldm set-vcpu 8 primary
Start a delayed reconfig
# ldm start-reconf primary
set memory for the primary domain
# ldm set-memory 4G primary
Add a logical domain config
# ldm add-config initial
# ldm list-config
# shutdown -y -g0 -i6
Install Solaris as a guest domain
No comments:
Post a Comment