Solaris boot archive corrupt

Size: px
Start display at page:

Download "Solaris boot archive corrupt"

Transcription

1 Solaris boot archive corrupt fixing a solaris boot archive Solaris 10 x86 Server can't Boot! Error messages at startup: On booting you get an error message of the form: panic: cannot mount boot archive Press any key to reboot or diskread: reading beyond end of ramdisk start = 0x2000, size = 0x2000 failed to read superblock diskread: reading beyond end of ramdisk start = 0x8000, size = 0x800 failed to read superblock panic: cannot mount boot archive Press any key to reboot or WARNING - The following files in / differ from the boot archive: cannot find: /etc/devices/mdi_ib_cache: No such file or directory The recommended action is to reboot and select "Solaris failsafe" Error messages at reboot or shutdown: When a Solaris 10 x86 machine is shutdown, the system checks whether the boot archive needs updating. If it does, you will see a message of the form: updating /platform/i86pc/boot_archive...this may take a minute cannot find: mountpoint in /etc/fstab or any other error

2 Special Case: mdi_ib_cache If on booting you get an error message of the form: WARNING - The following files in / differ from the boot archive: cannot find: /etc/devices/mdi_ib_cache: No such file or directory The recommended action is to reboot and select "Solaris failsafe" option from the boot menu. Then follow prompts to update the boot archive. You do not need to use failsafe mode. Fixing this issue is as simple as clearing the boot archive cache, rebuilding the boot archive and rebooting. Log in at the maintenance prompt, then run: svcadm clear system/boot-archive bootadm update-archive shutdown -i 6 Rebuilding the Boot Archive Boot into Failsafe Mode Reset the machine and select the 'Solaris failsafe' option from the Grub menu. The system will boot from a standalone image of Solaris (kept at /boot/x86.miniroot-safe), bypassing the broken boot archive. Failsafe will try to mount your boot partition on /a The boot-archive is located in /a/platform/i86pc/boot_archive Rename or remove existing /a/platform/i86pc/boot_archive before creating a new boot_archive. Simple Root Partition If your root filesystem is a simple partition (not mirrored by Solaris) Solaris will offer to mount your Solaris install on /a, accept this. You may also be prompted to repair your boot archive, if so follow the instructions and reboot. If you need or want to manually update the boot archive, run the following command, then reboot: #bootadm update-archive -R /a You should now have a working system. Mirrored Root Partition

3 If your system uses a metadevice mirror for the root partition you will receive a message about the partitions being skipped because they are meta devices, for example: Searching for installed OS instances... /dev/dsk/c3t0d0s0 is under md control, skipping. /dev/dsk/c3t1d0s0 is under md control, skipping. No installed OS instance found. The process to fix the boot archive in this case is longer, but provided you follow all the steps, still straightforward. Mount Filesystem Start by mounting the first half of the mirror onto /a. The name of the first half of the mirror is given in the 'md control' message, in this case '/dev/dsk/c3t0d0s0': #mount /dev/dsk/c3t0d0s0 /a Update vfstab You must now update the /a/etc/vfstab file to use this single partition as the root filesystem. If you don't, the two halves of the mounted root filesystem will be out of sync after you reboot and you'll have serious problems. NB. You only need to change the entry for / in vfstab. Take a backup of the vfstab: #cp /a/etc/vfstab /a/etc/vfstab_backup Open the vfstab file in an editor and comment out the existing line for the root filesystem then add a new line for the single partition. For example you might have the following line in your vfstab: #device device mount FS fsck mount mount #to mount to fsck point type pass at boot options /dev/md/dsk/d10 /dev/md/rdsk/d10 / ufs 1 no -

4 REMEMBER: use TAB instead of spaces! In our example the partition is called /dev/dsk/c3t0d0s0, so would update the vfstab with (note the rdsk in the second column of the new entry): #device device mount FS fsck mount mount #to mount to fsck point type pass at boot options # /dev/md/dsk/d10 /dev/md/rdsk/d10 / ufs 1 no - /dev/dsk/c3t0d0s0 /dev/rdsk/c3t0d0s0 / ufs 1 no - Turn of volume manager in /etc/system comment out: rootdev:/pseudo/md@0:0,0,blk in /etc/system * Begin MDD root info (do not edit) *rootdev:/pseudo/md@0:0,0,blk * End MDD root info (do not edit) Update Boot Archive # bootadm update-archive -R /a Mount the second (mirror) harddisk Just to make sure the mirror harddisk doesn't interfere. unmount /dev/dsk/c3t0d0s0 /a and mount the mirrordisk, e.g. /dev/dsk/c3/t1/do/so /a and follw the steps from " Update vfstab" Update Boot Archive We can now safely update the boot archive and reboot: bootadm update-archive -R /a shutdown -i 6 At the Grub menu select the normal Solaris option (not failsafe). If the boot fails because of mount problems, reboot into failsafe mode and check your vfstab file is correct. Fixing the Root Mirror

