Omnibus系列之 创建ObjectServer并配置

article/2025/8/28 23:16:52

 前面博客里已经安装好了 Object Server、Probe、还有gateway组件,接下来进行配置,使各组件运行起来。

首先创建Object server DB,linux和windows版本的操作系统创建的方法如下

clip_image001

 

创建object server DB,执行以下命令 NCOMS是系统默认的server名字

[root@Omnibus bin]# ./nco_dbinit -server NCOMS

2015-05-03T02:18:14: Information: I-MEM-003-001: Creating '/opt/IBM/tivoli/netcool/omnibus/db/NCOMS/'

2015-05-03T02:18:14: Information: I-MEM-003-004: Using lock to chain ratio of '32'.

2015-05-03T02:18:14: Information: I-STO-104-006: Creating internal database persist

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table persist.restrictions

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table catalog.connections

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table catalog.properties

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table catalog.profiles

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table catalog.restrictions

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table catalog.security_permissions

2015-05-03T02:18:14: Information: I-DBI-003-001: Processing system file: /opt/IBM/tivoli/netcool/omnibus/etc/system.sql

2015-05-03T02:18:14: Information: I-STO-104-006: Creating internal database security

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table security.owners

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table security.users

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table security.roles

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table security.role_grants

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table security.permissions

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table security.groups

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table security.group_members

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table security.restriction_filters

2015-05-03T02:18:14: Information: I-STO-104-006: Creating internal database transfer

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table transfer.users

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table transfer.roles

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table transfer.role_grants

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table transfer.permissions

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table transfer.groups

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table transfer.group_members

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table transfer.restrictions

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table transfer.security_restrictions

2015-05-03T02:18:14: Information: I-DBI-003-002: Processing application file: /opt/IBM/tivoli/netcool/omnibus/etc/application.sql

2015-05-03T02:18:14: Information: I-STO-104-005: User root creating database alerts

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table alerts.status

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table alerts.journal

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table alerts.details

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table alerts.objclass

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table alerts.objmenus

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table alerts.objmenuitems

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table alerts.resolutions

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table alerts.conversions

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table alerts.col_visuals

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table alerts.colors

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table alerts.iduc_messages

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table alerts.application_types

2015-05-03T02:18:14: Information: I-STO-104-005: User root creating database service

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table service.status

2015-05-03T02:18:14: Information: I-STO-104-005: User root creating database tools

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table tools.actions

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table tools.action_access

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table tools.menus

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table tools.menu_items

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table tools.menu_defs

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table tools.prompt_defs

2015-05-03T02:18:14: Information: I-STO-104-005: User root creating database master

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table master.permissions

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table master.profiles

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table master.servergroups

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table master.class_membership

2015-05-03T02:18:14: Information: I-STO-104-005: User root creating database iduc_system

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table iduc_system.channel

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table iduc_system.channel_interest

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table iduc_system.channel_summary

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table iduc_system.channel_summary_cols

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table iduc_system.iduc_stats

2015-05-03T02:18:14: Information: I-STO-104-005: User root creating database custom

2015-05-03T02:18:14: Information: I-STO-104-005: User root creating database precision

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table precision.entity_service

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table precision.service_details

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table precision.service_affecting_event

2015-05-03T02:18:14: Information: I-DBI-003-003: Processing desktop file: /opt/IBM/tivoli/netcool/omnibus/etc/desktop.sql

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table persist.procedures

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table catalog.procedures

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table catalog.sql_procedures

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table catalog.external_procedures

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table catalog.procedure_parameters

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table persist.signals

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table persist.triggers

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table persist.trigger_groups

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table catalog.primitive_signals

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table catalog.primitive_signal_parameters

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table catalog.triggers

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table catalog.database_triggers

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table catalog.signal_triggers

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table catalog.temporal_triggers

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table catalog.trigger_groups

2015-05-03T02:18:14: Information: I-STO-104-015: Creating table catalog.trigger_stats

2015-05-03T02:18:14: Information: I-DBI-003-004: Processing automation file: /opt/IBM/tivoli/netcool/omnibus/etc/automation.sql

2015-05-03T02:18:14: Information: I-AUT-005-005: User root creating trigger group system_watch

