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. |
KEEP THE USERS OFF WITH NOLOGIN
There is a way to disable any new login attempts into a
system. This can be achieved by simply creating a file
called /etc/nologin.
It can have a null file size or a message can be
placed into the file informing the status of the
system. If a user attempts to login remotely, a
message will display with contents of the
/etc/nologin file, and then disconnect the user.
However, ftp connections are not affected by this, if
ftpd is running.