Installation Guide-x86, x86-64

Size: px
Start display at page:

Download "Installation Guide-x86, x86-64"

Transcription

1 Installation Guide-x86, x86-64 In order to start the installation of Asianux 2.0, it needs to boot installation program. We can use two methods: CD booting or floppy booting. 1. Method of booting installation program According to the difference between hardware of system and installation medium that is used, we can use the following method to boot the installation program of Asianux Use CD booting CD booting and CD installing are the most direct method to install Asianux 2.0. The precondition of it is that the user has the system installation CD and the user decided to choose CD as the installation medium, and the computer can support the situation that booting from CDs. Set the BIOS startup order of current computer firstly when installing, set the CD-ROM as the first option. If your computer can not support CD booting, please refer to "Installation mode of Asianux" 1.2 Use U disk booting If the computer cannot support CD booting or you do not have a system installation CD, it needs to use installation boot CD. The reflection file of the installation boot CD is the file /images/bootdisk.img on the first CD. Before using the installation boot CD, you have to change the BIOS setting into U disk precedence. If an installation boot CD is needed, you should prepare in advance. Concerning the detailed information of making a boot CD, please refer to chapter 1.4: Making an installation boot CD These aren t an essential relationship between the mediums of booting and installing. Actually, using CD booting can also choose installation from hard disk or network. Detailed steps are as follows: After use the first CD of Asianux 2.0 to boot installation, input linux askmethod under the prompt boot:. It will appear a choice interface of installation medium. You can practice if you are interested in it. 1.3 Boot successfully Whatever is used (CDs or floppy), it will appear an installation startup interface of Asianux 2.0 after booting successfully. The hints and the prompt boot: will appear on the screen,then you can enter the graphics-mode installation interface after pressing <enter> or just waiting for a while. 1

2 Boot from CD successfully If it need to use text installation mode, input linux text under the prompt boot:, then press <enter>. If it need to use expert installation mode, input linux expert under the prompt boot:, then press <enter>. It is suggested to use graphics-mode installation mode; because it has friendly interface and can be operated easily. And it also supplies the LVM setting function that can not be supplied under text installation mode. In normal situation, it just needs to use acquiescent options. Pay attention to the leading message to check that if the Linux kernel has examined the hardware of computer. If the hardware has been examined correctly, we can carry the following procedure of installing. Concerning text installation mode The operating steps of text installation mode are similar with graphics-mode installation, it just changes its interface, and the setting and using method are also similar. If the text installation mode is necessary, please refer to the next chapter about the introduction of graphics-mode installation. Currently, hard-disk installation mode, FTP installation mode and HTTP installation mode just supply text installation interface. Concerning expert installation mode Expert installation mode adopt text interface to supply drive support that some installation program do not supply for some special hardware. Currently, this special hardware are mostly SCSI adapters, RAID equipment or NIC. Asianux 2.0 installation program has already supplied hundreds of drives of this kind of equipment for users. But 2

3 to the types that do not include, it needs to use drive floppy or drive CDs to load drives thought expert installation mode. In expert installation mode, installation program will ask users whether a drive disk is needed. Then select to load drive program from floppy drive or CD drive. If you do not need equipment that is not supported during your installing of Asianux 2.0, the drive disk does need here. You can add the support of this equipment after completing installation. Asianux 2.0 has its own format of drive floppy, if it can not match the format, it may lead to load incorrectly. 2. Installation of Asianux 2.0 It is written above that installation program can use text interface installation mode as well as graphic installation mode. This chapter will introduce the detailed steps of installation of Asianux 2.0 by taken examples of graphic installation mode. We consumingly advise you to use graphic installation mode to carry out the installation; because it has friendly interface and can be operated easily, and it also include the LVM configuring function that cannot be supplied under text installation mode. If the text installation mode is n necessary, you can also get necessary information from the explanation of graphic installation mode in this chapter. 2.1 Starting installation Complete the booting of installation program, and enter the graphic installation interface as the following picture shows. 3

4 Starting installation Red Flag Server supply uniform graphic installation interface style, the left side of the screen list all the steps that will pass during the entire installation and shows the current step; the right shows the configuring options of relevant installation steps and the parameter configuring interface. At the bottom of the screen, there has three buttons: Exist means you can exit the installation program at any time, and restart the computer; Back means you can return to the above interface; Next means that the current option is affirmed and it will enter the next installation step. Before choosing the language, the interface character is English. Click Next to continue, then enter the language choosing interface. 2.2 Language choosing The language you chose determines the using language type during the installation and language during usage after completing the installation. You can choose Chinese Simplified ( 简体中文 ) English(English) 或 Japanese( 日本語 ). 4

5 Language choosing If you want to change the environment language after completing the installation, run the script /sbin/changelanguage.sh. Choose the language you want according to the clews. And you have to restart your computer to make it go into effect. If the system you ve installed is Red Flag DC Server 5, you have to install the management tool CD before run this script. 2.3 Permission protocol The following interface is Protocol book of software. Permission protocol of software Please read the content carefully, if you d like to continue the installation, choose Accept, and press next 5

6 to continue. If you choose do not accept the protocol, the installation can not be continued. If you need to cancel this operation for some reason, choose Exit button at the bottom. 2.4 Keyboard setting Asianux 2.0 supplies two options of keyboard: Chinese and English. To Chinese users, you can just choose English keyboard, it supports most 101 and 104 keyboards. Setting keyboard 2.5 Partition Setup For many users, the most troublesome task in installing Linux system is partition setup. In this step, you have to tell installation program where you would like to install the system, namely defining mount point for one or more disk partitions where Asianux 2.0 will be installed. By now, partition needs to be created, modified or deleted according to specific circumstances Partition naming convention Linux identifies hard disk partition through a combination of letters and numbers. It is specified as follows: The first two letters Type of device where partition is located hd:ide hard drive sd:scsi hard drive 6

7 The third letter Which device this partition locates Hda:the first IDE hard drive Hdb:the second IDE hard drive Sdc:the third SCSI hard drive Number Partition order Number 1-4 means primary partitions or extended partitions, while the number for logic partition starts from 5. For example, /dev/hda3 refers to the third primary partition or extended partition of the first IDE hard drive; /dev/sdb6 refers to the second logic partition of the second SCSI hard drive. Note: The name of un-partitioned hard drive has numbers, representing the entire hard drive Partition arrangement The purpose of partitioning is to allocate one or several fixed positions for the system. Linux system supports multi-partition architecture, with each part being stored on different disks or different partitions. In general, server system always has many partitions, so that it can be more flexible and more convenience to administer the system. According to how to lay out the hard disk space of the Linux server, the following factors are suggested to be considered: 1 Firstly, the root document system of Linux need parts of hard drive space, mount as the root partition of /. 2 Secondly, the swap partition needs parts of the hard drive space. The size of the swap partition depends on the virtual RAM that is needed. In general, the size of the swap partition is 1~2 times of physical RAM. 3 Finally, as a server, it is suggested to put root partition on the different disk partitions or equipments from the partitions /usr /home /var /boot according to factual situation. The reason of this is that, to save every pivotal partition on unattached partitions can make the later move backup system reverting and administer more convenience. The function s introductions of partitions / The foundation of overall system (indispensable). swap /boot /usr /home /var Swap partition of operating system (indispensable), it is used to support the virtual memory. When there has no enough memory to deposit the data that is being deal with, the swap partition is needed. Created under root, it is used to independently store system booting file. Used to store system software. It contains the master directory of all users, and can store nearly all kinds of user files. It is used to store mail file, news file, printing queue and system journal (log) file. 7