2015-05-03T02:18:14: Information: I-AUT-005-005: User root creating trigger group connection_watch

2015-05-03T02:18:14: Information: I-AUT-005-005: User root creating trigger group security_watch

2015-05-03T02:18:14: Information: I-AUT-005-005: User root creating trigger group default_triggers

2015-05-03T02:18:14: Information: I-AUT-005-005: User root creating trigger group compatibility_triggers

2015-05-03T02:18:14: Information: I-AUT-005-005: User root creating trigger group audit_config

2015-05-03T02:18:14: Information: I-AUT-005-005: User root creating trigger group iduc_triggers

2015-05-03T02:18:14: Information: I-AUT-005-005: User root creating trigger group gateway_triggers

2015-05-03T02:18:14: Information: I-AUT-005-005: User root creating trigger group primary_only

2015-05-03T02:18:14: Information: I-AUT-005-005: User root creating trigger group sae

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger system_watch_startup

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger system_watch_shutdown

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger connection_watch_disconnect

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger connection_watch_connect

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger security_watch_security_failure

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger new_row

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger deduplication

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger state_change

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger deduplicate_details

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger service_insert

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger service_reinsert

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger service_update

2015-05-03T02:18:14: Information: I-AUT-005-010: User root creating temporal trigger clean_details_table

2015-05-03T02:18:14: Information: I-AUT-005-010: User root creating temporal trigger clean_journal_table

2015-05-03T02:18:14: Information: I-AUT-005-010: User root creating temporal trigger delete_clears

2015-05-03T02:18:14: Information: I-AUT-005-010: User root creating temporal trigger escalate_off

2015-05-03T02:18:14: Information: I-AUT-005-010: User root creating temporal trigger expire

2015-05-03T02:18:14: Information: I-AUT-005-010: User root creating temporal trigger flash_not_ack

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table alerts.problem_events

2015-05-03T02:18:14: Information: I-AUT-005-010: User root creating temporal trigger generic_clear

2015-05-03T02:18:14: Information: I-PRO-007-004: User root creating procedure send_email

2015-05-03T02:18:14: Information: I-AUT-005-010: User root creating temporal trigger mail_on_critical

2015-05-03T02:18:14: Information: I-AUT-005-005: User root creating trigger group automatic_backup_system

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table alerts.backup_state

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger backup_state_integrity

2015-05-03T02:18:14: Information: I-AUT-005-010: User root creating temporal trigger automatic_backup

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger backup_succeeded

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger backup_failed

2015-05-03T02:18:14: Information: I-AUT-005-005: User root creating trigger group profiler_triggers

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger profiler_toggle

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger profiler_report

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger profiler_group_report

2015-05-03T02:18:14: Information: I-AUT-005-005: User root creating trigger group trigger_stat_reports

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger trigger_stats_report

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table master.stats

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table master.activity_stats

2015-05-03T02:18:14: Information: I-AUT-104-001: User root creating primitive signal stats_reset

2015-05-03T02:18:14: Information: I-AUT-005-005: User root creating trigger group stats_triggers

2015-05-03T02:18:14: Information: I-AUT-005-015: User root altering trigger group stats_triggers

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger new_status_inserts

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger dedup_status_inserts

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger journal_inserts

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger details_inserts

2015-05-03T02:18:14: Information: I-AUT-005-010: User root creating temporal trigger statistics_gather

2015-05-03T02:18:14: Information: I-AUT-005-010: User root creating temporal trigger statistics_cleanup

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger stats_reset

2015-05-03T02:18:14: Information: I-STO-104-014: User root creating table alerts.login_failures

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger disable_user

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger reset_user

2015-05-03T02:18:14: Information: I-AUT-005-010: User root creating temporal trigger disable_inactive_users

2015-05-03T02:18:14: Information: I-AUT-005-010: User root creating temporal trigger webtop_compatibility