5 You should now have a working Solaris system, but your root filesystem is no longer mirrored. To fix this you need to rebuild the meta device. Identify the name of the root filesystem metadevice from vfstab (it's the line you commented out earlier: /dev/md/dsk/d10 in this example). Then use metastat to determine the components of the mirror: # metastat d10 d10: Mirror Submirror 0: d11 Submirror 1: d12 Pass: 1 Read option: roundrobin (default) Write option: parallel (default) Size: blocks (9.8 GB) d11: Submirror of d10 Size: blocks (9.8 GB) Stripe 0: Device Start Block Dbase State Reloc Hot Spare c3t0d0s0 0 No Okay Yes d12: Submirror of d10 Size: blocks (9.8 GB) Stripe 0: Device Start Block Dbase State Reloc Hot Spare c3t1d0s0 0 No Okay Yes In our example we can see that the mirror is composed of two submirrors, d11 (Device: c3t0d0s0) and d12 (Device: c3t1d0s0). The boot archive was fixed on c3t0d0s0, so d11 is the good half, and d12 the faulty half. You should therefore detach d12 # metadetach d10 d12 We can now switch back to using the metadevice as the root filesystem (using the backup of the vfstab you created earlier) and reboot: # cp /a/etc/vfstab_backup /a/etc/vfstab # shutdown -i 6 Once your systems has rebooted the root filesystem is back on the metadevice, but it's not mirrored, to re-enable the mirror you just need to reattach the device you detached above (in this case d12):

6 # metattach d10 d12 The mirror will now resync, you can check on its progress with metastat: # metastat d12 Once syncing is complete you have a working mirrored root filesystem.

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

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

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

Input the disk name to be replaced. One of the following notation can be used:

Input the disk name to be replaced. One of the following notation can be used: Below we will show you an example on how to do it through the using of madmin and unix diskset tools like format etc. 1. split the mirror with: lockfs -af and then metadetach mirror submirror 2. madmin

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 : 310-875 Title

More information

Alternative Boot Solutions

Alternative Boot Solutions CHAPTER 4 Alternative Boot Solutions Using a software disk manager is a popular solution for maintaining high availability for /boot/root/swap. However, alternatives exist that are commonly unknown or

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

File System: Interface and Implmentation

File System: Interface and Implmentation File System: Interface and Implmentation Two Parts Filesystem Interface Interface the user sees Organization of the files as seen by the user Operations defined on files Properties that can be read/modified

More information

Sun StorEdge MultiPack Storage Guide

Sun StorEdge MultiPack Storage Guide Sun StorEdge MultiPack Storage Guide Software Instructions for Hot-Plugging Hard Disk Drives Sun Microsystems Computer Company A Sun Microsystems, Inc. Business 901 San Antonio Road Palo Alto, CA94303

More information

Manual File System Check Linux Command Line

Manual File System Check Linux Command Line Manual File System Check Linux Command Line The traditional Unix environment is a CLI (command line interface), where you To move around the file system you will use cd. Nearly every command and application

More information

Solaris 10. DI Gerald Hartl. Account Manager for Education and Research. Sun Microsystems GesmbH Wienerbergstrasse 3/VII A Wien

Solaris 10. DI Gerald Hartl. Account Manager for Education and Research. Sun Microsystems GesmbH Wienerbergstrasse 3/VII A Wien Solaris 10 DI Gerald Hartl Account Manager for Education and Research Sun Microsystems GesmbH Wienerbergstrasse 3/VII A- 1101 Wien Agenda Short Solaris 10 Overview Introduction to Solaris Internals Memory

More information

Disk Replacement. Introduction CHAPTER

Disk Replacement. Introduction CHAPTER CHAPTER 17 Revised: July 2010, Introduction This chapter describes the process of replacing a defective Cisco BTS 10200 Softswitch disk. Each Cisco BTS 10200 system element contains two hard disks (disk

More information

Solaris 10. DI Gerald Hartl. Account Manager for Education and Research. Sun Microsystems GesmbH Wienerbergstrasse 3/VII A Wien

Solaris 10. DI Gerald Hartl. Account Manager for Education and Research. Sun Microsystems GesmbH Wienerbergstrasse 3/VII A Wien Solaris 10 DI Gerald Hartl Account Manager for Education and Research Sun Microsystems GesmbH Wienerbergstrasse 3/VII A- 1101 Wien Agenda Short Solaris 10 Overview Introduction to Solaris Internals Memory

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

How To Force Restore A Computer That Won Boot Up After System

How To Force Restore A Computer That Won Boot Up After System How To Force Restore A Computer That Won Boot Up After System If your computer won't start up normally, you may need to use a disk repair utility This can occur after an improper shutdown, forced restart,

More information

NVIDIA RAID Installation Guide

NVIDIA RAID Installation Guide NVIDIA RAID Installation Guide 1. NVIDIA BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID. 2 1.2 RAID Configurations Precautions.. 3 1.3 Create Disk Array. 4 2. NVIDIA Windows RAID Installation

More information

Installing the IBM ServeRAID Cluster Solution

Installing the IBM ServeRAID Cluster Solution Installing the IBM ServeRAID Cluster Solution For IBM Netfinity ServeRAID-4x Ultra160 SCSI Controllers Copyright IBM Corp. 2000 1 2 IBM Netfinity Installing the IBM ServeRAID Cluster Solution Chapter 1.

More information

Platform Notes: Sun Enterprise 250 Server

Platform Notes: Sun Enterprise 250 Server Platform Notes: Sun Enterprise 250 Server Solaris 2.5.1 Hardware: 11/97 Sun Microsystems Computer Company A Sun Microsystems, Inc. Business 901 San Antonio Road Palo Alto, CA 94303-4900 USA 1 650 960-1300

More information

How To Resize ext3 Partitions Without Losing Data

How To Resize ext3 Partitions Without Losing Data By Falko Timme Published: 2007-01-07 17:12 How To Resize ext3 Partitions Without Losing Data Version 1.0 Author: Falko Timme Last edited 12/31/2006 This article is about

More information

Chapter 6. Boot time configuration. Chapter 6 Boot time configuration

Chapter 6. Boot time configuration. Chapter 6 Boot time configuration Chapter 6. Boot time configuration Chapter 6 Boot time configuration Last revised: 20/6/2004 Chapter 6 Outline In this chapter we will learn about: How the system boots How to configure the boot loaders

More information

The Btrfs Filesystem. Chris Mason

The Btrfs Filesystem. Chris Mason The Btrfs Filesystem Chris Mason Btrfs Design Goals Broad development community General purpose filesystem that scales to very large storage Extents for large files Small files packed in as metadata Flexible

More information

Fedora Linux Installation Guide

Fedora Linux Installation Guide RocketRAID 2640/2642 SAS Controller Fedora Linux Installation Guide Version 1.2 Copyright 2012HighPoint Technologies, Inc. All rights reserved. Last updated on August 10, 2012 Table of Contents 1 Overview...

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

Changing user login password on templates

Changing user login password on templates Changing user login password on templates 1. Attach an ISO via the cloudstack interface and boot the VM to rescue mode. Click on attach iso icon highlighted below: A popup window appears from which select

More information

Booting up and Shutting down A primer for troubleshooting

Booting up and Shutting down A primer for troubleshooting Booting up and Shutting down A primer for troubleshooting In this section, we touch upon the startup and shutdown process on Linux. It is beyond the scope of this course to cover this topic in depth and

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

Saving and Restoring the System on the Fast Internet Computers CFS-249 December 15, 2004

Saving and Restoring the System on the Fast Internet Computers CFS-249 December 15, 2004 Saving and Restoring the System on the Fast Internet Computers CFS-249 December 15, 2004 David Dunthorn www.c-f-systems.com Comment This is a long document to describe what really turns out to be a simple

More information

Manually Mount Usb Device Linux Command Line Ubuntu 12.04

Manually Mount Usb Device Linux Command Line Ubuntu 12.04 Manually Mount Usb Device Linux Command Line Ubuntu 12.04 4 answers, How to access a usb flash drive from the terminal? (How can I mount a flash drive manually?) Can't mount external usb driver on Ubuntu

More information

NVIDIA RAID Installation Guide

NVIDIA RAID Installation Guide NVIDIA RAID Installation Guide 1. NVIDIA 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

More information

Lionstracs Groove X-R

Lionstracs Groove X-R Lionstracs Groove X-R Groove OS version 5.3 Installation & Upgrade Guide 31 October 2011 English Language documentation prepared by Corcyra Global in consultation with Lionstracs Table of Contents Warning

More information

This course is for those wanting to learn basic to intermediate topics in Solaris 10 system administration.

This course is for those wanting to learn basic to intermediate topics in Solaris 10 system administration. Course Summary Description This course teaches basic to intermediate topics in Solaris 10 system administration. The operating system will be Oracle Solaris 10 (SunOS 5.10 Release 1/13 U11). Objectives

More information

FireWolf OS X PE V7 All-in-one Manual

FireWolf OS X PE V7 All-in-one Manual FireWolf OS X PE V7 All-in-one Manual Version 1.0 Copyright 2015 FireWolf @ FireWolf Pl. All Rights Reserved. https://www.firewolf.science Catalogue Chapter I. Introduction What s FireWolf OS X PE? 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 Volume Manager Hardware Application Note

VERITAS Volume Manager Hardware Application Note VERITAS Volume Manager Hardware Application Note Release 3.0.4 READ THIS BEFORE INSTALLING THE SOFTWARE! Solaris April 2000 P/N 100-001593 1998-2000 VERITAS Software Corporation. All rights reserved. TRADEMARKS

More information

Full System Restore Manually Windows 7 No Disk

Full System Restore Manually Windows 7 No Disk Full System Restore Manually Windows 7 No Disk Time to Complete: 20-30 Minutes. Video (English Only) - How to use System Restore within Windows 7 with a small amount of hard disk space reserved for reinstalling

More information

Configuring a RAID Set

Configuring a RAID Set Configuring a RAID Set Configuring SATA Controllers... 2 Installing the RAID/AHCI Driver and Operating System... 16 Installing an Intel Optane Memory... 19 RAID Levels Minimum Number of Hard Drives Array

More information

ETERNUS DX80 S2, DX90 S2, DX410 S2 and DX440 S2

ETERNUS DX80 S2, DX90 S2, DX410 S2 and DX440 S2 ETERNUS DX80 S2, DX90 S2, DX410 S2 and DX440 S2 Support and Maintenance Support and Maintenance ETERNUS DX80 S2, DX90 S2, DX410 S2 and DX440 S2 0 Content Maintenance Utilities Maintenance Operations Log

More information

Cracked Stellar Volume Optimizer download free software for pc ]

Cracked Stellar Volume Optimizer download free software for pc ] Cracked Stellar Volume Optimizer download free software for pc ] Description: Stellar Volume Optimizer is a comprehensive tool that helps you resolve a series of volume errors in Mac OS X. The software

