2023-03-18

solaris
showrev  查看系統(tǒng)版本


1.準(zhǔn)備

1.關(guān)閉筆記本的無線
2.重新拔兩塊盤摹恨,原來的盤已經(jīng)壞了

a.登錄
  #打開服務(wù)器電源后流炕,連接串口線蓖捶,在終端設(shè)備上以root身份登錄到SP麸俘。
  login: root
  Password: changeme
  . . . -> 經(jīng)過短暫延遲之后架馋,將顯示 Oracle ILOM 提示符 (->)
b.進(jìn)OK模式
  #從ILOM中复哆,將OpenBoot auto-boot? 參數(shù)設(shè)置為false班利,以阻止服務(wù)器從預(yù)先安裝的OS引導(dǎo)窗看。
  #bootmode表示更改將僅應(yīng)用于單次引導(dǎo)
  -> set /HOST/bootmode script="setenv auto-boot? false"  
  -> reset /SYS              #重新加電
  -> start /SP/console       #重定向主機輸出,使其顯示在串行終端設(shè)備上
c.banner查看板載網(wǎng)卡第一個口的mac地址
  #進(jìn)入OK后荒给,筆記本連接服務(wù)器板載網(wǎng)卡第一個網(wǎng)口【1.要連接網(wǎng)線丈挟?】
  {0} ok banner
  SPARC T4-1, No Keyboard
  Copyright (c) 1998, 2011, Oracle and/or its affiliates. All  rights reserved.
  OpenBoot 4.33.4, 65024 MB memory available, Serial  #100249168.
  Ethernet address 0:21:28:f9:ae:50, Host ID: 85f9ae50.【2.mac】

2.服務(wù)器端配置

1.創(chuàng)建網(wǎng)絡(luò)共享目錄并上傳鏡像
 # mkdir /export/home/solaris10u11
 Xshell點擊"新建文件傳輸"圖標(biāo)
   sftp:/> lcd D:\ISO\solaris-10-x86
   sftp:/> put -r    #將本地iso文件上傳到該目錄
 # cd /
 # cp sol-10-u11-ga-sparc-dvd.iso /export/home/solaris10u11
2.掛載鏡像至/mnt/iso
 # mkdir iso
 # lofiadm -a /export/home/solaris10u11/sol-10-u11-ga-sparc-dvd.iso  /dev/lofi/1    掛載鏡像至/mnt/iso
 # mount -F hsfs -o ro /dev/lofi/1 /mnt/iso 
3.創(chuàng)建安裝服務(wù)
 # cd /mnt/iso/Solaris_10/Tools/    
 # ./setup_install_server /export/home/solaris_install/ 
4.使引導(dǎo)服務(wù)器可以訪問安裝服務(wù)器
bash-3.2# vi /etc/dfs/dfstab 
#       Place share(1M) commands here for automatic execution
#       on entering init state 3.
#
#       Issue the command 'svcadm enable network/nfs/server' to
#       run the NFS daemon processes and the share commands, after adding
#       the very first entry to this file.
#
#       share [-F fstype] [ -o options] [-d "<text>"] <pathname> [resource]
#       .e.g,
#       share  -F nfs  -o rw=engineering  -d "home dirs"  /export/home2
share  -F  nfs  -o   ro,anon=0 -d "install server directory" /export/home/solaris_install
5.共享安裝服務(wù)器
  # shareall    #使用ssh連接,會顯示couldn't set locale correctly
  # share
-               /export/home/solaris_install   ro,anon=0   "install server directory"

6.在服務(wù)器配置客戶機信息
 a.hosts文件配置本機及目標(biāo)主機IP及主機名
  # vi /etc/hosts
   "/etc/hosts" [Read only] 6 lines, 90 characters
   #
   # Internet host table
   #
   ::1     localhost
   127.0.0.1       localhost
   192.168.0.54    xingyi  loghost    【3.本機地址及主機名】
   192.168.0.210   radius-4           【4..目標(biāo)主機IP地址及主機名】
 b.客戶機mac和主機名
  # vi /etc/ethers 
   0:21:28:f9:ae:50  radius-4   【5.目標(biāo)主機第一個板載網(wǎng)口地址和主機名】

7.啟動tftp服務(wù)
 # vi /etc/inet/inetd.conf
  # CacheFS daemon.  Provided only as a basis for conversion by inetconv(1M).
  #
  100235/1 tli rpc/ticotsord wait root     /usr/lib/fs/cachefs/cachefsd cachefsd
  # TFTPD - tftp server (primarily used for booting)