2015-05-03T02:18:14: Information: I-AUT-005-015: User root altering trigger group audit_config

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger audit_config_create_object

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger audit_config_alter_object

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger audit_config_drop_object

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger audit_config_alter_property

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger audit_config_permission_denied

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger audit_config_create_class

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger audit_config_alter_class

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger audit_config_drop_class

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger audit_config_create_menu

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger audit_config_alter_menu

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger audit_config_drop_menu

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger audit_config_create_conv

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger audit_config_alter_conv

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger audit_config_drop_conv

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger audit_config_create_col_visual

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger audit_config_alter_col_visual

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger audit_config_drop_col_visual

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger audit_config_create_tool

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger audit_config_alter_tool

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger audit_config_drop_tool

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger audit_config_create_prompt

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger audit_config_alter_prompt

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger audit_config_drop_prompt

2015-05-03T02:18:14: Information: I-PRO-007-004: User root creating procedure jinsert

2015-05-03T02:18:14: Information: I-AUT-005-010: User root creating temporal trigger iduc_messages_tblclean

2015-05-03T02:18:14: Information: I-PRO-007-004: User root creating procedure automation_disable

2015-05-03T02:18:14: Information: I-PRO-007-004: User root creating procedure automation_enable

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger backup_counterpart_down

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger backup_counterpart_up

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger backup_startup

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger disconnect_iduc_missed

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger iduc_stats_insert

2015-05-03T02:18:14: Information: I-AUT-005-009: User root creating database trigger deduplicate_iduc_stats

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger iduc_stats_update

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger pass_deletes

2015-05-03T02:18:14: Information: I-AUT-005-011: User root creating signal trigger resync_finished

2015-05-03T02:18:14: Information: I-AUT-005-010: User root creating temporal trigger update_service_affecting_events

2015-05-03T02:18:14: Information: I-DBI-003-006: Processing security file: /opt/IBM/tivoli/netcool/omnibus/etc/security.sql

2015-05-03T02:18:14: Information: I-OBJ-100-008: User root creating role CatalogUser

2015-05-03T02:18:14: Information: I-OBJ-100-008: User root creating role AlertsUser

2015-05-03T02:18:14: Information: I-OBJ-100-008: User root creating role AlertsProbe

2015-05-03T02:18:14: Information: I-OBJ-100-008: User root creating role AlertsGateway

2015-05-03T02:18:14: Information: I-OBJ-100-008: User root creating role ChannelUser

2015-05-03T02:18:14: Information: I-OBJ-100-008: User root creating role DatabaseAdmin

2015-05-03T02:18:14: Information: I-OBJ-100-008: User root creating role AutoAdmin

2015-05-03T02:18:14: Information: I-OBJ-100-008: User root creating role SecurityAdmin

2015-05-03T02:18:14: Information: I-OBJ-100-008: User root creating role ToolsAdmin

2015-05-03T02:18:14: Information: I-OBJ-100-008: User root creating role DesktopAdmin

2015-05-03T02:18:14: Information: I-OBJ-100-008: User root creating role ISQL

2015-05-03T02:18:14: Information: I-OBJ-100-008: User root creating role ISQLWrite

2015-05-03T02:18:14: Information: I-OBJ-100-008: User root creating role ChannelAdmin

2015-05-03T02:18:14: Information: I-OBJ-100-011: User root creating group Probe

2015-05-03T02:18:14: Information: I-OBJ-100-011: User root creating group Gateway

2015-05-03T02:18:14: Information: I-OBJ-100-011: User root creating group ISQLWrite

2015-05-03T02:18:14: Information: I-OBJ-100-011: User root creating group ISQL

2015-05-03T02:18:14: Information: I-PRO-007-004: User root creating procedure setup_group_conversions

2015-05-03T02:18:14: Information: I-PRO-007-005: User root dropping procedure setup_group_conversions

 

新建完成后进行手动启动Object Server,方法如下

 

执行命令

[root@Omnibus bin]# ./nco_objserv

Netcool/OMNIbus Object Server - Version 7.3.1

(C) Copyright IBM Corp. 1994, 2007

Server 'NCOMS' initialised - entering RUN state.

 

使用xigen工具配置omnibus接口

 

执行./nco_xigen

clip_image008

 

报错

[root@Omnibus bin]# ./nco_xigen

/opt/IBM/tivoli/netcool/omnibus/platform/linux2x86/bin/nco_xigen: error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or directory

 

解决方法

clip_image009

 

图形界面如下