8 /tmp Used to store temporary file. It is necessary for large, multi-user system and network server. To install Asianux 2.0, at least, the following two partition need to be established: Root partitioning (/) A root partition is the place where Linux file system resides. Enough hard disk space should be allocated to ensure successful installation. At least 3G disk space is required. Swap partitioning (swap) The size of the swap partition is 1~2 times of the computer s memory. In general, if the memory of system is no more then 1GB, the size of swap partition should at least be same to the memory of system, at most 2 times of it; if the memory of system is bigger than 1GB, it is suggested to distribute 2GB for swap partition Configuring the partitioning mode Asianux 2.0 supplies the function of automatically partitioning, to the computer that installed system newly, it can user it to configure partitions fast. Partitioning mode Asianux 2.0 supplies three modes to deal with the original partitions when partitioning automatically: Remove all Linux partitions on this system Remove all partitions on this system 8

9 Keep all partitions and use existing free space You must choose how to use the space on your hard drives depending on specific conditions, and then press "next" to enter the interface below. Partitioning mode Partition configuration Disk Druid is a graphical partitioning tool featured by user-friendly interface and easy to use operating environment. The figure below is the interface through which you can enter Disk Druid tools, and in this interface, you can create, modify and delete hard disk partitions and define mount point for each partition. Disk Druid partitioning tool 9

10 It can be seen that the current hard disk partition of the system is displayed in tree directory structure, the uppermost level being the hard disk. If more hard disks are available, they will be expressed respectively as hda, hdb, sda, sdb sdb; the next is the primary partition and extended partition on the hard disk; and the last is logic partition under extended partition. If there is in front of the device name of the partition, it means it contains undisplayed partitions; if the sign in front of device name of a partition is, it means all partitions included has been displayed. Partition table displays the detailed information of system hard drive(s). Each line has five different fields, representing a hard disk partition : Device: Size: Type: Mount point : /RAID/Volume: Format:: Name of current hard drive(s) and hard disk partition Space currently allocated to the partition (MB) File system type on the partition The location or name of RAID device where the partition is mounted in the directory tree, and name of LVM Whether to format the current partition If you do not want to see the member of RAID device and LVM, select hide RAID device and LVM. The buttons in the line at the bottom of the partition table are used to control the Disk Druid s action, and their application is described as follows: New: used to request a new partition in a free partition. When selected, a dialog box will appear which needs to be filled in upon request. Edit:by pressing this button after selecting the partition, the attributes of current partitions in the partition table can be modified; Delete: used to delete all selected partitions; Reset: used to abolish all modifications and restore partitions data to their original state. RAID: Be used to supply redundancy for parts of or the whole disk partition. You can use RAID as long as you have some relevant experience of using it. Concerning the detailed introduction of RAID,please refer to System management manual of Asianux 2.0. To establish a RAID device, a partition that the type of document system is software RAID need to be established firstly. As long as there has two or more than two software RAID partitions, select the button RAID to separate software RAID partition into one or more than one RAID devices. LVM:Be used to establish a LVM logical volume label. You can use LVM as long as you have some relevant experience of using it. Concerning the detailed introduction of LVM,please refer to System management 10

11 manual of Asianux 2.0. To establish a LVM logical volume label, a partition that the type of document system is physical volume label need to be established firstly. As long ad there has two or more than two physical volume label partitions, select the button LVM to establish LVM logical volume label Do not establish the /boot partition into LVM partition type. The boot loading program included in Asianux 2.0 can not read LVM partition. Delete a partition If there is not enough free disk space or re-configurable Linux partition on the hard drive, the original partitions should be deleted so as to provide enough space for Asianux 2.0 installation. For example, to delete Windows partition from the host machine, select this partition from current partition table, then press "Delete" button. Add a new partition Select free space from partition table, and double click or click "new" button, the dialog below will appear. Add a new partition "Mount Point": this field is used to enter the location of a partition to be created in the directory tree, and a correct mount point can be selected from drop-down menu. Input "/" to create a root partition; no mount point is required to create a swap partition; if you want to create other types of partitions other than root file system or swap partition, input according to specific conditions, for example, /boot, /home, etc. "File System Type": choose file system type for partitions to be created from drop-down menu. If you want to 11

12 create a swap partition, then select swap. If you want to create a root file system or other type of partition, select "ext2", "ext3", "reiserfs" or "vfat", and the default partition type is "ext3". Asianux 2.0 allows users to create different type of partitions depending on file system to be used on this partition. The following is a brief description of different file systems and their applications. ext2 ext3 reiserfs physical volume label (LVM) software RAID swap vfat xfs An ext2 file system supports standard Unix file types (regular files, directories, symbolic links, etc). It supports long filename up to 255 Characters. The upgrade edition of ext2 file system, and you can easily transfer ext2 file system to ext3 file system. The main advantage of ext3 file system is journaling. ext3 also supports asynchronous journaling. A new file system that uses full balancing tree architecture to store data, including file data, file name and journaling support. Reiserfs supports large capacity disk and disk array, where it can maintain a fast search speed and high efficiency. To establish one or more than one physical volume label partitions is to establish LVM logical volume label. Concerning the detailed introduction of LVM,please refer to System management manual of Asianux 2.0. To establish two or more than two software RAID partitions is to establish one or more than one RAID devices. Concerning the detailed introduction of RAID,please refer to System management manual of Asianux 2.0. Swap partitions used to support virtual memory. A Linux file system that is compatible with Microsoft Windows long filenames on the FAT file system. The xfs of SGI is a very good 64 bits high-powered log file system. It supplies Linux community with a vigorous excellent and multi-functioned file system. Its flexibility can satisfy the most rigorous storage acquire. Allowable drive : it includes the installation hard drive list of system. The hard drive is selected means that you can establish partition you want on hard drive. If a hard dive is not selected, new partition can not be established on this hard drive. Size (MB) : used to input partition size (MB), and this field should start from 100MB. "Additional Size Options": "fixed size" means the partition has fixed space size; Select " Fill all space up to (MB)", and input a limit value in the right field under this option, you can reserve more room for future use; if you select " Fill to maximum allowable size", the partition size input above will be the minimum size of this partition, and the specified Linux partition will occupy the entire hard disk space. If you use this option when creating other partitions in the future, the system will automatically allocate space according to the proportion of the minimum size of these two partitions. Forced to be the main partition :Select that whether the partition to be established should be one of the four main partitions. If it is not selected, the new established partition will be a logical partition. If a Swap partition of other Linux system already exists, Asianux 2.0 will use this partition instead of creating a new swap partition. 12

