动态网站制作指南 [  QQ表情  ]
[ 投票调查 ]
[ 企业邮箱 ]
[ 网站空间 ]
网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
ASP源码 | .Net源码 | PHP源码 | JSP源码 | JAVA源码 | CGI源码 | VB源码 | C++源码 | Delphi源码 | PB源码 | VF源码 | 汇编 | 服务器
电脑书籍下载:程序设计书籍 | 数据库教程书籍 | 平面与多媒体书籍 | 网络通讯书籍 | 系统管理书籍 | 网络安全书籍 | 认证考试书籍
Firefox | IE | Maxthon | 迅雷 | 电驴 | BitComet | FlashGet | QQ | QQ空间 | Vista | 输入法 | Ghost | Word | Excel | wps | Powerpoint
asp | .net | php | jsp | Sql | c# | Ajax | xml | Dreamweaver | FrontPages | Javascript | css | photoshop | fireworks | Flash | Cad | Discuz!
当前位置 > 网站建设学院 > 网络编程 > 数据库 > Oracle教程
Tag:注入,存储过程,分页,安全,优化,xmlhttp,fso,jmail,application,session,防盗链,stream,无组件,组件,md5,乱码,缓存,加密,验证码,算法,cookies,ubb,正则表达式,水印,索引,日志,压缩,base64,url重写,上传,控件,Web.config,JDBC,函数,内存,PDF,迁移,结构,破解,编译,配置,进程,分词,IIS,Apache,Tomcat,phpmyadmin,Gzip,触发器,socket
数据库:数据库教程,数据库技巧,Oracle教程,MySQL教程,Sybase教程,Access教程,DB2教程,数据库安全,数据库文摘
文章搜索服务
邮件订阅
输入你的邮件地址,
你将不会错过任何关于:
[ Oracle教程 ]的信息



本月文章推荐
.ExactPapers Oracle 1Z0-025 200.
.通过意向锁多粒度封锁机制进行并.
.如何以树状结构显示系统当前的任.
.Troubleshooting ORA-01090: shu.
.Install oracle client on Solar.
.为什么Postfix提示“biff_notify.
.Re: 关于ORACLE用户权限的问题!.
.解析Oracle各种数据类型.
.Oracle Database与Oracle Instan.
.如何实现取出文件中特定的行内容.
.Oracle Log 的格式资料整理.
.Oracle for Linux安装.
.DELPHI 调用 Oracle 存储过程并返.
.ORACLE 应用经验(4)-加密程序.
.9iR2 的Compress Table 的研究.
.MySQL数据库的结构和数据导入导出.
.重建密码文件--解决ORA-01991错误.
.oracle 中的常用命令重点展播.
.Oracle8i表空间和数据的恢复.
.Oracle入门基础:绑定变量测试.

ORACLE在HP-UX下的系列问题处理(38)

