Install Server Build Guide I/O device driver (SPARC Enterprise) C120-E443-07ENZ2(A) February SPARC Enterprise

Size: px
Start display at page:

Download "Install Server Build Guide I/O device driver (SPARC Enterprise) C120-E443-07ENZ2(A) February SPARC Enterprise"

Transcription

1 Install Server Build Guide I/O device driver (SPARC Enterprise) C120-E443-07ENZ2(A) February 2009 SPARC Enterprise

2 Preface Preface Purpose This book provides you with procedures to construct the environment where you install from the network or start OS from the external file unit, after you installed the LAN cards or the SCSI/SAS cards in SPARC Enterprise. Target Reader This book targets the system construction person and the operation manager of SPARC Enterprise. Organization The structure and the content of this book are as follows. Chapter 1 Outline Chapter 1 explains the outline of the installation server. Chapter 2 Hardware/software composition Chapter 2 explains hardware/software composition of the installation server. Chapter 3 Construction method Chapter 3 explains the method of constructing the installation server. Symbol The notation used in this book is as follows. An actual command input is printed by the bold-faced type. # cd /cdrom/cdrom0/s0/solaris_10/tools <RETURN> Abbreviated names The official names of the following products are described in abbreviated names in this book. Official name : Solaris(TM) Operating System Abbreviated name: Solaris OS Official name : Solaris(TM) 10 Operating System Abbreviated name: Solaris 10 OS Official name : SPARC Enterprise M3000/M4000/M5000/M8000/M9000 Abbreviated name: SPARC Enterprise Mxxxx series Official name : SPARC Enterprise T1000/T2000/T5120/T5220/T5140/T5240/T5440 Abbreviated name: SPARC Enterprise Txxxx series Registered trademark Sun, Sun Microsystems, the Sun Logo, Solaris and all Solaris based marks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries, and are used under license. i

3 Preface Fujitsu Limited February th edition: February 2009 Attention Please do not reprint this book without permission. This book might be changed without a previous notice. Copyright FUJITSU LIMITED ii

4 Revision History Revision History Edition Date Details /2/15 First Release /3/28 The article on the application procedure of the driver patch has been added /2/29 The method to set the driver of the FUJITSU PCI GigabitEthernet 4.0 has been added in "3.2 Solaris Custom JumpStart" /5/19 The method to set the Serial Attached SCSI card has been added /8/29 The version of driver of the FUJITSU PCI GigabitEthernet has been added in Note of "2.1 Hardware environment". The Quad Gigabit Ethernet card SE0X7GQ2X has been added in "2.1 Hardware environment", "3.1.2 Setting of the install server", "3.2 Setting Solaris Custom JumpStart" and "3.3 OS Installation" /11/13 Because the installation procedure of the package and the patch to the miniroot has been changed from Solaris 10 10/08, "3.1.2 Setting of the install server", "3.2.2 Setting of Solaris Custom JumpStart files" and "3.2.3 Adding to install server" have been updated /2/9 The method to set the 10 Gigabit Ethernet card has been added. iii

5 Revision History iv

6 Contents Contents Chapter 1 Outline 1 Chapter 2 Hardware/software composition Hardware environment Software environment 5 Chapter 3 Construction method Creating an install server Copying of Solaris OS Setting of the install server Setting Solaris Custom JumpStart Making Solaris Custom JumpStart directory Setting of Solaris Custom JumpStart files Adding to install server OS installation 24 v

7 Contents vi

8 Chapter 1 Outline The SPARC Enterprise server can be operated by dividing one main unit into two or more independent systems. In that case, the system volume can be composed of option cards and option I/Os without using standard I/Os (internal disks). When the driver programs for the option cards are built into the boot program and the system volume, it is necessary to construct an install server for exclusive use and do prior settings. When a network boot is executed from LAN cards described in "2.1 Hardware environment", it is also necessary to construct an install server for exclusive use. The following chapters explain the information of the option cards and their driver programs, and the method of constructing an install server.

9

10 Chapter 2 Hardware/software composition The hardware and software composition described in this chapter is necessary to perform a network installation or to start OS from the external file unit by using the LAN cards or the SCSI/SAS cards.

11 Chapter 2 Hardware/software composition 2.1 Hardware environment The following main units, LAN cards, the SCSI cards and the SAS cards can be used. Type Unit name Note Main unit SPARC Enterprise LAN card Dual Gigabit Ethernet card SE0X7GD1X, SE0X7GD2X Quad Gigabit Ethernet card SE0X7GQ1X, SE0X7GQ2X 10 Gigabit Ethernet card SE0X7HE1X SCSI card Dual channel Ultra320 SCSI card SE0X7SC1X, SE0X7SC2X SAS card Serial Attached SCSI card SE0X7SA1X 4

12 2.2 Software environment 2.2 Software environment The following software is necessary. Software Version Number Note Solaris(TM) Operating System Solaris(TM) 10 Operating System Solaris 10 OS 11/06 or later FUJITSU PCI GigabitEthernet 3.0 Update1 or later, or 4.0 or later 4.0 or later is for Solaris 10 OS 8/07 or later FUJITSU 10Gigabit Ethernet 1.0 or later Solaris 10 OS 5/08 or later FUJITSU ULTRA LVD SCSI Host Bus 2.1 or later for 2.0 Update1 or later Adapter Driver SE0X7SA1X 5

13

14 Chapter 3 Construction method

15 Chapter 3 Construction method 3.1 Creating an install server You need to create an install server for the network installation. For more information on creating an install server, please refer to the "Solaris 10 Installation Guide: Network-Based Installations". When you make a disk in a disk array device and a file unit with the Solaris 10 10/08 or later, you need to have an install server with Solaris 10 10/08 or later, or apply a patch equivalent to Solaris 10 10/08 or later ( or later) Copying of Solaris OS This section provides you with an instruction on how to create an install server by copying the images of the Solaris 10 OS. The following example shows that the OS image is copied to the /export/install/sol10 directory by using the DVD-ROM of Solaris 10 OS. (1) Become a super user on the install server. % su - <RETURN> Password: password (2) Make the directory to which the image of Solaris 10 OS is copied. # mkdir -p /export/install/sol10 <RETURN> (3) Insert the DVD-ROM of Solaris 10 OS into the server. (4) Copy the image of Solaris 10 OS. # cd /cdrom/cdrom0/s0/solaris_10/tools <RETURN> #./setup_install_server /export/install/sol10 <RETURN> (5) When the copy of the image of Solaris 10 OS is completed, take out the DVD-ROM. # cd / <RETURN> # eject cdrom <RETURN> Setting of the install server Install the following drivers into the Solaris 10 OS image miniroot (the minimum root file system of Solaris OS that can be booted over the network) which has been copied to the disk of the install server. FUJITSU PCI GigabitEthernet 3.0 Update1 or later, or FUJITSU PCI GigabitEthernet 4.0 or later FUJITSU 10Gigabit Ethernet 1.0 or later FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 2.0 Update1 or later (2.1 or later for SE0X7SA1X) By this procedure, the miniroot of Solaris OS image gets to be able to recognize the following cards installed in the SPARC Enterprise server, when you install over the network. Dual Gigabit Ethernet card(se0x7gd1x, SE0X7GD2X) Quad Gigabit Ethernet card(se0x7gq1x, SE0X7GQ2X) 10 Gigabit Ethernet card(se0x7he1x) 8

16 3.1 Creating an install server Dual channel Ultra320 SCSI card(se0x7sc1x, SE0X7SC2X) Serial Attached SCSI card(se0x7sa1x) "Installation of the FUJITSU PCI GigabitEthernet 3.0 Update1 or later, or FUJITSU PCI GigabitEthernet 4.0 or later ", "Installation of the FUJITSU 10Gigabit Ethernet 1.0 or later" and "Installation of the FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 2.0 Update1 or later" can be executed at a time. Installation of the FUJITSU PCI GigabitEthernet 3.0 Update1 or later: Please insert the CD-ROM of FUJITSU PCI GigabitEthernet 3.0 Update1 or later in the CD-ROM drive of the install server, and install the packages and patch in the FJSVgid_3.0 directory which is placed on the root directory of the CD-ROM into the miniroot of Solaris OS image. When you copied the image of Solaris 10 OS to the /export/install/sol10 directory, the driver installation procedure is as follows: Solaris 10 5/08 or older # cd /cdrom/cdrom0/fjsvgid_3.0/10 <RETURN> # pkgadd -R /export/install/sol10/solaris_10/tools/boot -d. FJSVgid.u <RETURN> # pkgadd -R /export/install/sol10/solaris_10/tools/boot -d. FJSVgid.v <RETURN> # patchadd -C /export/install/sol10/solaris_10/tools/boot Patch-ID <RETURN> The patch number for the SPARC Enterprise is specified for Patch-ID. Please refer to the installation guide of FUJITSU PCI GigabitEthernet 3.0 Update1 or later for details of the patch number. When you use the FUJITSU PCI GigabitEthernet 3.0 Update3 / 4.0 Update1 CD-ROM, the patch number is as follows: # patchadd -C /export/install/sol10/solaris_10/tools/boot <RETURN> Solaris 10 10/08 or higher (1) Create the work directory to unpack miniroot. # mkdir /tmp/work <RETURN> (2) Unpack the miniroot to the work directory using the root_archive(1m) command. Proceed to the next step when there is no /tmp/work/tmp/addrem.lck. # /boot/solaris/bin/root_archive unpackmedia /export/install/sol10 /tmp/work <RETURN> # rm /tmp/work/tmp/addrem.lck <RETURN> Although the error messages are displayed when unpackmedia is executed, ignore these messages and proceed to the next step. umount: /tmp/mnt29984 busy rmdir: directory "/tmp/mnt29984": Directory is a mount point or in use lofiadm: could not unmap file /export/install/sol10/boot/sparc.miniroot: Device busy rmdir: directory "/tmp/mnt29984": Directory is a mount point or in use (3) Install the package and the patch into the work directory where miniroot is unpacked. # cd /cdrom/cdrom0/fjsvgid_3.0/10 <RETURN> # pkgadd -R /tmp/work -d. FJSVgid.u <RETURN> # pkgadd -R /tmp/work -d. FJSVgid.v <RETURN> 9