clip_image010

 

把hostname改成对应机器名,此处都在一台机器上。

clip_image011

 

点test进行测试

clip_image012

 

 

启动Ominous配置管理器

执行./nco_config –server NCOMS

clip_image013

 

单击next

clip_image014

 

 

把需要配置的连接移动到右边

clip_image016

 

 

单击finish后出现如下界面

clip_image017

 

输入用户名root 密码默认为空

clip_image018

 

配置界面可以实现以下配置功能,比如创建数据库,修改表结构,修改配置信息等等。

clip_image019

 

 

启动 probe,执行如下命令

[root@Omnibus probes]# ./nco_p_syslog -server NCOMS

clip_image020

 

 

启动图形管理界面conductor,也就是desktop组件

[root@Omnibus bin]# ./nco

clip_image021

 

 

root 密码默认为空

clip_image022

 

目前没有事件,list里面都是空的。

clip_image023

 

至此,Omnibus基本安装完成,后续可以根据业务需求配置probe进行触发事件,并且可以将事件传送给remedy进行处理。

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/27771627/viewspace-1620918/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/27771627/viewspace-1620918/


http://chatgpt.dhexx.cn/article/jReYSGWy.shtml

相关文章

系统为 ubuntu 18.04的docker中omnibus 方式安装 gitlab

一:拉镜像 1:拉镜像 docker pull ubuntu:18.04 2:启动镜像:这里必须加上-p,即端口号的映射,否则访问不到。 最好用桥接模式联网,默认的就行。 docker run -itd -p 443:443 -p 80:80 -p 222:22 …

Gitlab的一键安装包omnibus

2019独角兽企业重金招聘Python工程师标准>>> Gitlab和omnibus安装包 Gitlab能够让你的团队拥有自己的github,完全拥有整个git服务的账号管理,项目管理,issue管理,merge request等方便研发团队的工具。 Gitlab是开源的&…

error: unable to open preload file “/etc/sysctl.d/90-omnibus-gitlab-net.core.somaxconn.conf“

centos6.9环境下:gitlab-ctl reconfigure时报错 error: unable to open preload file "/etc/sysctl.d/90-omnibus-gitlab-net.core.somaxconn.conf" 解决方案: export LC_CTYPEen_US.UTF-8 export LC_ALLen_US.UTF-8

Omnibus F4V3 Pro飞控,APM飞控显示电池电压电流

默认时,Omnibus F4 Pro烧写APM飞控后,电池检测器没有设置的。想要屏幕上显示电池电压和电流信息,就需要设置一下。 设置信息如下: BATT_MONITOR4 然后重启: 重启后,继续设置: BATT_VOLT_PIN 12…

omnibus gitlab-ce安装

架构 关闭防火墙 [rootgitlab ~]# systemctl stop firewalld [rootgitlab ~]# systemctl disable firewalld关闭SELinux [rootgitlab ~]# setenforce 0 setenforce: SELinux is disabled安装依赖组件 [rootgitlab ~]# yum -y install curl policycoreutils openssh-server o…

Omnibus test

sklearn实战-乳腺癌细胞数据挖掘(博客主亲自录制视频教程) https://study.163.com/course/introduction.htm?courseId1005269003&utm_campaigncommission&utm_sourcecp-400000000398149&utm_mediumshare https://en.wikipedia.org/wiki/Omnibus_test Omnibus test…

使用 Omnibus 安装极狐GitLab

目录 服务器配置 极狐GitLab 安装 安装和配置必须的依赖项 下载极狐GitLab 安装包 安装极狐GitLab 安装包 初始登陆 SSL 配置 生成 ssl 证书 配置 nginx 极狐GitLab 的安装方式灵活多样,支持 Omnibus、Docker、Helm 安装,而且安装过程也是非常…

OMNIbus

OMNIbus概念 Omnibus数据库 ObjectServer,数据库服务器 ObjectServer是Tivoli Netcool/OMNIbus核心的数据库服务器。 事件信息从外部程序(例如,探测器和网关)转发至ObjectServer。ObjectServer将此信息存储在数据库表中并进行管理…

UnityDecal——贴花方法总结

