This does not occur during the installation of Oracle Solaris 10 5/10.
During the installation of Oracle Solaris 10 5/08 or Oracle Solaris 10 5/09, perform the following to prevent the system panic and continuous reboot condition:
1.Reboot the server. At the GRUB boot manager screen, press the "e" key for edit mode (at the first line at the top listed as "Solaris.")
2.Select the kernel string and edit by adding -kd.
3.Press the "b" key to boot.
4.At the kernel debugger screen, enter cmi_no_init/W1.
5.Proceed using ":c" command and press the <ENTER> key.
6.After the OS installation, repeat the above steps and boot the server.
7.Add the following line to /etc/system file
set cmi_no_init=1
8.Reboot with the reboot option.
[ 發表回應 ] ( 25預覽 ) | 常註連結 | ( 3 / 1729 )
Don't forget install Libmcryprt before compile mcrypt.
http://sourceforge.net/projects/mcrypt/files/
MCrypt and Libmcrypt is two program. They are not same.
[ 發表回應 ] ( 12預覽 ) | 常註連結 | ( 3.1 / 1686 )
Enabling SSL service on Apache2
# svccfg
svc:> select apache2
svc:/network/http:apache2> listprop httpd/ssl
httpd/ssl boolean false
svc:/network/http:apache2> setprop httpd/ssl=true
svc:/network/http:apache2> exit
# svcadm disable apache2
# svcadm refresh apache2
# svcprop -p httpd/ssl svc:/network/http:apache2
true
# svcadm enable apache2
[ 發表回應 ] ( 34預覽 ) | 常註連結 | ( 3 / 1729 )
# SVC Disabled Service
svcadm disable svc:/network/iscsi/initiator:default
svcadm disable svc:/network/rpc/bind:default
svcadm disable svc:/network/rpc/gss:default
svcadm disable svc:/network/rpc/cde-calendar-manager:default
svcadm disable svc:/network/rpc/cde-ttdbserver:tcp
svcadm disable svc:/network/rpc-100235_1/rpc_ticotsord:default
svcadm disable svc:/network/security/ktkt_warn:default
svcadm disable svc:/system/webconsole:console
svcadm disable svc:/application/font/stfsloader:default
svcadm disable svc:/application/graphical-login/cde-login:default
# Disable Windows Mode
/usr/dt/bin/dtconfig -d
# Disable UCODE update
mv /platform/i86pc/ucode /platform/i86pc/ucode.disabled
[ 發表回應 ] ( 10預覽 ) | 常註連結 | ( 2.9 / 1629 )
原文:http://communities.vmware.com/thread/157874
We had the same issue. The only thing that solved it was to follow these steps:
1. Click Start > Control Panel
2. Open Administrative Tools
3. Open Local Security Settings
4. Click Software Restriction Policies
5. If no software restrictions are defined, right click the Software Restriction Policies node and select New Software Restriction Policy
6. Double click Enforcement
7. Select "All users except local administrators"
8. Click OK
9. Reboot the machine
[ 發表回應 ] ( 53預覽 ) | 常註連結 | ( 2.9 / 1593 )