13 Click "OK", the information regarding to newly created partition will be displayed on the screen. After all operations are correctly completed, click "Next" button. Edit partitions Select a partition from current partition table, click "Edit" button, and you can modify the partition configuration. If the partition already exists on your hard disk, you will only be able to change the partition's mount point and file system type. If you want to make any other changes such as size change, you need to delete the partition and recreate it Software RAID configuring System management manual of Asianux 2.0 introduces the conception of RAID the difference between hardware RAID and software RAID and the meanings of every RAID level. If you have some experience of using software RAID device or have learned the relevant content in System management manual of Asianux 2.0, then you configure software RAID during installation. In this section, we discuss about the software RAID configuring in Disk Druid interface. folloes: Before establishing a RAID device, we need to establish software RAID partition firstly, the steps are as Press New to establish a new partition in the interface of Disk Druid partitioning tool; the dialog box Add partition will appear. Add a new RAID partition The mount point cannot be input here. You can configure mount point only when the software RAID device has been established. Select software RAID in the list of file system type. 13

14 Allowable drive : Select the hard drive that will establish RAID on it. If there has more than one hard drive in the computer, all of them will be selected acquiescently here; if RAID array will surely not be established on one hard drive, the selection of the hard drive must be cancelled. Size (MB) : used to input partition size (MB) "Additional Size Options": "fixed size" means the partition has fixed space size; Select " Fill all space up to (MB)", and input a limit value in the right field under this option, you can reserve more room for future use; if you select " Fill to maximum allowable size", the partition size input above will be the minimum size of this partition, and the specified Linux partition will occupy the entire hard disk space. If you use this option when creating other partitions in the future, the system will automatically allocate space according to the proportion of the minimum size of these two partitions. Forced to be the main partition :Select that whether the partition to be established should be one of the four main partitions. If it is not selected, the new established partition will be a logical partition. Press OK to return the main interface of Disk Druid partitioning tool. Repeat the above steps to establish other partitions that need to make as software RAID device. Not all the partitions need to adopt RAID redundancy mechanism, it is just needed on shone partitions that have a high acquire of reliability of data and capability of system. For example, configure /home partition to be RAID device. After set up the partitions that need to be made to RAID devices to software RAID partition, carry put the following steps to establish RAID devices: 1. Click RAID button in the main interface of Disk Druid tool, the following dialog box of RAID option will appear. 14

15 RAID option 2. Select establish RAID devices, and click OK, then the following dialog box establish RAID devices will appear: If you select establish software RAID partition, then it will appear a interface that used to add software RAID partition, this can allow users to establish more software RAID partitions. Establish RAID devices 1 Input or select mount point of this device; 2 Select the type of file system that the RAID devices will adopt in type of file system, the defaulted type is ext3; 3 Select the name of RAID devices, such as md0; 4 In RAID level, you can select to establish one of the three levels below: RAID0 RAID1 or RAID5 ; If you want to mount RAID device to /boot, then you must select RAID1 level; if you do not want to establish single /boot partition, but make the whole / partition to be RAID devices, then you must select RAID1 level. 5 The software RAID partition that is used to establish RAID device show in the list of RAID member, select the partition that will be used to establish RAID device from the list. 6 If the level type to be established is RAID1 or RAID5, you can appoint the quantity of standby partition in spare part quantity field. 7 Click OK, the newly established RAID device will show in the RAID device of the Disk Druid tool interface. 15

16 RAID disk array has been set up LVM configuring System management manual of Asianux 2.0 introduces the correlative conceptions of LVM and the using method of graphical LVM configuring tool. Advanced management manual of Asianux 2.0 introduces particularly about how to configure and manage LVM under character mode. If you have experience of using LVM devices, or have learned the correlative content from System management manual of Asianux 2.0 or Advanced management manual of Asianux 2.0, then you can configure LVM during installing. In this section, we will discuss about how to configure LVM in Disk Druid interface. To be generalized, the process to establish and configure LVM can separated into three steps: Establish physical volume that is used by LVM in hard drive partition; Make one or multiple physical volumes to compose volume group; Establish logical volume on volume group, and set mount point for logical volume. Before establish a LVM logical volume, you must select and establish physical volume that is used by LVM, only in this way can they be distinguished by LVM system. The steps are as follows: Click New button to establish a new partition in the interface of Disk Druid partitioning tool; the dialog box of Add partition will appear. 16

17 Establish a physical volume You can not input mount point here, only when the LVM volume group has been established can you set mount point for its logical volume. Click physical volume(lvm) in the selection list of type of file system. According to you need, you can establish one or multiple hard disk to physical volume that is used by LVM, the software RAID devices that have been established can also be set as physical volume. Allowable drive : Select the hard drive that will establish LVM on it. If there has more than one hard drive in the computer, all of them will be selected acquiescently here; if LVM physical volume will surely not be established on one hard drive, the selection of the hard drive must be cancelled. Size (MB) : used to input partition size (MB) "Additional Size Options": "fixed size" means the partition has fixed space size; Select " Fill all space up to (MB)", and input a limit value in the right field under this option, you can reserve more room for future use; if you select " Fill to maximum allowable size", the partition size input above will be the minimum size of this partition, and the specified Linux partition will occupy the entire hard disk space. If you use this option when creating other partitions in the future, the system will automatically allocate space according to the proportion of the minimum size of these two partitions. Forced to be the main partition :Select that whether the partition to be established should be one of the four main partitions. If it is not selected, the new established partition will be a logical partition. Press OK to return the main interface of Disk Druid partitioning tool. Repeat the above steps to establish other physical volumes that will be used by LVM. If you want to make more than one partition compose a LVM volume group, then you should establish them as physical volume separately. 17

18 /boot partition can not be established on volume group, if you want establish root file system on a logical volume, then you must carve up a separated partition for /boot on non-logical volume. After establishing all the physical volumes that needed, carry out the following steps: You can establish multiple logical volumes on a volume group, but a physical volume can just belong to one volume group. 1 Click LVM button in the main interface of Disk Druid tool, this is used to make one or multiple physical volume compose a volume group. The following figure is the window of Make LVM volume group. Establish a LVM volume group 2 If it needs, you can change the name of volume group in the text box of volume group name. 3 LVM logical volume distribute storage size with block of same size, the defaulted size is 4MB, and that way, the space of logical volume must be the integer times of 4MB. You can also select other value from the list of physical range, but the defaulted setting is perfect for most situations, so it is suggested to retain; 4 Select the physical volume that composes volume group in the list of physical volume to be used ; 5 Now, you can establish logical volume on volume group. In the area of logical volume, press Add button, the following interface of Make logical volume will appear, this is used to establish new logical volume on established volume group and set mount point appoint file system type fix the name and distribute space for it. Of course, you can also edit or delete the logical volume. 18

19 Establish a logical volume You should consider about leaving some space on volume group when establishing logical group, so to make the expending of logical volume more convenience. 6 Click OK button, the newly established volume group and logical volume will show in the partition list in the main interface of Disk Druid tool. Logical Volumes have been established Confirming partitions to be formatted All newly created partitions will be formatted. The warning here is only for the purpose of existing partitions to be formatted. Be sure you have backed up all important data on selected partitions. In general, users shall keep private data on user-defined partitions instead of storing them on system file directory. 19

