SUN domain+zone 傻瓜配置手册

合集下载

Sun ONE Directory Proxy Server 版本 5.2 安装指南说明书

Sun ONE Directory Proxy Server 版本 5.2 安装指南说明书

安装指南Sun TM ONE Directory Proxy Server版本 5.22003 年 6 月817-3796-10版权所有 © 2003 Sun Microsystems, Inc. 部分版权所有 © 2001 Netscape Communications Corporation。

版权所有 © 1996-1998 Critical Angle Inc. 版权所有 © 1998-2001 Innosoft International, Inc. 保留所有权利。

Sun、Sun Microsystems 和 Sun 徽标是 Sun Microsystems, Inc. 在美国和其他国家(地区)的商标或注册商标。

Netscape 和Netscape N 徽标是 Netscape Communications Corporation 在美国和其他国家(地区)的注册商标。

其他 Netscape 徽标、产品名称和服务名称也是 Netscape Communications Corporation 的商标,它们可能已在其他国家(地区)注册。

部分 Sun ONE Directory Proxy Server 产品源自 University of Michigan(密歇根大学)、the University of California at Berkeley(位于伯克利的加州大学)和 Harvard University(哈佛大学)分别拥有版权的软件。

事先未经明确的书面许可,这些大学的名称不得用于认可或促销由此处描述的产品或文档所衍生的产品。

部分 Sun ONE Directory Proxy Server 文档的版权属 The Internet Society (1997) 所有。

保留所有权利。

联邦采购:商业软件 - 政府用户遵守标准许可条款和条件本文档中所述的产品根据限制其使用、复制、分销和反编译的许可证进行分销。

配置ZONE

配置ZONE

防火墙技术实验报告实验名称: ZONE防火墙配置一、拓扑图:二、实验步骤:1、配置IOSFWRouter(config)#no ip do loRouter(config)#line con 0Router(config-line)#no exec-tRouter(config-line)#logg syRouter(config-line)#ho IOSFWRouter(config-line)#ho IOSFWIOSFW(config)#int f0/0IOSFW(config-if)#ip add 192.168.1.254 255.255.255.0IOSFW(config-if)#no shIOSFW(config-if)#int s0/1/0IOSFW(config-if)#ip add 200.1.1.1 255.255.255.0IOSFW(config-if)#no shIOSFW(config-if)#clock rate 64000IOSFW(config-if)#exitIOSFW(config)#ip route 10.10.0.0 255.255.0.0 192.168.1.1 IOSFW(config)#ip route 0.0.0.0 0.0.0.0 200.1.1.2IOSFW(config)#zone security outsideIOSFW(config-sec-zone)#exitIOSFW(config)#zone security insideIOSFW(config-sec-zone)#exitIOSFW(config)#int f0/0IOSFW(config-if)#ip add 192.168.1.254 255.255.255.0IOSFW(config-if)#zone-member security insideIOSFW(config-if)#int s0/1/0IOSFW(config-if)#ip add 200.1.1.1 255.255.255.0IOSFW(config-if)#zone-member security outsideIOSFW(config-if)#exitIOSFW(config)#class-map type inspect match-any inside-to-outside.classIOSFW(config-cmap)#match protocol httpIOSFW(config-cmap)#match protocol smtpIOSFW(config-cmap)#match protocol ftpIOSFW(config-cmap)#match protocol telnetIOSFW(config-cmap)#match protocol icmpIOSFW(config-cmap)#exitIOSFW(config)#class-map type inspect match-any outside-to-inside.classIOSFW(config-cmap)#match protocol httpIOSFW(config-cmap)#match protocol smtpIOSFW(config-cmap)#match protocol ftpIOSFW(config-cmap)#match protocol telnetIOSFW(config-cmap)#match protocol icmpIOSFW(config-cmap)#exitIOSFW(config)#policy-map type inspect inside-to-outside.policyIOSFW(config-pmap)#class type inspect inside-to-outside.classIOSFW(config-pmap-c)#inspectIOSFW(config-pmap-c)#exitIOSFW(config-pmap)#exitIOSFW(config)#policy-map type inspect outside-to-inside.policyIOSFW(config-pmap)#class type inspect outside-to-inside.classIOSFW(config-pmap-c)#inspectIOSFW(config-pmap-c)#exitIOSFW(config-pmap)#exitIOSFW(config)#zone-pair security inside-to-outside.zonepairs source inside destination outside IOSFW(config-sec-zone-pair)#service-policy type inspect inside-to-outside.policyIOSFW(config-sec-zone-pair)#exitIOSFW(config)#zone-pair security outside-to-inside.zonepairs source outside destination inside IOSFW(config-sec-zone-pair)#service-policy type inspect outside-to-inside.policyIOSFW(config-sec-zone-pair)#exit2、配置ISPRouter(config)#no ip do loRouter(config)#line con 0Router(config-line)#no exec-tRouter(config-line)#logg syRouter(config-line)#ho ISPISP(config)#int s0/1/0ISP(config-if)#ip add 200.1.1.2 255.255.255.0ISP(config-if)#no shISP(config-if)#int f0/0ISP(config-if)#ip add 201.1.1.254 255.255.255.0ISP(config-if)#no shISP(config-if)#int f0/1ISP(config-if)#ip add 202.1.1.254 255.255.255.0ISP(config-if)#no shISP(config-if)#exitISP(config)#ip route 0.0.0.0 0.0.0.0 200.1.1.13、配置coreSWSwitch(config)#no ip do loSwitch(config)#line con 0Switch(config-line)#no exec-tSwitch(config-line)#logg sySwitch(config-line)#ho coreSWcoreSW(config)#vtp domain ccspcoreSW(config)#vtp mode servercoreSW(config)#vlan 2coreSW(config-vlan)#vlan 3coreSW(config-vlan)#vlan 4coreSW(config-vlan)#name toIOSFWcoreSW(config-vlan)#exitcoreSW(config)#int vlan 2coreSW(config-if)#ip add 10.10.81.254 255.255.255.0coreSW(config-if)#no shcoreSW(config-if)#int vlan 3coreSW(config-if)#ip add 10.10.82.254 255.255.255.0coreSW(config-if)#no shcoreSW(config-if)#int vlan 4coreSW(config-if)#ip add 192.168.1.1 255.255.255.0coreSW(config-if)#no shcoreSW(config-if)#int f0/1coreSW(config-if)#switchport mode accesscoreSW(config-if)#switchport access vlan 4coreSW(config-if)#exitcoreSW(config)#int range f0/2-3coreSW(config-if-range)#switchport trunk encapsulation dot1q coreSW(config-if-range)#switchport mode trunkcoreSW(config-if-range)#exitcoreSW(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.2544、配置SW0Switch(config)#no ip do lo"Switch(config)#line con 0Switch(config-line)#no exec-tSwitch(config-line)#logg sySwitch(config-line)#ho SW0SW0(config)#vtp domain ccspSW0(config)#vtp mode clientSW0(config)#int f0/1SW0(config-if)#switchport mode trunk SW0(config-if)#int f0/10SW0(config-if)#switchport mode access SW0(config-if)#switchport access vlan 2 SW0(config-if)#exit5、配置SW1Switch(config)#no ip do loSwitch(config)#line con 0Switch(config-line)#no exec-tSwitch(config-line)#logg sySwitch(config-line)#ho SW1SW1(config)#int f0/1SW1(config-if)#switchport mode trunk SW1(config-if)#exitSW1(config)#vtp domain ccspSW1(config)#vtp mode clientSW1(config)#int f0/10SW1(config-if)#switchport mode access SW1(config-if)#switchport access vlan 3 SW1(config-if)#exit三、实验结论1、验证PC22、验证IOSFWIOSFW#show policy-map type inspect zone-pair sessions Zone-pair: inside-outsideService-policy inspect : inside-to-outside.policyClass-map: inside-to-outside.class (match-any)Match: protocol http0 packets, 0 bytes30 second rate 0 bpsMatch: protocol smtp0 packets, 0 bytes30 second rate 0 bpsMatch: protocol ftp0 packets, 0 bytes30 second rate 0 bpsMatch: protocol telnet0 packets, 0 bytes30 second rate 0 bpsMatch: protocol icmp5 packets, 640 bytes30 second rate 0 bpsInspectClass-map: class-default (match-any)Match: anyDrop (default action)0 packets, 0 bytesZone-pair: outside-insideService-policy inspect : outside-to-inside.policyClass-map: outside-to-inside.class (match-any) Match: protocol http0 packets, 0 bytes30 second rate 0 bpsMatch: protocol smtp0 packets, 0 bytes30 second rate 0 bpsMatch: protocol ftp0 packets, 0 bytes30 second rate 0 bpsMatch: protocol telnet0 packets, 0 bytes30 second rate 0 bpsMatch: protocol icmp0 packets, 0 bytes30 second rate 0 bpsInspectClass-map: class-default (match-any)Match: anyDrop (default action)0 packets, 0 bytes四、实验心得:。