tftp    dgram   udp6    wait    root    /usr/sbin/in.tftpd      in.tftpd -s /tftpboot

8.將tftp加入svcs服務(wù)中志电,并啟動服務(wù)
  # inetconv -i /etc/inet/inetd.conf 1>/dev/null 2>&1
  # svcadm enable svc:/network/tftp/udp6:default
  # netstat -a|grep tftp
      *.tftp                              Idle
      *.tftp                                                        Idle   
9.客戶端啟動參數(shù)配置
 #cd /export/home/solaris_install/Solaris_10/Tools/
 #./add_install_client -e 0:21:28:f9:ae:50 radius-4 sun4v【6.】
    #不能用ssh輸入曙咽,目標(biāo)主機mac地址 主機名 類型(在目標(biāo)主機uname -m獲取)
 # ./add_install_client  -i 192.168.0.210 -e 0:21:28:f9:ae:50 -s 192.168.0.54:/export/home/solaris_install/ radius-4 sun4v
    #-i目標(biāo)主機ip地址 -e 目標(biāo)主機mac地址 -s 本機共享的安裝目錄  主機名  主機類型【7.】

10.檢測生成的啟動文件/etc/bootparams與/tftpboot/信息
 # cat /etc/bootparams
radius-4      root=test:/export/home/solaris_install/Solaris_10/Tools/Boot install=192.168.0.10:/export/home/solaris_install/ boottype=:in rootopts=:rsize=8192 
 # ls /tftpboot/
C0A800D2                     C0A800D2.SUN4V               inetboot.SUN4V.Solaris_10-1  rm.192.168.0.210             tftpboot

3.ok模式下做硬raid

F2會進(jìn)入到一個界面,format執(zhí)行l(wèi)abel磁盤
劃好盤后重新開始安裝即可


注意:僅限配置有raid卡的主機劃volume
{0} ok probe-scsi-all                           #查看系統(tǒng)硬盤路徑
{0} ok select /pci@400/pci@1/pci@0/pci@4/scsi@0 #進(jìn)入系統(tǒng)硬盤路徑
{0} ok show-volumes                       #查看系統(tǒng)硬盤是否已有raid
{0} ok show-children                      #查看系統(tǒng)硬盤id及其它信息

{0} ok b c create-raid1-volume         #選擇b挑辆、c磁盤創(chuàng)建raid1邏輯卷
{0} ok show-volumes                    #查看創(chuàng)建的卷
{0} ok unselect-dev                    #退出設(shè)備目錄
{0} ok probe-scsi-all

{0} ok select /pci@400/pci@1/pci@0/pci@4/scsi@0
{0} ok select /pci@400/pci@2/pci@0/pci@4/scsi@0
{0} ok show-volumes                    
{0} ok 0 activate-volume               #激活卷組0
{0} ok unselect-dev                     #退出設(shè)備目錄

4.啟動網(wǎng)絡(luò)安裝

1.ok模式下按F2進(jìn)入一個新界面例朱,format執(zhí)行l(wèi)abel磁盤
開始啟動網(wǎng)絡(luò)安裝
 {0} ok boot net
  [BEGIN] 2021/8/3 17:34:49
  SunOS Release 5.10 Version Generic_147147-26 64-bit
  Copyright (c) 1983, 2013, Oracle and/or its affiliates. All rights reserved.
  Configuring devices.
  WARNING: /pci@400/pci@1/pci@0/pci@4/scsi@0 (mpt_sas0):
        Volume 897 is missing
WARNING: /pci@400/pci@1/pci@0/pci@4/scsi@0/iport@v0/disk@w31b59822245248fc,0 (sd6):
        Corrupt label; wrong magic number

Using RPC Bootparams for network configuration information.
Attempting to configure interface igb15...
Skipped interface igb15
……
Attempting to configure interface igb0...
Skipped interface igb0
svc:/system/filesystem/local:default: WARNING: /usr/sbin/zfs mount -a failed: one or more file systems failed to mount
Setting up Java. Please wait...
Serial console, reverting to text install
Beginning system identification...
Searching for configuration file(s)...
Search complete.
Discovering additional network configuration...

16.選擇語言
Select a Language
   0. English
   1. Brazilian Portuguese
   2. French
   3. German
   4. Italian
   5. Japanese
   6. Korean
   7. Simplified Chinese
   8. Spanish
   9. Swedish
  10. Traditional Chinese

https://max.book118.com/html/2021/1017/7101014060004023.shtm

https://www.linuxdiyf.com/linux/6825.html

