您好,欢迎来到华佗小知识。
搜索
您的当前位置:首页OSS知识总结

OSS知识总结

来源:华佗小知识
第一部分:OSS-RC 基础知识

一、OSS-RC系统:

OSS-RC管理着GSM、WCDMA和LTE中接入网和核心网的各个网元,OSS-RC

集中支撑2G和3G网络中各网络节点运行和维护;

二、OSS-RC 体系结构:

现在底层的操作系统从Solaris 向Linux 过度中 FM:告警

PM: Performance Management

三、server & software (逻辑结构)

COMInf: the common Operation and Maintenance Infrastucture; COMInf is the product solution for O&M network;

DNS, DHCP and LDAP DS services for the network are deployed on O&M Infrastructure servers.

OMSAS: O&M Security Administrator Server;

The CAAS Admin component together with the master instance of the CAAS Authorization DB which stores authorization data and an LDAP Directory Service containing SLS users are deployed on OMSAS.

PKS: Public Key support Server. 用户访问UAS时,产生加密过程用到的Key; PKS can be deployed only on Non-Blade systems. The PKS is a tool for providing Certificate Authority functionality. It is used to generate certificates and key pairs in order to build and maintain a chain of trust

among the entities within a system of secured Cello based NEs.

DNS: DNS is used by all nodes in COMInf,WRAN,LRAN to map domain names to IP address.

DHCP: the DHCP enables host systerms in an IP network to be configured automatically for the network as they boot. The DHCP service provides IP address and other network configuration information for devices attached to the site LANs of Cello based nodes.

SLS: The SLS provides user authentication to applet-based services, such as EMAS,in the O&M network. The SLS is also used for NE Identity Management.

Citrix: the Citrix license service on the O&M Services machines provides licenses for Citrix XenApp in the UNIX environment,this is an mandatory service.

CAAS: the CAAS Servlets handles authentication and requests for users logging on to a CPP based NE.

ENIQ: Ericsson Network IQ.爱立信推出的Network IQ一站式网络管理解决方案,其中IQ是信息查询(Information Query)的意思. UAS: 主服务器的client,以桌面形式打开OSS上的应用。

MWS: Management Workstation System;MWS通过ILO口进行控制,首先必须配置好ILO license;

NESS:存储不同网络类型的license,升级软件、备份(CV)、一个NESS可带多个NEDSS分担;

NEDSS:NESS不足以对网络备份进行管理,出现系统分层式的管理方式:NESS + NEDSS;

SMRS:替代原有的NESS server;

......(补充)

四、1.C7000 & EMC 连接关系(connect relationship)

SFS(NAS): Symantec FileStore; SFS is a software Network Attached Storage (NAS) solution, which shares out files over Network File System (NFS) to the OSS-RC, ENIQ Statistics and ENIQ Events servers.管理外接存储, SFS is not a requirement for standalone ENIQ Statistics; 有些服务器需要比较大的内存,并且不需要与别的server 共享数据,会和EMC直连;

有些服务器上的数据要和别的服务器共享,它们会和NAS直连;

服务器要在EMC上划分内存,先要让EMC看到服务器的端口号(port ID和 node ID共同决定端口号),部分server在reset之后,EMC就可以看到端口号,有些服务器比如Admin,需要先在Admin上装一个BMR(最精简的Solaris操作系统),EMC才可以看到端口号。

2.OSS与EMC物理连接 physical connect

Admin1 和 Admin2 到EMC的物理链路通过光纤连接,每一条链路用HBA UID表示。HBA由WWNN和WWPN组成,WWNN指的是node ID, WWPN指的是port ID。正常情况下,以NAS1为主用;OSS上有两块root盘,用来存放OSS自己的操作系统。

3.物理存储

DAE是由很多硬盘拼接在一起组成的,不用一块内存很大的盘,节省

成本。

EMC配置磁盘阵列。

五、RAID Group 、LUN、Storage Group关系

每个特定的RAID Group有特定的功能,并且给其分配编号;