SUN服务器XSCF控制卡操作命令

SUN服务器XSCF控制卡操作命令

通过SC连接M4000为了便于用户对Sun服务器进行远程控制和维护,可以通过系统控制器配置M4000服务器的连接。

前提条件•确保服务器电源连线已经插好。

•服务器处于关闭状态。

操作步骤1.建立PC终端和服务器的物理连接。

a.用串口线(DB9–RJ45)将本地控制台的串口和服务器的串口(SERIAL MGT)连接起来,建立PC终端与服务器的物理连接。

如下图所示,该串口线一头是RJ-45接头,插入服务器的串口(SERIAL MGT),另一头是DB-9接头,插入PC终端的串口(COM1或COM2)。

b.用网线将系统控制器的网口(Net Mgt port)和交换机连接起来,建立SC与网络的物理连接。

图1 M4000服务器控制器连接图2.建立PC终端和服务器的逻辑连接。

a.启动PC终端,进入Windows操作系统。

b.选择“开始 > 程序(P) > 附件 > 通讯 > 超级终端”菜单项。

c.在“连接描述”中,输入新建连接的名称(例如:NMS),单击“确定”。

d.在弹出的对话框中,选择与服务器连接的PC终端的串口,(例如:COM1),单击“确定”。

e.在弹出的对话框中,单击“还原为默认值”。

f.单击“确定”。

3.按“Enter”键。

输入用户名,如果是第一次登录,请输入缺省用户:default。

login: default显示类似如下信息:Change the panel mode switch to Service and press return...4.在5~10秒钟间,将钥匙插入M4000前面板的钥匙孔中,将开关旋至“Service”位置,并按“Enter”键。

显示类似如下信息:Leave it in that position for at least 5 seconds. Change the panel mode switch to Locked, and press return...5.在5~10秒钟间,将开关旋至“Locked”位置,并按“Enter”键。

SUN小型机操作手册

SUN小型机操作手册

一、主机加电通电前确认主机、磁阵的主、备电源均已插好。

主机加电的时候,需要打开前面板,按蓝色的On/Standby开关,通电后主机会进行自检,引导solaris操作系统。

二、启动VCS软件1、先检查HACMP状态:#ps –ef|grep had查看vcs守护进程#hastatus -summ查看VCS服务组和资源#hagui &图形管理界面2、查看网络及diskgroup状态#vxdg list查看diskgroup是否被激活,正常状态下diskgroup应该由HA来进行激活#ifconfig –a 查看IP是否正常3、启动HA软件在主机启动过程中,会自动启动VCS进程tail –f /var/VRTSvcs/log/engine_A.log打开HA启动日志#hagui 图示HA状态(只有在主控端才能显示图形界面)#ifconfig -a查看服务IP是否已经生效#vxdg list查看VG是否被HA激活#df –k 查看文件系统是否已经被挂接4、关闭(切换)HAhastop -local停止当前节点HAhastop –all 停止所有接点HA三、日常维护操作oslevel –r查看当前AIX版本及补丁级别df –k检查文件系统状态,是否有使用率在80%以上的文件系统smitty chjfs2改变文件系统大小(慎用)/var/adm/messages查看错误日志errpt –a|more查看错误日志详细信息errpt –a >/tmp/2005-04-05errpt.out将当前错误日志详细信息保存至指定位置mail查看有无系统报错通知lppchk –v查看是否少文件包,如无输出则为正常vxprint -ht查看物理卷磁盘信息format查看逻辑磁盘信息四、对7133-D40的操作在有的情况下,会在共享VG上添加新的逻辑卷,这时需要做以下的同步操作。

1、假设无双机情况下,在node1上给共享VG添加了lv,此时共享Vg的状态是激活的(可用lsvg –o查看)。

中国移动SunOnePortal门户系统安全配置手册

中国移动SunOnePortal门户系统安全配置手册

密级:文档编号:项目代号:中国移动SunOne Portal 安全配置手册Version 1.0中国移动通信有限公司二零零四年十二月拟制: 审核: 批准: 会签: 标准化:版本控制分发控制目录第一章SunOne Portal安全概述 (6)1.1 SunOnePortal简介 (6)1.2 工作原理 (7)1.2.1安全的接入 (8)1.2.2用户的身份认证和授权: (9)1.2.3资源的访问控制 (9)1.2.4集中的信息存取 (10)1.3 功能与定位 (10)1.4 特点和局限性 (11)第二章3A服务 (12)2.1 身份认证(Authentication) (12)2.2 授权(Authorization) (13)2.3 安全管理(Administration) (14)2.3.1用户的管理 (14)2.3.2资源的管理 (15)2.3.3Directory Server的管理 (17)第三章SunOne Portal资源的访问控制 (19)3.1 Portlet访问其他应用系统的方式 (19)3.2 Porlet和Container (20)3.3 用户、组织、角色 (20)3.4 Service和Policy 的应用: (21)3.5 访问控制资源 (22)3.6 Degelated Administrator (24)3.7 客户化用户登录验证模块 (25)3.8 使用SSL访问SunOne Portal (28)附录术语表 (30)第一章 SunOne Portal安全概述1.1SunOnePortal简介SunOne Portal是Sun公司为企业提供的信息门户解决方案产品,它是基于C/S的Web架构,能够满足B2B, B2C, B2E的企业信息平台要求。

SunOne Portal 能够对企业的各个应用系统进行整合展现,能够根据用户的需要进行内容定制和个性化展现。

它能够对企业各应用系统资源进行统一管理,对各系统用户进行统一管理,能够按用户权限对资源进行分配,实现SSO单点登录。

SUN M5000 XSCF配置手册

SUN M5000 XSCF配置手册

XSCF完全傻瓜配置手册文档版本控制版本 1.0 1.1日期2008-06-22 2008-06-29维护人何朝东何朝东富士通(中国)信息系统有限公司技术支持部2008-06-29目录一.文档说明---------------------------------------------------------------3二.XSCF和ILOM比较之我见(以M4000和T5120为例)---------4三.XSCF基本配置步骤-------------------------------------------------5四.XSCF非常有用的配置(提高管理性)-------------------------14五.DOMAIN配置概述(M4000一般不需要配置)-------------17六.OS的安装及console的切换----------------------------------------20七.XCP的升级-----------------------------------------------------------24八.XSCF定位问题的方法及步骤------------------------------------27一.文档说明:本手册不是原理手册,完全是一个操作手册。

