Solaris,在晓得这个名词五年后终于有一天实际安装了一次。
配置机型是HP460C刀片,不能直接在物理机上装,只能通过iLO来远程,慢啊~~~
Solaris做的太绝了,为了达到无值守安装,给有些选项设置了timeout 30 seconds,为此我错过了好多配置项,很重要的一项就是apply drivers updates,这个item不是defalut,如果错过这一项的话,就不能安装Memory dirvers,无法识别硬盘,哭死。
这个问题的解决还多亏了HP的客服,讲解的非常明白,还把driver mail me,nice guy! There is a ISO file in the drivers files. Mount the iso file, the the system can install the drivers automaticly.
When solved this problem, the system can intall successfully.
The Solaris interface is so urgly! though the java interface is better.
i spent a whole morning to make it connect to the network.First i try to config the network scripts like red hat or ubuntu,but it doesn't work properly.
i type the commend "ifconfig -a" in console, it display some information of lo0, with its address 127.0.0.1, i thought this is right the NIC, so i try run configrations on it, including config its IP address, defalut router(gatewar) and DNS,but it didn't work.
I type ping commed,it response ICMP errors, i try everything i can, however, nothing happend.
Then i found sth unnormal, the NIC didn't work because it haven't been drivern!Here the problem is!faint.......
So, i download the network card driver from the HP website, unzip the file i got a second ISO file, mount it to the system, run INSTALL script, reboot the machine, then i got a really network card.
but i still have something difficult to make it connect to the net properly. I cann't rightly config the DNS, so it can only have ping responses from the ethernet, but nothing from internet through a domain name. i lost patient to config it again and again, then i run sys-unconfig commend, then reboot the system and config the system manually by kindly interface, it worked nice this time!
The last thing is disable telnet funtions by this commend: svcadm disable svc:/network/telnet, it is became more safe now.
the solaris' defalut commend environment is not friendly, then type bash, it trun to your familiar environment.