一个LUN分给特定的Storage Group,不能跨Storage Group分配;

Target ID 是设备进入系统后的代号,LUN ID是对Target ID进行了补充,不代表任何实体属性;

OSS、NAS、ENIQ等通过Fiber连接到Storage Group; 即使只有一块盘,也要做RAID Group;

RAID Group:简单来说,RAID Group就是将多个硬盘组合起来的一个集合,以实现更大容量、更快读写速度、更高冗余度等目的。常见的RAID Group类型有RAID 0、RAID 1、RAID 1/0、RAID 3、RAID 5、RAID 6。 LUN:logical unit number 逻辑单元号,LUN是位于RAID Group之上的逻辑结构。LUN可以被添加进主机中,并被主机视作物理硬盘使用。如图所示,是一个由四块硬盘组成的RAID 5 Group,其上创建了三个LUN,LUN 1、 LUN 2、 LUN3:

Storage Group:为了实现LUN Masking (LUN的安全屏蔽机制,即

1. 仅将LUN分配给特定的主机;

2. 阻止主机看到存储中所有的LUN),需要有一个容器来”存放”LUN与主机的关系,这个容器就是Storage Group。先创建一个Storage Group,再连接进主机(Connect Hosts),然后将LUN添加进这个Storage Group,主机就可以看到添加进去的LUN。

Storage Pool:Pool的概念是为了实现存储虚拟化(Storage Virtualization)而诞生的。对CLARiiON来说,就是其引入的Virtual Provisioning (虚拟资源分配)功能。该功能可以让用户在Pool中创建Thin或者Thick LUN来分配存储资源。Thin和Thick LUN都能够以较简便地方式进行创建、扩容和压缩操作。Thin LUN允许分配比存储上实际物理占用空间更多的可用空间给主机(高存储效率),而Think LUN在创建时会预留占用被分配的全部空间(高且可预测的性能)。

RAID技术补充:

RAID是一种把多块的硬盘(物理硬盘)按不同的方式组合起来形成一个硬盘组(逻辑硬盘),从而提供比单个硬盘更高的存储性能和提供数据备份技术。组成磁盘阵列的不同方式成为RAID级别(RAID Levels)。数据备份的功能是在用户数据一旦发生损坏后,利用备份信息可以使损坏数据得以恢复,从而保障了用户数据的安全性。在用户看起来,组成的磁盘组就像是一个硬盘,用户可以对它进行分区,格式化等等。总之,对磁盘阵列的操作与单个硬盘一模一样。不同的是,磁盘阵列的存储速度要比单个硬盘高很多,而且可以提供自动数据备份。

RAID技术分为几种不同的等级,分别可以提供不同的速度,安全性和性价比。根据实际情况选择适当的RAID级别可以满足用户对存储系统可用性、性能和容量的要求。常用的RAID级别有以下几种:NRAID,JBOD,RAID0,RAID1,RAID0+1,RAID3,RAID5等。目前经常使用的是RAID5和RAID(0+1)。

RAID 0 并不是真正的RAID结构,没有数据冗余。RAID 0 连续地分割数据并并行地读/写于多个磁盘上. 因此具有很高的数据传输率, 但RAID 0在提高性能的同时,并没有提供数据可靠性,如果一个磁盘失效,将影响整个数据。因此RAID 0 不可应用于需要数据高可用性的关键应用。

RAID 1磁盘阵列级,是一种镜像磁盘阵列,其原理就是将一块硬盘的数据以相同位置指向另一块硬盘的位置。RAID 1又称为Mirror或Mirroring,它的宗旨是最大限度的保证用户数据的可用性和可修复性。 RAID 1的操作方式是把用户写入硬盘的数据百分之百地自动复制到另外一个硬盘上。由于对存储的数据进行百分之百的备份,在所有RAID级别中,RAID 1提供最高的数据安全保障,当读取数据时,系统先从源盘读取数据,如果读取数据成功,则系统不去管备份盘上的数据;如果读取源盘数据失败,则系统自动转而读取备份盘上的数据,不会造成用户工作任务的中断。