如果对相关概念有任何疑问,请查看相关手册。

同样由于版本更新的问题,命令及相关参数可能有较大变化,而且现在正是fujitsu产品更新换代频繁的时期,去现场作业前请下齐最新的手册,下面我只列出最基本的手册:Getting Started Guide(C120-E345-03EN) (列出了M4000&M5000所有参考数目)Overview Guide(C120-E346-03ZH)SPARC Enterprise M4000(共19页,看完可以快速对M4000的硬件有个比较全面的认识)Instance Priority(共9页,M4000&M5000&M8000&M9000)Site Planning Guide(C120-H015-03EN) (对环境的要求等)Installation Guide(C120-E351-03EN)SPARC Enterprise Hardware Platform GuideAdministration Guide(C120-E331-05EN)XSCF User's Guide(C120-E332-05EN)XSCF Reference Manual(C120-E333-05EN) (下文中提到的所有XSCF的命令在XSCF Reference Manual都可以找到,而且有详细的参数说明)Dynamic Reconfiguration (DR) User's Guide(C120-E335-04EN)Capacity on Demand (COD) User's Guide (C120-E336-04EN)Service Manual(C120-E352-03EN)SPARC Enterprise M4000&M5000 MAINTENANCE MANUAL(R11B-0926-01EN)二. XSCF和ILOM比较之我见(以M4000和T5120为例):XSCF和ILOM都是运行在Service Processor上的Firmware。

SUN-domain+zone-傻瓜配置手册

SUN-domain+zone-傻瓜配置手册

SUN DOMAIN+ZONE 傻瓜配置手册SUN虚拟化技术分为硬分区与软分区。

硬分区是基于中高端服务(E4900、M4000以上)上对物理硬件进行分割的一种技术,分割出来的域称之为Domain。

这种技术能够把主机从底层硬件进行分割。

各个域之间可以完全独立。

只是大家共用电源模块。

但是Domain技术的划分技术过多的依赖于其服务器型号和I/O模块,所以具体能够划分的Domain数量需要查看红皮书。

软分区技术Zone是Solaris10 附带的container中的组件之一。

他的原理类似于我们个人X86机器的VMware。

Zones分区技术用于虚拟化操作系统服务,提供安全的隔离环境以便运行应用程序。

zone就是在Solaris 操作系统的某个实例中创建的一个虚拟的操作系统环境。

创建zone时,便创建了一个应用程序执行环境,其中的进程与系统的其余部分相隔离。

这种隔离阻止了在一个区域中运行的进程监视或影响在其他区域中运行的进程。

即使运行的进程具有超级用户凭证,也不能查看或影响其他区域中的活动。

下面我们用南基MIS测试环境集成过程中的log进行配置讲解。

主机:SUN M5000配置:2个CMU模块(8 CPU 64GB内存)DOMAIN划分:命令说明:1、setupfru -x N sb 0 决定0这个SB板怎么划分,N取值为1或4 (即代表Uni或Quad划分方式)从下面的输出可以看出SB都是做Uni的划分。

机器出厂设置一般都是Uni的方式,如果这就是你需要的,你自然可以跳过此步。

事实上你做SB板的重新划分是有前提的:它没有被正在使用中。

2. setdcl –d 0 –a 0=00-0 从逻辑上注册SB板到某个Domain 如果上面步骤中,你的SB板是Uni的划分方式,00-0在物理上对应的就是整个00 SB板;如果上面步骤中,你的SB板是做Quad的划分,00-0在物理上对应的就只是1/4个00 SB板,00 SB板还包含00-1,00-2,00-3,如果这些Quad模式的SB 板你都想使用上,你得分别注册这些SB板子。

SUN 系统管理指南 网络服务

SUN 系统管理指南 网络服务

Sun Microsystems,Inc.4150Network CircleSanta Clara,CA95054U.S.A.文件号码819–7059–102006年8月版权所有2006Sun Microsystems,Inc.4150Network Circle,Santa Clara,CA95054U.S.A.保留所有权利。

本文档及其相关产品的使用、复制、分发和反编译均受许可证限制。

未经Sun及其许可方(如果有)的事先书面许可,不得以任何形式、任何手段复制本产品或文档的任何部分。

第三方软件,包括字体技术,均已从Sun供应商处获得版权和使用许可。

本产品的某些部分可能是从Berkeley BSD系统衍生出来的,并获得了加利福尼亚大学的许可。

UNIX是X/Open Company,Ltd.在美国和其他国家/地区独家许可的注册商标。

Sun、Sun Microsystems、Sun徽标、、AnswerBook、AnswerBook2、和Solaris是Sun Microsystems,Inc.在美国和其他国家/地区的商标或注册商标。

所有SPARC商标的使用均已获得许可,它们是SPARC International Inc.在美国和其他国家/地区的商标或注册商标。

标有SPARC商标的产品均基于由Sun Microsystems,Inc.开发的体系结构。

OPEN LOOK和Sun TM图形用户界面是Sun Microsystems,Inc.为其用户和许可证持有者开发的。

Sun感谢Xerox在研究和开发可视或图形用户界面的概念方面为计算机行业所做的开拓性贡献。

Sun已从Xerox获得了对Xerox图形用户界面的非独占性许可证,该许可证还适用于实现OPEN LOOK GUI和在其他方面遵守Sun书面许可协议的Sun许可证持有者。

美国政府权利-商业软件。

政府用户应遵循Sun Microsystems,Inc.的标准许可协议,以及FAR(Federal Acquisition Regulations,即“联邦政府采购法规”)的适用条款及其补充条款。

SUN操作系统安装说明1

SUN操作系统安装说明1

SUN操作系统安装说明一、安装solaris 8基本操作系统(SUN Blade 100)注:需要Solaris 8 software光盘两张准备:将Solaris 8操作系统software 1/2光盘放入光驱,在OK提示符下(可按stop+A出现),键入boot cdrom。