17 Chapter 3 Construction method # patchadd -C /tmp/work Patch-ID <RETURN> A patch number for the SPARC Enterprise is specified for Patch-ID. Please refer to the installation guide of FUJITSU PCI GigabitEthernet 3.0 Update1 or later for details of the patch number. When you use the FUJITSU PCI GigabitEthernet 3.0 Update3 / 4.0 Update1 CD-ROM, the patch number is as follows. # patchadd C /tmp/work <RETURN> (4) Pack the work directory which was unpacked. # mkdir p /tmp/media/solaris_10 <RETURN> # /boot/solaris/bin/root_archive packmedia /tmp/media /tmp/work <RETURN> (5) Copy the file in /tmp/media directory to the installation image on the install server. Before executing "unmount f" and "lofiadm d", execute "df k" to check the target device path for these two commands. # cd /tmp/media <RETURN> # find boot Solaris_10/Tools/Boot cpio pdum /export/install/sol10 <RETURN> # umount f /dev/lofi/1 <RETURN> # lofiadm d /dev/lofi/1 <RETURN> After the installation is completed, eject the CD-ROM. There is no problem though the package names are displayed as "FJSVgid.2" and "FJSVgid.3" when the drivers are installed. Installation of the FUJITSU PCI GigabitEthernet 4.0 or later: Please insert the CD-ROM of FUJITSU PCI GigabitEthernet 4.0 Update1 or later in the CD-ROM drive of the install server, and install the packages and patch in the FJSVgid_4.0 directory which is placed on the root directory of the CD-ROM into the miniroot of Solaris OS image. When you copied the image of Solaris 10 OS to the /export/install/sol10 directory, the driver installation procedure is as follows: Solaris 10 5/08 or older # cd /cdrom/cdrom0/fjsvgid_4.0/10 <RETURN> # pkgadd -R /export/install/sol10/solaris_10/tools/boot -d. FJSVgid.u <RETURN> # pkgadd -R /export/install/sol10/solaris_10/tools/boot -d. FJSVgid.v <RETURN> Solaris 10 10/08 or higher (1) Create the work directory to unpack miniroot. # mkdir /tmp/work <RETURN> (2) Unpack the miniroot to the work directory using the root_archive(1m) command. Proceed to the next step when there is no /tmp/work/tmp/addrem.lck. # /boot/solaris/bin/root_archive unpackmedia /export/install/sol10 /tmp/work <RETURN> # rm /tmp/work/tmp/addrem.lck <RETURN> Although the error messages are displayed when unpackmedia is executed, ignore these messages and proceed to the next step. umount: /tmp/mnt29984 busy rmdir: directory "/tmp/mnt29984": Directory is a mount point or in use 10

18 3.1 Creating an install server lofiadm: could not unmap file /export/install/sol10/boot/sparc.miniroot: Device busy rmdir: directory "/tmp/mnt29984": Directory is a mount point or in use (3) Install the package and the patch into the work directory where miniroot is unpacked. # cd /cdrom/cdrom0/fjsvgid_4.0/10 <RETURN> # pkgadd -R /tmp/work -d. FJSVgid.u <RETURN> # pkgadd -R /tmp/work -d. FJSVgid.v <RETURN> (4) Pack the work directory which was unpacked. # mkdir p /tmp/media/solaris_10 <RETURN> # /boot/solaris/bin/root_archive packmedia /tmp/media /tmp/work <RETURN> (5) Copy the file in /tmp/media directory to the installation image on the install server. Before executing "unmount f" and "lofiadm d", execute "df k" to check the target device path for these two commands. # cd /tmp/media <RETURN> # find boot Solaris_10/Tools/Boot cpio pdum /export/install/sol10 <RETURN> # umount f /dev/lofi/1 <RETURN> # lofiadm d /dev/lofi/1 <RETURN> After the installation is completed, eject the CD-ROM. There is no problem though the package names are displayed as "FJSVgid.2" and "FJSVgid.3" when the drivers are installed. Installation of the FUJITSU 10Gigabit Ethernet 1.0 or later: Please insert the CD-ROM of FUJITSU 10Gigabit Ethernet 1.0 or later in the CD-ROM drive of the install server, and install the packages and patch into the miniroot of Solaris OS image. When you copied the image of Solaris 10 OS to the /export/install/sol10 directory, the driver installation procedure is as follows: Solaris 10 5/08 or older # cd /cdrom/cdrom0 <RETURN> # pkgadd -R /export/install/sol10/solaris_10/tools/boot <RETURN> Solaris 10 10/08 or higher (1) Create the work directory to unpack miniroot. # mkdir /tmp/work <RETURN> (2) Unpack the miniroot to the work directory using the root_archive(1m) command. Proceed to the next step when there is no /tmp/work/tmp/addrem.lck. # /boot/solaris/bin/root_archive unpackmedia /export/install/sol10 /tmp/work <RETURN> # rm /tmp/work/tmp/addrem.lck <RETURN> Although the error messages are displayed when unpackmedia is executed, ignore these messages and proceed to the next step. umount: /tmp/mnt29984 busy 11

19 Chapter 3 Construction method rmdir: directory "/tmp/mnt29984": Directory is a mount point or in use lofiadm: could not unmap file /export/install/sol10/boot/sparc.miniroot: Device busy rmdir: directory "/tmp/mnt29984": Directory is a mount point or in use (3) Install the package and the patch into the work directory where miniroot is unpacked. # cd /cdrom/cdrom0 <RETURN> # pkgadd -R /tmp/work <RETURN> (4) Pack the work directory which was unpacked. # mkdir p /tmp/media/solaris_10 <RETURN> # /boot/solaris/bin/root_archive packmedia /tmp/media /tmp/work <RETURN> (5) Copy the file in /tmp/media directory to the installation image on the install server. Before executing "unmount f" and "lofiadm d", execute "df k" to check the target device path for these two commands. # cd /tmp/media <RETURN> # find boot Solaris_10/Tools/Boot cpio pdum /export/install/sol10 <RETURN> # umount f /dev/lofi/1 <RETURN> # lofiadm d /dev/lofi/1 <RETURN> After the installation is completed, eject the CD-ROM. Installation of the FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 2.0 Update1 or later: Please insert the CD-ROM of FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 2.0 Update1 or later in the CD-ROM drive of the install server, and install the packages and patch in the ultra_lvd_driver directory which is placed on the root directory of the CD-ROM into the miniroot of Solaris OS image. When you copied the image of Solaris 10 OS to the /export/install/sol10 directory, the driver installation procedure is as follows: Solaris 10 5/08 or older # cd /cdrom/cdrom0/ultra_lvd_driver/10 <RETURN> # pkgadd -R /export/install/sol10/solaris_10/tools/boot -d. FJSVulsa.u <RETURN> # pkgadd -R /export/install/sol10/solaris_10/tools/boot -d. FJSVulsa.v <RETURN> # patchadd -C /export/install/sol10/solaris_10/tools/boot Patch-ID <RETURN> A patch number for the SPARC Enterprise is specified for Patch-ID. Please refer to the installation guide of FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 2.0 Update1 or later for details of the patch number. When you use the FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 2.0 Update1 CD-ROM, the patch number is as follows. # patchadd -C /export/install/sol10/solaris_10/tools/boot <RETURN> Solaris 10 10/08 or higher (1) Create the work directory to unpack miniroot. # mkdir /tmp/work <RETURN> (2) Unpack the miniroot to the work directory using the root_archive(1m) command. Proceed to the next step when there is no /tmp/work/tmp/addrem.lck. 12

