<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; Windows Server 2008</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/windows-server-2008/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows Server 2008 R2 SP1下Oracle Database 11g 第 1 版创建数据库</title>
		<link>https://www.osyunwei.com/archives/4164.html</link>
		<comments>https://www.osyunwei.com/archives/4164.html#comments</comments>
		<pubDate>Wed, 30 May 2012 12:56:35 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=4164</guid>
		<description><![CDATA[说明：在安装Oracle的时候，如果选择了仅安装数据库软件，安装完成之后系统中是没有任何数据库的          下面我们创建一个orcl数据库 一、配置监听程序（创建数据库之前必须要先配置） 打开开始-程序-Oracle - OraDb11g_home1-配置和移植工具-Net Configuration Assistant 如下图所示系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 出现下面界面 选择监听程序配置，下一步 选择添加，下一步 监听程序名，默认即可，下一步 选定的协议，默认TCP 下一步 选择使用标准端口号1521 下一步 是否配置另一个监听程序：否 下一步 监听程序配置完成，下一步 默认选择监听程序配置，点完成。 二、创建Oracle数据库 打开开始-程序-Oracle - OraDb11g_home1-配置和移植工具-Database Configuration Assistant 出现下面的界面 下一步 创建数据库 默认选择一般用途或事物处理，下一步 全局数据库：Orcl SID：Orcl 下一步 默认选择 配置Enterprise Manager 配置Database Control 下一步 口令配置，可以为每个账户设置不同的口令，也可以为所有账户设置一个相同的口令 选择所有账户使用同一管理口令，输入两次口令，下一步 选择要用于数据库的存储机制：文件系统 下一步 指定要创建的数据库文件的位置：使用模板中的数据库文件位置 下一步 默认选择：指定快速恢复区，下一步 默认下一步 内存：默认勾选使用自动内存管理 切换到调整大小：进程300 切换到字符集： 选中：从字符集列表中选择 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/4164.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/4164.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 R2 SP1安装Oracle Database 11g 第 1 版(11.1.0.7.0)</title>
		<link>https://www.osyunwei.com/archives/4154.html</link>
		<comments>https://www.osyunwei.com/archives/4154.html#comments</comments>
		<pubDate>Wed, 30 May 2012 09:51:13 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Database 11g]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=4154</guid>
		<description><![CDATA[安装说明 操作系统：Windows Server 2008 R2 SP1 Oracle版本：Oracle Database 11g 第 1 版(11.1.0.7.0) 下载地址：http://download.oracle.com/otn/nt/oracle11g/win64_11gR1_database_111070.zip （需要先注册登录之后才能下载） 开始安装 解压缩下载好的数据库文件win64_11gR1_database_111070.zip 打开win64_11gR1_database_111070\database\stage\prereq\db\refhost.xml 文件，在 &#60;!--Microsoft WindowsVista--&#62;     &#60;OPERATING_SYSTEM&#62;       &#60;VERSION VALUE="6.0"/&#62; &#60;/OPERATING_SYSTEM&#62; 下面添加以下内容 &#60;!--Microsoft Windows 2008R2--&#62;   #增加 　　 &#60;OPERATING_SYSTEM&#62;  #增加 　　 &#60;VERSION VALUE="6.1"/&#62;  #增加 &#60;/OPERATING_SYSTEM&#62;  #增加 如下图所示系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 修改好之后保存退出 备注：Oracle Database11g第 1 版(11.1.0.7.0)默认不支持Windows Server 2008 R2 如果不修改，在检测安装环境的时候，会出现不支持此系统。 双击安装文件里面的setup.exe 跳出下面的界面，耐心等待一会 出现下面的安装界面 Oracle基位置：默认即可，也可以自定义 Oracle主目录位置：默认即可，也可以自定义 安装类型：企业版（2.9G） [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/4154.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/4154.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 R2安装SNMP服务</title>
		<link>https://www.osyunwei.com/archives/3402.html</link>
		<comments>https://www.osyunwei.com/archives/3402.html#comments</comments>
		<pubDate>Sat, 31 Mar 2012 18:45:15 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SNMP]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=3402</guid>
		<description><![CDATA[说明： 在Windows Server 2003中SNMP服务是以Windows组件的形式来安装的，具体是通过：开始-设置-控制面板-添加或删除程序-添加删除Windows组件-管理和监视工具-简单网络管理协议（SNMP）来安装的。 在Windows Server 2008以及Windows Server 2008 R2中，SNMP是以一个服务器功能的形式存在的，安装方法也与Windows Server 2003完全不一样了，下面教大家在Windows Server 2008 R2中安装SNMP服务： 一、安装SNMP 打开开始-管理工具-服务器管理 服务器管理器-功能-添加功能 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 选择SNMP服务，下一步 点安装 正在安装 安装完成后，点关闭 重新启动服务器，使SNMP服务生效，否则不能正确配置SNMP （注意：如果不想重启服务器，重新启动一下SNMP服务也可以） 重启SNMP服务方法:服务器管理器-配置-服务-SNMP Service鼠标右键-选择“重新启动”即可。 &#160; 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 &#160; 双击打开NMP Service，切换到安全选项，接受的社区名称-添加 团体权限：只读 社区名称：public 接受来自下列主机的SNMP数据包 编辑，SNMP 服务配置，主机名，IP或IPX 地址(H): 填写Cacti等监控主机的的IP地址:192.168.1.100 当然你也可以选择“接受来自任何主机的SNMP数据包”,为了安全，建议配置为监控主机的IP地址 最后，应用-确定，重启SNMP服务，使配置生效 二、设置防火墙，开启UDP161端口 远程监控主机是通过服务器UDP161端口来获取监控数据的，所以要设置防火墙对外开放UDP161端口 下面设置开启服务器的UDP161端口 打开防火墙：开始-控制面板-系统和安全-查看防火墙状态 打开或关闭Windows防火墙 家庭或工作（专用）网络位置设置：启用Windows防火墙 公用网络位置设置：启用Windows防火墙 最后确定 打开高级设置 点入站规则，再打开右上角的新建规则 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/3402.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/3402.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