RAID 0+1是RAID 0和RAID 1的组合形式,也称为RAID 01。以四个磁盘组成的RAID 1+0为例,既提供了RAID1一样的数据安全保障,又提供与RAID0相似的存储性能。

六、HA-CS

HA-CS: the OSS-RC High Ability Cluster Solution

Schematic view of a basic OSS-RC HA Cluster Solution system

Root用到的磁盘是在服务器内部存储。

A basic HA-CS system is implemented as a two-node cluster (Master and Mate) with a common disk system. The total OSS-RC workload is shared between the two cluster nodes by running the OSS-RC applications on one node and the Sybase database on the other node.

HA-CS comprises two Solaris systems connected to shared disk storage and a private network used by the VCS software as heartbeat signalling. The cluster software monitors and controls applications running in the two nodes. It restarts applications in response to a variety of hardware or software faults.

This

section describes how to configure LDAP replication. The

supported replication type is Multi-Master replication. Each replica maintains a read/write copy of the LDAP database. Changes made to one side are replicated to the other.

In this scenario Multi-Master LDAP replication is configured between Primary O&M Infra/O&M Services, Secondary O&M Infra/O&M Services and OMSAS. All servers hold a master copy of the LDAP database but only Primary and Secondary O&M Infra/O&M Services are available to LDAP name service clients. The clients contact the nearest Infra server first based on network address. OMSAS is used only for user administration. LDAP clients are not configured to use OMSAS for LDAP name service.

第二部分 OSS-RC安装

一、OSS-RC 安装的流程图:

在实际安装过程中,根据不同的服务需求以及安装的server个数不同,与流程图有些差异。

二、1.安装server的三种方法:

1). DVD/CD

2). Virtual Media 3). JumpStart

Jump Start 是一种网络安全协议,用于通过网络方式安装各种版本的Solaris,要实现JumpStart 安装,服务器端必须提供四种服务:Boot services, Identification services, Configuration services, Install services.这四种服务可以由一个服务器全部提供,也可以分别在多台服务器上提供。提供Boot services的服务器和安装Solaris操作系统的客户端必须在同一个网段。 Boot Servces为客户端提供启动服务,能够提供客户端的IP地址,hostname等启动参数。 Identification Services响应client发出的identification查询请求,这些identification信息包括:网络信息,安全策略,nameserver, timezone,terminal type,时间去的方式,还有root密码等。 Configuration Services提供的信息包括:安装类型(初始安装还是升级安装),系统类型(standalone,server),硬盘分区,文件系统,软件安装类型(Core, End Use, Developer, Entire Distribution, Entire Distribution plus OEM)以及不同的客户端配置脚本等。 Installation Services提供安装操作系统所需的程序包。

JumpStart安装过程:

a.用命令行添加一个DHCP Client

# /ericsson/jumpstart/bin/manage_dhcp_clients.bsh -a add

在添加DHCP Client之前,先list 一下,看看server 的IP 是否在MWS所包含的VLAN中。

List 命令:/ericsson/jumpstart/bin/manage_dhcp.bsh -a list -s network 如果MWS 不包含server 的IP 所在的VLAN,通过下面一行命令将这个VLAN 加进去:

/ericsson/jumpstart/bin/manage_dhcp.bsh -a add -s network b.配置DHCP Client c.重启server.

2.每个server上需要安装的:admin、COMInf、OMSAS、UAS都需要装的东西:

3.OSS 获取空间的两种方式:

a.通过NAS share 出来的磁盘;

过程:1)以master user 登陆SFS management console; 2) 查看 disk list ——>storage disk detail 3) 创建storage pool

b.OSS不经过NAS,直接去EMC上去取空间;

三、安装配置服务器的顺序

注:本次培训初始安装的OSS-RC的13B版本,然后升级为14A 1.Installing and Configuring Management Workstation Server 2.EMC Clariion Configuration for OSS 3.Installing OMSAS

4.Installing Primary O&M Infra/O&M Services Server 5.Installing Secondary O&M Infra/O&M Services Server

