Labels

Friday, 18 March 2011

M5000 Commands to Configure Domains

Domain Creation

Two equal domains

Set up hardware

xscf> setupfru -x 1 sb 0

xscf> setdcl -d 0 -a 0=00-0

xscf> addboard -y -d 0 -c assign 00-0

xscf> setupfru -x 1 sb 1

xscf> setdcl -d 1 -a 0=01-0

xscf> addboard -y -d 1 -c assign 01-0

xscf> setdcl -d 0 -r 01

Check config

xscf> showboards -a

xscf> showdcl -av

xscf> showfru sb 0

xscf> showfru sb 1

Set autoboot to false so domain doesn't try to boot net before we check it out

setdomainmode -y -d 0 -m autoboot=off

setdomainmode -y -d 1 -m autoboot=off

One single domain

Set up hardware

xscf> setupfru -x 1 sb 0

xscf> setupfru -x 1 sb 1

xscf> setdcl -d 0 -a 0=00-0 1=01-0

xscf> addboard -y -d 0 -c assign 00-0 01-0

Check config

xscf> showboards -a

xscf> showdcl -av

xscf> showfru sb 0

xscf> showfru sb 1

Set autoboot to false so domain doesn't try to boot net before we check it out

setdomainmode -y -d 0 -m autoboot=off

Afterward connect to the domain to install Solaris

xscf> poweron -d #

xscf> console -d #

No comments:

Post a Comment