More information

Configuration and Administration Guide 4.2

Configuration and Administration Guide 4.2 PRIMECLUSTER Global File Services Configuration and Administration Guide 4.2 Oracle Solaris 10 J2S2-0311-01ENZ0(D) March 2013 Preface The Global File Services File System and its optional products are

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

NVIDIA / JMicron RAID Installation Guide

NVIDIA / JMicron RAID Installation Guide NVIDIA / JMicron RAID Installation Guide 1. Introduction to NVIDIA / JMicron RAID Installation Guide. 3 1.1 Installing Windows 2000 / XP / XP 64-bit / Vista / Vista 64-bit With RAID Functions. 4 1.1.1

More information

ADVANCED DRIVER MANAGEMENT IN WINDOWS 7

ADVANCED DRIVER MANAGEMENT IN WINDOWS 7 ADVANCED DRIVER MANAGEMENT IN WINDOWS 7 Device Manager To open Device Manager, we cab right-click on Computer, select Manage, and then select Device Manager from the menu on the left. Device Manager Let's

More information

R ev D. DTA Control System 1.2 Installation and Operation Guide

R ev D. DTA Control System 1.2 Installation and Operation Guide 78-4036705- 01 R ev D DTA Control System 1.2 Installation and Operation Guide Please Read Important Please read this entire guide. If this guide provides installation or operation instructions, give particular