6.Configuring Primary and Secondary O&M Infra/O&M Services Server

7.Installing and Configuring Security Services 8.Installing and Configuring Symantec FileStore 9.Installing OSS-RC Admin Server 10.Configuring Bi-SMRS 11.Installing UAS 12.Configuring ENIQ-S

四、安装过程

注:包括简单的安装步骤,以及部分需要注意的部分,根据自己笔记整理,可能有一些错误,随着深入理解继续改正并补充。 1. Installing Management Workstation Server 具体过程参考文档:OSS-RC Initial Installation for Enhanced Deployment on HP HW section 3. MWS是HP服务器,通过ILO口进行控制。 (1) 在MWS上安装Solaris 10; (2) 配置MWS BIOS; (3) 重启MWS;

(4) 初始登陆Solaris安装配置信息:Solaris安装完成后,允许ssh root登陆,重启ssh;

(5) Solaris安装完成后,安装HP NetXen 网卡驱动,驱动装好以后,重启MWS,配置VLAN 和IP地址, 安装Media Packages, 给Soloris 打最新的补丁。 (6) 在MWS上安装OSS-MT(Monitoring Tool);

(7) 配置MWS:启用NFS 和FTP, DHCP配置管理,添加Solaris Jumpstart Areas, 添加NFS Media.

注:在DHCP table 中添加一个network命令:

# /ericsson/jumpstart/bin/manage_dhcp.bsh –a add –s network

在DHCP table 中添加一个 HW class命令:

# /ericsson/jumpstart/bin/manage_dhcp.bsh –a add –s class 如果MWS 上面没有某个需要的media,将media传到MWS上的方法: 1).用degist命令计算media是否完整;