1、在“Select a Language”窗口下,选择0 : English2、在“Select a Locals”窗口下: 选择0 : English3、在“The Solaris Installation Program”窗口下,选择Continue4、在“Identify This System”窗口下,选择Continue5、在“Network Connectivity”窗口下,选择yes Continue6、在“DHCP”窗口下,选择no Continue7、在“Host name”窗口下,输入节点名,如:gtxmain1 选择Continue8、在“Ip Address”窗口下,输入IP地址,如192.9.200.101 选择Continue9、在“Subnets”窗口下,选择yes Continue10、在“Netmask”窗口下,输入掩码地址,255.255.255.0 选择Continue11、在“Ipv6”窗口下,选择no Continue12、在“Comfirm Information”窗口下,选择Continue13、在“Configure Security Policy”窗口下,选择No Continue14、在“Comfirm Information”窗口下,选择Continue15、在“Name Service”窗口下,选择None Continue16、在“Confirm Information”窗口下,选择Continue17、在“Time zone”窗口下,选择Geographic region set….18、在“Geographic Region”窗口下,选择Regions栏: Asia,EastenTime zone栏:HongKong Continue19、在“Date and Time”窗口下,输入Year,Month,Day,Hour,Minute选择Continue20、在“Confirm Information”窗口下,选择Continue21、在“Solaris Interactive Installation”窗口下,选择Initial Contince22、在“Select Geographic Region”窗口下,选择Asia Continue23、在“Select Software”窗口下,选择Entire Distribution plus OEM support Continue 24、在“Select Disks”窗口下,选择Select Boot Disk Continue25、在“Preserve Data”窗口下,选择Continue26、在“Automatically Layout File System”窗口下,选择Manual Layout27、在“File System and Disk Layout”窗口下,选择Customize28、在“Customize Disks”窗口下手动分区,指定各区空间大小,单位MB 例:0 / 5121 swap 512 (内存的2倍)2overlap5 /opt 10246 /usr 15367/export/home 剩余空间大小选择OK29、在“File System and Disk Layout”窗口下,选择Continue30、在“Mount Remote File Systems”窗口下,选择Continue31、在“Profile”窗口下,选择Begin Installation若出现“Warning: unused disk space (c0t0d0) , 选择OK32、选择Auto Reboot33、安装完后,设置root用户口令34、在“Sepecify Media”窗口下,选择CD Next35、在“Insert CD”窗口下,放入Solaris 8 Software 2/2 光盘, 选择OK36、在“Installation Summary”窗口下,选择Next37、在“Sepecify Media”窗口下,选择Skip38、在“Reboot”窗口下,选择Reboot Now二、安装workshop5.0开发系统1、在root用户下,将workshop5.0光盘放入光驱2、“File Manager”窗口中,双击workshop_install选择OK选择Y3、“Workshop Install”窗口下Software栏选择:FLEXLm License Manager Software and UtilitiesWS compiler C/C++/SPARC 5.0WS AnswerBook2 Document Collections 5.04、选择Install;开始安装,直至“Installation Complete ”窗口出现,按OK5、选择Install Licenses“License Installation Tool”窗口下选择“Loaded From an Email Message Sared to File”选择“Load File”指定Licenses文件为/tmp/lic.dat (lic.dat文件内容见《六、C语言license安装补充说明》)选择“Install”选择“Exit”6、选择Exit三、SUN操作系统加nari用户及组1、root用户下,输入admintool2、“Adminitool:Users”窗口下“Browse”菜单选择Groups“Edit”菜单选择add3、“Admintool : Add Group”窗口下输入Group Name: narigrpGroup ID: 200选择OK4、“Browse”菜单选择User“Edit”菜单选择add5、“Admintool : Add User”窗口下,选择或输入以下栏目:User name:nariUser ID : 268Primary Group : 200Secondary Group : rootLogin shell : cshPassword : Normal Passord,输入两次口令:选择OKPath : /export/home/nariOK6、“File”菜单选择exit四、自启动配置文件1、~/.login文件内容为:./.start2、~/.start文件内容为:if [ -f /export/home/nari/NARI ]then/usr/bin/rm –f /export/home/nari/NARI/usr/openwin/bin/openwinfi改变文件属性chmod +x .start3、~/.xinitrc文件内容为:cpu=`hostname | sed -e 's/\..*//'`if [ -z $DISPLAY ]; thenDISPLAY=$cpu:0fi/usr/dt/bin/dtwm &cd /export/home/nari/exe./startmain > /dev/null 2>&1xterm -g 80x25+1500+1200 -sb -C4.~/.dt/dtwmrc, ~/Dtwm, ~/.cshrc, ~/.Xdefaults在ss3:/data3/sun/config/下。

Sun Enterprise 10000 DR 配置指南说明书

Sun Enterprise 10000 DR 配置指南说明书

Sun™ Enterprise 10000DR配置指南Sun Microsystems, Inc.4150 Network CircleSanta Clara, CA 95054 U.S.A.650-960-1300部件号:816-4658-102002年5月,修订版A有关本文档的建议,请发送到:*******************Copyright 2002 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, CA 95054 U.S.A.版权所有。

本产品或文档按照限制其使用、复制、分发和反编译的许可证进行分发。

未经Sun及其许可证颁发机构的书面授权,不得以任何方式、任何形式复制本产品或本文档的任何部分。

第三方软件,包括字体技术,由Sun供应商提供许可和版权。

本产品的某些部分从Berkeley BSD系统派生而来,经University of California许可授权。

UNIX是在美国和其它国家注册的商标,经X/Open Company, Ltd.独家许可授权。

Sun、Sun Microsystems、Sun徽标、AnswerBook2、、Solstice DiskSuite、Sun FastEthernet、Sun Netra、Sun Enterprise、Sun Enterprise V olume Manager、Sun StorEdge、Sun Ultra、OpenBoot、Solaris和UltraSparc是Sun Microsystems, Inc.在美国和其它国家的商标、注册商标或服务标记。

所有的SPARC商标均按许可证使用,是SPARC International, Inc.在美国和其它国家的商标或注册商标。

带有SPARC商标的产品均基于由Sun Microsystems, Inc.开发的体系结构。

OPEN LOOK和Sun™ 图形用户界面是Sun Microsystems, Inc. 为其用户和许可证持有人开发的。

Logical Domains (LDoms) 1.0.1 版本说明说明书

Logical Domains (LDoms) 1.0.1 版本说明说明书

請將您對本文件的意見提交至:/hwdocs/feedback Logical Domains (LDoms) 1.0.1版本說明文件號碼820-3452-112007 年 12 月,修訂版 ASun Microsystems, Copyright 2007 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. 版權所有。

Sun Microsystems, Inc. 對於本文件所述產品所使用的技術擁有智慧財產權。

這些智慧財產權包含/patents上所列的一項或多項美國專利,以及在美國與其他國家/地區擁有的一項或多項其他專利或申請中專利,但並不以此為限。

美國政府權利-商業軟體。

政府使用者均應遵守 Sun Microsystems, Inc. 的標準授權合約和 FAR 及其增補文件中的適用條款。

本產品中的某些部分可能源自加州大學授權的 Berkeley BSD 系統的開發成果。

UNIX 是在美國和其他國家/地區的註冊商標,已獲得X/OpenCompany, Ltd. 專屬授權。

Sun、Sun Microsystems、Sun 標誌、Java、Solaris、JumpStart、OpenBoot、Sun Fire、SunSolve 和 SunVTS 是 Sun Microsystems, Inc. 在美國及其他國家/地區的服務商標、商標或註冊商標。

所有 SPARC 商標都是 SPARC International, Inc. 在美國及其他國家/地區的商標或註冊商標,經授權後使用。

凡具有 SPARC 商標的產品都是採用 Sun Microsystems, Inc. 所開發的架構。

Adobe PostScript 標誌是 Adobe Systems, Incorporated. 的商標。

本服務手冊所涵蓋的產品和包含的資訊受到美國出口控制法規的控制,並可能受到其他國家/地區進出口法規的管轄。

Sun ONE Application Server 版本 7 安装指南说明书

Sun ONE Application Server 版本 7 安装指南说明书

安装指南Sun™ ONE Application Server版本7817-6309-012004 年 2 月版权所有 © 2003 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A.。

保留所有权利。

本软件包含 Sun Microsystems, Inc. 的保密信息和商业机密。

未经 Sun Microsystems, Inc. U.S 事先明确书面许可,禁止使用、泄露或复制本软件。

政府权利—商业软件。

政府用户必须遵守 Sun Microsystems, Inc. 标准许可协议的条款以及 FAR 及其补充内容中的适用条款。

使用本软件必须遵守许可证条款的规定。

本软件可能包括由第三方开发的产品。

Sun、Sun Microsystems、Sun 徽标、Java 和 Sun ONE 徽标是 Sun Microsystems, Inc. 在美国和其它国家/地区的商标或注册商标。