More information

Ubuntu Manual Fsck Must Performed Debian

Ubuntu Manual Fsck Must Performed Debian Ubuntu Manual Fsck Must Performed Debian Nearly all well established filesystem types have their fsck tool. have the option to press ^D (Ctrl + D) to continue with an unchecked filesystem or run fsck manually.

More information

Chapter 11: File System Implementation. Objectives

Chapter 11: File System Implementation. Objectives Chapter 11: File System Implementation Objectives To describe the details of implementing local file systems and directory structures To describe the implementation of remote file systems To discuss block

More information

This is Lab Worksheet 13 - not an Assignment. Boot Process and GRUB

This is Lab Worksheet 13 - not an Assignment. Boot Process and GRUB This is Lab Worksheet 13 - not an Assignment This Lab Worksheet contains some practical examples that will prepare you to complete your Assignments. You do not have to hand in this Lab Worksheet. Make

More information

How To Reset Locked Ipod Touch To Factory Settings Without Computer

How To Reset Locked Ipod Touch To Factory Settings Without Computer How To Reset Locked Ipod Touch To Factory Settings Without Computer Most settings, The date and time unless your ipod lost power and reset when Don't reset your ipod if you plugged it into your computer

More information

Veritas Volume Manager Conversion

Veritas Volume Manager Conversion Veritas Volume Manager Conversion Tim Clemens Training and Consulting Louisville, KY 1-800-888-9028 Topics Veritas Volume Manager - VxVM LVM Cluster Volume Groups - Review Creating VxVM Cluster Disk Groups

