Installing a Server

Total Page:16

File Type:pdf, Size:1020Kb

Installing a Server 17 2496 Ch14 10/30/00 9:25 AM Page 320 CHAPTER 14 Installing a Server The following test objectives are covered in this chapter: I Understanding the server environment I Installing software using the interactive installation program I Understanding Solstice AdminSuite I Installing Solstice AdminSuite I Understanding the client/server relationship 17 2496 Ch14 10/30/00 9:25 AM Page 321 hapter 3, “Installing the Solaris 7 Software,” discussed setting up a single stand-alone system. In this chapter, the emphasis is on installing and configuring a server. I begin by describing a server, its role, and its C relationship to other systems on the network. Then, I describe how to install the operating system and some of the additional software packages that differentiate a server from a stand-alone system. The Server A server is a system that provides services and/or file systems, such as home directories or mail files, to other systems on the network. An operating system (OS) server is a server that provides the Solaris software to other systems on the network. For diskless clients, OS servers provide /usr, root (/), and swap file systems. For AutoClient systems, an OS server provides all system software required to set up the individual root (/) and /usr file systems required for local swapping and caching. There are file servers, startup servers, database servers, license servers, print servers, installation servers, and even servers for particular applications. Systems that rely on servers are called clients. In other words, a client is a system that uses remote services from a server. Some clients have limited disk storage capacity, or perhaps none at all; these clients must rely on remote file systems from a server to function. Diskless and AutoClient clients are examples of this type of client. Other clients might use remote services, such as installation software, from a server. These clients don’t rely on a server to function and are referred to as stand-alone systems. System types are defined by how they access the root (/) and /usr file systems, including the swap area. Stand-alone and server systems mount these file systems from a local disk, whereas diskless and AutoClient clients mount the file systems remotely, relying on servers to provide these services. A stand-alone system has all its Solaris software on its local disk and does not require services from an OS server. Both networked and non-networked systems can be stand-alone systems in the Solaris operating environment. The following is a brief description of the various clients you’ll find in the Solaris 7 environment: I Diskless client—A client that has no local disk or file systems. The diskless client boots from the server; remotely mounts its root (/), /usr, and /export/home file sys- tems from a server; allocates swap space on the server; and gets all its data from the server. Any files created are stored on the server. 17 2496 Ch14 10/30/00 9:25 AM Page 322 322 CHAPTER 14 INSTALLING A SERVER I JavaStation—A client that has no local file system and whose /home is accessed from a server across the network. The JavaStation runs only applications that are 100 percent pure Java. All data, applications, and configuration information reside on a centralized server that is running Netra J software, a Solaris operating environment. Java applications are downloaded on demand and are executed locally. I AutoClient—A client system type that caches (locally stores copies of data as it is referenced) all its needed system software from a server. The AutoClient system has a local disk, but the root (/) and /usr file systems are accessed across the network from a server and are loaded in a local disk cache. Files in the / and /usr file systems are copied to the cache disk as they are referenced. If a Solstice AutoClient client accesses an application that is not already in its disk cache, that application is down- loaded. If the application already resides in the client’s disk cache, the application is accessed locally. AutoClient replaced the dataless client in Solaris 2.6. Prerequisites for the Server The server must meet a few minimum requirements before Solaris 7 can be installed: I The Solaris 7 release supports all sun4c, sun4d, sun4u, and sun4m platforms. Some sun4c systems might not be supported in future releases of Solaris 7 beyond the 11/99 release. Check with your hardware vendor if you have a sun4c system to make sure it is supported before proceeding. I To run a graphical user interface (GUI) installation, the system must have a minimum of 32MB of RAM. As a server, however, it is typical to have 256MB of RAM or more. I The disk needs to be large enough to hold the Solaris OS, swap space, and the addi- tional software, such as Solstice AdminSuite and AutoClient. You’ll also need to allo- cate additional disk space on an OS server in the /export file system for diskless clients or Solstice AutoClient systems. Plan on a minimum of 1GB of disk space, but realistically you should have 2GB or more. Installing Solaris 7 on the Server Before beginning the installation, let’s go over a preinstallation checklist. First, gather the system identification information about your server. If the system is run- ning, you can gather all this information by using the commands listed in Table 14-1. 17 2496 Ch14 10/30/00 9:25 AM Page 323 INSTALLING SOLARIS 7 ON THE SERVER 323 Table 14-1 System Identification Information Information Required Command(s) Used to Gather the Information System name /usr/bin/uname -u Primary network interface ifconfig -a IP address ypmatch <system_name> <host> nismatch <system_name> more /etc/inet/hosts Domain name /usr/bin/domainname Whether part of a subnet more /etc/netmasks What name service is used more /etc/nsswitch.conf Next, verify that you have enough disk space for Solaris 7 and all the copackaged and third- party software you plan to add. (Refer to Chapter 3 to find the total size of each software configuration cluster.) Normally, a server would have several gigabytes of disk space avail- able for the operating system, so you’ll be installing the full distribution cluster. Also, you need to check with your software vendor regarding space requirements for any third-party software packages as well as swap space requirements. In addition, make sure you have enough disk space if you plan to run the following software: I AnswerBook2 I Desktop Power Pack I Internet Mail Service I ODBC Driver Manager I OpenGL I Solstice AdminSuite I Solstice AutoClient I Solstice Backup I Solstice DiskSuite I Solaris 7 documentation I Sun Hardware AnswerBook I Sun MediaCenter One I Sun WebServer 17 2496 Ch14 10/30/00 9:25 AM Page 324 324 CHAPTER 14 INSTALLING A SERVER These packages occasionally change in size as they are updated, so contact Sun to obtain current disk space requirements for each of these packages. TIP. Software can be installed from a local CD or from a CD-ROM located on a system connected to the network. However, for speed, I recommend loading the software from a local CD-ROM drive. Installing Software Using the Interactive Installation Program You are now ready to install your software. I recommend one of two methods to install the operating system: interactive or Web Start. The interactive installation process is described in this chapter. This option offers you the most flexibility when installing the OS. Web Start, described in Appendix E, “Web Start,” does not let you set up additional disks, only the system disk. Use the Web Start option if you don’t have a bitmapped system console attached to your system but you do have access to a Web browser attached to the same network. The following steps provide an overview of the interactive software installation procedure: 1. Insert the Solaris 7 software CD in the CD-ROM drive. 2. At the OpenBoot ok prompt, type boot cdrom The system starts from the CD-ROM. After a few minutes, you’ll enter the system identification section of the installation. Follow the system prompts, entering the information as it is presented. You are asked to select a language and locale. You’ll also need to enter your system’s hostname, IP address, and network information, so have this information available. 3. After the system identification section, you’ll see the following dialog: Solaris Interactive Installation: This system is upgradeable, so you have two options for installing Solaris software. The upgrade option updates the Solaris software on the system to the new release, saving as many modifications as possible that you’ve made to the previous version of Solaris software. You should back up the system before using the upgrade option. 17 2496 Ch14 10/30/00 9:25 AM Page 325 INSTALLING SOFTWARE USING THE INTERACTIVE INSTALLATION 325 PROGRAM The initial option overwrites the system’s disks with the new version of Solaris software. Backing up any modifications that you’ve made to the previous version of Solaris software is recommended before starting the initial option. This option also lets you preserve any existing file systems. After selecting an option and completing the tasks that follow, a summary of your selections will be displayed. F2_Upgrade F4_Initial F5_Exit F6_Help CAUTION! All data on the OS partitions will be lost. These partitions include / (root), /usr, /opt, and /var. 4. Press F4 to select a complete reinstallation of the software. You’ll see the following dialog: You’ll be using the initial option for installing Solaris software on the system.
Recommended publications
  • Oracle Solaris Administration Basic Administration
    Oracle® Solaris Administration: Basic Administration Part No: E29492–03 June 2013 Copyright © 1998, 2013, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: U.S. GOVERNMENT END USERS. Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including anyoperating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs. No other rights are granted to the U.S. Government. This software or hardware is developed for general use in a variety of information management applications.
    [Show full text]
  • Solaris Powerpc Edition: Installing Solaris Software—May 1996 What Is a Profile
    SolarisPowerPC Edition: Installing Solaris Software 2550 Garcia Avenue Mountain View, CA 94043 U.S.A. A Sun Microsystems, Inc. Business Copyright 1996 Sun Microsystems, Inc., 2550 Garcia Avenue, Mountain View, California 94043-1100 U.S.A. All rights reserved. This product or document is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation. No part of this product or document may be reproduced in any form by any means without prior written authorization of Sun and its licensors, if any. Portions of this product may be derived from the UNIX® system, licensed from Novell, Inc., and from the Berkeley 4.3 BSD system, licensed from the University of California. UNIX is a registered trademark in the United States and other countries and is exclusively licensed by X/Open Company Ltd. Third-party software, including font technology in this product, is protected by copyright and licensed from Sun’s suppliers. RESTRICTED RIGHTS LEGEND: Use, duplication, or disclosure by the government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 and FAR 52.227-19. Sun, Sun Microsystems, the Sun logo, Solaris, Solstice, SunOS, OpenWindows, ONC, NFS, DeskSet are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the United States and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc.
    [Show full text]
  • PDF, Postscript(Tm) and HTML Form
    T2 System Development Environment Creating custom Linux solutions (Compiled from r369) René Rebe Susanne Klaus T2 System Development Environment: Creating custom Linux solutions: (Compiled from r369) by René Rebe and Susanne Klaus Published (TBA) Copyright © 2002, 2003, 2004, 2005, 2006, 2007 René RebeSusanne Klaus This work is licensed under the Open Publication License, v1.0, including license option B: Distribution of the work or derivative of the work in any standard (paper) book form for commercial purposes is prohibited unless prior permission is obtained from the copyright holder. The latest version of the Open Publication License is presently available at ht- tp://www.opencontent.org/openpub/. Table of Contents Preface ....................................................................................................................x Audience ..........................................................................................................x How to Read this Book ...................................................................................... x Conventions Used in This Book ......................................................................... x Typographic Conventions .......................................................................... x Icons ........................................................................................................x Organization of This Book ................................................................................ xi This Book is Free ............................................................................................
    [Show full text]
  • Solaris 8 (SPARC Platform Edition) 6/00 Release Notes Update
    Solaris 8 (SPARC Platform Edition) 6/00 Release Notes Update Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA 94303-4900 U.S.A. Part Number 806-3811–10 June 2000 Copyright 2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California 94303-4900 U.S.A. All rights reserved. This product or document is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation. No part of this product or document may be reproduced in any form by any means without prior written authorization of Sun and its licensors, if any. Third-party software, including font technology, is copyrighted and licensed from Sun suppliers. Parts of the product may be derived from Berkeley BSD systems, licensed from the University of California. UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open Company, Ltd. Sun, Sun Microsystems, the Sun logo, docs.sun.com, AnswerBook, AnswerBook2, Java, JDK, DiskSuite, JumpStart, HotJava, Solstice AdminSuite, Solstice AutoClient, SunOS, OpenWindows, XView, and Solaris are trademarks, registered trademarks, or service marks of Sun Microsystems, Inc. in the U.S. and other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the U.S. and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc. PostScript is a trademark or registered trademark of Adobe Systems, Incorporated, which may be registered in certain jurisdictions. The OPEN LOOK and SunTM Graphical User Interface was developed by Sun Microsystems, Inc.
    [Show full text]
  • A5x00troubleshootingguide
    A5x00TroubleshootingGuide Joy Silva John Schell Sun Network Storage April 1999 Copyright 1998 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303 U.S.A. All rights reserved. This product or document is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation. No part of this product or document may be reproduced in any form by any means without prior written authorization of Sun and its licensors, if any. Third-party software, including font technology, is copyrighted and licensed from Sun suppliers. Parts of the product may be derived from Berkeley BSD systems, licensed from the University of California. UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open Company, Ltd. Sun, Sun Microsystems, the Sun logo, SunSoft, SunDocs, SunExpress, and Solaris are trademarks, registered trademarks, or service marks of Sun Microsystems, Inc. in the U.S. and other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the U.S. and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc. The OPEN LOOK and Sun™ Graphical User Interface was developed by Sun Microsystems, Inc. for its users and licensees. Sun acknowledges the pioneering efforts of Xerox in researching and developing the concept of visual or graphical user interfaces for the computer industry. Sun holds a non- exclusive license from Xerox to the Xerox Graphical User Interface, which license also covers Sun’s licensees who implement OPEN LOOK GUIs and otherwise comply with Sun’s written license agreements.
    [Show full text]
  • Solaris Internals
    SOLARIS INTERNALS Core Kernel Components i SOLARIS INTERNALS Core Kernel Components Jim Mauro and Richard McDougall Sun Microsystems Press A Prentice Hall Title © 2000 Sun Microsystems, Inc. — Printed in the United States of America. 901 San Antonio Road, Palo Alto, California 94303 U.S.A. All rights reserved. This product and related documentation are protected by copyright and distributed under licenses restricting its use, copying, distribution and decompilation. No part of this product or related documentation may be reproduced in any form by any means without prior written authoriza- tion of Sun and its licensors, if any. RESTRICTED RIGHTS LEGEND: Use, duplication, or disclosure by the United States Government is subject to the restrictions as set forth in DFARS 252.227-7013 (c)(1)(ii) and FAR 52.227-19. The product described in this manual may be protected by one or more U.S. patents, foreign patents, or pending applications. TRADEMARKS—Sun, Sun Microsystems, the Sun logo, HotJava, Solaris, SunExpress, SunScreen, SunDocs, SPARC, SunOS, and SunSoft are trademarks or registered trademarks of Sun Microsystems, Inc. All other products or services mentioned in this book are the trademarks or service marks of their respective companies or organizations. 109 87654321 ISBN 0-13-022496-0 Sun Microsystems Press A Prentice Hall Title For Traci. .. for your love and encouragement .......................................... Richard For Donna, Frankie and Dominick. All my love, always... .......................................... Jim ACKNOWLEDGEMENTS It ‘s hard to thank all people that helped us with this book. As a minimum, we owe: • Thanks to Brian Wong, Adrian Cockcroft, Paul Strong, Lisa Musgrave and Fraser Gardiner for all your help and advise for the structure and content of this book.
    [Show full text]
  • Solaris 9 9/05 Sun Hardware Platform Guide
    Solaris™ 9 9/05 Sun™ Hardware Platform Guide Sun Microsystems, Inc. www.sun.com Part No. 819-2946-10 September 2005, Revision A Submit comments about this document at: http://www.sun.com/hwdocs/feedback Copyright 2005 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved. Sun Microsystems, Inc. has intellectual property rights relating to technology that is described in this document. In particular, and without limitation, these intellectual property rights may include one or more of the U.S. patents listed at http://www.sun.com/patents, and one or more additional patents or pending patent applications in the U.S. and in other countries. This document and the product to which it pertains are distributed under licenses restricting their use, copying, distribution, and decompilation. No part of the product or of this document may be reproduced in any form by any means without prior written authorization of Sun and its licensors, if any. Third-party software, including font technology, is copyrighted and licensed from Sun suppliers. Parts of the product may be derived from Berkeley BSD systems, licensed from the University of California. UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open Company, Ltd. Sun, Sun Microsystems, the Sun logo, AnswerBook2, docs.sun.com, Netra, SunVTS, Sun HSI, SunForum, Sun ATM, Java 3D, ShowMe, Sun StorEdge, Sun Blade, Sun Fire, Sun Enterprise, Sun Enterprise Ultra, Power Management, OpenBoot, JumpStart, Ultra, SunFDDI, SunSwift, SunFast Ethernet, Sun Quad FastEthernet, Voyager, and Solaris are trademarks, registered trademarks, or service marks of Sun Microsystems, Inc.
    [Show full text]
  • Solaris 8 4/01 Sun Hardware Platform Guide
    Solaris™ 8 4/01 Sun™ Hardware Platform Guide Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA 94303-4900 U.S.A. 650-960-1300 Part No. 806-7482-10 April 2001, Revision A Send comments about this document to: [email protected] Copyright 2001 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303-4900 U.S.A. All rights reserved. This product or document is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation. No part of this product or document may be reproduced in any form by any means without prior written authorization of Sun and its licensors, if any. Third-party software, including font technology, is copyrighted and licensed from Sun suppliers. Parts of the product may be derived from Berkeley BSD systems, licensed from the University of California. UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open Company, Ltd. For Netscape Communicator™, the following notice applies: Copyright 1995 Netscape Communications Corporation. All rights reserved. Sun, Sun Microsystems, the Sun logo, AnswerBook, AnswerBook2, Solaris, Sun Enterprise, Sun StorEdge, SPARCstorage, SPARCserver, ShowMe TV,SunFDDI, SunForum, SunVTS, and Ultra are trademarks, registered trademarks, or service marks of Sun Microsystems, Inc. in the U.S. and other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the U.S. and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc. The OPEN LOOK and Sun™ Graphical User Interface was developed by Sun Microsystems, Inc.
    [Show full text]
  • Jumpstart™ Technology
    JumpStart™ Technology Effective Use in the Solaris™ Operating Environment Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA 94303 U.S.A. 650-960-1300 Part No. 806-6872-10 September 2001, Revision 01 Send comments about this document to: [email protected] Copyright 2001 Sun Microsystems, Inc., 901 San Antonio Road • Palo Alto, CA 94303-4900 USA. All rights reserved. This product or document is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation. No part of this product or document may be reproduced in any form by any means without prior written authorization of Sun and its licensors, if any. Third-party software, including font technology, is copyrighted and licensed from Sun suppliers. Parts of the product may be derived from Berkeley BSD systems, licensed from the University of California. UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open Company, Ltd. For Netscape Communicator™, the following notice applies: Copyright 1995 Netscape Communications Corporation. All rights reserved. Sun, Sun Microsystems, the Sun logo, AnswerBook, Solaris, JumpStart, Sun BluePrints, SunDocs, Sun Enterprise, Ultra Enterprise, OpenBoot, Sun StorEdge, Starfire, SunOs, USunOs, ltra, Netra, Solstice Backup, SunVTS, iPlanet, SunSolve Online, and Solstice Desksuite Solstice DiskSuite, and WebStart Flash are trademarks, registered trademarks, or service marks of Sun Microsystems, Inc. in the U.S. and other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the U.S. and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc.
    [Show full text]
  • Solaris 7 Sun Hardware Platform Guide
    Solaris 7 Sun Hardware Platform Guide Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA 94303-4900 U.S.A Part No.: 805-4456 October 1998, Revision A Send comments about this document to: [email protected] 1998 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303-4900 U.S.A. This product or document is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation. No part of this product or document may be reproduced in any form by any means without prior written authorization of Sun and its licensors, if any. Third-party software, including font technology, is copyrighted and licensed from Sun suppliers. Parts of the product may be derived from Berkeley BSD systems, licensed from the University of California. UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open Company, Ltd. Sun, Sun Microsystems, the Sun logo, SunSoft, SunDocs, SunExpress, Solaris, SPARCclassic, SPARCstation SLC, SPARCstation ELC, SPARCstation IPC, SPARCstation IPX, SPARCstation Voyager are trademarks, registered trademarks, or service marks of Sun Microsystems, Inc. in the U.S. and other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the U.S. and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc. The OPEN LOOK and Sun™ Graphical User Interface was developed by Sun Microsystems, Inc. for its users and licensees. Sun acknowledges the pioneering efforts of Xerox in researching and developing the concept of visual or graphical user interfaces for the computer industry.
    [Show full text]
  • +Sunsojt a Sun Microsystems, Inc
    Solaris 2.5. 1SPARe: Installation Notes 2550 Garcia Avenue Mountain View, CA 94043 U.S.A. Part No: 802-5363-12 Revision A, May 1996 +SunSojt A Sun Microsystems, Inc. Business © 1996 Sun Microsystems, Inc. 2550 Garcia Avenue, Mountain View, California 94043-1100 U.S.A. All rights reserved. This product or document is protected by copyright and distributed under licenses restricting its use, copying, distribution and decompilation. No part of this product or document may be reproduced in any form by any means without prior written authorization of Sun and its licensors, if any. Portions of this product may be derived from the UNIX® system, licensed from UNIX Systems Laboratories, Inc., a wholly owned subsidiary of Novell, Inc., and from the Berkeley 4.3 BSD system, licensed from the University of California. Third-party software, including font technology in this product, is protected by copyright and licensed from Sun's Suppliers. RESTRICTED RIGHTS LEGEND: Use, duplication, or disclosure by the government is subject to restrictions as set forth in subparagraph (c)(l)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 and FAR 52.227-19. The product described in this manual may be protected by one or more u.s. patents, foreign patents, or pending applications. TRADEMARKS Sun, Sun Microsystems, the Sun logo, SunSoft, the sunSoft logo, Solaris, SunOS, OpenWindows, DeskSet, ONC, ONC+, and NFS are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. UNIX is a registered trademark in the United States and other countries, exclusively licensed through X/Open Company, Ltd.
    [Show full text]
  • Solaris Common Messages and Troubleshooting Guide
    Solaris Common Messages and Troubleshooting Guide Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA 94303 U.S.A. Part No: 805-4036–10 October, 1998 Copyright 1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California 94303-4900 U.S.A. All rights reserved. This product or document is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation. No part of this product or document may be reproduced in any form by any means without prior written authorization of Sun and its licensors, if any. Third-party software, including font technology, is copyrighted and licensed from Sun suppliers. Parts of the product may be derived from Berkeley BSD systems, licensed from the University of California. UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open Company, Ltd. Sun, Sun Microsystems, the Sun logo, SunSoft, SunDocs, SunExpress, and Solaris are trademarks, registered trademarks, or service marks of Sun Microsystems, Inc. in the U.S. and other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the U.S. and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc. The OPEN LOOK and SunTM Graphical User Interface was developed by Sun Microsystems, Inc. for its users and licensees. Sun acknowledges the pioneering efforts of Xerox in researching and developing the concept of visual or graphical user interfaces for the computer industry. Sun holds a non-exclusive license from Xerox to the Xerox Graphical User Interface, which license also covers Sun’s licensees who implement OPEN LOOK GUIs and otherwise comply with Sun’s written license agreements.
    [Show full text]