2).把media 做成块设备:lofiadm -a /var/tmp/*********.iso , Solaris对资源管理都是对块设备进行操作,-a 增加一个文件,-d 删除一个文件,文件前面要添加绝对路径;

3).将mediag挂在到某个文件夹下:mount -F hsfs /dev/lofi/1 /cdrom/cdrom1,这是临时性存放;

4).ls media中的文件,执行media中的需要执行的脚本。

3.Installing OMSAS

参考安装文档section 7 :Installing OMSAS

(1)将OMSAS添加为一个DHCP JumpStart client; (2)用JumpStart方式安装OMSAS

4.Installing Primary O&M Infra/O&M Services Server (1)将COMInf1添加为一个DHCP JumpStart client;

(2)用JumpStart方式安装COMInf1; (3)配置DHCP;

5.Installing Secondary O&M Infra/O&M Services Server (1)将COMInf2添加为一个DHCP JumpStart client; (2)用JumpStart方式安装COMInf2; (3)配置DHCP;

(4)配置COMInf2 security.

6.Configuring Primary and Secondary O&M Infra/O&M Services Server 7.Installing and Configuring Security Services 8.Installing and Configuring Symantec FileStore

参考文档 SFS 5.7 Installation /Upgrade Instruction (1)安装SUSE操作系统;

(2)安装NAS1软件; NAS 配置界面

注:Virtual IP Address Range start /Console virtual IP address: 注意virtual IP 的分配

Console virtual IP 定错以后,用mondify功能进行修改 每个server上面都有时钟信号,与其他server之间进行同步,时钟信号一般都从COMInf上去取;

Node ID 和 port ID :node ID获取方式

The installation of OSS-RC Master Server can be automated with the help of the preinirate_ file. This file is used to automatically answer all inirator questions without operator intervention.If the pre_ini parameter is defined in bootargs, the installation will continue automatically with answers to the inirator questions being read from the preinirate_ file at the IP address and location specified.If the pre_ini parameter is not defined, the following question will be asked to allow the operator provide a preinirate_ file location. 9.Installing OSS-RC Admin Server

Admin1 和Admin2安装后组成一个cluster.

在安装admin1之前,storage parameter ,在admin1中装BMR(以最精简方式装solaris系统),(admin在完整安装时需要EMC上的存储,这样没有完整安装admin1,但是EMC知道admin1的存在)这样可以EMC上可以看到链路的HBA ID(光纤口)号,在EMC上去注册admin1,再完整安装admin1;

安装Admin1主要包括三个步骤 Solaris Stage, core.sh stage, oss_install.sh Stage;

安装Admin2 :安装BMR;

安装完Admin1和Admin2以后,启动VCS图形化界面(GUI),用VCS创建一个Cluster, ,通过输入admin1的用户名和端口号,将Admin1 加入cluster,使用admin1的用户名和密码登陆,再将Admin2加入Cluster。

将 sybase 移到Admin2上面,可以用图形化方式或hatool的脚本

10.Configuring Bi-SMRS

(1) 检查NTP服务,在Admin server上创建一个脚本,使两个Admin都作为NTP的client;

(2) 配置ssh (参考7.5), 启动两个Admin上的SSH服务; (3) SFS上创建SMRS的file systerm; 【此时EMC上已经创建了SMRS LUNS,并且已经SMRS LUNS已经添加到了SFS Storage Group】 (4) 配置SMRS file systerm:

创建一个storage pool给SMRS file systerm;

【登陆到SFS console, 用storage 命令进入storage sub_menu, 用 disk list命令看SFS上当前可见的LUNs, 用Storage> pool create ...命令创建一个storage pool, 用Storage> pool list查看pool是否正确创建】

创建一个file systerm

为client使用SFS mount a file systerm 获取权限

(5)配置SMRS Master Service; SMRS Master IP 是COMInf1 的IP.

11.Installing UAS

UAS:UNIX Application Server, VLAN OCS Services,运行大部分OSS-RC应用程序的GUI部分和Citrix Presentation Server软件。 (1) 用jumpstart方式安装UAS的操作系统; (2) 登录到Admin 上,用下面的命令使用UAS details更新Cominf上的LDAP maps,以及NAS上的文档

# /opt/ericsson/sck/bin/activate_uas -i -n -s -o (3) 配置JAVA运行环境:

从MWS上将COMInf SW Utilities CD mount到Admin上; 使UAS作为NTP Client, 使用NTP 协议进行时钟同步;

配置UAS和NAS之间一个专有的网口,不用走service VLAN; 配置Citrix XenAPP: 创建一个Citrix Server Farm

# /opt/CTXSmf/sbin/ctxfarm -c, 根据提示输入Admin hostname 和password;

Citrix license service在COMIf上面,为UNIX环境中的Citrix XenApp提供licenses;

服务器有正常的时钟信号如下:

12.Configuring ENIQ-S

1.做RAID, RAID 0 第四个,配置完成后刷新试一下

配置ILO时,emc者F9

2.在MWS上做JumpStart,界面如图

附:一些图形界面截图:

1.刀片服务器的图形操作界面。

可能ENIQ-S版本和Version版本列出的不同,但是digest 后与MD5相同就行

Catch结果:

Local media drive :PC机里面有CD盘

Local Image file:PC机里面没有CD盘,有iso镜像 2.Connect以后多出一列sr1

3.Power Management --Reset--

注意:在reset操作时候,一定要看清ilo_sfs01 和ilo_sfs2 是哪个做reset,很重要!On the Preparing Hard Disk: Select install device menu, select the hard disk you want to use for the installation device. All hard disks that are found during system discovery are included on the list. You can use the Tab key to navigate through the list of hard disks.

4.

在remote console F11 选 one_time Boot to CDROM Whilst the server is booting, F11 to enter the boot menu will be displayed, press F11 to enter the One-Time Boot menu. When the one time boot menu is displayed, type 1 for \"One time Boot to CDROM\" and press enter.

5.

这里硬盘大小八百多G,没有划分disk RAID,F8返回找disk RAID 6. 计算Media的大小后与MD5进行比较

因篇幅问题不能全部显示,请点此查看更多更全内容

Copyright © 2019- huatuo0.cn 版权所有 湘ICP备2023017654号-2

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务