|
Verificar ACL del Dominio
============================ Attach ----------------- addboard -d A -c assign SBX addboard -d A -c connect SBX addboard -d A -c configure SBX Detach ------------------ deleteboard -c unconfigure SBX deleteboard -c disconnect SBX deleteboard -c unassign SBX moveboard -d A -c configure SBX Desde el dominio (como root) ============================ Attach ---------------- cfgadm -x assign SBX cfgadm -c connect SBX cfgadm -c configure SBX Detach ----------------- cfgadm -c unconfigure SBX cfgadm -c disconnect SBX cfgadm -x unassign SBX Desde la System Controller ============================ Attach --------------- rcfgadm -d A -x assign SBX rcfgadm -d A -c connect SBX rcfgadm -d A -c configure SBX Detach ----------------- rcfgadm -d A -c unconfigure SBX rcfgadm -d A -c disconnect SBX rcfgadm -d A -x unassign SBX
Verificar o Configurar parametros de Arranque del Sistema
scmain:sms-svc:24> showboards Retrieving board information. Please wait. ........ Location Pwr Type of Board Board Status Test Status Domain -------- --- ------------- ------------ ----------- ------ SB0 On CPU Active Passed domain-test SB1 On CPU Active Passed domain-test SB7 On CPU Active Passed domain-test Note: Detach a SB in active environment. Boot the domain to Solaris or setkeyswitch to standby or off to unconfigure the board. |
SOLARIS X86 DON'T BOOT BECAUSE THE BOOT ARCHIVE WAS CORRUPT.
Anyway the boot archive in solaris 10 X86 was contain kernel module and configuration file was needed for solaris to startup the system.
Error:
module /platform/i86pc/boot_archive error 3 bad or corrupt data while decompressing file
Workaround:
Boot up your solaris in "solaris failsafe mode", next solaris image will mount with writeable mode on "/a" mount point
sh> rm -f /a/platform/i86pc/boot_archive
sh> bootadm update-archive -R /a
sh> reboot