发表日期:2008-2-9 |



  OV IT/O: 无法在SG环境中通过防火墙分配模板问题描述
  
  我无法在Service Guard环境中通过防火墙分配模板,同时,安装代理软件时没有任何问题。
  
  为什么会出现这个问题,如何解决?
  
  配置信息
  
  操作系统 - HP-UX
  版本 - 10.20
  硬件系统 - HP9000
  应用程序 - Oracle 7.2.3
  
  解决方法
  
  你最初的问题是由于rpcd向代理程序报告物理结点的源地址。
  
  根据你的防火墙配置的方式,在通过防火墙时,你不能用MC Service Guard配置IT/O。
  
  这个问题可以追溯到这样的事实,即UDP是传输协议,没有办法锁定无连接协议的源地址。
  
  当数据包发送给治理结点时选择目标地址,操作系统根据治理服务器中的网络路由表分配源地址。由于同一个网络号使用相同的主机号,因此使用给定网卡(MC Service Guard)上的第一个地址,我们不能改变这个行为。
  
  这个问题的解决方法是使用传输控制协议(TCP)进行传输。由于TCP是一个基于连接的协议,因此会话过程中源地址是统一的。假如治理结点在可再定位的地址打开一个会话,那么从治理服务器到治理结点的所有流量(在该会话中)将都以这个可再定位的地址作为源地址。
  
  你也可以考虑重新配置防火墙,接受来自可再定位地址和固定地址的数据包。
  
  当前的技术还无法为你马上提供一个解决方法。
  .........following with all English text ....
  Problem Description
  
  I cannot distribute templates in a Service Guard environment over the
  firewall. At the same time, I don't have any problems installing the agent software.
  
  Why am I having this problem, and do you have a solution?
  
  Configuration Info
  
  Operating System - HP-UX
  Version - 10.20
  Hardware System - HP9000
  Application - Oracle 7.2.3
  
  Solution
  
  Your initial problem is due to rpcd reporting back to the agent with the source address of the physical node.
  
  Based upon the way your firewall is configured, you cannot configure IT/O with MC Service Guard while passing through a firewall.
  
  The problem can be traced to the fact that UDP is the transport protocol,and there is no way to lock down the origination address for a connectionless protocol.
  
  When a packet is sent to a managed node, the destination address is selected, and the operating system assigns the source address according to network routing tables in the management server. Since two host numbers exist for the same network number, the first address on a given
  Network Interface Card (MC Service Guard) is used. We can't change this behavior.
  
  The solution to this problem is to use Tranmission Control Protocol (TCP) as the transport. Because TCP is a connection-based protocol, the origination address is consistent for the session. If the managed node opens a session to the relocatable address,
all traffic from the
  management server to the managed node (in that session) will have the
  relocatable address as the source address.
  
  You could also consider reconfiguring the firewalls to allow packets from the relocatable address and the stationary address.
  
  With the current technology, it is not possible to give you an immediate solution.
上一篇:ORACLE在HP-UX下的系列问题处理(41) 人气:380
下一篇:ORACLE在HP-UX下的系列问题处理(39) 人气:328
浏览全部Oracle教程的内容 Dreamweaver插件下载 常用网页广告代码全集
  最新网站源码 最新软件下载
2008-7-24 Sablog-X v2.0 预览版
2008-7-24 帝国备份王EmpireBak 2008 正式版
2008-7-24 网趣网上购物系统时尚版 v8.2
2008-7-24 纵横B2B电子商务系统XYECS!B2B v
2008-7-24 e路小说小偷 v1.2.0723
2008-7-24 凌风美女图片站程序 v2.2
2008-7-24 TOM15电影收索程序
2008-7-24 清风信息自动采集生成系统 v1.0
2008-7-24 QQ邮箱编辑器 v1.0 (小小菜刀ASP
2008-7-19 UltraEdit 简体中文增强版 14.10
2008-7-19 CentOS 5.2 i386 LiveCD
2008-7-19 Snapture多功能相机 v1.4
2008-7-19 iAcces中文输入法 v1.0Build016
2008-7-19 Cookbook烹饪秘籍 v2.5
2008-7-19 苹果专用DVD转换工具 v1.1.59汉化
2008-7-19 Modem修复软件ZiPhone修改版04.0
2008-7-19 AgileMessenger即时通讯工具美化
2008-7-19 Sketches画图软件 v0.7b6破解版


  发表评论
姓 名: 验证码:
内 容:
[ 汉字翻译拼音 ] [ 广告代码 ] [ 符号对照表 ] [ 进制转换 ] [ 经典小工具 ] [ 个税计算 ] [ 汉字简繁转换 ] [ 普通单位换算 ] [ 公制单位换算 ]
[ 生辰老黄历 ] [ 国内电话区号 ] [ 国家代码与域名缩写 ] [ 文字加密解密 ] [ 健康查询 ] [ 万年历 ] [ 手机号码查询 ] [ ip搜索 ] [ Google PR查询 ]
业务联系 | 广告刊登 | 频道合作 | 投稿荐稿 | 联系方式 | 加入收藏 | RSS订阅
Copyright © 2000-2008 www.knowsky.com All rights reserved | 网络实名:动态网站制作指南 | 沪ICP备05001343号
ホームページ制作 不動産検索システム 求人情報
防水工事·改修工事 フットサル大会 探偵