More information

Backup & Recovery. Sun Microsystems Korea. ning.co.kr

Backup & Recovery. Sun Microsystems Korea.  ning.co.kr Backup & Recovery Sun Microsystems Korea http://www.suntrai ning.co.kr Sample Backup strategy Sat 0 Mon Tue Wed Thu Fri Level 0 Monthly M T W Th F 3 4 5 6 2 3 4 5 6 2 3 4 5 6 2 3 4 5 6 2 3 4 5 6 2 Sample

More information

TECHNICAL WHITE PAPER

TECHNICAL WHITE PAPER TECHNICAL WHITE PAPER CS1000 Linux Base for AMS 7.6 Date: July 2015 Issue: 1.0 Author: Maxim Kostyukevich Objective and Overview This document is intended to clarify some points on installation, configuration

More information

More on file systems, Booting Todd Kelley CST8177 Todd Kelley 1

More on file systems, Booting Todd Kelley CST8177 Todd Kelley 1 More on file systems, Booting Todd Kelley kelleyt@algonquincollege.com CST8177 Todd Kelley 1 bind mounts quotas Booting process and SysVinit Installation Disk rescue mode 2 A bind mount is used to mount

More information

Porting ZFS 1) file system to FreeBSD 2)

Porting ZFS 1) file system to FreeBSD 2) Porting ZFS 1) file system to FreeBSD 2) Paweł Jakub Dawidek 1) last word in file systems 2) last word in operating systems Do you plan to use ZFS in FreeBSD 7? Have you already tried

More information

Ricardo Rocha. Department of Computer Science Faculty of Sciences University of Porto

Ricardo Rocha. Department of Computer Science Faculty of Sciences University of Porto Ricardo Rocha Department of Computer Science Faculty of Sciences University of Porto Slides based on the book Operating System Concepts, 9th Edition, Abraham Silberschatz, Peter B. Galvin and Greg Gagne,

More information

How To Fix Regedit Windows Xp With Disk Boot Failure

How To Fix Regedit Windows Xp With Disk Boot Failure How To Fix Regedit Windows Xp With Disk Boot Failure Get the fix to "Status: 0xc000000f" boot error for Windows XP, Vista, 7, 8 or 8.1 errors with the disk, partition, bootsector, filesystem, bootloader,

More information

ExpressCluster X 3.1 for Solaris

ExpressCluster X 3.1 for Solaris ExpressCluster X 3.1 for Solaris Installation and Configuration Guide 10/11/2011 First Edition Revision History Edition Revised Date Description First 10/11/2011 New manual Copyright NEC Corporation 2011.

More information

UNIX System Administration

UNIX System Administration $!... 14:13 $$... 14:13.netrc...12:27-28 /etc/fstab... 6:25 /etc/hosts.equiv... 8:23 /etc/inittab Entries... 4:8 /etc/netmasks... 8:22 /etc/shells... 12:25 /home... 6:69 /tmp...6:61-67 /usr... 6:70 /var...

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

Guide to SATA Hard Disks Installation and RAID Configuration