https://blog.csdn.net/duanzongbin/article/details/7259883

https://www.cnblogs.com/emanlee/archive/2012/07/09/2583764.html

https://max.book118.com/html/2018/0921/5231102211001314.shtm

https://wenku.baidu.com/view/995c2c74f46527d3240ce0b7.html?

輸入bash,進(jìn)入

網(wǎng)絡(luò)安裝:
 現(xiàn)在宕機了是181
 
   方法二:使用虛擬機中的xp系統(tǒng)鱼蝉,設(shè)置和192.168.70.121為同一網(wǎng)段洒嗤。
                a.設(shè)置電腦VMnet8的ipv4:由192.168.0.1改為192.168.70.1(網(wǎng)關(guān)由0.254改為70.254)
                b.設(shè)置虛擬網(wǎng)絡(luò)編輯器:子網(wǎng)ip由192.168.0.0改為192.168.70.0(網(wǎng)關(guān)由0.254改為70.254)
                c.xp的ip由0.51改為70.51(網(wǎng)關(guān)由0.254改為70.254) 
                
10.23.241.100 xingyi      
10.23.241.181 radius-4
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市魁亦,隨后出現(xiàn)的幾起案子渔隶,更是在濱河造成了極大的恐慌,老刑警劉巖洁奈,帶你破解...
    沈念sama閱讀 212,454評論 6 493
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件间唉,死亡現(xiàn)場離奇詭異,居然都是意外死亡利术,警方通過查閱死者的電腦和手機呈野,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,553評論 3 385
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來印叁,“玉大人际跪,你說我怎么就攤上這事『砀郑” “怎么了姆打?”我有些...
    開封第一講書人閱讀 157,921評論 0 348
  • 文/不壞的土叔 我叫張陵,是天一觀的道長肠虽。 經(jīng)常有香客問我幔戏,道長,這世上最難降的妖魔是什么税课? 我笑而不...
    開封第一講書人閱讀 56,648評論 1 284
  • 正文 為了忘掉前任闲延,我火速辦了婚禮痊剖,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘垒玲。我一直安慰自己陆馁,他們只是感情好,可當(dāng)我...
    茶點故事閱讀 65,770評論 6 386
  • 文/花漫 我一把揭開白布合愈。 她就那樣靜靜地躺著叮贩,像睡著了一般。 火紅的嫁衣襯著肌膚如雪佛析。 梳的紋絲不亂的頭發(fā)上益老,一...
    開封第一講書人閱讀 49,950評論 1 291
  • 那天,我揣著相機與錄音寸莫,去河邊找鬼捺萌。 笑死,一個胖子當(dāng)著我的面吹牛膘茎,可吹牛的內(nèi)容都是我干的桃纯。 我是一名探鬼主播,決...
    沈念sama閱讀 39,090評論 3 410
  • 文/蒼蘭香墨 我猛地睜開眼披坏,長吁一口氣:“原來是場噩夢啊……” “哼态坦!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起刮萌,我...
    開封第一講書人閱讀 37,817評論 0 268
  • 序言:老撾萬榮一對情侶失蹤驮配,失蹤者是張志新(化名)和其女友劉穎娘扩,沒想到半個月后着茸,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 44,275評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡琐旁,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,592評論 2 327
  • 正文 我和宋清朗相戀三年涮阔,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片灰殴。...
    茶點故事閱讀 38,724評論 1 341
  • 序言:一個原本活蹦亂跳的男人離奇死亡敬特,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出牺陶,到底是詐尸還是另有隱情伟阔,我是刑警寧澤,帶...
    沈念sama閱讀 34,409評論 4 333
  • 正文 年R本政府宣布掰伸,位于F島的核電站皱炉,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏狮鸭。R本人自食惡果不足惜合搅,卻給世界環(huán)境...
    茶點故事閱讀 40,052評論 3 316
  • 文/蒙蒙 一多搀、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧灾部,春花似錦康铭、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,815評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至春弥,卻和暖如春呛哟,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背匿沛。 一陣腳步聲響...
    開封第一講書人閱讀 32,043評論 1 266
  • 我被黑心中介騙來泰國打工扫责, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人逃呼。 一個月前我還...
    沈念sama閱讀 46,503評論 2 361
  • 正文 我出身青樓鳖孤,卻偏偏與公主長得像,于是被迫代替她去往敵國和親抡笼。 傳聞我的和親對象是個殘疾皇子苏揣,可洞房花燭夜當(dāng)晚...
    茶點故事閱讀 43,627評論 2 350

推薦閱讀更多精彩內(nèi)容