2.Sun v433 Workstation Install Guide
- 格式:doc
- 大小:2.60 MB
- 文档页数:38
Torque + Maui配置手册之抛砖引玉篇本文将以应用于实际案例(南航理学院、复旦大学物理系、宁波气象局)中的作业调度系统为例,简单介绍一下免费开源又好用的Torque+Maui如何在曙光服务器上进行安装和配置,以及针对用户特定需求的常用调度策略的设定情况,以便可以起到抛砖引玉的作用,使更多的人关注MAUI这个功能强大的集群调度器(后期将推出SGE+MAUI版本)。
本文中的涉及的软件版本Torque 版本:2.1.7 maui版本:3.2.6p17。
1. 集群资源管理器Torque1.1.从源代码安装Torque其中pbs_server安装在node33上,TORQUE有两个主要的可执行文件,一个是主节点上的pbs_server,一个是计算节点上的pbs_mom,机群中每一个计算节点(node1~node16)都有一个pbs_mom负责与pbs_server通信,告诉pbs_server该节点上的可用资源数以及作业的状态。
机群的NFS共享存储位置为/home,所有用户目录都在该目录下。
1.1.1.解压源文件包在共享目录下解压缩torque# tar -zxf torque-2.1.17.tar.gz假设解压的文件夹名字为: /home/dawning/torque-2.1.71.1.2.编译设置#./configure --enable-docs --with-scp --enable-syslog其中,默认情况下,TORQUE将可执行文件安装在/usr/local/bin和/usr/local/sbin下。
其余的配置文件将安装在/var/spool/torque下默认情况下,TORQUE不安装管理员手册,这里指定要安装。
默认情况下,TORQUE使用rcp来copy数据文件,官方强烈推荐使用scp,所以这里设定--with-scp.默认情况下,TORQUE不允许使用syslog,我们这里使用syslog。
SUN工作站基础(forRMS)SUN 工作站的使用OptiX MN 网管系统的软件结构和工作环境配置课程内容Solaris 操作系统的常用操作和简单的系统维护Sybase 数据库系统简要介绍内容 1.SUN工作站上的软件2.SUN 系统硬件;3.SUN设备的型号4.使用注意事项第1部分SUN 工作站介绍一. SUN工作站上的软件1.在缺省配置下系统软件有:1> Solaris操作系统2> CDE公共桌面环境2.用来提供特定服务还可以安装有:1> Sybase数据库系统;2> OptiX MN 网管程序二. SUN系统硬件1. 基本配置:主机彩色显示器键盘带鼠标2.可选配置:CD-ROM磁带机软盘三.SUN设备的型号Sparc 5新Sparc 5Sparc 20Ultra1新Ultra1Ultra2Ultra5Ultra10Ultra60四.使用注意事项1. 正确开启关闭系统2. 正确使用外设选用合适的接口3. 观察并了解系统的启动过程.内容重点Solaris 系统常用操作1. Solaris 操作系统简介3. Solaris 系统常用操作4. 常用工具和实用程序2. UNIX 的结构第2部分Solaris 的常见操作和简单维护一. Solaris操作系统简介1. UNIX流派: SUN Solaris ;HP HP-UX;DEC Mach; Linux.2. UNIX特点多任务多用户管道功能强大的Shell 安全保护机制稳定性好图形用户界面强大的网络支持二. UNIX的结构1. UNIX的系统结构图3-1 UNIX的系统结构2. UNIX 的文件系统主要特征(1) 树状层次或结构(3)提供网络文件系统network file system 服务(4)建立拷贝删除文件和文件树的功能(5) 文件的动态增大(6) 对文件数据的保密与共享(2) 把外设(如打印机磁盘等)和目录均作为文件对待/bin local dev etcusr var cdrom sh csh ls tty01rc3.d home rms rmssybsys tmpS20SYBASE.server dsk binini start cls rms.ini.login .cshrc install .dtprofile showserver 图3-2 文件系统的结构文件树三. Solaris系统常用操作1. Sun工作站系统的启动开启Sun工作站主机电源有两种方法1打开主机前面的电源开关2按一下键盘左上角的电源按键2. 用户登录1用户名和口令2登录到系统3成功登录之后用户的权限3. 命令行的使用1命令行的使用环境(1)直接在屏幕下方的工作条上点击终端窗口图标(2)在屏幕的空白处点击鼠标右键会弹出一菜单,在菜单中选择“程序”->“终端”即可打开终端窗口有以下两种方法终端窗口的关闭可以有以下两种方法(1)在终端窗口提示符下直接输入命令exit(2) 用鼠标左键连击终端窗口的左上角2命令行的用法结构命令[选项] [参数]4.系统的退出5. 控制键% man find6.系统帮助表4-1命令作用Control-C 用于非正常中断程序的运行Control-D 用于系统通信的中断Control-S 用来告诉终端停止接受输入Control-Q 告诉终端重新接受输入表4-2 命令/语法作用cd [directory]切换目录ls [options] [directory or file]列出目录内容或文件信息mkdir [options] directory 创建目录pwd显示当前工作目录rmdir [options] directory 删除目录7. 目录的浏览与控制四. 网络通信1. TCP/IP协议常用协议有:传输控制协议/互联网协议TCP/IP远程登录协议telnet文件传输协议FTP)2 测试网络连通情况用命令ping测试网络物理通断情况格式ping ip_address例如% ping 129.9.0.1129.9.0.1 is alive内容重点掌握数据库系统的备份1. 数据库系统的组成2. SQL Server 的启动与关闭第3部分Sybase 数据库系统简要介绍3. 数据库系统的备份一. 数据库系统的组成数据库系统数据库应用程序和用户计算机系统数据库管理系统二. Sybase数据库的特点1采用客户/服务器体系结构2提供应用程序接口DB-LIB和NET-LIB3提供高效的数据处理。
This guide describes the minimum steps you must perform to power on Oracle’s Sun Netra X6270M2server module for the first time.Additional installation information is provided in the Sun Netra X6270M2Server Module Installation Guide (821-0937)and in the installation guide for the modular system (chassis).This documentation is available at the Sun documentation web site.See “Documentation for This Product”on page 5.Note –Before installing this server module,read the latest Sun Netra X6270M2Server Module Product Notes (820-2383)to find out if any late-breaking issues impact installation requirements.▼Install Optional Components♦Before installing the server into the modular system chassis,install any optional components that youordered with the server,such as storage drives,DIMMs,REMs,FEMs,and so on.Refer to the online Sun Netra X6270M2Server Module Installation Guide .▼Install the Server ModuleYou can insert the server module into a chassis that is either powered on or not powered on.For information about powering on the modular system chassis,refer to the modular system documentation.The following procedure assumes the chassis is powered on.1.Verify that the system chassis is powered on.When the chassis is powered on,the fans are operating and the OK LED illuminates a steady on green light.2.From the front of the chassis,locate and remove the filler panel from the slot where you plan to insert theserver module.Pull the lever out and eject the filler panel.3.Position the server module vertically with the ejectors extended and oriented on the right.4.Push the server module into the slot until the server module stops and is even with the chassis.Sun Netra X6270 M2 Server ModuleGetting Started Guide5.Rotate the top ejector down and the bottom ejector up until both ejectors snap into place.The server module is locked in place and standby power is applied to the server module service processor(SP).6.Verify that the server module power state reaches standby mode.The server module SP take several minutes to boot and the OK/Power LED on the server module displays the following status:■Slow blink(0.5second on,0.5second off)–Server module SP is booting■standby blink(0.1second on,2.9seconds off)–SP is booted,and the server module host is in Standby mode.▼Select a Method For Connecting to ILOMYou start,boot,and manage the server module using the Oracle Integrated Lights Out Manager(ILOM) software.On Sun Netra6000modular systems,different versions of ILOM run on the modular system chassis and on each modular server.You can control the server module from ILOM running on the chassis monitoring module(CMM),or from ILOM on the server module in different ways as described in the following figure and table.Instructions in this guide use method1.To use the other methods,refer to the Sun Netra X6270M2ServerModule Installation Guide and the Oracle Integrated Lights Out Manager(ILOM)3.0documentation collection.▼Access ILOM on the Server Module SPThis procedure uses method 1and uses SSH on the CMM to access the server module ILOM CLI.You must know the CMM IP address to perform this procedure.1.Ensure that the CMM NET MGT port is connected and configured to communicate on your network.Refer to the Sun Netra 6000modular system documentation for details.(Connection Type)Method From To Description1(Ethernet)CMM NET MGTport Your network (Method used in this guide)Ensure that the CMM NET MGT port is connected to your network.From your network,log into ILOM on the CMM using the IPaddress of the e the ILOM proxy to navigate to the servermodule SP ILOM interface.You can use the ILOM command-lineinterface (as described in the remaining instructions in this guide),or use the CMM ILOM web interface.2(Serial)CMM SER MGT port Terminal device Connect a terminal device to the CMM SER MGT RJ-45port and useILOM to navigate to the server module SP ILOM interface.Thismethod only supports the ILOM CLI.3(Serial)Server module SPUCP port(dongle required)Terminal deviceConnect a dongle cable to the server module.Connect a terminaldevice to the RJ-45connector on the dongle municatewith ILOM on the server module SP using the ILOMCLI.2.Log into the CMM with the SSH client.In the following example,replace10.3.212.24with the IP address of your CMM.Specify the password that is assigned to the CMM ILOM root account.The factory default ILOM root password is changeme.Example:$ssh root@10.3.212.24Password:cmm_ILOM_passwordOracle(TM) Integrated Lights Out ManagerVersion 3.0Warning: password is set to factory default.You are now logged in to the CMM ILOM CLI.3.Navigate to the server modules SP.Replace n with an integer that identifies the target server module(the slot for which the server module is installed):->cd/CH/BL n/SP/cli4.Start the server modules SP.If you are prompted for a password,enter changeme(the factory default password for the root user on the server module SP).->startAre you sure you want to start /CH/BL2/SP/cli (y/n)?ystart: Connecting to /CH/BL2/SP/cli as user rootYou are now logged into ILOM on the server module SP.▼Power On the Server Module Host1.Power on the server module host.->start /SYSAre you sure you want to start /SYS (y/n)?yStarting /SYS . . .The server module initializes.The server module might take several minutes to complete POST.If a boot device installed with the Solaris OS is accessible locally,the server module boots.Otherwise,the system uses the boot net command to seek a boot device on the network.2.Switch communication to the console.You are now connected to the server module host.The server module hardware installation is complete.The server module is ready to be configured to suit your needs.▼Set Up the OS and Check for the Latest Patches and FirmwareLater versions of OS,patches,and firmware are available for your server module.Some features can only be enabled when certain patches or firmware are installed.Install the latest versions for the best performance,security,and stability.1.Review the Sun Netra X6270M2Server Module Product Notes at:/app/docs/prod/nt6270.m2.srvrmod?l=en#hicThe product notes provide a list of supported OSs,describes important product dependencies,and lists any late breaking information.Documentation for This ProductYou can view and print Oracle’s documentation,including localized versions,at:/app/docs/prod/nt6270.m2.srvrmod?l=en#hic ->start /SP/consoleAre you sure you want to start /SP/console (y/n)?ySerial console started. To stop, type #.0:0:0>POST enabling CMP 0 threads: ffffffff.ffffffff. . .Task Document Type **For translated documents,go to and select your language.Part Number Review safety information.Safety and Compliance Manual821-0938Important Safety Information for Sun Hardware 821-1590Review known issues and workarounds.Product Notes 821-0936Install,power on,and configure the preinstalled OS.Installation Guide 821-0937Customize BIOS and RAID settings.Remove and replace components.Troubleshoot server problems.Service Manual 821-0939Install and configure the Oracle Solaris,Linux,Windows OS,or install virtual machine software such as Oracle VM or VMware.Linux,Virtual Machine Software,and Oracle Solaris OS Installation Guide 821-0940Windows OS Installation Guide 821-0941Manage server accounts,monitor alerts,set remote access and redirection,and view component status.Oracle ILOM 3.0Documentation:http:///app/docs/coll/ilom3.0MultipledocumentsOther Product DocumentationYou can view,print,or purchase a broad selection of documentation,including localized versions,at:Technical SupportIf you have technical questions about this product that are not answered in this document,go to:/supportDocumentation FeedbackSubmit comments about this document by clicking the Feedback[+]link at .Include the title and part number of your document with your feedback:Sun Netra X6270M2Server Module Getting Started Guide,part number821-2123-10Copyright©2010,Oracle and/or its affiliates.All rights reserved.Copyright©2010,Oracle et/ou ses affiliés.Tous droits réservés.。
银河麒麟V3操作系统安装手册V1.2编制:王帅校核:朱本亮审定:周俊目录1 概述 (4)2 安装准备 (4)3 安装过程 (4)3.1 概述 (4)3.2 安装过程 (4)3.2.1 启动安装程序 (4)3.2.2 安装方式选择 (4)3.2.3 时区配置 (5)3.2.4 用户配置 (6)3.2.5 安装类型选择 (7)3.2.6 驱动器配置 (8)3.2.7 系统类型选择 (17)3.2.8 安装软件库选择 (18)3.2.9 启动安装过程 (19)3.2.10 结束安装 (20)3.2.11 配置kump (21)3.3 补丁安装 (21)3.4 驱动程序安装 (22)4 操作系统配置 (24)4.1 主机名、IP配置 (24)4.1.1 图形界面配置方法 (24)4.1.2 命令行配置方法 (27)4.2 网卡聚合 (28)4.3 sFtp配置 (29)4.3.1 界面配置方法 (29)4.3.2 命令行文本工具配置方法 (30)4.4 防火墙配置 (31)4.4.1 图形界面配置方法 (31)4.4.2 命令行文本工具配置方法 (33)4.5 修改密码策略 (35)4.6 内核参数配置 (36)4.7 修改资源限制 (37)4.8 NTP对时配置 (37)4.8.1 Ntp服务器配置 (37)4.8.2 Ntp客户端配置 (39)4.9 版本库服务配置 (39)4.9.1 创建svn版本库 (39)4.9.2 A5000程序导入和检出 (42)1概述文档中的安装过程仅适用于光盘介质安装银河麒麟V3版本(Kylin-V3),该版本来源于配网主站研究室,可能与其他版本略有不同。
本文档也可供其他银河麒麟V3版本安装时参考。
此文档中的补丁及配置以适应A5000系统运行为前提。
2安装准备1)请确定安装介质(光盘)中内容准确无误。
2)请确定硬件设备的兼容性是否可以适用于银河麒麟V3.0版本;请特别关注显卡、网卡、声卡是否有适用于银河麒麟V3.0版本的驱动程序。
Sun Ultra™ 24 工作站操作系统安装指南Sun Microsystems, Inc.文件号码 820-3656-102007 年 11 月,修订版 A请到以下网址提交您对本文档的意见和建议:/hwdocs/feedback请回收版权所有 © 2007 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A.保留所有权利。
本发行版本可能包含由第三方开发的材料。
Sun 、Sun Microsystems 、Sun 徽标、Java 、Netra 、Solaris 、Sun Ray 、Sun Ultra 、Java Coffee Cup 徽标、Solaris 徽标、Sun Ultra 24、Ultra 24、Sun 和 Sun Microsystems Inc. 是 Sun Microsystems, Inc. 在美国和其他国家/地区的商标和注册商标。
Intel ® Intel 是 Intel Corporation 或其子公司在美国和其他国家/地区的商标或注册商标。
Intel Inside® Intel Inside 是 Intel Corporation 或其子公司在美国和其他国家/地区的商标或注册商标。
本产品受美国出口控制法律的保护和约束,也可能受其他国家/地区的进出口法律的约束。
严禁(直接或间接)用于核、导弹、生化武器或核海事最终用途或最终用户。
严禁出口或转口到美国对其实行禁运的国家/地区,或在美国出口排除列表中标明的机构,包括但不限于,被拒绝的人士和特别指定的国家/地区列表。
对于根据美国出口法规出口的产品,CPU 备件或更换件只能用于修理 CPU 或以“一对一更换”方式更换 CPU 。
除非经过美国政府授权,否则严禁将 CPU 用于产品升级。
Copyright © 2007 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, Etats-Unis. Tous droits réservés. Cette distribution peut inclure des éléments développés par des tierces parties.Sun, Sun Microsystems, le logo Sun, Java, Netra, Solaris, Sun Ray, Sun Ultra , le logo Java Coffee Cup, le logo Solaris, Sun Ultra 24, Ultra 24, Sun et Sun Microsystems Inc. sont des marques de fabrique ou des marques déposées de Sun Microsystems, Inc. aux Etats-Unis et dans d'autres pays.Intel est une marque de fabrique ou une marque déposée de Intel Corporation ou de sa filiale aux Etats-Unis et dans d'autres pays.. Intel Inside est une marque de fabrique ou une marque déposée de Intel Corporation ou de sa filiale aux Etats-Unis et dans d'autres pays.Ce produit est soumis à la législation américaine sur le contrôle des exportations et peut être soumis à la règlementation en vigueur dansd'autres pays dans le domaine des exportations et importations. Les utilisations finales, ou utilisateurs finaux, pour des armes nucléaires, des missiles, des armes biologiques et chimiques ou du nucléaire maritime, directement ou indirectement, sont strictement interdites. Les exportations ou reexportations vers les pays sous embargo américain, ou vers des entités figurant sur les listes d'exclusion d'exportationaméricaines, y compris, mais de maniere non exhaustive, la liste de personnes qui font objet d'un ordre de ne pas participer, d'une façon directe ou indirecte, aux exportations des produits ou des services qui sont régis par la législation américaine sur le contrôle des exportations et la liste de ressortissants spécifiquement désignés, sont rigoureusement interdites. L'utilisation de pièces détachées ou d'unités centrales deremplacement est limitée aux réparations ou à l'échange standard d'unités centrales pour les produits exportés, conformément à la législation américaine en matière d'exportation. Sauf autorisation par les autorités des Etats-Unis, l'utilisation d'unités centrales pour procéder à des mises à jour de produits est rigoureusement interdite.目录前言v1.安装概述1–12.安装 Solaris2–12.1选择和更新操作系统2–12.2为 Solaris 设置 BIOS2–22.3设置 LSI RAID 配置2–22.4擦除当前安装的操作系统2–32.4.1关于诊断分区2–32.4.2当前安装的操作系统的擦除步骤2–32.5安装 Solaris 操作系统2–42.6安装驱动程序2–43.安装 Linux3–13.1选择和更新操作系统3–13.2为 Linux 设置 BIOS3–23.3设置 LSI RAID 配置3–23.4擦除当前安装的操作系统3–33.4.1关于诊断分区3–33.4.2当前安装的操作系统的擦除步骤3–3iii3.5安装 Linux 操作系统3–43.6安装驱动程序3–43.6.1安装 Linux 驱动程序3–44.安装 Windows 操作系统和驱动程序4–14.1为 Windows 操作系统设置 BIOS4–24.1.1为 Windows 操作系统及 Intel SATA 和 RAID 设置系统 BIOS4–24.1.2设置 Intel 矩阵存储管理器选项 ROM4–34.1.3设置 LSI RAID 配置4–34.2了解诊断分区4–44.3擦除启动硬盘驱动器上的分区4–44.4手动安装 Windows4–54.4.1创建 Intel SATA 和 RAID 驱动程序软盘4–54.4.2使用软盘安装 Windows4–64.4.3使用软盘安装 Windows Vista4–74.4.4安装 NVIDIA 显卡和 RealTek 音频驱动程序4–74.5使用 XpReburn 脚本创建包含驱动程序的 Windows 光盘4–84.5.1要求4–84.5.2使用 2003Reburn 或 XpReburn4–8A.安装 Linux 和 Solaris 操作系统远程映像A–1A.1从 PXE 服务器中安装 LINUX A–1A.2从 JumpStart™ 服务器中安装 Solaris A–2iv Sun Ultra 24 工作站操作系统安装指南•2007 年 11 月前言《Sun Ultra 24 工作站操作系统安装指南》包含配置 Solaris™、Linux 和 Windows 操作系统所需的信息。
小红伞安装及设置目录小红伞安装文档 (1)1.1产品安装 (4)1.2安装控制台服务 (5)1.2.1控制台的更新时间设定 (12)2.控制台界面安装 (14)3登陆小红伞控制台 (18)4.安装网络代理 (20)5.配置控制台 (25)5.1导入工作站安装包 (25)5.2导入授权文件 (28)5.3导入服务器保护安装包 (31)6.控制台组设置 (33)7制作自解压包 (36)8.添加白名单 (41)9.常见问题F&Q (49)它是国内有一款红透半边天的杀毒软件,它就是大名鼎鼎的“小红伞”,它占用资源小,防御全面,检出率高的吓人,让占尽地利、人和的国产杀毒软件自叹不如。
来自德国小红伞传承了德国人严谨的做事风格,面对威胁防护滴水不漏,对国内病毒木马的效果不逊于卡巴斯基,但资源占用极低,更可以在256MB 内存即可在xp上流畅运行小红伞。
Avira AntiVir无疑是最好的免费杀毒软件,它的优点是反应非常敏感,这要得益于它具有庞大的病毒数据库(和它的零售版本数据库一致),对一些隐藏很深的恶意网站、流氓软件、木马等病毒的报警,常常给用户带来惊喜和放心。
其次,它几乎不影响系统的启动速度,后台实时保护时的内存消耗非常小,仅7M左右,基本上不占用 CPU,对系统性能影响极小;它的控制界面简单明了,没有过多的花哨功能,用户易于操作。
最重要的是升级迅速,平均每天4个小时一次自动升级病毒库。
1.1产品安装企业版下载地址:/zh-cn/support-download-avira-smc小红伞管理平台下载/zh-cn/support-download-avira-antivir-server小红伞服务器下载/zh-cn/support-download-avira-antivir-professiona l小红伞工作站下载安装下载安装文件到您的服务器中,如果想安装控制台,请安装antivir_security_management_center_server_en.exe。
鸿威软件安装步骤1.软件安装将鸿威软件光盘放到光盘驱动器,打开光驱,打开honwer文件夹,运行setup.exe,出现以下的界面:接着出现点击下一步,出现说明:此处用户名和公司名称可以随意输入,此应用程序的使用者,选择第一个默认的“使用本机的任何人(A)(所有用户)”即可。
点下一步,出现说明:此处是选择软件安装的路径,默认即可(如果要安装到其他电脑硬盘分区,点浏览,选择其他路径)。
点下一步,出现说明:此处比较关键。
服务器名默认的为电脑名,端口号为1433。
如果安装好系统,提示不能连接数据库,请重复前面的步骤,在电脑名处。
输入点号或者ip地址(如果本机可以输入127.0.0.1,如果是要连接到装有sql数据库的机子,需输入装有sql数据库电脑的ip地址)。
点下一步,出现说明:此处如果客户是单机,请点击下一步;如果客户是网络版,装后台电脑,请去掉“前台系统”前面的勾。
点下一步;如果客户是网络版装前台pos收银系统,请去掉“后台系统和数据库管理”前面的勾。
点下一步,出现出现接着出现点完成。
点击出现稍后出现说明: 这里出现是否启用系统自动连接,是因为和sql2000数据库连接失败,如果点是,启动将自动转换电脑名点号IP地址进行自动连接;如果点取消就出现说明:如果要退出这个窗口,按ESC键,如果要连接数据,在服务器地址输入电脑名点号IP地址其中任何一个,按回车,系统回自动去连接数据库创建帐套点开始- 程序- 鸿威商业管理系统- 鸿威数据库管理,出现说明: 如果在安装数据库时有设置密码.请在“请输入sa数据库密码”后面输入sql2000数据库密码, 否则直接点确定, 出现点击“文件”, 点新建帐套,出现:说明: 在”数据库安装版本”出,选择安装单机/网络/连锁版(连锁分连锁总部,连锁分部单机,连锁分部网络;如果装总部,请选择连锁总部;如果分部只有一台电脑,请选择连锁分部单机;如果分部有多台电脑,请选择连锁分部网络版),系统类型处选择安装“超市增强、商场、服装、商贸版”其中之一,根据客户需求不同,超市有普及、标准、增强、综合版,服装有普及、标准、增强版,商贸有普及、标准版可供选择,选择好后点确定,就可以完成帐套的创建。
SUSE 9操作系统安装指导手册中兴通讯股份有限公司变更记录/ 工程文档 / 培训资料 / 其它目录第1章安装Suse Linux操作系统 (3)1.1 安装准备 (3)1.2 操作系统的安装步骤 (3)1.3 安装后的配置 (13)1.4 配置网络环境 (15)第1章安装Suse Linux操作系统本安装文档针对X86平台,在X86平台上安装SLES9(SUSE Linux Enterprise Server Version 9)系统都适用此文档。
在商用环境中,很多平台是基于X86_64的,但我们的业务程序目前是在X86_32环境下开发的,所以仍然要安装X86_32的SLES9。
1.1 安装准备检查软件安装盘是否已配备齐全,包括:1.SUSE LINUX操作系统安装盘前四张(SUSE Linux Enterprise Server 9),我们安装的一共有12张盘和2张刻录的SP2补丁盘,我们安装时用的是其中Interl X86平台的前四张。
2.SLES9 ServicePack3-i386-CD的前两张3.安装说明:市场上常见的X86架构的PC服务器,都自带有一张启动盘。
在进行一般的操作系统安装时,都用这张启动盘引导系统,然后再进行操作系统的安装。
可是有些启动盘不支持X86的SLES9安装,此时,就需要用SLES9的SP3 CD1来引导系统,并进行安装。
SP3 CD1中含有大多数RAID卡和SCSI控制器的驱动程序,能让安装光盘准确地识别出服务上的硬盘。
注意:一定要用SP3 CD1来引导安装操作系统,安装完系统和会自动识别出光纤卡。
1.2 操作系统的安装步骤准备好SLES9的安装介质,包含系统安装光盘的前四张说明:一共有12张盘和2张刻录的SP2补丁盘,我们安装时用的是其中Interl X86平台的前四张和SP3补丁光盘的前两张SLES9-ServicePack3-i386-CD1,CD2)。
IBM小型机安装指导书IBM小型机安装指导书xx技术有限公司版权所有侵权必究修订记录第一章AIX安装配置 (5)1.1安装准备 (5)1.1.1系统版本号 (5)1.1.2安装需要的软件包 (5)1.2安装base os (7)1.2.1安装步骤 (7)1.3系统设置 (14)1.3.1OS 初始时间、时区设置 (15)1.3.2修改Root用户的口令 (15)1.3.3安装额外所需的Fileset (16)1.3.4安装系统补丁 (16)1.3.5设置登陆用户数、用户进程数 (17)1.3.6配置主机解析顺序 (18)1.3.7OS 基本分区调整(rootvg) (18)1.3.8镜像rootvg (19)2第二章备份与恢复 (20)2.1rootvg的备份与恢复 (20)2.1.1准备系统备份 (20)2.1.2rootvg的备份 (20)2.1.3rootvg的恢复 (21)2.1.4系统恢复后应用数据的恢复 (22)2.2非rootvg卷组的备份与恢复 (22)2.2.1非rootvg卷组的备份 (22)2.2.2非rootvg卷组的恢复 (23)2.3基于文件和目录的备份与恢复 (23)2.3.1使用tar命令进行文件的备份恢复 (23)2.3.2使用backup命令对文件目录进行备份 (24)2.3.3使用restore命令进行文件恢复 (24)2.3.4使用smit菜单进行文件目录恢复 (25)3第三章系统维护 (25)3.1巡检内容 (25)3.1.1机房要求 (25)3.1.2设备故障灯分类• (25)3.1.3系统错误报告的检查 (26)3.1.4有否发给root用户的错误报告(mail): (26)3.1.5文件系统的检查: (26)3.1.6磁带机清洁的检查: (26)3.1.7网络的检测: (27)3.1.8HACMP 配置检测 (27)3.1.9系统硬件诊断: (27)3.1.10补丁程序(PTF)的检查 (27)3.2文件系统管理 (28)3.2.1创建pv (28)3.2.2创建VG (30)3.2.3创建LV (31)3.2.4创建FS (32)3.3网络管理 (32)3.3.1网卡速率和通讯方式 (32)3.4日志管理 (38)3.4.1日志进程 (38)3.4.2查看日志 (39)3.4.3清理日志 (40)3.5性能调优 (41)3.5.1性能调优流程图 (41)3.5.2性能分析工具 (42)3.5.3核心参数的调整 (48)3.5.4交换区的设置 (49)3.6故障定位 (50)3.6.1故障的定义 (50)3.6.2故障信息的收集 (50)3.6.3硬件故障定位方法 (51)3.6.47133 磁盘柜的故障定位 (52)3.6.5软件故障定位方法 (52)3.7经典案例 (53)3.7.1在根目录执行rm *的恢复 (53)3.7.2无法使用root帐户登陆的恢复 (54)3.7.3替换损坏的镜像卷组硬盘 (56)3.7.4无法创建文件系统 (56)3.7.5无法卸载文件系统 (57)3.7.6系统启动引导故障 (57)4第四章hacmp安装配置 (60)4.1Hacmp 的软件安装 (60)4.1.1安装前提 (60)4.1.2开始安装 (60)4.1.3打补丁 (61)4.1.4重启机器 (61)4.2hacmp5.1 的配置 (61)4.2.1双机信任关系配置 (61)4.2.2配置ip (61)4.2.3添加cluster和node (63)4.2.5添加application server (65)4.2.6添加共享vg , jfs (65)4.2.7创建资源组 (68)4.2.8检查和同步hacmp配置 (69)4.2.9扩展配置 (71)4.2.10添加hdisk heart beat 网络和设备 (73)4.2.11配置永久的IP标识(persistent IP label) (75)4.3Hacmp 的监控和问题诊断 (77)4.3.1Clstat 监控hacmp (77)4.3.2启动hacmp时选择 (77)4.3.3执行clstat (78)4.4hacmp开关机 (78)4.4.1hacmp开机 (78)4.4.2hacmp关机 (79)参考书目 (79)第一章AIX安装配置1.1 安装准备1.1.1系统版本号系统版本号AIX5.2-04HACMP版本号HACMP5.1&PATCH1.1.2安装需要的软件包Java131.adtJava131.extJava131.rteX11.DtX11.adtX11.appsX11.basepatX11.vsmX11.motifbosbos.64bitbos.INedbos.acctbos.adtbos.alt_disk_install bos.cdmount bos.cifs_fsX11.vsmX11.motifbosbos.64bitbos.INedbos.acctbos.adtbos.alt_disk_install bos.cdmount bos.cifs_fsbos.perfbos.pkcs11bos.pmapibos.svpkgbos.sysmgtbos.txtbos.upifor_ls.baseifor_ls.java perfagent.tools perl.rteperl.man.en_US ppe.xprofiler rsct.basicpat.basic pat.clientsrsct.coresysmgt.sguidesysmgt.websmsysmgt.websm.diskarray1.2 安装base os1.2.1安装步骤(1)主机加电后,敲击键盘<5>键,RS/6000将从安装介质上引导;(2)显示器显示如下信息,要求用户选择主控台。
SUN 客户端安装手册
(Updated by 2010-11-15)
目录
第一部分SUN 433 Client 安装-----------------------------------2 第二部分创建ODBC数据源连接------------------------------11 第三部分PMQA 10.0.4 安装------------------------------------16 (含Excel加载PMQA)------------------------------------------21 第四部分SUNSPOOL配置-------------------------------------34
第一部分SUN Client安装
前提是已安装.NET2.0。
如果没有安装,可以在\\FIN03358A\Install File\CD SunSystem 433\Bin\pre-requisites\dot net framework 2.0安装。
下面开始安装Sunsystems Security:
1.先装SunSystems Security。
在\\FIN03358A\Install File\CD SunSystem 433中,选择setup.exe
2.开始安装,选择自定义安装,指定安装目录,选择安装客户端
3.Security Server 为FIN03358A,如果设有防火墙等安全策略,请注意端口55000是开放的。
下一步,至安装完成。
4.然后再安装SUN4.3.3。
选择Infor FMS SunSystems v4.3.3,点击下一步。
选择自定义安装,选择安装目录,仅选择客户端。
5.选择英文和中文简体。
6.在安装好的SUN的目录下,配置SUN.ini文件,去掉DBCS-VAR=1和double-byte=Y前面的;分号
第二部分创建ODBC数据源连接1.创建PMQA连接。
在控制面板\管理工具\数据源ODBC,选择系统DSN
sa密码为Nimda123:
2.创建SUNDB连接
Sa密码为Nimda123:
第三部分PMQA 10.0.4 Installation
1.在PMQA安装文件中\\FIN03358A\Install File\CD QA V.10.0.4找到setup.exe文件,
运行安装程序。
2.按照默认安装,会自动安装到C:\Program Files\Infor PM QA,直至出现下图。
如果在上图没有出现组件,需手工复制。
复制方法如下:
将下图目录
\\FIN03358A\Install File\CDQAV.10.0.4\Vision_SunSystems4_DataLink_V.10004\LsAlchemy 下SS4文件夹复制到C:\Program Files\Infor PM QA\Settings\LsAlchemy下:
然后点击”开始\所有程序\\\进入下图:
3.首先配置PMQA的数据源:Database选择Microsoft SQL,Authentication选择SQL
Server,Data Source Name中选择PMQA连接源,User ID和Password中输入SQL Server的登录用户和密码。
然后点击Test Connection。
(USER ID:sa
PASSWOR:Nimda123)
4.连接成功,VISION前的图标和Database栏上方的图标中的问号消失。
5.配置SunSystems 4的数据源:Database选择Microsoft SQL,Authentication选择
SQL Server,Data Source Name中选择SUNDB链接源,User ID和Password中输入SQL Server的登录用户和密码。
然后点击Test Connection。
6.连接成功,SUNSYSTEMS4前的图标和Database栏上方的图标中的问号消失,点
击Save。
7.在EXCEL 2003中加载VISION,选择工具–加载宏VISION:
在VISION安装路径C:\Program Files\Infor PM QA中找到LsAgXLB.xla文件,点击确定。
勾选VISION项,点击确定。
设置加载宏VISION的安全性。
VISION加载完成,在任务栏中出现VISION菜单。
8.在EXCEL 2007中加载VISION,选择工具–加载宏VISION:
在EXCEL 2007中加载VISION,点击左上方OFFICE图标,点击Excel Options:
选择Add-Ins选项,点击Go:
在VISION安装路径C:\Program Files\Infor PM QA中找到LsAgXLB.xla文件,点击确定。
勾选VISION项,点击确定。
全性。
在Trust Center Settings中选择Macro Settings,设置宏VISION的安全性。
VISION加载完成,在任务栏Add-Ins中出现VISION菜单。
9.在EXCEL 2010中加载VISION,选择工具–加载宏VISION:
在EXCEL 2010中加载VISION,点击左上方OFFICE图标,点击Excel Options:
选择Add-Ins选项,点击Go:
在VISION安装路径C:\Program Files\Infor PM QA中找到LsAgXLB.xla文件,点击确定。
勾选VISION项,点击确定。
全性。
在Trust Center Settings中选择Macro Settings,设置宏VISION的安全性。
选择Options去掉自动登陆Logon at startup 选项。
VISION加载完成,在任务栏Add-Ins中出现VISION菜单。
第四部分SUNSPOOL设置
SUNSPOOL需要每台机器user 登录状态下设置。
Step 1.先改SUNSPOOL兼容性。
在C:\Program Files\Infor FMS Sunsystems\Sunsystems v4.3.3找到SUNSPOOL.EXE程序。
修改属性-兼容性-windows 98/me
Step 2.双击SUNSPOOL.EXE,会最小化到任务栏右下角,右键最小化SUNSPOOL图标,选择Maintain。
Step 3.勾中Enabled
Search Folder:指向服务器打印目录,如Lisa Gong为:\\FIN03358A\PRINT\LIG每个user指向对应的打印目录。
然后点击Masks,进入打印机及字体设置。
勾中Enabled.
Printer: 选择打印机
Font:将默认的9号字体设置为7号Printer:选中横向Portra打印。
Step 4.连续点击OK---Close ---OK—Close。
最后在任务栏SUNSPOOL最小化图标上选中Enabled,即完成设置。