SPARC T3-1 Server串口安装配置.docx_第1页
SPARC T3-1 Server串口安装配置.docx_第2页
SPARC T3-1 Server串口安装配置.docx_第3页
SPARC T3-1 Server串口安装配置.docx_第4页
SPARC T3-1 Server串口安装配置.docx_第5页
已阅读5页,还剩4页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

SPARCtm T3-1 Server安装T3-1正面板图:T3-1后面板图:1. 在服务器的 SER MGT 端口和终端设备之间连接串行电缆。此连接可提供与 SP 的初始通信。该设备必须设置为按以下方式通信:9600 波特、8 位、无奇偶校验、1 个停止位。需要采用零调制解调器配置,这意味着,对于 DTE 与 DTE 之间的通信来说,传送和接收信号是反向的(交叉)。可以使用随附的 RJ-45 交叉适配器和一条标准 RJ-45 电缆来实现零调制解调器配置。如下图:2. 将电源线的两端分别插入服务器电源设备和各独立电源插座。如果服务器配备有两个电源设备,请将它们插入不同的电源插座。这样将为您的系统提供电源冗余。有一个电源连接时系统便可以运行,但是这样没有冗余性。通电后, SP 会进行初始化,电源 LED 指示灯会亮起。几分钟后,终端设备上将出现 SP 登录提示符。请注意,此时主机尚未初始化,也未打开电源。3. 在终端设备上,以 root 身份使用密码 changeme SP。SUNSP-0921EA0008 login: rootPassword: changeme. . .-4设置SP的IP地址-cd /SP/network-set pendingipaddress=192.168.10.27-set pendingipnetmask=255.255.255.0-set pendingipgateway=192.168.10.1-set commitpending=true-set state=enabled可使用如下命令显示SP的当前IP地址-show /SP/networkT5:set pendingipaddress=129.144.82.26set pendingipdiscovery=staticset pendingipnetmask=255.255.255.0set pendingipgateway=129.144.82.254set commitpending=trueset state=enabled5. 打开服务器电源,并重定向主机输出,使其显示在串行终端设备上:- set /HOST/bootmode script=setenv auto-boot? false- start /SYSAre you sure you want to start /SYS (y/n)? y- start /HOST/consoleAre you sure you want to start /HOST/CONSOLE (y/n)? ySerial console started. . .启动 HOST 控制台之后,大约需要 20 分钟来完成服务器的初始化。6制作硬Raid6.1 使用 show-devs 命令列出服务器上的设备路径。0 ok show-devs./pci400/pci1/pci0/pci4/scsi0/pci400/pci2/pci0/pci4/scsi0.注 对于服务器模块,设备路径可能是 /pci400/pci1/pci0/pci2/LSI,sas0。6.2 使用 select 命令选择要在其中创建硬件 RAID 卷的控制器。0 ok select /pci400/pci2/pci0/pci4/scsi06.3 使用 show-children 命令列出选定控制器上的物理驱动器。0 ok show-childrenFCode Version 1.00.54, MPT Version 2.00, Firmware Version 5.00.17.00Target 9Unit 0 Disk SEAGATE ST930003SSUN300G 0B70 585937500 Blocks, 300 GBSASDeviceName 5000c5001771776f SASAddress 5000c5001771776d PhyNum 0Target aUnit 0 Disk SEAGATE ST930003SSUN300G 0B70 585937500 Blocks, 300 GBSASDeviceName 5000c5001d0c38c7 SASAddress 5000c5001d0c38c5 PhyNum 1Target bUnit 0 Disk SEAGATE ST930003SSUN300G 0B70 585937500 Blocks, 300 GBSASDeviceName 5000c5001d097407 SASAddress 5000c5001d097405 PhyNum 2Target cUnit 0 Disk SEAGATE ST930003SSUN300G 0B70 585937500 Blocks, 300 GBSASDeviceName 5000c5001d09a51f SASAddress 5000c5001d09a51d PhyNum 30 ok6.4 使用 create-raid0-volume、create-raid1-volume 或 create-raid1evolume命令从物理磁盘创建逻辑驱动器。例如,要创建具有目标 9 和 a 的 RAID 0 卷,请先键入目标,然后键入 create 命令:0 ok 9 a create-raid0-volume例如,要创建包含目标 a、b 和 c 的 RAID 1e 卷,请键入:0 ok a b c create-raid1e-volume6.5 要确认是否创建了卷,请键入:0 ok show-volumes附:删除Raid卷0 ok show-volumes Volume 0 Target 381 Type RAID1 (Mirroring) Name vol0 WWID 01a623c719434d43 Optimal Enabled Volume Not Consistent Background Init In Progress 2 Members 583983104 Blocks, 298 GB Disk 1 Primary Optimal Target 9 HITACHI H109030SESUN300G A31A PhyNum 0 Disk 0 Secondary Optimal Target b HITACHI H109030SESUN300G A31A PhyNum 1 0 ok 0 delete-volumeThe volume and its data will be deletedAre you sure (yes/no)? no yesVolume 0 has been deleted0 ok show-volumes No volumes to showFCode 命令说明show-children 列出所有已连接的物理驱动器和逻辑卷。show-volumes 详细列出所有已连接的逻辑卷。create-raid0-volume 创建 RAID 0 卷(至少两个目标)。create-raid1-volume 创建 RAID 1 卷(正好两个目标)。create-raid1e-volume 创建 RAID 1e 卷(至少三个目标)。delete-volume 删除 RAID 卷。activate-volume 更换磁盘后重新激活 RAID 卷。7.待同步完成后,安装操作系统。可通过 Sun ILOM远程控制安装,也可以通过Jumpstart安装。安装步骤此处省略。8. 开始安装solaris0 ok boot cdrom -s 进入光盘单用户模式Boot device: /pci400/pci2/pci0/pcie/scsi0/diskp7 File and args: -sSunOS Release 5.10 Version Generic_147147-26 64-bitCopyright (c) 1983, 2013, Oracle and/or its affiliates. All rights reserved.Booting to milestone milestone/single-user:default.Configuring devices.WARNING: /pci400/pci2/pci0/pcie/scsi0/iportv0/diskw39513600e0ae5ad2,0 (sd5): Corrupt label; wrong magic numberUsing RPC Bootparams for network configuration information.Attempting to configure interface igb3.Skipped interface igb3Attempting to configure interface igb2.Skipped interface igb2Attempting to configure interface igb1.Skipped interface igb1Attempting to configure interface igb0.Skipped interface igb0USB keyboardRequesting System Maintenance ModeSINGLE USER MODE# format -eSearching for disks.WARNING: /pci400/pci2/pci0/pcie/scsi0/iportv0/diskw39513600e0ae5ad2,0 (sd5): Corrupt label; wrong magic numberWARNING: /pci400/pci2/pci0/pcie/scsi0/iportv0/diskw39513600e0ae5ad2,0 (sd5): Corrupt label; wrong magic numberdonec2t39513600E0AE5AD2d0: configured with capacity of 555.97GBAVAILABLE DISK SELECTIONS: 0. c2t39513600E0AE5AD2d0 /pci400/pci2/pci0/pcie/scsi0/iportv0/diskw39513600e0ae5ad2,0Specify disk (enter its number): 0selecting c2t39513600E0AE5AD2d0disk formattedWARNING: /pci400/pci2/pci0/pcie/scsi0/iportv0/diskw39513600e0ae5ad2,0 (sd5): Corrupt label; wrong magic numberDisk not labeled. Label it now? y 标签磁盘。WARNING: /pci400/pci2/pci0/pcie/scsi0/iportv0/diskw39513600e0ae5ad2,0 (sd5): Corrupt label; wrong magic numberWARNING: /pci400/pci2/pci0/pcie/scsi0/iportv0/diskw39513600e0ae5ad2,0 (sd5): Corrupt label; wrong magic numberFORMAT MENU: disk - select a disk 磁盘选择一个磁盘 type - select (define) a disk type类型选择(定义)磁盘类型 partition - select (define) a partition table分区选择分区表(定义) current - describe the current disk当前描述当前的磁盘 format - format and analyze the disk格式格式和分析磁盘 repair - repair a defective sector修复修复有缺陷的部门 label - write label to the disk标签标签写入磁盘 analyze - surface analysis分析表面分析 defect - defect list management缺陷缺陷列表管理 backup - search for backup labels备份备份标签搜索 verify - read and display labels验证阅读和显示标签 inquiry - show vendor, product and revision调查显示供应商,产品和修订 scsi - independent SCSI mode selectsscsi独立scsi模式选择 cache - enable, disable or query SCSI disk cache缓存启用,禁用或查询SCSI磁盘缓存 volname - set 8-character volume namevolname设置8-character卷名 ! - execute , then return! - 执行,然后返回 quit退出 volname - set 8-character volume name ! - execute , then return quitformat pPARTITION MENU: 0 - change 0 partition 1 - change 1 partition 2 - change 2 partition 3 - change 3 partition 4 - change 4 partition 5 - change 5 partition 6 - change 6 partition 7 - change 7 partition 8 - change 8 partition expand - expand label to use whole disk select - select a predefined table modify - modify a predefined partition table name - name the current table print - display the current table label - write partition map and label to the disk ! - execute , then return quitpartition pCurrent partition table (original):Total disk sectors available: 585921082 + 16384 (reserved sectors)Part Tag Flag First Sector Size Last Sector 0 usr wm 256 279.39GB 585921082 1 unassigned wm 0 0 0 2 unassigned wm 0 0 0 3 unassigned wm 0 0 0 4 unassigned wm 0 0 0 5 unassigned wm 0 0 0 6 unassigned wm 0 0 0 7 unassigned wm 0 0 0 8 reserved wm 585921083 8.00MB 585937466 9 unassigned wm 0 0 0 10 unassigned wm 0 0 0 .partition qFORMAT MENU: disk - select a disk type - select (define) a disk type partition - select (define) a partition table current - describe the current disk format - format and analyze the disk repair - repair a defective sector label - write label to the disk analyze - surface analysis defect - defect list management backup - search for backup labels verify - read and display labels inquiry - show vendor, product and revision scsi - independent SCSI mode selects cache - enable, disable or query SCSI disk cache volname - set 8-character volume name ! - execute , then return quitformat l 将磁盘标签改为SMI,安装时使用SMI标签0 SMI Label1 EFI LabelSpecify Label type1: 0Auto configuration via format.datno? yformat pPARTITION MENU: 0 - change 0 partition 1 - change 1 partition 2 - change 2 partition 3 - change 3 partition 4 - change 4 partition 5 - change 5 partition 6 - change 6 partition 7 - change 7 partition select - select a predefined table modify - modify a predefined partition table name - name the current table print - display the current table label - write partition map and label to the disk ! - execute , then return quitpartition pCurrent partition table (default):Total disk cylinders available: 46873 + 2 (reserved cylinders)Part Tag Flag Cylinders Size Blocks 0 root wm 0 - 20 128.17MB (21/0/0) 262500 1 swap wu 21 - 41 128.17MB (21/0/0) 262500 2 backup wu 0 - 46872 279.38GB (46873/0/0) 585912500 3 unassigned wm 0 0 (0/0/0) 0 4 unassigned wm 0 0 (0/0/0) 0 5 unassigned wm 0 0 (0/0/0) 0 6 usr wm 42 - 46872 279.13GB (46831/0/0) 585387500 7 unassigned wm 0 0 (0/0/0) 0partition qformat pPARTITION MENU: 0 - change 0 partition 1 - change 1 partition 2 - change 2 partition 3 - change 3 partition 4 - change 4 partition 5 - change 5 partition 6 - change 6 partition 7 - change 7 partition select - select a predefined table modify - modify a predefined partition table name - name the current table print - display the current table label - write partition map and label to the disk ! - execute , then return quitpartition 6 删除上面的分区,只留backup,装系统可以不删除Part Tag Flag Cylinders Size Blocks 6 usr wm 42 - 46872 279.13GB (46831/0/0) 585387500Enter partition id tagusr: Enter partition permission flagswm: Enter new starting cyl42: Enter partition size585387500b, 46831c, 46872e, 285833.75mb, 279.13gb: 0partition pCurrent partition table (unnamed):Total disk cylinders available: 46873 + 2 (reserved cylinders)Part Tag Flag Cylinders Size Blocks 0 unassigned wm 0 0 (0/0/0) 0 1 unassigned wu 0 0 (0/0/0) 0 2 backup wu 0 - 46872 279.38GB (46873/0/0) 585

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论