UNIX 是在美国和其它国家/地区的注册商标,由 X/Open Company, Ltd. 独家授权。

本产品受美国出口控制法控制,并遵守其它国家/地区的进出口法律。

严禁将本软件直接或间接用于核武器、导弹、生化武器或核潜艇的研制或使用。

严禁出口或转口到美国禁运的国家/地区或美国禁止出口清单中的实体,包括但不限于被禁止的个人和特别指定的国家/地区清单。

目录关于本指南 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7本指南的读者 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8本指南的组织方式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8使用文档 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9文档约定 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11一般约定 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11有关目录的约定 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12产品支持 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13详细信息 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13第 1 章准备安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15关于 Sun ONE Application Server 安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15安装组件 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 Sun ONE Application Server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16管理客户机 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 Sun ONE Message Queue . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 PointBase . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18应用程序样例 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 Sun ONE Studio. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 Java 2 Software Development Kit (J2SE) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19安装方法 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20图形界面方法 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20命令行界面方法 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20无提示模式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20产品的安装版本 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21评估版 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21开发版(非评估版) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22安装版本汇总 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 223封装模型和目录结构 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 Solaris 9 上的捆绑安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23UNIX 上基于软件包的安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24Microsoft Windows 上的安装及评估版安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24访问文档 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25第 2 章评估版安装. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27安装内容 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28从 Web 站点下载 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29针对 UNIX 进行下载 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29针对 Microsoft Windows 进行下载 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29安装评估产品 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30在无提示模式下安装(非交互式) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33第 3 章开发版安装. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35安装内容 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36从 Web 下载 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37针对 UNIX 进行下载 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37针对 Microsoft Windows 进行下载 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37安装开发版产品 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38在无提示模式下安装(非交互式) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44如何创建配置文件 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45以无提示模式安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46第 4 章完成 Solaris 9 捆绑安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47关于 Solaris 9 安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48创建管理域 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48启动管理服务器 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49创建应用服务器实例 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50第 5 章升级 Sun ONE Application Server 软件 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51准备升级 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51升级组件 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51要求和限制 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52升级程序如何工作 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53备份阶段 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53安装阶段 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54重新配置阶段 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54日志文件 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54升级日志文件 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54审计文件 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54升级 Sun ONE Application Server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 554Sun ONE Application Server 7•安装指南•2004 年 2 月疑难解答 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56重新启动或中断升级 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56错误情况 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56第 6 章卸载 Sun ONE Application Server 软件 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57卸载内容 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57卸载 Sun ONE Application Server 软件 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57第 7 章疑难解答 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59关于日志 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59忘记了用户名或密码 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60忘记了管理服务器的端口号 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60管理界面连接被拒绝 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60服务器无法启动:出现 CGI 错误 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61为文件描述符设置限制(UNIX 系统) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61更改内核参数 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61卸载失败后的清除工作 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62在 UNIX 上 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62在 Microsoft Windows 上 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63对于 Microsoft Windows — SNMP 子代理安装失败 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64对于 Microsoft Windows — 不会出现具有启动消息的命令窗口 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64附录 A许可信息 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65关于许可 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65许可证类型 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66评估许可证 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66开发许可证 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66平台版许可证 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67标准版许可证 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67许可证汇总 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67显示许可证信息 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68转换许可证 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69对于基于软件包的 UNIX 安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69对于非捆绑的基于软件包的 Solaris 安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69对于 Solaris 9 捆绑安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70对于非基于软件包的 UNIX 安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70对于 Microsoft Windows 安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71索引 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73目录56Sun ONE Application Server 7•安装指南•2004 年 2 月关于本指南本安装指南介绍了如何安装 Sun™ Open Net Environment (Sun ONE) Application Server 产品。

天权系列分布式处理服务器用户手册说明书

天权系列分布式处理服务器用户手册说明书

天权系列分布式处理服务器用户手册更新记录目录更新记录 (i)目录 (ii)1 系统架构 (1)2 硬件连接 (2)编码节点连接 (2)2.1.1 输入连接 (2)2.1.2 网络连接 (3)解码节点连接 (3)2.2.1 网络连接 (3)2.2.2 坐席连接 (4)2.2.3 大屏连接 (5)二合一解码节点连接 (6)2.3.1 网络连接 (6)2.3.2 大屏连接 (6)2.3.3 音频连接 (9)3 Web控制 (11)WEB登录 (11)3.1.1 配置主管理节点 (11)3.1.2 登录Web端 (12)配置基础数据 (13)3.2.1 配置区域信息 (13)3.2.2 添加显示墙 (16)3.2.3 配置部门信息 (18)3.2.4 配置角色信息 (19)3.2.5 配置用户信息 (22)管理设备 (26)3.3.1 查找设备 (27)3.3.2 设备点名 (27)3.3.3 编码节点配置 (27)3.3.4 解码节点配置 (31)3.3.5 设备自检 (32)3.3.6 设备重启 (33)管理信号源 (33)3.4.1 添加信号源 (33)3.4.2 修改信号源 (35)3.4.3 查看信号源信息 (37)管理显示墙 (37)3.5.1 添加显示墙 (37)3.5.2 修改显示墙属性信息 (37)配置EDID (39)固件升级 (40)大屏管理 (41)3.8.1 添加信号源分组 (42)3.8.2 添加图层 (43)3.8.3 调整图层 (43)3.8.4 切换图层信号源 (46)3.8.5 配置多头显卡接入 (46)3.8.6 保存场景 (47)3.8.7 调用场景 (47)3.8.8 删除场景 (48)3.8.9 重命名场景 (48)3.8.10 复制场景 (48)3.8.11 覆盖场景 (48)3.8.12 场景轮巡 (49)3.8.13 截取信号源 (51)3.8.14 设置信号源音频 (52)3.8.15 添加OSD (53)3.8.16 其他操作 (55)系统管理 (55)3.9.1 OpenAPI管理 (55)3.9.2 恢复出厂设置 (57)3.9.3 备份管理 (57)3.9.4 查看关于信息 (58)管理日志信息 (58)4 坐席管理 (60)登录坐席 (60)添加坐席矩阵 (62)修改坐席布局 (63)接管信号源 (63)4.4.1 接管信号源 (66)4.4.2 KVM操作 (67)推送信号源 (68)4.5.1 坐席间推送 (68)4.5.2 大屏推送 (69)U盘透传 (70)调整输出音量 (72)修改坐席密码 (72)注销登录 (73)1 系统架构2 硬件连接编码节点连接编码节点主要用于对输入源输入的信号进行编码和传输。

sun网络配置1

sun网络配置1

当我们安装完成一台Solaris 10服务器或者工作站后通常要做的是配置网络接口,这样Solaris 10服务或者工作站才能和网络中的其他计算机进行联机。

一、理解Solaris网络配置文件常常有读者会问Uinx (Solaris 当然也在其中)中有没有一个标准的配置文件格式?一句话,没有。

不熟悉Unix 的用户一定会感到沮丧,因为每个配置文件看起来都象是一个要迎接的新挑战。

所以在Solaris 中,每个程序员都可以自由选择他或她喜欢的配置文件格式。

Solaris系统中大多数配置文件都在/etc 目录中。

配置文件可以大致分为下面几类:访问文件、引导和登录/注销、系统管理、网络配置、系统命令等。

本文将要介绍的是网络配置文件,主要包括:1. /etc/hostname.interface该文件是物理网卡的配置文件,这个文件包括一个主机名称或者主机的IP地址。

有le、hme等后缀等。

le是十兆网卡,hme为百兆网卡等等。