Guide to SATA Hard Disks Installation and RAID Configuration Guide to SATA Hard Disks Installation and RAID Configuration 1. Guide to SATA Hard Disks Installation... 2 1.1 Serial ATA (SATA) Hard Disks Installation... 2 2. Guide to RAID Configurations... 3 2.1 Introduction

More information

Windows 7 Manual Partition Hard Drive During Install Xp

Windows 7 Manual Partition Hard Drive During Install Xp Windows 7 Manual Partition Hard Drive During Install Xp There are plenty of free ISO writers if you have Vista or XP. If you're using a spare hard drive, delete all partitions or simply choose an Step

More information

Figure 1.0 ULTRA 22C Board Layout JP1 JP5. Table 1.0 Default Jumper Settings

Figure 1.0 ULTRA 22C Board Layout JP1 JP5. Table 1.0 Default Jumper Settings UltraStor ULTRA 22C Quick Setup Memory Expansion Board Connector Figure 1.0 ULTRA 22C Board Layout J4 :::::::::::::::::::::::::::::: : : :::::::::: :::::::::: ::::::::::::::::: 2 P6 1 JP3 1 J2 1 J1 1 J3

More information

RocketRAID 231x/230x SATA Controller Fedora Linux Installation Guide

RocketRAID 231x/230x SATA Controller Fedora Linux Installation Guide RocketRAID 231x/230x SATA Controller Fedora Linux Installation Guide Version 1.0 Copyright 2008 HighPoint Technologies, Inc. All rights reserved. Last updated on April 7, 2009 Table of Contents 1 Overview...1

More information

Outline. Computer Center, CS, NCTU. Interfaces Geometry Add new disks RAID. Appendix SCSI & SAS

Outline. Computer Center, CS, NCTU. Interfaces Geometry Add new disks RAID. Appendix SCSI & SAS Disks Outline Interfaces Geometry Add new disks Installation procedure Filesystem check Add a disk using sysinstall RAID GEOM Appendix SCSI & SAS 2 3 Disk Interfaces SCSI Small Computer Systems Interface

More information

Rev B. DVD Upgrade Installation Guide for System Release 5.0 with Integrated Application Server

Rev B. DVD Upgrade Installation Guide for System Release 5.0 with Integrated Application Server 4035749 Rev B DVD Upgrade Installation Guide for System Release 5.0 with Integrated Application Server Please Read Important Please read this entire guide. If this guide provides installation or operation

More information

Getting Started with OpenSolaris An Introduction for Technical Evaluators

Getting Started with OpenSolaris An Introduction for Technical Evaluators Getting Started with OpenSolaris 2009.06 - An Introduction for Technical Evaluators 3 days starting 25 January at Guillemot Park, Camberley, Surrey To book please make direct contact with Sarah Clayton

More information

Rev B. DVD Upgrade Installation Guide for System Release 5.0 with Standalone Application Server

Rev B. DVD Upgrade Installation Guide for System Release 5.0 with Standalone Application Server 4042225 Rev B DVD Upgrade Installation Guide for System Release 5.0 with Standalone Application Server Please Read Important Please read this entire guide. If this guide provides installation or operation

More information

Testpassport http://www.testpassport.net Exam : 310-015 Title : SUN Certified SYSTEM ADMINISTRATOR FOR SOLARIS 9 PART II Version : DEMO 1 / 7 1. In which situation will Solaris Volume Manager volumes continue

More information

Outline. Computer Center, CS, NCTU. q Interfaces q Geometry q Add new disks. q RAID

Outline. Computer Center, CS, NCTU. q Interfaces q Geometry q Add new disks. q RAID Disks frank Outline q Interfaces q Geometry q Add new disks Installation procedure Filesystem check Add a disk using sysinstall q RAID GEOM ZFS 2 3 Disk Interfaces q SCSI Small Computer Systems Interface

More information

client X11 Linux workstation

client X11 Linux workstation LPIC1 LPIC Linux: System Administrator LPIC 1 LPI command line LPIC-1 Linux LPIC-1 client X11 Linux workstation Unix GNU Linux Fundamentals Unix and its Design Principles FSF and GNU GPL - General Public

More information

HP-UX System Administration Course Overview. Skills Gained. Who will the Course Benefit?

HP-UX System Administration Course Overview. Skills Gained. Who will the Course Benefit? HP-UX System Administration Course Overview This Hewlett Packard HP-UX System Administration training course is designed to give delegates practical experience in the administration of an HP-UX UNIX System.

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