20 3.1 Creating an install server # /boot/solaris/bin/root_archive unpackmedia /export/install/sol10 /tmp/work <RETURN> # rm /tmp/work/tmp/addrem.lck <RETURN> Although the error messages are displayed when unpackmedia is executed, ignore these messages and proceed to the next step. umount: /tmp/mnt29984 busy rmdir: directory "/tmp/mnt29984": Directory is a mount point or in use lofiadm: could not unmap file /export/install/sol10/boot/sparc.miniroot: Device busy rmdir: directory "/tmp/mnt29984": Directory is a mount point or in use (3) Install the package and the patch into the work directory where miniroot is unpacked. # cd /cdrom/cdrom0/ultra_lvd_driver/10 <RETURN> # pkgadd -R /tmp/work -d. FJSVulsa.u <RETURN> # pkgadd -R /tmp/work -d. FJSVulsa.v <RETURN> # patchadd -C /tmp/work Patch-ID <RETURN> A patch number for the SPARC Enterprise is specified for Patch-ID. Please refer to the installation guide of FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 2.0 Update1 or later for details of the patch number. When you use the FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 2.0 Update1 CD-ROM, the patch number is as follows. # patchadd C /tmp/work <RETURN> (4) Edit the sd.conf file based on the following "How to confirm disks". (5) Pack the work directory which was unpacked. # mkdir p /tmp/media/solaris_10 <RETURN> # /boot/solaris/bin/root_archive packmedia /tmp/media /tmp/work <RETURN> (6) Copy the file in /tmp/media directory to the installation image on the install server. Before executing "unmount f" and "lofiadm d", execute "df k" to check the target device path for these two commands. # cd /tmp/media <RETURN> # find boot Solaris_10/Tools/Boot cpio pdum /export/install/sol10 <RETURN> # umount f /dev/lofi/1 <RETURN> # lofiadm d /dev/lofi/1 <RETURN> How to confirm disks Information about the device connected by executing "probe-scsi-all" on OBP can be confirmed. {0} ok probe-scsi-all /pci@7,700000/fjsv,eulsa@0 MPT Version : 01.05, Firmware Version : SAS World Wide ID(HBA:Port0) is 0x500605b0003cf854 13

21 Chapter 3 Construction method Target 0x1c Unit 0x0 Disk FUJITSU E Blocks, 1073 MB Unit 0x1 Disk FUJITSU E Blocks, 1073 MB Modify the target driver's configuration file (sd.conf) that logical unit (LU) of the disk array device and the file unit device for which you want to create the boot disk can be recognized. Example: How to recognize target ID 28 and logical unit number 0. Solaris 10 5/08 or older # vi /export/install/sol10/solaris_10/tools/boot/kernel/drv/sd.conf Solaris 10 10/08 or higher Work in the directory you unpacked the miniroot (/tmp/work). # vi /tmp/work/kernel/drv/sd.conf # # Copyright (c) 1992, by Sun Microsystems, Inc. #ident "@(#)sd.conf /05/03 SMI" name="sd" class="scsi" target=0 lun=0; name="sd" class="scsi" target=1 lun=0; name="sd" class="scsi" target=28 lun=0; After the installation is completed, eject the CD-ROM. There is no problem though the package names are displayed as "FJSVulsa.2" and "FJSVulsa.3" when the drivers are installed. Notes when the install server is running the Solaris 10 OS: Please confirm whether the NFS service is started if the install server is running the Solaris 10 OS. Confirm that the nfsd daemon is working. # svcs -l svc:/network/nfs/server:default <RETURN> When the nfsd daemon is not working, start the daemon. # svcadm enable svc:/network/nfs/server <RETURN> 14

22 3.2 Setting Solaris Custom JumpStart 3.2 Setting Solaris Custom JumpStart You need to set Solaris Custom JumpStart. For more information of setting Solaris Custom JumpStart, please refer to the "Solaris 10 Installation Guide: Custom JumpStart and Advanced Installations". When you use Solaris Custom JumpStart and install the Solaris OS, the following drivers are automatically installed before the system is rebooted. FUJITSU PCI GigabitEthernet 3.0 Update1 or later, or FUJITSU PCI GigabitEthernet 4.0 or later FUJITSU 10Gigabit Ethernet 1.0 or later FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 2.0 Update1 or later (2.1 or later for SE0X7SA1X) By this procedure, the system gets to be able to recognize the following cards installed in the SPARC Enterprise server, after you installed over the network. Dual Gigabit Ethernet card(se0x7gd1x, SE0X7GD2X) Quad Gigabit Ethernet card(se0x7gq1x, SE0X7GQ2X) 10 Gigabit Ethernet card(se0x7he1x) Dual channel Ultra320 SCSI card(se0x7sc1x, SE0X7SC2X) Serial Attached SCSI card(se0x7sa1x) This section provides you with an instruction on how to set Solaris Custom JumpStart on an install server. The following example shows that you make the "/jumpstart" directory for Solaris Custom JumpStart Making Solaris Custom JumpStart directory (1) Making Solaris Custom JumpStart directory Make the JumpStart directory on the install server. # mkdir /jumpstart <RETURN> Share the Solaris Custom JumpStart directory. Please add the following one line to the /etc/dfs/dfstab file on the install server. share -F nfs -o ro,anon=0 /jumpstart Please execute the following command on the install server. # shareall <RETURN> (2) Copy of driver packages, patches, and installation files Copy the packages, the patches, and the installation files of the driver to the Solaris Custom JumpStart directory on the install server. FUJITSU PCI GigabitEthernet 3.0 Update1 or later: Make the fjgi directory in the Solaris Custom JumpStart directory. # mkdir /jumpstart/fjgi <RETURN> Insert the CD-ROM of FUJITSU PCI GigabitEthernet 3.0 Update1 or later in the CD-ROM drive of the install server, and execute the following commands to copy the packages, the patches, and the installation files. 15

23 Chapter 3 Construction method # cp -p /cdrom/cdrom0/install /jumpstart/fjgi/. <RETURN> # cp -p /cdrom/cdrom0/admin /jumpstart/fjgi/. <RETURN> # cp -pr /cdrom/cdrom0/fjsvgid_3.0/10/* /jumpstart/fjgi/. <RETURN> After the copy is completed, eject the CD-ROM. FUJITSU PCI GigabitEthernet 4.0 or later: Make the fjgi directory in the Solaris Custom JumpStart directory. # mkdir /jumpstart/fjgi <RETURN> Insert the CD-ROM of FUJITSU PCI GigabitEthernet 3.0 Update1 or later / FUJITSU PCI GigabitEthernet 4.0 in the CD-ROM drive of the install server, and execute the following commands to copy the packages, the patches, and the installation files. # cp -p /cdrom/cdrom0/install_v4 /jumpstart/fjgi/. <RETURN> # cp -p /cdrom/cdrom0/admin /jumpstart/fjgi/. <RETURN> # cp -pr /cdrom/cdrom0/fjsvgid_4.0/10/* /jumpstart/fjgi/. <RETURN> After the copy is completed, eject the CD-ROM. FUJITSU 10Gigabit Ethernet 1.0 or later: Make the fjgi directory in the Solaris Custom JumpStart directory. # mkdir /jumpstart/fjxge <RETURN> Insert the CD-ROM of FUJITSU 10Gigabit Ethernet 1.0 or later in the CD-ROM drive of the install server, and execute the following commands to copy the packages, the patches, and the installation files. # cp -pr /cdrom/cdrom0/* /jumpstart/fjxge/. <RETURN> After the copy is completed, eject the CD-ROM. FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 2.0 Update1 or later: Make the fjulsa directory in the Solaris Custom JumpStart directory. # mkdir /jumpstart/fjulsa <RETURN> Insert the CD-ROM of FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 2.0 Update1 or later in the CD-ROM drive of the install server, and execute the following commands to copy the packages, the patches, and the installation files. # cp -p /cdrom/cdrom0/install /jumpstart/fjulsa/. <RETURN> # cp -p /cdrom/cdrom0/admin /jumpstart/fjulsa/. <RETURN> # cp -pr /cdrom/cdrom0/ultra_lvd_driver/10/* /jumpstart/fjulsa/. <RETURN> After the copy is completed, eject the CD-ROM. (3) Copy of Solaris Custom JumpStart sample Copy the Solaris Custom JumpStart sample files from the Solaris OS installation image. When you create the image of Solaris 10 OS in the /export/install/sol10 directory, execute the command as follows. # cp -r /export/install/sol10/solaris_10/misc/jumpstart_sample/* /jumpstart <RETURN> 16