后面跟一个数字,第一个十兆网卡为le0,第二个为le1;第二个百兆网卡为hme0,第二个为hme1等。

Solaris 安装程序要求您在安装过程中至少配置一个接口。

自动配置的第一个接口将成为主网络接口。

安装程序为主网络接口和在安装时选择配置的任何其他接口创建/etc/hostname.interface 文件。

如果在安装过程中配置了其他接口,请验证每个接口是否有对应的/etc/hostname.interface 文件。

在Solaris 安装过程中,无需配置多个接口。

但是,如果稍后要将更多接口添加到系统中,则必须手动配置它们。

说明:如一台SUN工作站连接了Internet网和内部网,则可对应创建两个文件分为hostname.le0和hostname.le0:2。

2. /etc/nodename在Solaris 安装过程中指定系统的主机名时,该主机名将输入到/etc/nodename 文件中。

Sun ONE Meta-Directory 版本 5.1 配置和管理指南说明书

Sun ONE Meta-Directory 版本 5.1 配置和管理指南说明书

Configuration and AdministrationGuideSun™ ONE Meta-DirectoryVersion 5.1January 2003Copyright © 2003 Sun Microsystems, Inc. All rights reserved.Sun, Sun Microsystems, the Sun logo, Sun ONE, Solaris, Java and Sun ONE Meta-Directory are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.Federal Acquisitions: Commercial Software -- Government Users Subject to Standard License Terms and Conditions. The product described in this document is distributed under licenses restricting its use, copying, distribution, and decompilation. No part of the product or this document may be reproduced in any form by any means without prior written authorization of the Sun Microsystems, Inc. and its licensers, if any.THIS DOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID.Copyright © 2003 Sun Microsystems, Inc. Tous droits réservés.Sun, Sun Microsystems, le Sun logo, Sun ONE, Solaris, Java et Sun ONE Meta-Directory sont des marques de fabrique ou des marques déposées de SunMicrosystems, Inc. aux Etats-Unis et dans d'autres pays.Le produit dé crit dans ce document est distribué selon des conditions de licence qui en restreignent l'utilisation, la copie, la distribution et la décompilation. Aucune partie de ce produit ni de ce document ne peut être reproduite sous quelque forme ou par quelque moyen que ce soit sans l'autorisation écrite préalable de Sun Microsystems, Inc., le cas échéant, de ses bailleurs de licence.CETTE DOCUMENTATION EST FOURNIE "EN L'ÉTAT", ET TOUTES CONDITIONS EXPRESSES OU IMPLICITES, TOUTES REPRÉSENTATIONS ET TOUTES GARANTIES, Y COMPRIS TOUTE GARANTIE IMPLICITE D'APTITUDE À LA VENTE, OU À UN BUT PARTICULIER OU DE NON CONTREFAÇON SONT EXCLUES, EXCEPTÉ DANS LA MESURE OÙ DE TELLES EXCLUSIONS SERAIENT CONTRAIRES À LA LOI.Contents About This Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 What You are Expected to Know . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 The Sun ONE Meta-Directory Documentation Set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .17 Organization of This Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 Documentation Conventions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 Typographic Conventions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21Terminology . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 Where to Find Additional Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 Part 1 Getting Started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 Chapter 1 Meta-Directory Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 What is Meta-Directory? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 Meta-Directory Components . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 Connectors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 Direct Connectors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28Indirect Connectors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 Join Engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 Join Process . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 Meta-Directory Views . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 Meta View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30Connector Views . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 How Meta-Directory Works . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 Chapter 2 Quick Start . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 Chapter 3 Meta-Directory Principles at Work . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 The LDIF Data File . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 The CSV Data File . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 The Oracle Database . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 Background Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 Configuration of Connectors and Join Process Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 Flowing LDIF Data to the Connector View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43Flowing LDAP Data to the Meta View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 Constructing an Attribute . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44Mapping Attribute Flow Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44Creating the Entry’s Distinguished Name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .45 Mapping CSV Data to LDAP Using the UTP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 Mapping CSV Data to LDAP Attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47Mapping LDAP Attributes to the Connector View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 Flowing LDAP-configured CSV Data to the Meta View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 Mapping LDAP-configured CSV Data to the Meta View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49Flowing Oracle Data to the Meta View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 Configuring the Oracle Database as a Recognizable Data Server . . . . . . . . . . . . . . . . . . . . . . . . . 50Constructing an Attribute for the Oracle Database . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51Creating Attribute Flow Rules for the Oracle Database . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51Creating DN Mapping Rules for the Oracle Database . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 Integration of the Data With Join Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 Applying Rules to the Participating View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 Chapter 4 The Console Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 Sun ONE Console application . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58 To Access A Console page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58 iPlanet Console application . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 Console Pages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 iPlanet Administration Server Console page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60Sun ONE Administration Server Console page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61iPlanet Directory Server Console page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62Sun ONE Meta-Directory Console page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 Menus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 Console . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64Edit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65Object . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66Tools . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67Help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67 Part 2 The Join Engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 Chapter 5 Configuring The Join Engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71 What is the Join Engine? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 Creating the Join Engine Instance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 To Create a Join Engine Instance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73To Remove a Join Engine Instance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75 What is the Join Process? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75 Join Process Rules and Rule Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75 Rule Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75Join Process Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 Optional Token Assignments (Format Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76Selection Criteria (Requirements Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .77To Compose Entry Conditions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78To Compose Attribute Conditions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79To Compose Language Tagged Attribute Conditions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80Combining Conditions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82 Distinguished Name Construction/Join Filter/Attribute Construction(Substitution Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83 Configuring the Join Process . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83 Join Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84 Working With Join Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84 To Create New Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 To Edit Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86 To Delete Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 To Create A New Rule Set Name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 To Assign Members to a Rule Set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 To Delete Members from a Rule Set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 To Delete a Rule Set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88 To Test a Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88 Constructed Attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89 Working With Constructed Attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90 To Name a New Constructed Attribute . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .90 To Create a Rule for a New Constructed Attribute . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91 To Edit a Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92 To Delete a Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 To Delete an Attribute . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 Attribute Flow Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 Working With Attribute Flow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 To Add a New Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94 To Add Attribute Mappings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96 To Edit a Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97 To Delete a Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98 To Create a New Rule Set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98 To Assign a Rule to the New Rule Set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98 To Delete a Rule From a Rule Set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99 To Delete a Rule Set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99 Attribute Flow Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99 Language Subtype Tagged Attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 Filters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102 Working With Filters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 To Create a New Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 To Add a Subtree Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 To Add an Entry Filter to the Subtree . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 To Remove a Subtree Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 To Remove an Entry Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 To Delete a Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 Distinguished Name Mapping Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 Working With DN Mapping Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .106To Add a New Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107 To Edit a Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108 To Delete a Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109 To Create a New Rule Set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109 To Assign a Rule to a Rule Set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109 To Edit a Rule Set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109 To Delete a Rule Set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110 Data Servers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110 Enabling UTF8 Character Flow Support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 111 Enabling UTF8 in the Oracle database Connector . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114 Enabling UTF8 in Indirect Connectors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .114 Enabling UTF8 for Direct Connectors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .116 Operational Configuration for the Join Engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 116 Chapter 6 Views in Meta-Directory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119 Connector Views . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119 To Add a Connector View Instance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 120 To Remove a Connector View Instance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 122 Providing a Connector View Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123 Meta View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123 Providing a Meta View Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123 To Provide Descriptive Information for a Meta View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 124 Creating New Data in the Meta View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 124 To Create an Entry in the Meta View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125 To Create a Group in the Meta View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125 To Create an Organization in the Meta View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 126 To Modify an Entry in the Meta View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .127 Participating Views . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127 To Add a Participating View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 To Remove a Participating View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 Configuring a Participating View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 To Configure a Participating View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 Enabling a Participating View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137 To Enable a Participating View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137 Checking Entry Links . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138 Refreshing the Views . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139 Refreshing Meta Views . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139 To Refresh the Meta View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139 Refreshing the External Data or Connector View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140 To Refresh External Data or the Connector View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140Part 3 Meta-Directory Connectors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143 Chapter7 Connectors and Connector Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145 Direct Connectors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146 Indirect Connectors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146 The Universal Connector and Universal Text Parser . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146The Windows NT Domain Connector . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146Active Directory Connector . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147Exchange Connector . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147Novell Directory Connector . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147Lotus Notes Connector . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147 Indirect Connector Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147 Attribute Flow Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148Default Attribute Value Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148Filter Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148 Attribute Flow Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148 Granularity and Ownership . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149To Configure an Attribute Flow Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149To Change a Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 Default Attribute Value Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 153 To Configure Default Attribute Values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 153 Filter Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 154 To Add a New Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155To Remove an RDN for an Entry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157To Remove a Subtree DN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157To Delete a Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157 Chapter8 Configuring The Universal Connector . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159 Function of the Universal Connector . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160 Creating a Universal Connector Instance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161 To remove a connector instance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164 Configuring a Universal Connector Instance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164 To specify how updates are handled . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165To configure the schedule from and to connector views . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166To configure attributes for log files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 168To add external attributes for connectors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 171To include scripts for the Universal Text Connector . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173 Restarting a Connector Instance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 174 Implementing the Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 174 Starting the Join Engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 174 To start the join engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 174。