System Administration for the Oracle Solaris 10 OS Part 1 Student Guide - Volume I

System Administration for the Oracle Solaris 10 OS Part 1 Student Guide - Volume I System Administration for the Oracle Solaris 10 OS Part 1 Student Guide - Volume I D61734GC30 Edition 3.0 September 2011 D74403 Authors Vijetha M Malkai Venu Poddar Technical Contributor and Reviewer Shyam

More information

RocketRAID 231x/230x SATA Controller Debian Linux Installation Guide

RocketRAID 231x/230x SATA Controller Debian Linux Installation Guide RocketRAID 231x/230x SATA Controller Debian Linux Installation Guide Version 1.0 Copyright 2008 HighPoint Technologies, Inc. All rights reserved. Last updated on September 17, 2008 Table of Contents 1

More information

File System Case Studies. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

File System Case Studies. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University File System Case Studies Jin-Soo Kim (jinsookim@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Today s Topics The Original UNIX File System FFS Ext2 FAT 2 UNIX FS (1)

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

Configuration and Administration Guide 4.3

Configuration and Administration Guide 4.3 FUJITSU Software PRIMECLUSTER Global File Services Configuration and Administration Guide 4.3 Oracle Solaris 10 J2S2-1595-03ENZ0(03) March 2015 Preface The Global File Services File System and its optional

More information

RocketRAID 2522 SATA Controller Ubuntu Linux Installation Guide

RocketRAID 2522 SATA Controller Ubuntu Linux Installation Guide RocketRAID 2522 SATA Controller Ubuntu Linux Installation Guide Version 1.0 Copyright 2008 HighPoint Technologies, Inc. All rights reserved. Last updated on February 16, 2009 Table of Contents 1 Overview...1

More information

Examples What it means

Examples What it means Examples What it means PHYSICAL VOLUME (PV)Represents a hard disk (hdisk0). PHYSICAL PARTITION (PP) The smallest allocation unit in the LVM. All PPs within a VG are the same si VOLUME GROUP (VG) A set

More information

Red Hat Enterprise Linux 6 Server Instruction Guide for Creating Volume in Free Disk Space

Red Hat Enterprise Linux 6 Server Instruction Guide for Creating Volume in Free Disk Space Red Hat Enterprise Linux 6 Server Instruction Guide for Creating Volume in Free Disk Space NEC Express Servers NEC Express5800/ft Series 1st Edition 03-2013 Introduction This document is intended as a

More information

Managing RAID. Entering the RAID Management Command Environment CHAPTER

Managing RAID. Entering the RAID Management Command Environment CHAPTER CHAPTER 7 Last Updated: September 17, 2012 Entering the RAID Management Command Environment, page 7-1 Hot-Swapping the Faulty RAID 1 Disk Drive, page 7-2 Commands for, page 7-4 Troubleshooting RAID, page

More information

Manual Format Windows 7 Using Usb Drive Fat32

Manual Format Windows 7 Using Usb Drive Fat32 Manual Format Windows 7 Using Usb Drive Fat32 How To Format A Hard Drive FAT32 In Windows 7 (1TB Toshiba) USB Drive The. A flash drive is a small and portable electronic device that saves data using flash

More information

Getting Started. System Requirements. Installation

Getting Started. System Requirements. Installation Getting Started NexentaOS is an OpenSolaris distribution for your x86/x64 desktop, laptop, or server - with a fast and easy-to-install regular releases and a selection of tightly-integrated excellent applications.

More information

RAID Technology White Paper

RAID Technology White Paper RAID Technology White Paper As specialists in data storage, LaCie recognizes that almost all computer users will need a storage or backup solution and that people use and store data in different ways.

More information

your Apple warranty; see There are two main failure modes for a mirrored RAID 1 set:

your Apple warranty; see   There are two main failure modes for a mirrored RAID 1 set: 48981c03.qxd 12/6/07 8:56 PM Page 142 142 File Systems RAID set creation takes only a few moments, and once it s complete, you should see new RAID set volume in the Disk Utility list and in the Finder.

More information

File System Case Studies. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

File System Case Studies. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University File System Case Studies Jin-Soo Kim (jinsookim@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Today s Topics The Original UNIX File System FFS Ext2 FAT 2 UNIX FS (1)

More information

Juniper EX4200 and EX4500 Update Guide for IBM Smart Analytics System 7700 and IBM Smart Analytics System 7710

Juniper EX4200 and EX4500 Update Guide for IBM Smart Analytics System 7700 and IBM Smart Analytics System 7710 Juniper EX4200 and EX4500 Update Guide for IBM Smart Analytics System 7700 and IBM Smart Analytics System 7710 Document version: v1.1 Introduction Follow this guide to update the Juniper EX4200 and the

More information

Outline. Computer Center, CS, NCTU. Interfaces Geometry Add new disks RAID. Appendix SCSI & SAS

Outline. Computer Center, CS, NCTU. Interfaces Geometry Add new disks RAID. Appendix SCSI & SAS Disks Outline Interfaces Geometry Add new disks Installation procedure Filesystem check Add a disk using sysinstall RAID GEOM Appendix SCSI & SAS 2 3 Disk Interfaces SCSI Small Computer Systems Interface

More information

Do A Manual System Restore On Windows 8 From Startup Repair

Do A Manual System Restore On Windows 8 From Startup Repair Do A Manual System Restore On Windows 8 From Startup Repair and solutions, and Windows 7 and 8 error recovery and advanced boot options. PC and Gadget Help Desk, The: A Do-It-Yourself Guide To Troubleshooting

More information

Ricardo Rocha. Department of Computer Science Faculty of Sciences University of Porto

Ricardo Rocha. Department of Computer Science Faculty of Sciences University of Porto Ricardo Rocha Department of Computer Science Faculty of Sciences University of Porto Slides based on the book Operating System Concepts, 9th Edition, Abraham Silberschatz, Peter B. Galvin and Greg Gagne,

More information

System Administration for Beginners

System Administration for Beginners System Administration for Beginners Week 5 Notes March 16, 2009 1 Introduction In the previous weeks, we have covered much of the basic groundwork needed in a UNIX environment. In the upcoming weeks, we

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

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

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

How To Remove Only Outlook From Office 2007 Pst Files Outlook

How To Remove Only Outlook From Office 2007 Pst Files Outlook How To Remove Only Outlook From Office 2007 Pst Files Outlook Tip If you want to import or restore only a few items from an Outlook Data File (.pst), you can open the Outlook Data File, and then, in the

More information

Fedora Linux Installation Guide

Fedora Linux Installation Guide RocketRAID 276x SAS Controller Fedora Linux Installation Guide Version 1.1 Copyright 2012 HighPoint Technologies, Inc. All rights reserved. Last updated on May 29, 2012 Table of Contents 1 Overview...

More information

412 Notes: Filesystem

412 Notes: Filesystem 412 Notes: Filesystem A. Udaya Shankar shankar@cs.umd.edu December 5, 2012 Contents 1 Filesystem interface 2 2 Filesystem implementation 3 3 FAT (mostly from Wikepedia) 5 4 UFS (mostly from Wikepedia)

More information

EMC Host Connectivity Guide for Sun Solaris

EMC Host Connectivity Guide for Sun Solaris EMC Host Connectivity Guide for Sun Solaris P/N 300-000-607 REV A11 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2007 EMC Corporation. All rights

More information

If any issues are encountered, please contact your service representative for assistance.

If any issues are encountered, please contact your service representative for assistance. June 19, 2017 MILLPWR G2 2 & 3 Axis Release of Version R4SP6 For Use with Consoles (ID# 745604-NN) ONLY NOTE: HEIDENHAIN Corporation recommends making a backup of the control with the USB Recovery Drive

More information

FreeBSD/ZFS last word in operating/file systems. BSDConTR Paweł Jakub Dawidek

FreeBSD/ZFS last word in operating/file systems. BSDConTR Paweł Jakub Dawidek FreeBSD/ZFS last word in operating/file systems BSDConTR 2007 Paweł Jakub Dawidek The beginning... ZFS released by SUN under CDDL license available in Solaris / OpenSolaris only ongoing

More information

https://support.industry.siemens.com/cs/ww/en/view/

https://support.industry.siemens.com/cs/ww/en/view/ Setup a new Process Historian with an existing Historian Storage Database SIMATIC Process Historian 2013/2014 https://support.industry.siemens.com/cs/ww/en/view/66579062 Siemens Industry Online Support

More information

G4120: Introduction to Computational Biology

G4120: Introduction to Computational Biology ICB Fall 2004 G4120: Introduction to Computational Biology Oliver Jovanovic, Ph.D. Columbia University Department of Microbiology Copyright 2004 Oliver Jovanovic, All Rights Reserved. Startup Crashes The

More information