24 3.2 Setting Solaris Custom JumpStart Setting of Solaris Custom JumpStart files Edit the Solaris Custom JumpStart files (profile, rules file, and finish script). Please edit the Solaris Custom JumpStart files referring to " Solaris 10 Installation Guide: Custom JumpStart and Advanced Installations". (1) Edit of profile Edit the /jumpstart/profile file with the text editor (vi etc.). Please make the profile according to the composition of the target machine of the installation. Example of setting profile: Installing with UFS file system: install_type initial_install # The install_type parameter is indispensable. # initial_install is specified. system_type server partitioning explicit cluster SUNWCXall # system_type is specified for server. # partitioning is specified for explicit. # The cluster parameter is indispensable. # Cluster of OS to be installed is specified for # SUNWCXall # (Entire Software Group Plus OEM Support). filesys c7t0d0s swap # The swap filesystem is allocated to c7t0d0s1 # by 4096MB. filesys c7t0d0s0 free / # The disk area of the remainder is allocated # to c7t0d0s0. Installing with ZFS file system: install_type initial_install # The install_type parameter is indispensable. # initial_install is specified. system_type server partitioning explicit cluster SUNWCXall # system_type is specified for server. # partitioning is specified for explicit. # The cluster parameter is indispensable. # Cluster of OS to be installed is specified for # SUNWCXall # (Entire Software Group Plus OEM Support). pool newpool auto auto auto c7t0d0s0 # Creating newpool automatically assigning # size to c7t0d0s0. And automatically assigning swap, # dump size created in newpool bootenv installbe bename sxce_xx # Creating boot file system named # sxce_xx(newpool/root/sxce_xx) (2) Edit of finish script file Edit the finish script file with the text editor (vi etc.). Please make the finish script in the /jumpstart directory by an arbitrary file name. Example 1 - setting finish script: When the installation destination is any of the SPARC Enterprise Txxxx series, 17

25 Chapter 3 Construction method specify "sun4v" for "-p" option of the install commands for both fjgi driver and fjulsa driver. In this case, the finish script name is "sun4v_finish". #!/bin/sh BASE=/a JUMPSTART=/a/mnt mount -F nfs install-server-ip-address:/jumpstart ${JUMPSTART} ${JUMPSTART}/fjgi/install -R ${BASE} -d ${JUMPSTART}/fjgi -p sun4v ${JUMPSTART}/fjxge/install -R ${BASE} ${JUMPSTART}/fjulsa/install -R ${BASE} -d ${JUMPSTART}/fjulsa -p sun4v umount ${JUMPSTART} exit 0 FUJITSU PCI GigabitEthernet 3.0 Update1 or later: The install command is specified for install. ${JUMPSTART}/fjgi/install -R ${BASE} -d ${JUMPSTART}/fjgi -p sun4v FUJITSU PCI GigabitEthernet 4.0 or later: The install_v4 command is specified for install. ${JUMPSTART}/fjgi/install_v4 -R ${BASE} -d ${JUMPSTART}/fjgi -p sun4v Example 2 - setting finish script: When the installation destination is any of the SPARC Enterprise Mxxxx series, specify "sun4u" for "-p" option of the install commands for both fjgi driver and fjulsa drivers. In this case, the finish script name is "sun4u_finish". #!/bin/sh BASE=/a JUMPSTART=/a/mnt mount -F nfs install-server-ip-address:/jumpstart ${JUMPSTART} ${JUMPSTART}/fjgi/install -R ${BASE} -d ${JUMPSTART}/fjgi -p sun4u ${JUMPSTART}/fjxge/install -R ${BASE} ${JUMPSTART}/fjulsa/install -R ${BASE} -d ${JUMPSTART}/fjulsa -p sun4u umount ${JUMPSTART} exit 0 18

26 3.2 Setting Solaris Custom JumpStart FUJITSU PCI GigabitEthernet 3.0 Update1 or later: The install command is specified for install. ${JUMPSTART}/fjgi/install -R ${BASE} -d ${JUMPSTART}/fjgi -p sun4u FUJITSU PCI GigabitEthernet 4.0 or later: The install_v4 command is specified for install. ${JUMPSTART}/fjgi/install_v4 -R ${BASE} -d ${JUMPSTART}/fjgi -p sun4u Example 3 - setting finish script* When the same finish script is used for SPARC Enterprise that is the installation destination, make the finish script as follows. In this case, the finish script name is "finish". #!/bin/sh BASE=/a JUMPSTART=/a/mnt ARCH=`uname -m` mount -F nfs install-server-ip-address:/jumpstart ${JUMPSTART} ${JUMPSTART}/fjgi/install -R ${BASE} -d ${JUMPSTART}/fjgi -p ${ARCH} ${JUMPSTART}/fjxge/install -R ${BASE} ${JUMPSTART}/fjulsa/install -R ${BASE} -d ${JUMPSTART}/fjulsa -p ${ARCH} umount ${JUMPSTART} exit 0 FUJITSU PCI GigabitEthernet 3.0 Update1 or later: The install command is specified for install. ${JUMPSTART}/fjgi/install -R ${BASE} -d ${JUMPSTART}/fjgi -p ${ARCH} FUJITSU PCI GigabitEthernet 4.0 or later: The install_v4 command is specified for install. ${JUMPSTART}/fjgi/install_v4 -R ${BASE} -d ${JUMPSTART}/fjgi -p ${ARCH} Example 4- setting finish script: When the target driver configuration file (sd.conf) is modified in "3.1.2 Setting of the install server", make the finish script as follows. In this case, the finish script name is "finish". #!/bin/sh BASE=/a JUMPSTART=/a/mnt mount -F nfs install-server-ip-address:/jumpstart ${JUMPSTART} ${JUMPSTART}/fjgi/install -R ${BASE} -d ${JUMPSTART}/fjgi -p sun4u ${JUMPSTART}/fjxge/install -R ${BASE} ${JUMPSTART}/fjulsa/install -R ${BASE} -d ${JUMPSTART}/fjulsa -p sun4u 19

27 Chapter 3 Construction method ## Copy sd.conf if [ -f /kernel/drv/sd.conf ] then echo "copying sd.conf " cp /kernel/drv/sd.conf ${BASE}/kernel/drv/sd.conf COPY_STATUS="$?" if [ "$?"!= "0" ] then echo "ERROR: sd.conf copy failed." fi else echo "NOTICE: /kernel/drv/sd.conf does not exist." fi umount ${JUMPSTART} exit 0 When the environment of Solaris Custom JumpStart has already been constructed, please modify the content of the above-mentioned finish script according to your environment and then add it to the existing finish script. For example when the SAN Boot environment is constructed referring to "SPARC Enterprise ETERNUS SAN Boot Environment Build Guide". (3) Edit of rules file Edit the /jumpstart/rules file with the text editor (vi etc.). In the rules file, specify the profile and the finish script for the SPARC Enterprise that is installation destination. Some examples are described in the original rules file, but they are unnecessary. Please comment out them all. Example 1 - setting rules file: Write the following at the end of the rules file. In this example, "sun4v_finish" script is set for the SPARC Enterprise Txxxx series and "sun4u_finish" script is set for the SPARC Enterprise Mxxxx series. # rule keywords and rule values begin script profile finish_script # karch sun4v - profile sun4v_finish karch sun4u - profile sun4u_finish Example 2 - setting rules file: Write the following at the end of the rules file. In this example, a same finish script is set to be used for SPARC Enterprise. hostname <installed-machine-host-name> - profile finish 20

28 3.2 Setting Solaris Custom JumpStart (4) Checking and validating rules file Execute the check script in the /jumpstart directory to make the rules file effective. Solaris 10 5/08 or older: When you copied the image of Solaris 10 OS to the /export/install/sol10 directory, the check script is executed as follows. # cd /jumpstart <RETURN> #./check -p /export/install/sol10 -r rules <RETURN> Solaris 10 10/08 or higher: The following example shows that unpacked directory is packed into the /tmp/media. # cd /jumpstart <RETURN> #./check -p /tmp/media -r rules <RETURN> When the check command displays the following error message, retry the check command after the following procedure. Error Message: ERROR: /tmp/media is not a valid Solaris 2.x CD image Procedure after error message: # cd /tmp/media/solaris_10/tools/boot <RETURN> # bzcat lu.cpio.bz2 cpio -idum <RETURN> # ls usr/sbin/install.d/chkprobe <RETURN> usr/sbin/install.d/chkprobe When the error has not been detected by the check script, the rules.ok file has been made in the /jumpstart directory Adding to install server (1) Register IP address and MAC address of an install client to the install server. How to register IP address of an install client: Edit /etc/hosts with a text editor. The following example shows that IP address of an install client is " " hostname How to register MAC address of an install client: Edit /etc/ethers with a text editor. The following example shows that IP address of an install client is "0:80:17:28:1:f8". 0:80:17:28:1:f8 hostname (2) Adding the install client to the install server. Specify the Solaris Custom JumpStart directory by "-c" option of the add_install_client command. When you copied the image of Solaris 10 OS to the /export/install/sol10 directory, execute the command as follows. The settings are different depending on the installation target models. 21