20 Confirming partitions to be formatted 2.6 Boot loader configuration GRand Unified Bootloader or GRUB is the bootloader of Asianux 2.0 system. It supports Asianux 2.0 coexisting with many operating systems such as Linux Solaris OS / 2, Windows9x / 2000, etc., and enables you to select which operating system to boot. You can choose one of the two locations below to install GRUB: MBR, or the first sector of a bootable partition (for example, /dev/hda1). MBR, a special region on the hard disk that can be automatically loaded by BIOS, is the default location to install GRUB boot record. If the system already uses other boot manager (for example, System Commander, Boot Manager, etc.), then install GRUB in the first sector of boot partition. In this case, you need to use other managers to boot GRUB before booting Asianux 2.0. If you only use Red Flag Linux Desktop 5.0 system, then install GRUB on MBR; for system with Windows 9X/2000/NT, boot loader shall also be installed on MBR. GRUB configuration interface is shown in the figure below: 20

21 Boot loader setup GRUB configuration tools and their application are described in the following paragraphs: Install Boot Loader record on: it s used to choose where to install GRUB. As described above,we can install GRUB either on MBR or on the first sector of boot partition. If there has more than one SCSI hard drives or have IDE hard drive as well as SCSI hard drive, adopt the option change the order of drives, and the installation program will reconfirm the location of MBR according to the order of drives in BIOS. Label: the identification of bootable operating system which is displayed in the menu after booting the GRUB, or what you must input at boot: prompt, in non-graphical boot loader. New bootable partition can be added into Boot loader menu by using "Add" button. If you want to modify or delete a current boot label, click "Edit" or "Delete" after highlighting this option. Select "Default", you computer will boot to the operating system from corresponding default bootable image. To continue installation, you ought to select default boot image. Boot loader password provides a security mechanism to prevent other users who has access to the system from changing parameters transferred to kernel. For the sake of security, it is suggested that you set boot loader password so as to enhance system security. To set boot loader password, select "apply Boot loader password" check box, then enter password and confirm. 21

22 2.7 Network configuration If installation program detects network card in the host machine, the network configuration interface below will appear: Network configuration The installation program will automatically detect any network devices you have and display them in the Devices list. Select a network device, and press Edit button, an edit interface pop-up screen of this network interface device will appear as below: Edit a Network Card DHCP, Dynamic Host Configuration Protocol, is used to automatically configure current network parameters. If there is DHCP server on the current network, you can select "Configure using DHCP" to configure the IP address 22

23 and Netmask of the current network device via DHCP. If "Configure using DHCP" is not selected, you need to manually input IP address and subnet mask parameter. If "Active on boot" is selected, this network interface will be started when you boot the system; otherwise, you will need to manually start this device after boot the system. The next step is to set up a host name for your computer. You need to enter hostname in "configure manually" field if "Configure using DHCP is not applied. If hostname is not entered in this step, system will use localhost as default hostname. Finally, if you entered the IP and Netmask information manually, you also need to enter the Gateway address and the Primary, Secondary, and Tertiary DNS addresses. The function of gateway is to connect host machine to the Internet by configuring routers. The three DNS options are used to configure Primary, Secondary, and Tertiary DNS, which will be searched by the system in sequence. If installation program can't detect your network card, the network configuration interface will not appear. Users can choose to change network configuration after installation is completed. 2.8 Time zone setting Red Flag Linux Server 5 provides time zone selection for different cities and time zones corresponding to different areas, to meet the extensive requirements from users. Time zone setting 23

24 2.9 Root password setup In Linux Server system, root is system administrator who can perform any operation on the system. Therefore, root password is an important parameter regarding system safety, and its security requirement is very high. In the installation interface as shown below, installation program will prompt you to enter system root password. Input password in "Root password" field, and then input the same password in "Confirm" field. Setting root password Password must contain at least 6 characters and is case sensitive. System administrator should keep in mind the password and develop a habit of changing password regularly. System administrator can change the password when working with the system either by using passwd command or using user management tools Software package installation mode Asianux 2.0 provides the function to select groupware, in order to assure the correct running of system, it is suggested to select complete installation. If special acquire is needed, users can define the software packages themselves. 24

25 Software package installation mode 2.11 Getting prepared to install After necessary configuration task is completed and before starting installation, you will enter the installation confirm interface. Inspect Installation Options A complete log of your installation will be saved in /root/install.log. 25

26 Please confirm that installation option is correct. This is your last opportunity where you can press back to return or cancel the installation process. Once you press "next" button, partition will be formatted and software package will be installed Installing software package Installation program will read software package information, make necessary preparation, and then begin to copy software package. Installation will take over ten or several tens of minutes depending on the number of software package to be installed, hardware speed and other factors. See the figure below: Install software packages The installation progress will be displayed in the bottom left of the screen; a brief introduction about system will be display on the right side. This will help you get familiar with Asianux 2.0 system during installation. The basic Asianux 2.0 system have two CDs, when using this CDs, it will remind you to insert the second CD after completing the installation of the first one. Of course, this problem will not exist if installed from hard drive or network Configuring display After completing the installation of software packages, it turns to the display configuring, the defaulted resolving power is 800x bits color, users can select according to their needs. The login type depends on the usage of the computer, it is a burden to open X graphic login to system, if it is used 26

27 as a personal work station, we can select graphic login; but as a server, considering its stability and capability, it is suggested to use the defaulted text login interface. Configuring display and login mode 2.14 Installation completed Installation of Asianux 2.0 is about to complete: Installation completed 27

28 By now, you have successfully installed Asianux 2.0 system on your computer! Remove CD and floppy disk as well as other media used during installation from your computer, press "Congratulation ", and restart your computer. 28

Asianux Server 3 Installation Guide

Asianux Server 3 Installation Guide Asianux Server 3 Installation Guide 1 Announcement: Asianux Server 3 is protected by applicable copyright laws and is distributed under the GNU General Public License that restricts the usage, copying,

More information

ASIANUX SERVER 3 SP1 INSTALLATION GUIDE

ASIANUX SERVER 3 SP1 INSTALLATION GUIDE ASIANUX SERVER 3 SP1 INSTALLATION GUIDE Asianux Server 3 SP1 Installation Guide Asianux Team December 12, 2008 Contents Preface 4 Audience.................................................... 4 Typographic

More information

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage Linux+ Guide to Linux Certification, Third Edition Chapter 2 Linux Installation and Usage Objectives Install Red Hat Fedora Linux using good practices Outline the structure of the Linux interface Enter

More information

Installing Ubuntu Server

Installing Ubuntu Server CHAPTER 1 Installing Ubuntu Server You probably chose Ubuntu as a server solution because of either your gratifying experience using it on the desktop or the raves you ve heard from others about its user-friendly

More information

MODULE 02. Installation

MODULE 02. Installation MODULE 02 Installation Identify the type of system, hardware, and network settings necessary for Linux installation Describe the need for pre-installation procedures Identify the different types of file

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