Sun StorEdge T3+ Array 安装和配置指南说明书

Sun StorEdge T3+ Array 安装和配置指南说明书
Connect the arrays to each other and to the hosts as shown in the diagram. Sun StorEdge T3+ arrays
Interconnect cables
FC-AL connection
Ethernet connection
Sun StorEdge T3 and T3+ Array
Provides safety and compliance
Regulatory and Safety Compliance information for the array.
Prepare the host system.
Install the host bus adapter(s) (HBA) and required patches on the host system. s For instructions on installing the HBA, refer to the HBA documentation.
Description
Provides basic site requirements for installing the array.
Sun StorEdge T3+ Array Installation and Configuration Manual
Provides information on product installation as well as supported configurations, including hardware and software requirements.
Make sure the installation site is ready.

文档2、安装配置SUN Enterprise M4000主机

文档2、安装配置SUN Enterprise M4000主机

青州码头小型机项目实施方案(Solaris 10 U7 + Oracle 10g + ZFS + Sun Cluster 3.2 U2)文档二、安装配置SUN Enterprise M4000主机一、配置M4000主机控制卡(管理控制台)1. 使用服务器附带的串行电缆将管理控制台连接到串行端口。

2. 打开超级终端,使用以下设置:■波特率:9600 bps■数据长度:8 位■奇偶校验:无■停止位:1 位■流量控制:无3. 将操作面板上的钥匙设置到“维修”位置。

类似扳手的图标指示的是“维修”位置,类似锁的图标指示的是“锁定”位置。

4. 打开输入电源。

5. 出现login 提示时,输入登录名的默认值:default6. 将操作面板上的钥匙设置到“锁定”位置。

7. 按回车键。

先等待五秒钟,将操作面板上的钥匙设置到“维修”位置,然后按回车键。

管理控制台上显示了XSCF Shell 提示符。

XSCF>两台主机均需要配置二、初始化主机控制卡设置1、创建管理用户fqctXSCF>useradd fqctXSCF>password fqctXSCF> setprivileges fqct platadm useradm auditadm fieldeng mode2、配置控制台IP地址XSCF>setupplatform -p networkDo you want to set up networking? [y|n]: yDo you want to set up the XSCF network interfaces? [y|n]: yDo you want to configure xscf#0-lan#0? [y|n]: yxscf#0-lan#0 ip address? []: 192.168.11.123(主机二为192.168.11.133)xscf#0-lan#0 netmask? [255.255.255.0]:xscf#0-lan#0 default gateway? []: 192.168.11.200Are these settings correct? [y|n]: yDo you want to configure xscf#0-lan#1? [y|n]: nDo you want to configure lan#0? [y|n]: nDo you want to configure lan#1? [y|n]: nDo you want to set up the DSCP network? [y|n]: nPrimary DNS server ip address: 218.85.157.99Secondary DNS server ip address:Tertiary DNS server ip address:Domain name: XSCF#0 hostname: qzoradb2Do you want to set up the domain name service? [y|n]: nDo you want to set up the network time protocol? [y|n]: nDo you want to set up ssh? [y|n]: nDo you want to set up https? [y|n]: nDo you want to configure email reports? [y|n]: n三、设置光盘引导准备安装操作系统1、关闭主机电源(若主机是开着的)XSCF>poweroff –f –d 0-f参数代表强行关闭2、设置主机启动进OK模式XSCF>setdomainmode -y -d 0 -m autoboot=off开始安装操作系统后使用以下命令改回正常模式XSCF>setdomainmode -y -d 0 -m autoboot=on3、打开主机电源XSCF>poweron –d 04、放入Solaris 10系统安装光盘,在OK提示符下使用boot cdrom命令开始光盘引导安装系统。

Sun小型机网络配置

Sun小型机网络配置

Sun主机网络配置一、网卡启动初始状态ifconfig –a命令是看不到,因为ifconfig –a命令只有当网卡启动后才能看到,我们可以在/etc/path_to_inst文件里看到网卡名及类型。

1、查看/etc/path_to_inst文件。

以sun T2000小型机举例:"/pci@780/pci@0/pci@1/network@0" 0 "e1000g""/pci@780/pci@0/pci@1/network@0,1" 1 "e1000g""/pci@7c0/pci@0/pci@2/network@0" 2 "e1000g""/pci@7c0/pci@0/pci@2/network@0,1" 3 "e1000g"可以看出有四个网卡:e1000g0、e10001、e1000g2、e1000g32、网卡启动用命令ifconfig interface plumb启动网卡ifconfig e1000g0 plumb二、网卡IP配置及网卡绑定有时为了冗余性考虑,需要把两个网卡绑定成一个IP地址,虚拟IP在主网卡上,当主网卡发生故障时虚拟IP会切换到备网卡上,这样可以很好地保证网络安全。

如需要把e1000g0、e1000g2两个网卡绑成虚拟IP10.0.0.211,其中e1000g0为主网卡,e1000g2为备网卡。

1、配置e1000g0的虚拟IP(e1000g0为wapgw01组的第一个网卡)ifconfig e1000g0 10.0.0.212 group wapgw01 netmask 255.255.255.192 broadcast10.0.0.255 up2、配置e1000g0物理IPifconfig e1000g0 addif 10.16.60.23 deprecated -failover netmask 255.255.255.0 broadcast10.16.60.255 up3、配置e1000g2物理IPifconfig e1000g2 plumb 10.16.60.24 group wapgw01 netmask 255.255.255.0 broadcast10.16.60.255 deprecated -failover standby up4、用ifconfig –a命令查看网卡信息可以看到e1000g0、e1000g0:1、e1000g2对应的地址分别是10.0.0.212、10.16.60.23、10.16.60.24,说明网卡绑定成功。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

SUN DOMAIN+ZONE 傻瓜配置手册SUN虚拟化技术分为硬分区与软分区。