29 Chapter 3 Construction method Setting example for SPARC Enterprise Txxxx series: # /export/install/sol10/solaris10/tools/add_install_client -c install-server-hostname:/jumpstart install-client-machine-hostname sun4v <RETURN> Setting example for SPARC Enterprise Mxxxx series: # /export/install/sol10/solaris10/tools/add_install_client -c install-server-hostname:/jumpstart install-client-machine-hostname sun4u <RETURN> All necessary settings for installing over the network must be completed on the install server beforehand. Please confirm the settings of "/etc/inet/hosts", "/etc/ethers" and so on have been completed beforehand. Please refer to the following manuals for details. Solaris 10 Installation Guide: Network-Based Installations Solaris 10 Installation Guide: Custom JumpStart and Advanced Installations System Administration Guide: IP Services 22

30 3.3 OS installation 3.3 OS installation Execute the following command on OBP of the installation destination server. ok boot net install <RETURN> Afterwards, please proceed with the installation according to the instruction on the screen. Please refer to the manual of FUJITSU PCI GigabitEthernet 3.0 Update1 or later when you install over the network using the following cards, not using the basic Gigabit Ethernet port of the SPARC Enterprise. Dual Gigabit Ethernet card(se0x7gd1x, SE0X7GD2X) Quad Gigabit Ethernet card(se0x7gq1x, SE0X7GQ2X) 10 Gigabit Ethernet card(se0x7he1x) Note: For more information about Quad Gigabit Ethernet card (SE0X7GQ2X), refer to the user's guide of FUJITSU PCI GigabitEthernet 3.0 Update3/4.0 Update1 or later. In the case of Fujitsu 10Gigabit Ethernet 1.0 or later, determine the 10 Gigabit Ethernet card for network boot by the following procedure. (1) Search the device path for the 10 Gigabit Ethernet card with the show-nets command from the ok prompt on the client system. ok show-nets example) ok show-nets a) b) q) NO SELECTION Enter Selection, q to quit: (2) From the ok prompt, boot the client system using the 10 Gigabit Ethernet card. ok boot /pci@0,600000/fjsv,e1xsa@0 23

31

PRIMECLUSTER GDS 4.3A20B. Installation Guide. Oracle Solaris

PRIMECLUSTER GDS 4.3A20B. Installation Guide. Oracle Solaris PRIMECLUSTER GDS 4.3A20B Installation Guide Oracle Solaris J2S2-1607-04ENZ0(00) September 2013 Preface Purpose This manual explains how to install PRIMECLUSTER GDS. Target Readers This manual is written

More information

Solaris 9 Mount Cdrom Manually

Solaris 9 Mount Cdrom Manually Solaris 9 Mount Cdrom Manually The /cdrom folder may need to be created prior to continuing. Ejecting the CD-ROM, see Solaris 10 guest cannot eject ISO image mounted as CD-ROM. + PREFORMAT_EP_OPERATIONAL_STATE=9

More information

FUJITSU Software PRIMECLUSTER Clustering Base 4.5A00. Installation Guide. Oracle Solaris

FUJITSU Software PRIMECLUSTER Clustering Base 4.5A00. Installation Guide. Oracle Solaris FUJITSU Software PRIMECLUSTER Clustering Base 4.5A00 Installation Guide Oracle Solaris J2S2-1668-01ENZ0(01) December 2017 Preface Purpose This manual explains how to install PRIMECLUSTER Clustering Base.

More information

INSTALLATION GUIDE. FUJITSU PCI Fibre Channel 4.0 Update2

INSTALLATION GUIDE. FUJITSU PCI Fibre Channel 4.0 Update2 Manual code: C120-E392-03EN INSTALLATION GUIDE FUJITSU PCI Fibre Channel 4.0 Update2 for Solaris Operating System The Customer acknowledges and agrees that the Product is designed, developed and manufactured

More information

Solaris Patches Installation Instructions