SANS Institute - Operations Essentials. Operating System Installation Guidelines. Windows XP Professional Installation. Creating Boot Disks

SANS Institute - Operations Essentials. Operating System Installation Guidelines. Windows XP Professional Installation. Creating Boot Disks SANS Institute - Operations Essentials Operating System Installation Guidelines The following document guides you step-by-step through the process of creating a dualboot system. Even if you do not use

More information

Fedora Core: Made Simple

Fedora Core: Made Simple Table of Contents Installing Fedora...2 Before you begin...2 Compatible Hardware...2 Minimum Requirements...2 Disk Space Requirements...2 Help! Booting from the CD ROM Drive Fails!...2 Installing Fedora

More information

Installation of Fedora 12 with CD

Installation of Fedora 12 with CD Prepared by investech.wordpress.com Installation of Fedora 12 with Net Install CD Version 1.0 investech.wordpress.com 07-12-09 This document is produced under Creative Common License (Attribution No Derivatives).

More information

Ubuntu installation alongside windows 8/8.1 and 10

Ubuntu installation alongside windows 8/8.1 and 10 Ubuntu installation alongside windows 8/8.1 and 10 Important safety precautions in windows - Before starting the installation process NOTE:1. If you are already using Windows OS in your computer, take

More information

Parallels Server 4.0 for Mac Bare Metal Edition

Parallels Server 4.0 for Mac Bare Metal Edition Parallels Server 4.0 for Mac Bare Metal Edition Installation Guide Copyright 1999-2010 Parallels Holdings, Ltd. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels International GmbH Vordergasse

More information

CIS 191A Final Exam. Fall CIS 191 Final Exam

CIS 191A Final Exam. Fall CIS 191 Final Exam CIS 191A Final Exam Fall 2008 CIS 191 Final Exam The final for CIS 191A is composed several parts: A. (10 points) Questions B. (5 points) Checklist C. (10 points) Troubleshooting D. (35 points) Building

More information

Preparations before installation

Preparations before installation Preparations before installation Before you install Asianux 2.0, there have some preparation work to do, to be concrete, these are installation plan, backing up data, checking up hardware, making an Installation

More information

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage CompTIA Linux+ Guide to Linux Certification Fourth Edition Chapter 2 Linux Installation and Usage Objectives Prepare for and install Fedora Linux using good practices Outline the structure of the Linux

More information

Linux Files and the File System

Linux Files and the File System Linux Files and the File System 1. Files a. Overview A simple description of the UNIX system, also applicable to Linux, is this: "On a UNIX system, everything is a file; if something is not a file, it

More information

INSTALLATION. Security of Information and Communication Systems

INSTALLATION. Security of Information and Communication Systems Security of Information and Communication Systems INSTALLATION Table of contents 1.Introduction...2 2.Installation...3 2.1.Hardware requirement...3 2.2.Installation of the system...3 2.3.Installation of

More information

This is Worksheet and Assignment 12. Disks, Partitions, and File Systems

This is Worksheet and Assignment 12. Disks, Partitions, and File Systems This is Worksheet and Assignment 12 This is a combined Worksheet and Assignment.. Quizzes and tests may refer to work done in this Worksheet and Assignment; save your answers. You will use a checking program

More information

NEC Versa 4200 Windows 98 Upgrade Information

NEC Versa 4200 Windows 98 Upgrade Information NEC Versa 4200 Windows 98 Upgrade Information Follow the instructions provided in this document to upgrade your NEC Versa 4200 system to Microsoft Windows 98. Please read these notes in their entirety.

More information

Production Installation and Configuration. Openfiler NSA

Production Installation and Configuration. Openfiler NSA Production Installation and Configuration Openfiler NSA Table of Content 1. INTRODUCTION... 3 1.1. PURPOSE OF DOCUMENT... 3 1.2. INTENDED AUDIENCE... 3 1.3. SCOPE OF THIS GUIDE... 3 2. OPENFILER INSTALLATION...

More information

Installing. ServerXchange. ServerXchange ControlCenter Installation

Installing. ServerXchange. ServerXchange ControlCenter Installation Installing 2 ServerXchange Before you install EnsimServerXchange, be sure you have the necessary information and technology architecture. Much of this will be basic for you, but we have found that collecting

More information

IPBrick - Version 4.2 Installation Manual. iportalmais - Serviços de Internet e Redes, Lda.

IPBrick - Version 4.2 Installation Manual. iportalmais - Serviços de Internet e Redes, Lda. IPBrick - Version 4.2 Installation Manual iportalmais - Serviços de Internet e Redes, Lda. March 2007 2 Copyright c iportalmais All rights reserved. March 2007. The information in this document could be

More information

Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0

Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0 Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0 Revision 1.0 February 2000 Revision History Revision Revision History Date 1.0 Initial Release 02/10/00 Intel Corporation

More information

Veritas System Recovery Disk Help

Veritas System Recovery Disk Help Veritas System Recovery Disk Help About recovering a computer If Windows fails to start or does not run normally, you can still recover your computer. You can use the Veritas System Recovery Disk and an

More information

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Revision: 20090313 Item:

More information

Using grub to Boot various Operating Systems

Using grub to Boot various Operating Systems Operating Systems and Systems Integration Using grub to Boot various Operating Systems Contents 1 Aim 2 2 What You Will Do 2 3 Background 2 3.1 Installing grub in MBR from a floppy, and from the OS........

More information

SANOG VI IP Services Workshop: FreeBSD Install