硬分区是基于中高端服务(E4900、M4000以上)上对物理硬件进行分割的一种技术,分割出来的域称之为Domain。

这种技术能够把主机从底层硬件进行分割。

各个域之间可以完全独立。

只是大家共用电源模块。

但是Domain技术的划分技术过多的依赖于其服务器型号和I/O模块,所以具体能够划分的Domain数量需要查看红皮书。

软分区技术Zone是Solaris10 附带的container中的组件之一。

他的原理类似于我们个人X86机器的VMware。

Zones分区技术用于虚拟化操作系统服务,提供安全的隔离环境以便运行应用程序。

zone就是在Solaris 操作系统的某个实例中创建的一个虚拟的操作系统环境。

创建zone时,便创建了一个应用程序执行环境,其中的进程与系统的其余部分相隔离。

这种隔离阻止了在一个区域中运行的进程监视或影响在其他区域中运行的进程。

即使运行的进程具有超级用户凭证,也不能查看或影响其他区域中的活动。

下面我们用南基MIS测试环境集成过程中的log进行配置讲解。

主机:SUN M5000配置:2个CMU模块(8 CPU 64GB内存)DOMAIN划分:命令说明:1、setupfru -x N sb 0 决定0这个SB板怎么划分,N取值为1或4 (即代表Uni或Quad划分方式)从下面的输出可以看出SB都是做Uni的划分。

机器出厂设置一般都是Uni的方式,如果这就是你需要的,你自然可以跳过此步。

事实上你做SB板的重新划分是有前提的:它没有被正在使用中。

2. setdcl –d 0 –a 0=00-0 从逻辑上注册SB板到某个Domain 如果上面步骤中,你的SB板是Uni的划分方式,00-0在物理上对应的就是整个00 SB板;如果上面步骤中,你的SB板是做Quad的划分,00-0在物理上对应的就只是1/4个00 SB板,00 SB板还包含00-1,00-2,00-3,如果这些Quad模式的SB板你都想使用上,你得分别注册这些SB板子。

此外需要注意的是同一个SB板可以在多个Domain进行注册,而且可以对应完全不同的LSB号码。

3. addboard -c assign -d 1 01-0 物理上添加某个SB板子到某个Domain,当然前提条件是它没有已经被划分到某个Domain中。

deleteboard -c unassign 01-0 如果某个SB板子已经被划分到某个Domain中,你想再次重新分配它,当然你得先把它解放出来。

操作LOGXSCF> showfru -a sb #查看系统板卡情况Device Location XSBMode MemoryMirror Modesb 00 Uni nosb 01 Uni noXSCF> setdcl –d 1 –a 0=00-0 #注册00-0板到domain 1XSCF> showdcl –a #查看domain运行状态,注意domain 0这里在运行DID LSB XSB Status00 Running00 00-001 01-0XSCF> showdcl -v –aDID LSB XSB Status No-Mem No-IO Float Cfg-policy00 Running FRU00 00-0 False False False01 01-0 False False False02 -03 -04 -05 -06 -07 -08 -09 -10 -11 -12 -13 -14 -15 -XSCF> showdomainstatus –aDID Domain Status00 Running01 -02 -03 -XSCF> deleteboard -c unassign 01-0 #在domain 0中删除01-0准备分配给domain 1XSB#01-0 will be unassigned from domain immediately. Continue?[y|n] :yStart unconfiguring XSB from domain. #这里因为domain0没有关闭无法操作DR failed. Domain (DomainID 0) cannot communicate via DSCP path.XSCF> showdomainmode -d 0Host-ID :85e69e84Diagnostic Level :maxSecure Mode :onAutoboot :offCPU Mode :autoXSCF> poweroff -d 0 #关闭domain0DomainIDs to power off:00Continue? [y|n] :y00 :Powering off*Note* #domain0在运行无法关闭报错This command only issues the instruction to power-off.The result of the instruction can be checked by the "showlogs power".XSCF> console -d 0 #从管理端XSCF切入到domain0系统中Console contents may be logged.Connect to DomainID 0?[y|n] :y{13} ok #PORM(ok)状态,相当于PC机器的BIOS系统{13} ok power-off #关闭系统断电POST Sequence 01 CPU CheckPOST Sequence 02 Banner…XSCF> deleteboard -c unassign 01-0 #在domain0中删除01-0板卡,成功XSB#01-0 will be unassigned from domain immediately. Continue?[y|n] :y XSCF> showboards –va #这里01-0板卡已经释放,状态是Available XSB R DID(LSB) Assignment Pwr Conn Conf Test Fault COD---- - -------- ----------- ---- ---- ---- ------- -------- ----00-0 * 00(00) Assigned n n n Passed Normal n01-0 SP Available n n n Passed Normal n XSCF> addboard -c assign -d 1 01-0 #添加01-0板卡到domain 1中XSB#01-0 will be assigned to DomainID 1. Continue?[y|n] :yXSCF> showboards –va #这里01-0板卡状态已经分配给domain 1 XSB R DID(LSB) Assignment Pwr Conn Conf Test Fault COD---- - -------- ----------- ---- ---- ---- ------- -------- ----00-0 * 00(00) Assigned n n n Passed Normal n01-0 * 01(00) Assigned n n n Passed Normal n XSCF> poweron -d 0 #启动domain 0DomainIDs to power on:00Continue? [y|n] :y00 :Powering on*Note*This command only issues the instruction to power-on.The result of the instruction can be checked by the "showlogs power".XSCF> showdcl –va #查看domain状态显示在初始化DID LSB XSB Status No-Mem No-IO Float Cfg-policy00 Initialization Phase FRU00 00-0 False False False01 01-0 False False False02 -03 -04 -05 -06 -07 -08 -09 -10 -11 -12 -13 -14 -15 ----------------------------------------------------------------01 Initialization Phase FRU00 01-0 False False False01 -02 -03 -04 -05 -06 -07 -08 -09 -10 -11 -12 -13 -14 -到这里domain划分就完成了。

ZONE软分区LOG#mkdir /zone1 #创建zone目录# chmod 700 /zone1 #修改权限必须要做# zonecfg –z zone1zonecfg: zone1> createzonecfg: zone1> set zonepath=/zone1 #设置zone目录zonecfg: zone1> set autoboot=true #设置开机自动启动zonecfg: zone1> set limitpriv="default,sys_time"#修改缺省权限集,将系统时钟设置为缺省权限集的功能zonecfg: zone1> add fs #以下为添加文件系统zonecfg: zone1:fs> set dir=/zonefszonecfg: zone1:fs> set special=/dev/md/dsk/d0m0t0s2 #外部存储zonecfg: zone1:fs> set raw=/dev/md/rdsk/d0m0t0s2 #裸设备zonecfg: zone1:fs> set type=ufs #solaris默认系统模式ufszonecfg: zone1:fs> add options [nodevices,logging]zonecfg: zone1:fs> endzonecfg: zone1> add net #添加网卡zonecfg: zone1:net> set address=192.168.163.248zonecfg: zone1:net> set physical=eg0001zonecfg: zone1:net> endzonecfg: zone1> add dedicated-cpu #设定专用cpuzonecfg: zone1:dedicated-cpu> set ncpus=2 #专用cpu数量zonecfg: zone1:dedicated-cpu> endonecfg: zone1> verifyzonecfg: zone1> commitzonecfg: zone1> exit# zoneadm -z zone1 install #安装zone1# zlogin -C zone1 #登陆zone1在实际安装过程中可能会遇到各类的报错,请大家仔细看清报错内容一般就能够分析出问题。

相关文档
最新文档