Solaris Patches Installation Instructions [ Solaris Patches 4.2.1.10 Installation Instructions Overview Introduction This document provides the step-by-step instructions to install the Solaris Patch Set 4.2.1.10 on a DNCS system running System

More information

PRIMECLUSTER Clustering Base 4.3A20B. Installation Guide. Oracle Solaris

PRIMECLUSTER Clustering Base 4.3A20B. Installation Guide. Oracle Solaris PRIMECLUSTER Clustering Base 4.3A20B Installation Guide Oracle Solaris J2S2-1605-04ENZ0(03) December 2014 Preface Purpose This manual explains how to install PRIMECLUSTER Clustering Base. Target Readers

More information

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr.

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr. Preface This installation guide explains how to install the "ETERNUSmgr for HP-UX" storage system management software on an ETERNUS DX400 series, ETERNUS DX8000 series, ETERNUS2000, ETERNUS4000, ETERNUS8000,

More information

PRIMECLUSTER HA Server 4.3A10. Installation Guide. Oracle Solaris

PRIMECLUSTER HA Server 4.3A10. Installation Guide. Oracle Solaris PRIMECLUSTER HA Server 4.3A10 Installation Guide Oracle Solaris J2S2-1604-01ENZ0(03) March 2013 Preface Purpose This manual explains how to install PRIMECLUSTER HA Server. Target Readers This manual is

More information

Server Support Matrix ETERNUS Disk storage systems Server Connection Guide (Fibre Channel) for Oracle Solaris

Server Support Matrix ETERNUS Disk storage systems Server Connection Guide (Fibre Channel) for Oracle Solaris Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

FUJITSU PCI Gigabit Ethernet 4.1 Update2 / 5.0 for Oracle Solaris. Update Information. Solaris. C120-E613-04ENZ0(A) October 2011.

FUJITSU PCI Gigabit Ethernet 4.1 Update2 / 5.0 for Oracle Solaris. Update Information. Solaris. C120-E613-04ENZ0(A) October 2011. FUJITSU PCI Gigabit Ethernet 4.1 Update2 / 5.0 for Oracle Solaris Update Information Solaris C120-E613-04ENZ0(A) October 2011 SPARC Enterprise Preface Purpose This manual describes the functions and Bug

More information

Server Support Matrix ETERNUS Disk storage systems Server Connection Guide (Fibre Channel) for Oracle Solaris

Server Support Matrix ETERNUS Disk storage systems Server Connection Guide (Fibre Channel) for Oracle Solaris Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

1Z Oracle Certified Professional Oracle Solaris 10 System Administrator Exam Summary Syllabus Questions

1Z Oracle Certified Professional Oracle Solaris 10 System Administrator Exam Summary Syllabus Questions 1Z0-879 Oracle Certified Professional Oracle Solaris 10 System Administrator Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-879 Exam on Oracle Certified Professional Oracle Solaris

More information

Oracle University Installation Framework OUIF Installation Guide July 13, 2012

Oracle University Installation Framework OUIF Installation Guide July 13, 2012 Oracle University Installation Framework OUIF 1.7.0 Installation Guide July 13, 2012 Oracle University Installation Framework Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. Table

More information

x86: Installing Solaris Software

x86: Installing Solaris Software x86: Installing Solaris Software 2550 Garcia Avenue Mountain View, CA 94043 U.S.A. A Sun Microsystems, Inc. Business 1995 Sun Microsystems, Inc. 2550 Garcia Avenue, Mountain View, California 94043-1100

More information

PRIMECLUSTER DR/PCI Hot Plug User s Guide

PRIMECLUSTER DR/PCI Hot Plug User s Guide PRIMECLUSTER DR/PCI Hot Plug User s Guide - SPARC Solaris - Version 4.2 November, 2003 Introduction This manual describes how to use the Dynamic Reconfiguration (DR) function and the PCI Hot Plug function

More information

TABLE OF CONTENTS: NEED TO KNOW

TABLE OF CONTENTS: NEED TO KNOW 1.3 TABLE OF CONTENTS: WELCOME! 2 NEED TO KNOW 2 CONCEPTS 2 USEFUL NEEDED INSTRUCTIONS 4 VIRTUAL MACHINE MANAGEMENT FOR BUBBLE COURSES 5 TROUBLESHOOTING 6 WELCOME! Hello and welcome to the PDS Survival

More information

Mounting and Unmounting the CD-ROM Drive on Solaris

Mounting and Unmounting the CD-ROM Drive on Solaris APPENDIX A Mounting and Unmounting the CD-ROM Drive on Solaris You can install the SGM server client software from a CD-ROM drive connected to your local system from a CD-ROM drive connected to a remote

More information

Installing Prime Optical

Installing Prime Optical 5 CHAPTER This section describes how to install Cisco Prime Optical 9.8 with an Oracle 11g database. To ensure a successful installation, use the checklist provided in the Installation Scenarios and Checklists,

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : 1Z0-877 Title : Oracle Solaris 10 System Administrator Certified Professional Exam,

More information

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr.

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr. Preface This installation guide explains how to install the "ETERNUSmgr for Linux" storage system management software on an ETERNUS DX400 series, ETERNUS DX8000 series, ETERNUS2000, ETERNUS4000, ETERNUS8000,

More information

PRIMEPOWER Hardware Platform Guide: Installation for Solaris 10 Operating System -- Start Here--

PRIMEPOWER Hardware Platform Guide: Installation for Solaris 10 Operating System -- Start Here-- B23Q8YA-G-01-F PRIMEPOWER Hardware Platform Guide: Installation for Solaris 10 Operating System -- Start Here-- Preface Solaris Operating System is described as Solaris in this manual. Purpose This manual

More information

Sun Enterprise Alternate Pathing 2.3.1

Sun Enterprise Alternate Pathing 2.3.1 Sun Enterprise Alternate Pathing 2.3.1 Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA 94303-4900 U.S.A. 650-960-1300 Part No. 806-5830-10 Revision A, 2000 10 ò ô p Berkeley BSD j UNIX X/Open

More information

Solaris Jumpstart Basics

Solaris Jumpstart Basics Solaris Jumpstart Basics Hal Pomeranz Deer Run Associates All material Copyright Hal Pomeranz and Deer Run Associates, 2000-2001. All rights reserved. Hal Pomeranz * Founder/CEO * hal@deer-run.com Deer

More information

ETERNUS Multipath Driver (Oracle Solaris Version) Installation Information

ETERNUS Multipath Driver (Oracle Solaris Version) Installation Information ETERNUS Multipath Driver (Oracle Solaris Version) Installation Information September 2011 Contents Supported OS 1 Restrictions and Resolution schedule (the driver for Solaris 10 OS and Solaris 9 OS) 1

More information

Chapter Two. Lesson A. Objectives. Exploring the UNIX File System and File Security. Understanding Files and Directories

Chapter Two. Lesson A. Objectives. Exploring the UNIX File System and File Security. Understanding Files and Directories Chapter Two Exploring the UNIX File System and File Security Lesson A Understanding Files and Directories 2 Objectives Discuss and explain the UNIX file system Define a UNIX file system partition Use the

More information

Enterprise Historian TM History Services. Version 2.4/1 Patch 8. Release Notes

Enterprise Historian TM History Services. Version 2.4/1 Patch 8. Release Notes Enterprise Historian TM History Services Version 2.4/1 Patch 8 Release Notes NOTICE The information in this document is subject to change without notice and should not be construed as a commitment by ABB

More information

FUJITSU Storage ETERNUS DX Configuration Guide -Server Connection-

FUJITSU Storage ETERNUS DX Configuration Guide -Server Connection- FUJITSU Storage ETERNUS DX Configuration Guide -Server Connection- (SAS) for VMware ESX This page is intentionally left blank. Preface This manual briefly explains the operations that need to be performed

More information

QLC FCode for 2Gb FC HBAs. Table of Contents

QLC FCode for 2Gb FC HBAs. Table of Contents QLC FCode f 2Gb FC HBAs This software license applies only to QLogic customers. QLogic Cpation. All rights reserved. 1. Package Contents 2. Suppted Features 3. HBA Configuration (FCode Options) 4. Utilities

More information

Microsoft Windows NT Microsoft Windows SystemWalker/StorageMGR. Installation Guide V10.0L10

Microsoft Windows NT Microsoft Windows SystemWalker/StorageMGR. Installation Guide V10.0L10 Microsoft Windows NT Microsoft Windows 2000 SystemWalker/StorageMGR Installation Guide V10.0L10 Preface ++Purpose This manual explains the installation and customization of the SystemWalker/StorageMGR.

More information

Software and AnswerBook Packages Administration Guide

Software and AnswerBook Packages Administration Guide Software and AnswerBook Packages Administration Guide 2550 Garcia Avenue Mountain View, CA 94043 U.S.A. A Sun Microsystems, Inc. Business 1994 Sun Microsystems, Inc. 2550 Garcia Avenue, Mountain View,

More information

CiscoView CD Installation Instructions for Solaris and HP-UX

CiscoView CD Installation Instructions for Solaris and HP-UX CiscoView CD Installation Instructions for Solaris and HP-UX This instruction book provides information about installing and running CiscoView on your network management station. You can install CiscoView

More information

The Contents and Structure of this Manual. This document is composed of the following three chapters and an appendix.

The Contents and Structure of this Manual. This document is composed of the following three chapters and an appendix. Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

C122-E159-02EN PRIMEQUEST 1000 Series Notices for ServerView Suite

C122-E159-02EN PRIMEQUEST 1000 Series Notices for ServerView Suite PRIMEQUEST 1000 Series Notices for ServerView Suite 2012 January FUJITSU LIMITED Contents I. Preface... 3 II. Notices for ServerView Suite V10.11.07... 4 1. Notices for ServerView Operations Manager (SVOM)...

More information

April UNIX Installation Guide

April UNIX Installation Guide April 2002 UNIX Installation Guide How to Contact Ansoft Address: United States Four Station Square, Suite 200 Pittsburgh, PA 15219 USA. Europe Regal House, 9th Floor 70 London Road Twickenham, Middlesex

More information

Dell Compellent Volume Expansion with Solaris 10 UFS. Technical Tip

Dell Compellent Volume Expansion with Solaris 10 UFS. Technical Tip Dell Compellent Volume Expansion with Solaris 10 UFS Technical Tip Page 2 Document revision Date Revision Comments 8/30/2011 A Initial Draft 10/14/2011 B Fixed Some Typos THIS TECHNICAL TIP IS FOR INFORMATIONAL

More information

14 Installing a Server

14 Installing a Server C H A P T E R 14 Installing a Server The following test objectives are covered in this chapter: Understanding the server environment Installing software using the interactive installation program Understanding

More information

FOR NETWARE. Tested and. Approved

FOR NETWARE. Tested and. Approved 7 v e r s i o n TM FOR NETWARE Tested and Approved Introduction This guide is designed to help you install Backup Exec for NetWare from the Backup Exec Installation CD. It is intended for administrators

More information

Installation Guide V1.1

Installation Guide V1.1 Installation Guide V1.1 The information contained in this manual is the licensed property of Fujitsu Software Technology Corporation. Use of the information contained herein is restricted to the terms

More information

Rev C. OCAP Installation and Upgrade Instructions

Rev C. OCAP Installation and Upgrade Instructions 732578 Rev C OCAP Installation and Upgrade Instructions Please Read Important Please read this entire guide. If this guide provides installation or operation instructions, give particular attention to

More information

Oracle VM. Installation and Upgrade Guide for Release 3.3

Oracle VM. Installation and Upgrade Guide for Release 3.3 Oracle VM Installation and Upgrade Guide for Release 3.3 E50247-08 September 2016 Oracle Legal Notices Copyright 2011, 2016 Oracle and/or its affiliates. All rights reserved. This software and related

More information

PRIMECLUSTER Wizard for NetWorker 4.1 J2S Z2

PRIMECLUSTER Wizard for NetWorker 4.1 J2S Z2 PRIMECLUSTER Wizard for NetWorker 4.1 J2S1-7460-01-Z2 Introduction Purpose of this manual This manual explains procedure of installation through operation for PRIMECLUSTER Wizard for NetWorker. Audience

More information

Notes on Using Red Hat Enterprise Linux AS (v.4 for EM64T)

Notes on Using Red Hat Enterprise Linux AS (v.4 for EM64T) 2005-09-01 Notes on Using Red Hat Enterprise Linux AS (v.4 for EM64T) Preface About This Manual This manual provides notes on PRIMERGY operation with Linux installed. Be sure to read this manual before

More information

HP StorageWorks Performance Advisor. Installation Guide. Version 1.7A

HP StorageWorks Performance Advisor. Installation Guide. Version 1.7A HP StorageWorks Performance Advisor Installation Guide Version 1.7A notice Copyright 2002-2004 Hewlett-Packard Development Company, L.P. Edition 0402 Part Number B9369-96068 Hewlett-Packard Company makes

More information

RC2000. User's Guide

RC2000. User's Guide RC2000 User's Guide Edition February 2003 Preface Purpose This manual describes the functions and operation of RC2000. RC2000 is a software product that provides functions for operating an OS console

More information

PRIMECLUSTER GDS Snapshot 4.3A20. Installation Guide. Linux

PRIMECLUSTER GDS Snapshot 4.3A20. Installation Guide. Linux R GDS Snapshot 4.3A20 Installation Guide Linux J2UL-1393-02ENZ0(00) December 2012 Preface Purpose This manual explains how to install R GDS Snapshot. Target Readers This manual is written for people who

More information

The Contents and Structure of this Manual. This document is composed of the following three chapters.

The Contents and Structure of this Manual. This document is composed of the following three chapters. Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

Partitioning and Formatting Guide

Partitioning and Formatting Guide Partitioning and Formatting Guide Version 1.2 Date 05-15-2006 Partitioning and Formatting Guide This guide is designed to explain how to setup your drive with the correct partition and format for your

More information

ARM Firmware Suite v1.4 Installation Guide

ARM Firmware Suite v1.4 Installation Guide ARM Firmware Suite v1.4 Installation Guide Copyright 2000-2002 ARM Limited. All rights reserved. Release Information Date Issue Change 16 February 2000 A First Release 1 June 2000 B P720 Release 1 October

More information

Installing Essentials

Installing Essentials CHAPTER 1 This chapter describes how to install and uninstall Essentials, including upgrades and reinstallation. You must install CiscoWorks2000 CD One before you can install Resource Manager Essentials.

More information

Symantec NetBackup PureDisk Compatibility Matrix Created August 26, 2010

Symantec NetBackup PureDisk Compatibility Matrix Created August 26, 2010 Symantec NetBackup PureDisk 6.6.1 Compatibility Matrix Created August 26, 2010 Copyright 2010 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, and Backup Exec are trademarks or registered

More information

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide. support.dell.com

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide.   support.dell.com VMware Infrastructure 3.0.2 Update 1 for Dell Systems Deployment Guide www.dell.com support.dell.com Notes and Notices NOTE: A NOTE indicates important information that helps you make better use of your

More information

Setup EMR9000 with SAS Storage

Setup EMR9000 with SAS Storage Setup EMR9000 with SAS Storage Application Notes Version 1. Preface The application note is used to educate customer how to setup EMR9000 with SAS storage and using Milestone software as an example.

More information

ISRXM64LE93-1. NEC Storage ReplicationControl FileSystem Option on Linux Ver9.3 Installation Guide

ISRXM64LE93-1. NEC Storage ReplicationControl FileSystem Option on Linux Ver9.3 Installation Guide NEC Storage ReplicationControl FileSystem Option on Linux Ver9.3 Installation Guide Preface This document describes the installation of the program products in the CD labeled as: NEC Storage ReplicationControl

More information

Disks & File Systems. Dick Gillman, ITSS. 1/19/06 10:20:11 am docs/disks.sxi

Disks & File Systems. Dick Gillman, ITSS. 1/19/06 10:20:11 am docs/disks.sxi Disks & File Systems Dick Gillman, ITSS 1/19/06 10:20:11 am docs/disks.sxi IDE and SCSI most lower end systems come with IDE SCSI better performance choose system with SCSI for servers Checklist for new

More information

boot PROM 11.1 boot PROM

boot PROM 11.1 boot PROM 11.1 boot PROM boot PROM PROM programmable read-only memory, SUN 11.2 NVRAM NVRAM- Non-volatile random access memory, EEPROM(electronically erasable programmable read-only memory) boot PROM 11.3 PROM

More information

IPS Packaging for Oracle Solaris 11

IPS Packaging for Oracle Solaris 11 IPS Packaging for Oracle Solaris 11 Click to edit the title text formatclick to edit Master title style Wenlong Zhang Senior Sales Consultant 2 Copyright 2011, Oracle and/or its affiliates. All rights

More information

An Oracle White Paper June How To Configure Oracle VM Server for SPARC Guest Domains As Oracle Solaris Cluster Nodes

An Oracle White Paper June How To Configure Oracle VM Server for SPARC Guest Domains As Oracle Solaris Cluster Nodes An Oracle White Paper June 2010 How To Configure Oracle VM Server for SPARC Guest Domains As Oracle Solaris Cluster Nodes Introduction...1 Overview...2 Prerequisites, Assumptions, and Defaults...3 Configuration

More information

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide. support.dell.com

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide.   support.dell.com VMware Infrastructure 3.0.2 Update 1 for Dell PowerEdge Systems Deployment Guide www.dell.com support.dell.com Notes and Notices NOTE: A NOTE indicates important information that helps you make better

More information

ETERNUS SF AdvancedCopy Manager Operator's Guide for Cluster Environment

ETERNUS SF AdvancedCopy Manager Operator's Guide for Cluster Environment ETERNUS SF AdvancedCopy Manager 14.2 Operator's Guide for Cluster Environment J2X1-7452-04ENZ0(00) June 2011 Preface Purpose This manual explains the installation and customization of ETERNUS SF AdvancedCopy

More information

Step by Step Installation of CentOS Linux 7 and Active Circle

Step by Step Installation of CentOS Linux 7 and Active Circle Step by Step Installation of CentOS Linux 7 and Active Circle Active Circle Storage System Abstract This document describes the step-by-step procedures for installing and configuring the CentOS Linux 7

More information

The Contents and Structure of this Manual. This document is composed of the following six chapters and an appendix.

The Contents and Structure of this Manual. This document is composed of the following six chapters and an appendix. Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

transfer of information(toi)

transfer of information(toi) transfer of information(toi) for sun qfs file system 5.0 Nazmul Khan Technical Account Manager System Infrastructure (Sun Service) Orange Business Services Agenda 1. Introduction of Sun QFS. 2. Feature

More information

FUJITSU Software Systemwalker Operation Manager. Upgrade Guide. UNIX/Windows(R)

FUJITSU Software Systemwalker Operation Manager. Upgrade Guide. UNIX/Windows(R) FUJITSU Software Systemwalker Operation Manager Upgrade Guide UNIX/Windows(R) J2X1-3150-16ENZ0(00) May 2015 Preface Purpose of This Document This document describes the migration method, and notes when

More information

OrbixTalk 3.3 Installation Guide Windows NT, Solaris, and HP/UX

OrbixTalk 3.3 Installation Guide Windows NT, Solaris, and HP/UX OrbixTalk 3.3 Installation Guide Windows NT, Solaris, and HP/UX September 2000 Platforms Product Code Windows NT 4.0 (Service Pack 6a) Solaris 2.7 HP/UX 11.00 Product Code Version s1514 Windows NT 4.0

More information

Project 3: An Introduction to File Systems. COP 4610 / CGS 5765 Principles of Operating Systems

Project 3: An Introduction to File Systems. COP 4610 / CGS 5765 Principles of Operating Systems Project 3: An Introduction to File Systems COP 4610 / CGS 5765 Principles of Operating Systems Introduction Project 3 learning objectives File system design and implementation File system testing Data

More information

EMC Navisphere Server Software for Solaris ADMINISTRATOR S GUIDE. EMC Enterprise Storage

EMC Navisphere Server Software for Solaris ADMINISTRATOR S GUIDE. EMC Enterprise Storage EMC Enterprise Storage EMC Navisphere Server Software for Solaris ADMINISTRATOR S GUIDE P/N 069001068-01 EMC Corporation 171 South Street, Hopkinton, MA 01748-9103 Corporate Headquarters: (508) 435-1000,

More information

Boot Version 10.6 for the Fibre Channel Protocol. User Manual

Boot Version 10.6 for the Fibre Channel Protocol. User Manual Boot Version 10.6 for the Fibre Channel Protocol User Manual Connect Monitor Manage 2 Copyright 2003-2015 Emulex. All rights reserved worldwide. No part of this document may be reproduced by any means

More information

CiscoView CD Installation Instructions

CiscoView CD Installation Instructions CiscoView CD Installation Instructions This instruction book provides information about installing and running CiscoView on your network management station. You can install CiscoView on an HP system or

More information

PRIMECLUSTER. Web-Based Admin View Operation Guide

PRIMECLUSTER. Web-Based Admin View Operation Guide PRIMECLUSTER Web-Based Admin View Operation Guide Edition June 2004 Preface This manual outlines the functions and operation of the Web-Based Admin View. Web-Based Admin View is a common base to utilize

More information

IPBRICK Installation Manual

IPBRICK Installation Manual IPBRICK Installation Manual February 2006 2 Copyright c iportalmais All rights reserved. February 2006. The information in this document could be change without further notice. The declarations, technical

More information

Upgrading the MSA1000 for Enhanced Features

Upgrading the MSA1000 for Enhanced Features White Paper December 2002 Prepared by: Network Storage Solutions Hewlett Packard Company Contents Benefits of the MSA1000 Enhancements...1 Prerequisites...3 Environmental Monitoring Unit (EMU) issue:...3

More information

ExpressCluster X 2.0 for Linux

ExpressCluster X 2.0 for Linux ExpressCluster X 2.0 for Linux Installation and Configuration Guide 03/31/2009 3rd Edition Revision History Edition Revised Date Description First 2008/04/25 New manual Second 2008/10/15 This manual has

More information

Veritas System Recovery 18 Linux Edition README

Veritas System Recovery 18 Linux Edition README Veritas System Recovery 18 Linux Edition README ===================================================================== ====== Veritas(TM) System Recovery 18 Linux Edition README =====================================================================

More information

ExpressCluster X Integrated WebManager

ExpressCluster X Integrated WebManager ExpressCluster X Integrated WebManager Administrator s Guide 09/30/2009 Second Edition Revision History Edition Revised Date Description First 06/15/2009 New manual Second 09/30/2009 This manual has been

More information

Mirroring the Boot Drive with Solstice Disk Suite/Solaris Volume Manager. Brad Isbell, Seeds of Genius June 2006

Mirroring the Boot Drive with Solstice Disk Suite/Solaris Volume Manager. Brad Isbell, Seeds of Genius June 2006 Mirroring the Boot Drive with Solstice Disk Suite/Solaris Volume Manager Brad Isbell, Seeds of Genius June 2006 Revision 1.1 6/04/2006 Edition: June 2006 All rights reserved. This product or document is

More information

Upgrading Prime Optical

Upgrading Prime Optical CHAPTER 6 You cannot perform a full upgrade from an earlier Cisco Transport Manager (CTM) or Prime Optical release. This section describes how to use the Cisco Prime Optical 9.8 Data Migrator wizard to

More information

VERITAS Storage Migrator 3.4 VERITAS Storage Migrator Remote 3.4

VERITAS Storage Migrator 3.4 VERITAS Storage Migrator Remote 3.4 VERITAS Storage Migrator 3.4 VERITAS Storage Migrator Remote 3.4 Installation Guide UNIX June 2000 100-001495 Disclaimer The information contained in this publication is subject to change without notice.

More information

Notes on Using Red Hat Enterprise Linux AS (v.3 for x86)

Notes on Using Red Hat Enterprise Linux AS (v.3 for x86) 2005-09-01 Notes on Using Red Hat Enterprise Linux AS (v.3 for x86) Preface About This Manual This manual provides notes on PRIMERGY operation with Linux installed. Be sure to read this manual before using

More information

ETERNUS Disk storage systems Server Connection Guide (Fibre Channel) for VMware ESX

ETERNUS Disk storage systems Server Connection Guide (Fibre Channel) for VMware ESX Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

Oracle Enterprise Manager Ops Center

Oracle Enterprise Manager Ops Center Oracle Enterprise Manager Ops Center Provision and Update Guide, 11g Release 1 Update 3 (11.1.3.0.0) E18417-04 November 2011 Oracle Enterprise Manager Ops Center Provision and Update Guide 11g Release

More information

Oracle Solaris Cluster 3.3With SCSI JBOD Storage Device Manual

Oracle Solaris Cluster 3.3With SCSI JBOD Storage Device Manual Oracle Solaris Cluster 3.3With SCSI JBOD Storage Device Manual Part No: 821 1557 10 September 2000, 2010, Revision A Copyright 2000, 2010, Oracle and/or its affiliates. All rights reserved. This software

More information

ExpressCluster X for Windows

ExpressCluster X for Windows ExpressCluster X for Windows PP Guide (Virtualization Software) 09/30/2012 5th Edition Revision History Edition Revision Date 1 04/14/2009 Created 2 10/20/2009 Corresponds to Hyper-V 2.0. Modified sample

More information

Configuration and Administration Guide 4.5 Multipath Function

Configuration and Administration Guide 4.5 Multipath Function FUJITSU Software PRIMECLUSTER Global Link Services Configuration and Administration Guide 4.5 Multipath Function Oracle Solaris J2S2-1678-01ENZ0(00) April 2017 Preface This manual describes the capabilities,

More information

IBM TotalStorage NAS Gateway 300 Model G27. Quick Start Instructions

IBM TotalStorage NAS Gateway 300 Model G27. Quick Start Instructions IBM TotalStorage NAS Gateway 300 Model G27 Quick Start Instructions First Edition (October 2002) Copyright International Business Machines Corporation 2002. All rights reserved. US Government Users Restricted

More information

VMware vsphere Storage Appliance Installation and Configuration

VMware vsphere Storage Appliance Installation and Configuration VMware vsphere Storage Appliance Installation and Configuration vsphere Storage Appliance 1.0 vsphere 5.0 This document supports the version of each product listed and supports all subsequent versions

More information

AIX, AppleTalk Services, and the Network Server. Quick Reference Card

AIX, AppleTalk Services, and the Network Server. Quick Reference Card apple AIX, AppleTalk Services, and the Network Server Quick Reference Card Hardware Basics To verify the SCSI devices, see the instructions on the reverse side. For more information, see Setting Up the

More information

Tivoli SecureWay Policy Director WebSEAL. Installation Guide. Version 3.8

Tivoli SecureWay Policy Director WebSEAL. Installation Guide. Version 3.8 Tivoli SecureWay Policy Director WebSEAL Installation Guide Version 3.8 Tivoli SecureWay Policy Director WebSEAL Installation Guide Version 3.8 Tivoli SecureWay Policy Director WebSEAL Installation Guide

More information

Installing on a Virtual Machine

Installing on a Virtual Machine Release 8.5 Revised: 6/20/13 See the Quick Start for Installing and Configuring Cisco Unified MeetingPlace Release 8.5 module for information about the order in which to install and configure the Cisco

More information

Chapter 6. Linux File System

Chapter 6. Linux File System Chapter 6 Linux File System 1 File System File System management how to store informations on storage devices The Hierarchical Structure Types of file Common File system Tasks 2 The Hierarchical Structure

More information

EXPRESSCLUSTER X Integrated WebManager

EXPRESSCLUSTER X Integrated WebManager EXPRESSCLUSTER X Integrated WebManager Administrator s Guide 10/02/2017 12th Edition Revision History Edition Revised Date Description 1st 06/15/2009 New manual 2nd 09/30/2009 This manual has been updated

More information

StoneFly SCVM Deployment Guide for Microsoft Hyper-V

StoneFly SCVM Deployment Guide for Microsoft Hyper-V StoneFly SCVM Deployment Guide for Microsoft Hyper-V Storage Concentrator Virtual Machine Software-Defined Virtual Storage Appliance Revision 2017.1 This Page is intentionally left blank. ENG-114 V 1.1

More information

Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer

Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer Summary This document outlines the process to perform the following tasks. 1. Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer.

More information

User's Guide - Master Schedule Management

User's Guide - Master Schedule Management FUJITSU Software Systemwalker Operation Manager User's Guide - Master Schedule Management UNIX/Windows(R) J2X1-3170-14ENZ0(00) May 2015 Preface Purpose of This Document This document describes the Master

More information

WARNING USING THIS SOFTWARE IS NOT A TRIVIAL UPGRADE TO EXISTING RAID INSTALLATIONS!

WARNING USING THIS SOFTWARE IS NOT A TRIVIAL UPGRADE TO EXISTING RAID INSTALLATIONS! Precautions and Alerts - SRCU31, SRCU31A, SRCU31L and SRCU31L-A WARNING USING THIS SOFTWARE IS NOT A TRIVIAL UPGRADE TO EXISTING RAID INSTALLATIONS! 1. For any NEW installations with only one Intel RAID

More information

HP Supporting the HP ProLiant Storage Server Product Family.

HP Supporting the HP ProLiant Storage Server Product Family. HP HP0-698 Supporting the HP ProLiant Storage Server Product Family https://killexams.com/pass4sure/exam-detail/hp0-698 QUESTION: 1 What does Volume Shadow Copy provide?. A. backup to disks B. LUN duplication

More information

Release Notes P/N REV A03 January 3, 2006

Release Notes P/N REV A03 January 3, 2006 Sun StorEdge Traffic Manager for CLARiiON Release Notes P/N 300-002-978 REV A03 January 3, 2006 These release notes contain supplemental information about Sun StorEdge Traffic Manager for CLARiiON storage

More information

Reborn software ADV 9.01 installation guide custom installation

Reborn software ADV 9.01 installation guide custom installation Reborn software ADV 9.01 installation guide custom installation 1. Firstly, make sure that there is operating system installed inside the machine (in our example, windows 7). Then, in the windows environment,

More information

Installation and Administration Guide

Installation and Administration Guide SWIFTNet Interfaces SWIFTAlliance Workstation 6.0 Installation and Administration Guide This guide is intended for the person responsible for installing and administering SWIFTAlliance Workstation. Prior

More information

My Own Help On Unix Environment

My Own Help On Unix Environment My Own Help On Unix Environment ***** *** * This is my own collection on some tips/hints to help my work on Unix Environment. As my Unix is my second skill, hence the information here is very basic and

More information

Interstage Shunsaku Data Manager Using the Shunsaku Manuals

Interstage Shunsaku Data Manager Using the Shunsaku Manuals Interstage Data Manager Using the Manuals Using the Manuals Trademarks Trademarks of other companies are used in this manual only to identify particular products or systems. Product Microsoft, Visual C++,

More information