SANOG VI IP Services Workshop: FreeBSD Install SANOG VI IP Services Workshop: FreeBSD Install FreeBSD is designed to be a server operating system. This becomes apparent during the installation process. The FreeBSD installer is a console-based (not

More information

8 ISSUE 02 SPECIAL EDITION. Installing opensuse Ready to get started? This article shows you how to install opensuse from the disc

8 ISSUE 02 SPECIAL EDITION. Installing opensuse Ready to get started? This article shows you how to install opensuse from the disc Installing opensuse 11.0 Ready to get started? This article shows you how to install opensuse from the disc included with this special edition. BY MARCEL HILZINGER he two-sided DVD included with this special

More information

Ubuntu - How to Create Software RAID 1 in Ubuntu Linux - Tutorial

Ubuntu - How to Create Software RAID 1 in Ubuntu Linux - Tutorial Published on http://www.itswapshop.com (http://www.itswapshop.com) Home > Ubuntu - How to Create Software RAID 1 in 12.04 Ubuntu Linux - Tutorial Ubuntu - How to Create Software RAID 1 in 12.04 Ubuntu

More information

Installation of the OS

Installation of the OS Lab 1 Installation of the OS 1.1 Objectives The goal of this first session is to install a Debian/Linux operating system from scratch on a Intel x86- based computer. The installation will be made on a

More information

INSTALLATION. Security of Information and Communication Systems. Table of contents

INSTALLATION. Security of Information and Communication Systems. Table of contents Security of Information and Communication Systems INSTALLATION Table of contents 1. Introduction...2 2....3 2.1. Hardware requirement...3 2.2. of the system...3 2.3. of ALCASAR...7 2.4. Connexion to the

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

CST Algonquin College 2

CST Algonquin College 2 Partitions Lab due dates: Labs are due as specified usually on Page1 of the Lab document Lab due dates are expressed as: 10 min before the end of the lab period during a certain week There is a grace period

More information

Ubuntu installation alongside windows 8/8.1 and 10

Ubuntu installation alongside windows 8/8.1 and 10 Ubuntu installation alongside windows 8/8.1 and 10 Important safety precautions in windows - Before starting the installation process NOTE:1. If you are already using Windows OS in your computer, take

More information

Veritas System Recovery Disk Help

Veritas System Recovery Disk Help Veritas System Recovery Disk Help About recovering a computer If Windows fails to start or does not run normally, you can still recover your computer. You can use the Veritas System Recovery Disk and an

More information

WLM1200-RMTS User s Guide

WLM1200-RMTS User s Guide WLM1200-RMTS User s Guide Copyright 2011, Juniper Networks, Inc. 1 WLM1200-RMTS User Guide Contents WLM1200-RMTS Publication Suite........................................ 2 WLM1200-RMTS Hardware Description....................................

More information

Installing caos with Cinch on Floppy Disk

Installing caos with Cinch on Floppy Disk Installing caos with Cinch on Floppy Disk Troy Andrew Johnson May 21, 2004 Abstract cinch is the caos Linux (http://www.caosity.org/) installer. Prerequisites What you need: two floppy disks (at least)

More information

3 INSTALLING WINDOWS XP PROFESSIONAL

3 INSTALLING WINDOWS XP PROFESSIONAL INSTALLING WINDOWS XP PROFESSIONAL.1 Preparing for installation Objectives.1.1 Windows XP Professional Hardware Requirements.1.2 Hardware Compatibility List (HCL) check.1. Hard Disk Partition.1.4 Required

More information

About This Book. Who Should Use This Book. Highlighting. Case Sensitivity in AIX. iii

About This Book. Who Should Use This Book. Highlighting. Case Sensitivity in AIX. iii About This Book The AIX 5L Version 5.2 Operating System Installation: Getting Started guide provides system administrators with information about how to install and configure the AIX operating system on

More information

Deploying Cisco UCS Central

Deploying Cisco UCS Central This chapter includes the following sections: Obtaining the Cisco UCS Central Software from Cisco, page 1 Using the Cisco UCS Central OVA File, page 2 Using the Cisco UCS Central ISO File, page 4 Logging

More information

Partitioning and Formatting Reference Guide

Partitioning and Formatting Reference Guide Partitioning and Formatting Reference Guide This guide provides simple guidelines for the initial setup of your hard disk drive using the most common methods and utilities available within the following

More information

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID.. 2 1.2 RAID Configurations Precautions 3 1.3 Installing Windows XP / XP 64-bit / Vista / Vista 64-bit With

More information

VISUAL QUICKPRO GUIDE

VISUAL QUICKPRO GUIDE VISUAL QUICKPRO GUIDE Red Hat Linux 6 Harold Davis Peachpit Press Visual QuickPro Guide Red Hat Linux 6 Harold Davis Peachpit Press 1249 Eighth Street Berkeley, CA 94710 510/524-2178 800/283-9444 510/524-2221

More information

Using UCS-Server Configuration Utility

Using UCS-Server Configuration Utility CHAPTER 3 This chapter contains the following sections: UCS-SCU Interface, page 3-1 Get System Updates, page 3-3 Configure a Server, page 3-5 RAID Configuration, page 3-5 OS Installation, page 3-8 Save

More information

Contents at a Glance COPYRIGHTED MATERIAL. Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7

Contents at a Glance COPYRIGHTED MATERIAL. Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7 Contents at a Glance Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7 Chapter 1: Getting Acquainted with Enterprise Linux...9 Chapter 2: Exploring the Desktop...17 Chapter 3: Putting

More information

Boot Process in details for (X86) Computers

Boot Process in details for (X86) Computers Boot Process in details for (X86) Computers Hello,,, Let's discuss what happens between the time that you power up your PC and when the desktop appears. In fact we should know that the boot process differs

More information

Reinstalling the Operating System on the Dell PowerVault 745N

Reinstalling the Operating System on the Dell PowerVault 745N Reinstalling the Operating System on the Dell PowerVault 745N This document details the following steps to reinstall the operating system on a PowerVault 745N system: 1. Install the Reinstallation Console

More information

User. Applications. Operating System. Hardware

User. Applications. Operating System. Hardware 2 User Applications Operating System Hardware 3 What is the Booting 1.When the user powers up the computer the CPU (Central Processing Unit) activates the BIOS (Basic Input Output System). 2. The first

More information

Lab E2: bypassing authentication and resetting passwords

Lab E2: bypassing authentication and resetting passwords Lab E2: bypassing authentication and resetting passwords TTM4175 September 7, 2015 The purpose of this lab is to learn about techniques for bypassing the authentication and access control of Windows and

More information

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID.. 2 1.2 RAID Configurations Precautions 3 1.3 Installing Windows 7 / 7 64-bit / Vista TM / Vista TM 64-bit /

More information

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID.. 2 1.2 RAID Configurations Precautions 3 1.3 Installing Windows OS With RAID Funtions... 3 1.3.1 Installing

More information

Amahi Instruction Manual

Amahi Instruction Manual History of Amahi Chapter 1 Installing fedora 10 and Amahi Home Digital Assistant (HDA) Chapter 2 Advanced Hard drive Partitioning Chapter 3 YOUR DHCP/DNS OPTIONS Chapter 4 Network Troubleshooting Chapter

More information

Installing Linux on JMU Computer-Science Department Removable Hard Drives for CS-450 and CS-550

Installing Linux on JMU Computer-Science Department Removable Hard Drives for CS-450 and CS-550 Installing Linux on JMU Computer-Science Department Removable Hard Drives for CS-450 and CS-550 Charles Abzug (1) Be advised that the complete installation of Linux takes at least slightly in excess of

More information

NEC Versa 500D/550D Windows 98 Upgrade Information

NEC Versa 500D/550D Windows 98 Upgrade Information NEC Versa 500D/550D Windows 98 Upgrade Information Follow the instructions provided in this document to upgrade your NEC Versa 500D/550D system to Microsoft Windows 98. Please read these notes in their

More information

Partitioning a disk prior to Linux Installation

Partitioning a disk prior to Linux Installation Partitioning a disk prior to Linux Installation by Andy Pepperdine This paper will describe how to partition a disk how you want it before you install Linux. The partitioning process may be initiated either

More information

IPBrick - Version 5.0 Installation Manual. iportalmais - Serviços de Internet e Redes, Lda.

IPBrick - Version 5.0 Installation Manual. iportalmais - Serviços de Internet e Redes, Lda. IPBrick - Version 5.0 Installation Manual iportalmais - Serviços de Internet e Redes, Lda. July 2008 2 Copyright c iportalmais All rights reserved. July 2008. The information in this document could be

More information

IBM Security QRadar SIEM Version 7.2. Installation Guide

IBM Security QRadar SIEM Version 7.2. Installation Guide IBM Security QRadar SIEM Version 7.2 Installation Guide Note: Before using this information and the product that it supports, read the information in Notices and Trademarks on page 45. Copyright IBM Corp.

More information

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID.. 2 1.2 RAID Configurations Precautions 3 1.3 Installing Windows 7 / 7 64-bit / Vista TM / Vista TM 64-bit /

More information

CHAPTER 11: IMPLEMENTING FILE SYSTEMS (COMPACT) By I-Chen Lin Textbook: Operating System Concepts 9th Ed.

CHAPTER 11: IMPLEMENTING FILE SYSTEMS (COMPACT) By I-Chen Lin Textbook: Operating System Concepts 9th Ed. CHAPTER 11: IMPLEMENTING FILE SYSTEMS (COMPACT) By I-Chen Lin Textbook: Operating System Concepts 9th Ed. File-System Structure File structure Logical storage unit Collection of related information File

More information

Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5

Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5 Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5 Title: Getting Started with ESX Server 3i Embedded Revision: 20071022 Item: VMW-ENG-Q407-430 You can

More information

J60 Thin Client. User Guide

J60 Thin Client. User Guide J60 Thin Client User Guide Version 1.7 ShenZhen JIEYUN Technology Co., Ltd. (www.jieyung.com) Updated at 2014-06-28 Copyright @ 2013 JIEYUN Technology Co., Ltd. All rights reserved. Please do not copy,

More information

XL-NAS-400SA. User s Guide

XL-NAS-400SA. User s Guide XL-NAS-400SA User s Guide Table of Contents Chapter 1 Hardware devices 1.1 1.2 1.3 Accessories and XL-NAS-400SA at a glance LCD message and light indicators Hardware installation Chapter 2 Initial setup

More information

Exam LFCS/Course 55187B Linux System Administration

Exam LFCS/Course 55187B Linux System Administration Exam LFCS/Course 55187B Linux System Administration About this course This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional

More information

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID.. 2 1.2 RAID Configurations Precautions 3 1.3 Installing Windows 8 / 8 64-bit / 7 / 7 64-bit With RAID Functions....5

More information

BootManage Administrator Installation Manual

BootManage Administrator Installation Manual BootManage Administrator Installation Manual 1 Contents INTRODUCTION... 4 WHAT IS THE BOOTMANAGE ADMINISTRATOR (BMA)... 5 REQUIREMENTS FOR THE BOOTMANAGE ADMINISTRATOR:... 5 PXE... 5 BOOTMANAGE TCP/IP

More information

2 Bay 3.5 HDD SATA NAS Media Server Setting...20 Bonjour...21 TorrentFlux Maintenance...25 Disk Utility...25 RAID Setting...

2 Bay 3.5 HDD SATA NAS Media Server Setting...20 Bonjour...21 TorrentFlux Maintenance...25 Disk Utility...25 RAID Setting... Table of contents 1. Overview of the 2 Bay NAS...3 1.1 Introduction...3 1.2 System Requirement...3 1.3 Hardware Installation...3 1.4 Setup the client PC and 2 Bay NAS...3 1.4.1 Setup network configuration

More information

Guide to Linux+, Fourth Edition Chapter 2 Solutions

Guide to Linux+, Fourth Edition Chapter 2 Solutions Guide to Linux+, Fourth Edition Chapter 2 Solutions Review Questions 1. What is the default shell in Linux called? a. SH b. BSH c. CSH d. BASH Answer: d 2. What equivalent to the man command generally

More information

V Workstation Imaging

V Workstation Imaging V Workstation Imaging The following sections provide information on Novell ZENworks Desktop Management Workstation Imaging procedures and features. Chapter 50, Common Imaging Deployment Strategies, on

More information

SUPERTRAK EX8300, EX8350 RAID 6 UPGRADE & PRIMER

SUPERTRAK EX8300, EX8350 RAID 6 UPGRADE & PRIMER SUPERTRAK EX8300, EX8350 RAID 6 UPGRADE & PRIMER Version 1.1 2005 Promise Technology, Inc. All rights reserved. SuperTrak EX8300, EX8350 RAID 6 Upgrade & Primer Copyright 2005 Promise Technology, Inc.

More information

The Lecture's aim A preparation for the installation party: Prepare your computer for the installation Know what's going to happen Understand what's g

The Lecture's aim A preparation for the installation party: Prepare your computer for the installation Know what's going to happen Understand what's g Linux Installation Eli Billauer eli@billauer.co.il November 12, 2000 Linux Installation Slide 1 The Lecture's aim A preparation for the installation party: Prepare your computer for the installation Know

More information

Backup, File Backup copies of individual files made in order to replace the original file(s) in case it is damaged or lost.

Backup, File Backup copies of individual files made in order to replace the original file(s) in case it is damaged or lost. Glossary A Active Directory a directory service that inventories, secures and manages the users, computers, rules and other components of a Microsoft Windows network. This service is typically deployed

More information

Step-by-Step Guide to Installing Cluster Service

Step-by-Step Guide to Installing Cluster Service Page 1 of 23 TechNet Home > Products & Technologies > Windows 2000 Server > Deploy > Configure Specific Features Step-by-Step Guide to Installing Cluster Service Topics on this Page Introduction Checklists

More information

Installing caos with Cinch on CDROM

Installing caos with Cinch on CDROM Installing caos with Cinch on CDROM Troy Andrew Johnson May 21, 2004 Abstract cinch is the caos Linux (http://www.caosity.org/) installer. Prerequisites What you need: one blank CD-R (or CD-RW) disk (at

More information

Red Hat Operating System Installation Tips

Red Hat Operating System Installation Tips APPENDIXA Date: 9/24/10 This appendix describes the recommended Red Hat operating system installation procedure in three parts and includes the following sections: Red Hat Installation Procedure, page

More information

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide.. 3 1.1 Introduction to RAID.. 3 1.2 RAID Configurations Precautions 4 1.3 Installing Windows 8 / 8 64-bit / 7 / 7 64-bit / Vista / Vista

More information

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B::

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B:: Module Title Duration : 55187B: Linux System Administration : 4 days Overview This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional

More information

Configuring Cisco TelePresence Manager

Configuring Cisco TelePresence Manager CHAPTER 3 Revised: November 27, 2006, First Published: November 27, 2006 Contents Introduction, page 3-1 System Configuration Tasks, page 3-2 Security Settings, page 3-3 Database, page 3-4 Room Phone UI,

More information

Lesson 1: Preparing for Installation

Lesson 1: Preparing for Installation 2-2 Chapter 2 Installing Windows XP Professional Lesson 1: Preparing for Installation When you install Windows XP Professional, the Windows XP Professional Setup program allows you to specify how to install

More information

LevelOne FNS bay/1usb Soho NAS. User s Manual

LevelOne FNS bay/1usb Soho NAS. User s Manual LevelOne FNS-1000 1- bay/1usb Soho NAS User s Manual Table of Contents Introduction... 2 The FNS-1000 NAS Server... 2 FNS-1000 Features... 2 Package Contents... 2 System Requirements... 2 Disclaimer...

More information

Virtuozzo 6. Installation Guide. July 19, Copyright Parallels IP Holdings GmbH and its affiliates. All rights reserved.

Virtuozzo 6. Installation Guide. July 19, Copyright Parallels IP Holdings GmbH and its affiliates. All rights reserved. Virtuozzo 6 Installation Guide July 19, 2016 Copyright 1999-2016 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen Switzerland

More information

Initial Bootloader > Flash Drive. Warning. If not used carefully this process can be dangerous

Initial Bootloader > Flash Drive. Warning. If not used carefully this process can be dangerous Initial Bootloader > Flash Drive Warning If not used carefully this process can be dangerous Running the script used in this article with an incorrect argument can cause loss of data and potentially damage

More information

JetFlash User s Manual

JetFlash User s Manual JetFlash User s Manual ( Version 1.0 ) Table of Contents INTRODUCTION...1 PACKAGE CONTENTS...1 FEATURES...1 SYSTEM REQUIREMENTS...1 DRIVER INSTALLATION...2 DRIVER INSTALLATION FOR WINDOWS 98SE...2 DRIVER

More information

Using iscsi with BackupAssist. User Guide

Using iscsi with BackupAssist. User Guide User Guide Contents 1. Introduction... 2 Documentation... 2 Terminology... 2 Advantages of iscsi... 2 Supported environments... 2 2. Overview... 3 About iscsi... 3 iscsi best practices with BackupAssist...

More information

Chapter 02 Linux Installation and Usage

Chapter 02 Linux Installation and Usage Chapter 02 Linux Installation and Usage TRUEFALSE 1. A swap partition contains a filesystem. 2. When a user interacts with his computer, he interacts directly with the kernel of the computer's operating

More information

Parallels Server 5 Bare Metal

Parallels Server 5 Bare Metal Parallels Server 5 Bare Metal Installation Guide Copyright 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels

More information

Build your own NAS with OpenMediaVault

Build your own NAS with OpenMediaVault Build your own NAS with OpenMediaVault Installation Minimum Requirements i486 or amd64 platform 1 GiB RAM 2 GiB HDD/DOM/CF/USB Thumb Drive used as OpenMediaVault system drive. Flash Drives without static

More information

Cisco VDS Service Broker Software Installation Guide for UCS Platforms

Cisco VDS Service Broker Software Installation Guide for UCS Platforms Cisco VDS Service Broker 1.0.1 Software Installation Guide for UCS Platforms Revised: May 2013 This document provides detailed instructions for installing the Cisco Videoscape Distribution Suite Service

More information

MBB100 / DSM800 Update Instructions

MBB100 / DSM800 Update Instructions MBB100 / DSM800 Update Instructions Contents Contents... 1 Automatic Updates... 1 Manual Update to the Latest Version of N2KView... 2 Manual Update of the Complete Operating System... 3 Automatic Updates

More information

Guideline for the installation of C-MOR Video Surveillance Virtual Machine on VMware ESX Server

Guideline for the installation of C-MOR Video Surveillance Virtual Machine on VMware ESX Server This guideline illustrates the installation of the C-MOR Video Surveillance Virtual Machine on VMware ESX Server. This manual applies to C-MOR version 4 with 64 bit operating system. First download the

More information

Exam Actual. Higher Quality. Better Service! QUESTION & ANSWER

Exam Actual. Higher Quality. Better Service! QUESTION & ANSWER Higher Quality Better Service! Exam Actual QUESTION & ANSWER Accurate study guides, High passing rate! Exam Actual provides update free of charge in one year! http://www.examactual.com Exam : 050-710 Title

More information

"Charting the Course... MOC B: Linux System Administration. Course Summary

Charting the Course... MOC B: Linux System Administration. Course Summary Description Course Summary This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional Linux system administrator. The course covers

More information

Virtual CD TS 1 Introduction... 3

Virtual CD TS 1 Introduction... 3 Table of Contents Table of Contents Virtual CD TS 1 Introduction... 3 Document Conventions...... 4 What Virtual CD TS Can Do for You...... 5 New Features in Version 10...... 6 Virtual CD TS Licensing......

More information

TSM800 / TSM1330 Update Instructions

TSM800 / TSM1330 Update Instructions TSM800 / TSM1330 Update Instructions Contents Contents... 1 Automatic Updates... 1 Manual Update to the Latest Version of N2KView... 2 Manual Update of the Complete Operating System... 3 Automatic Updates

More information

COPYRIGHTED MATERIAL. Chapter. Getting Started with Windows 2000 Server MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER

COPYRIGHTED MATERIAL. Chapter. Getting Started with Windows 2000 Server MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER 2947c01.fm Page 1 Tuesday, April 29, 2003 3:42 PM Chapter 1 Getting Started with Windows 2000 Server MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Perform an attended installation of Windows 2000 Server.

More information

Disk Imaging with Knoppix

Disk Imaging with Knoppix Introduction This document explains how to use the CD-ROM bootable version of Linux, named Knoppix, to make and restore images of computer hard drives. Knoppix makes a very good system recovery tool for

More information

Fedora 12. For guidelines on the permitted uses of the Fedora trademarks, refer to https:// fedoraproject.org/wiki/legal:trademark_guidelines.

Fedora 12. For guidelines on the permitted uses of the Fedora trademarks, refer to https:// fedoraproject.org/wiki/legal:trademark_guidelines. Fedora 12 Downloading and installing Fedora 12 on most desktop and laptop computers Red Hat Engineering Content Services Fedora Documentation Project Edited by Rüdiger Landmann Copyright 2009 Red Hat,

More information

RH202. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) Exam.

RH202. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) Exam. REDHAT RH202 Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) Exam TYPE: DEMO http://www.examskey.com/rh202.html Examskey REDHAT RH202 exam demo product is here for you to test the quality

More information

THOMAS RUSSELL, Information Technology Teacher

THOMAS RUSSELL, Information Technology Teacher THOMAS RUSSELL, Information Technology Teacher Historical/Conceptual After installing the hard drive it needs to be partitioned. Partitioning is the process of electronically subdividing the physical hard

More information

Novell SUSE Linux Enterprise Server

Novell SUSE Linux Enterprise Server SLES 10 Storage Administration Guide for EVMS Novell SUSE Linux Enterprise Server 10 February 1, 2007 STORAGE ADMINISTRATION GUIDE FOR EVMS www.novell.com Legal Notices Novell, Inc., makes no representations

More information

Getting Started with ESXi Embedded

Getting Started with ESXi Embedded ESXi 4.0 Embedded vcenter Server 4.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

More information

TVB103C Thin Client. User Guide

TVB103C Thin Client. User Guide TVB103C Thin Client User Guide Version 1.5 ShenZhen Giayee Technology Co., Ltd. (www.giayee.com) Updated at 2013-08-08 Copyright @ 2013 Giayee Technology Co., Ltd. All rights reserved. Please do not copy,

More information