Unity里贴花的实现方法比较多,商店里的插件也是各种各样,最近正好又在弄这个,趁机会给自己总结下: 1、构造贴片网格 思想很简单,就是在当前表面构建一个与表面完全贴合的新Mesh,并重新计算纹理贴图&#…

Blender学习笔记-印花(decal)贴图

最近学习blender制作模型,特将学习心得记录下来,供参考。 今天的心得是如何将贴图(英文名为decal)贴在另一张贴图的表面上,常用于文字、logo的图案制作。 视频教程(可在最后的链接下载)最后的结果如下图所示&#xf…

Decal的另类用法

Decal在没有办法得到深度之前都是根据地形的高度自己生成三角形来生成的,有了深度之后一切变的很简单,只需要画一个box就可以解决,类似于点光源。 以前做过的一个项目最后就是把地形的一个sector分成几个decal来画,虽然DP增加了&a…

Oracle中declare如何使用

Oracle中declare如何使用 首先我们需要了解declare遵循下面的实现结构 declare --声明 begin --开始 end; --结束 了解之后,我们就可以在这个结构中添加语句实现小功能 例如:输出今天的日期 declare --声明 datevalue varchar2(20);--定义变量 begin --…

DCC - Photoshop - Nvidia NormalMapFilter - 法线生成工具 - 顺便测试 Unity URP 12.1 中的 Decal System

文章目录 NVIDIA Texture Tools Exporter 下载、安装法线生成素材图扣干净无用像素使用 NVIDIA Normal Map Filter 生成贴图配置好 URP Renderer添加好 Decal Render Feature设置好 Decal Render Feature Techniqu: DBuffer配置好 unity shader graph添加 URP Decal Projector …

图形杂记-Decal贴花

ThreeJS WEBGL Decal 贴花 在图形学里主要指将特定图案,以类似粘贴或印刷的方式附着于其他物体上,能创造一种新颖的体验或逼真的效果,比较有趣,游戏中比较出名的有喷射战士splatoon123等。 unity HDRP中默认支持decal&#xff0c…

SQL中的declare用法

 平时写SQL查询、存储过程都是凭着感觉来,没有探究过SQL的具体语法,一直都是按c#那一套往SQL上模仿,前几天项目中碰到一个问题引起了我对declare定义变量的作用域的兴趣。 大家都知道c#中的局部变量,在i…

UE4使用贴花(Decal)

一、创建贴花材质 1:新建一个Material材质,修改Material Domain 为Deferred Decal (延迟贴花),设置Blend Mode 为Translucent(半透明) 2:新建节点 3:给节点赋予材质,根据要求链接透明度和粗糙度 二、使用使用贴花 …

Deferred Decal(延迟贴花)

Decal渲染是一个引擎中重要的一部分,记忆中印象最深刻的就是以前CS中的弹痕与爆炸痕迹了。目前来说,Decal的实现方法也比较多,而且感觉还跟游戏类型有关,比如子弹乱飞的射击类FPS游戏中对贴花系统的要求就比较高,因为本…

【游戏开发小技】Unity中实现Dota里的角色技能地面贴花效果(URP | ShaderGraph | Decal)

本文最终效果 文章目录 一、前言二、环境准备1、URP环境准备2、技能范围图案 二、方案一:写Shader实现1、Shader脚本:UrpDecal.shader2、材质球3、创建Cube4、地面场景5、添加Renderer Feature: Decal6、移动DecalCube,与地面交叉7、运行效果…

UE5实现贴地面效果(RT+Decal)

文章目录 1.实现目标2.实现过程2.1 实现原理2.1.1 Render Target2.1.2 Polygon2.2 具体过程3.参考资料1.实现目标 在之前的文章中基于CesiumForUnreal实现了对地形3DTileset的贴地面绘制效果,在这里基于UE自带的RT和Decal实现更加通用的贴地面效果。依旧是加载在线的Cesium W…

Unity Shader-Decal贴花(SelfDecal,Alpha Blend,Mesh Decal,Projector,Deferred Decal)

前言 最近通关了《What Remains of Edith Finch》(艾迪芬奇的记忆),总体来说应该算是一个剧情解密向的游戏,故事表现手法十分出色。 游戏主要是叙述一个神秘的家族遭遇了一系列类似《死神来了》的故事,家族的人离奇死…