Solaris 11安装

OracleT5-2 Solaris11安装 上传sol-11_3-repo.iso文件到/software文件夹下。如下图,输入5,回车,重启服务器,系统安装已完成。2、Solaris11软件包安装。如下图,在安装欢迎界面中,按。1、Solaris11安装。下图中,选择本地磁盘,按。如下界面中,安装完成后,选中需要的本地磁盘,按。如下图,修改时间后,按。选择自动配置网络,按。键盘设置界面中,选中。 阅读详情
1、下载安装包
Oracle Solaris 11 11/11 Text install //下载x86 即pc平台的
Oracle Solaris 11 11/11 Repository Image //分为Part A和Part B都下载 只是一个软件包而已,如果不需要gnome-GUI可以不下载;
下载地址:
http://www.oracle.com/technetwork/server-storage/solaris11/downloads/index.html
2、用虚拟机挂载 sol-11-1111-text-x86.iso 并把光驱作为第一启动
命令安装,所以挺快的!
3、制作repository
就是将 sol-11-1111-repo-full-a 和 sol-11-1111-repo-full-b 合成一个*.iso
可以在windows下合成,也可以在Linux/Unix下合成
windows下:
我的sol-11-1111-repo-full-a 、sol-11-1111-repo-full-b都放在H盘
进入CMD远程输入
h: //进入到h盘
copy /b sol-11-1111-repo-full-a + sol-11-1111-repo-full-b sol-11-1111-repo-full.iso
等待很长时间就会生成sol-11-1111-repo-full.iso镜像
Solaris:
用下面的命令就行,还是先到分卷的目录
# cd /demo // /demo改成自己的目录
# cat sol-11-1111-repo-full-iso-a sol-11-1111-repo-full-iso-b > sol-11-1111-repo-full.iso
4、挂载iso镜像
直接在虚拟机设置挂载,挂载后的目录为 /media/


Solaris下的*.iso镜像
# lofiadm -a demo/sol-11-1111-repo-full.iso
# mount -F hsfs -o ro /dev/lofi/1 /mnt
挂载目录为 /mnt
5、设置镜像为本地repository
虚拟机挂载的:
# pkg set-publisher -Pe -O file:///media/SOL11REPO_FULL/repo/ solaris
Solaris挂载的:
# pkg set-publisher -Pe -O file:///mnt/SOL11REPO_FULL/repo/ solaris
之后 # pkg pulisher 看一下是否成功 STATUS 是 online
6、安装GUI
# pkg search solaris-desktop //查找是否有GUI
# pkg info -r solaris-desktop //查看安装包信息
# pkg install solaris-desktop //安装
恢复在线repository
# pkg set-publisher -Pe -O http://pkg.oracle.com/solaris/release solaris
重启
# reboot -p
所有完成了
Solaris 11.4 静默安装 Oracle 18c Solaris 11.4已经发布,不过没有GUI,网传oracle解雇了solaris的全体研发人员,所以有篇网文叫《Solaris已死,有事烧纸》,兴起安装oracle 18c这个念头的根源就是缅怀一下光辉的太阳。 一、准备工作: 1、Oracle VirtualBox,https://www.oracle.com/technetwork/server-storage/virtualbox/... 阅读详情

相关推荐

sol-11_3-live-x86.iso

sol-11_3-live-x86.iso 镜像,需要的请下载,如不能下载,请发联系我

Solaris8,Solaris9,Solaris10,Solaris11

Solaris8,Solaris9,Solaris10,Solaris 11 iso镜像下载

Solaris8-11 iso镜像下载

Solaris8,Solaris9,Solaris10,Solaris 11 iso镜像下载 这里提供资源地址:https://pan.baidu.com/s/1fa2Ga3BN9oh08wUOLK3PnQ 可以先登陆地址试试,在地址有效状态下,再使用积分提取密码

Solaris 11 安装Oracle 11GR2

安装过程分以下四个步骤 一,安装准备 二,下载安装 三,相关设置 四,常见错误 一,安装准备 1,创建oracle用户 以root用户登录,创建oracle用户以及其所属的dba组 1 2 3 4 5 6 7 su - # groupadd dba # groupadd oinstall # groupadd asmdba # group

Coder Jiang 4106

Solaris10上安装Oracle 11g

平台: Solaris 10 X86 (在VM下测试) RDBMS: 11.2.0.4 for solaris X86平台,64位 参考文档(官方文档写的很详细): https://docs.oracle.com/cd/E11882_01/install.112/e24351/toc.htm#i1010738 因为工作需要,在Solaris10上安装11g。 首先,看Oracle 11g官方是否支持Solaris平台。支持X86平台下的solaris10. 在VM上安装solaris 。(略)

文档搬运工 1004

solaris11 安装oracle 11g

最近在solaris11安装oracle 11g数据库,本来以为都是一家的,安装起来应该很简单吧,事实让我真的无法想到,真是一波三折, 现在记录一下吧: 1,下载sol-11-1111-text-x86.iso 2,下载p10404530_112030_Solaris86-64_1of6.zip、p10404530_112030_Solaris86-64_2of6.zip(这个...

dipiyou9162的博客 458

oracle 11g for solaris,solaris 11安装oracle 11g 与 11g RAC

solaris 11安装oracle 11g 与 11g RAC发布时间:2020-08-11 22:58:52来源:ITPUB博客阅读:119作者:huiteng01、To Find Swap, RAM, and OS Version对于 Solaris 操作系统,查看 Swap, RAM, and OS Version 的方法:swap -l/usr/sbin/prtconf | grep...

weixin_39777875的博客 495

solaris 工具expect安装

expect是实现自动化登陆脚本必须的工具。这里上传下资源。

java 11下载,版本 11.0.17, solaris各版本

java11.0.17最新版本下载,上传时间2022.11.09, solaris系统各版本安装包。

Solaris11.3 ISO镜像text和repo及安装教程

Solaris11.3的text和repository的ISO镜像以及安装教程(包括pdf和视频),先安装text,后使用虚拟光驱从repo中安装桌面组件,不需要再将repo上传到虚拟机中,由于镜像比较大,这里使用百度网盘进行分享,本人比较讨厌那些使用失效的链接骗分的人,这里提供资源地址:https://pan.baidu.com/s/1i5IkcV7 ,可以先确保地址没有失效后再下载提取密码

oracle 11.2.0.4 win64 linux solaris64下载地址

oracle 11.2.0.4 包括如下版本: oracle 11.2.0.4 win64 oracle 11.2.0.4 Solaris_x86-64 oracle 11.2.0.4 linux_x86-64 oracle 11.2.0.4 linux_x86 网上看到我,只是想让人更多的人看到,侵权勿怪

Unix solaris 11.1 iso最新版本

2013年最新版的强悍Unix版本Solaris 11.1系统文件,功能十分强大,不愧是真正血统的Unix系统! Oracle Announces Availability of Oracle Solaris 11.1 and Oracle Solaris Cluster 4.1 Delivers Oracle Database and Java Enhancements, Expanded Mission Critical Cloud Management Capabilities and Advanced Platform Features Redwood Shores, Calif – October 26, 2012 News Facts Oracle today announced general availability of Oracle Solaris 11.1 and Oracle Solaris Cluster 4.1. Oracle Solaris 11 is the first cloud OS that allows customers to build large-scale enterprise-class Infrastructure as a Service (IaaS), Platform as a Service (PaaS) and Software as a Service (SaaS) clouds on a wide range of SPARC and x86 servers and Oracle engineered systems. Oracle Solaris Cluster 4.1 extends high availability and disaster recovery capabilities of Oracle Solaris and includes unique virtual cluster features supporting highly efficient application consolidation with best-in-class availability. Oracle Solaris 11 is already widely in production with thousands of customers with mission critical deployments across industries such as financial services, communications, healthcare, retail, public sector and media and entertainment. Read customer success stories about Oracle Solaris here. Oracle Solaris 11 is also gaining strong momentum among enterprise application vendors with hundreds of applications already qualified for Oracle Solaris Ready status through the Oracle PartnerNetwork (OPN). OPN members can develop, sell and implement their solutions on Oracle Solaris 11 and take advantage of specialized Oracle Solaris resources to expand their market reach. Customers and partners can quickly and safely upgrade to Oracle Solaris 11.1 using the built-in update tools and software repositories available with Oracle Solaris 11. Oracle will host a webcast on November 7, 2012 at 8 a.m. Pacific time on Oracle Solaris 11.1 and Oracle Solaris Cluster 4.1, featuring Markus Flierl, vice president, Oracle Solaris Engineering, Core Technology and Bill Nesheim, vice president, Oracle Solaris Engineering, Platform Software. Register here. This event will also include an interactive chat with core developers of Oracle Solaris and Oracle Solaris Cluster. New and Enhanced Features in Oracle Solaris 11.1 Oracle Solaris 11.1 increases the performance, availability and I/O throughput of the latest Oracle Database technology. A new, optimized shared memory interface between the Oracle Database and Oracle Solaris 11.1 provides 8x faster database startup and shutdown, as well as online resizing of the Oracle Database System Global Area (SGA). Oracle Solaris 11.1 introduces unique new capabilities for optimizing Oracle Database performance. Oracle Solaris 11.1 exposes Oracle Solaris DTrace I/O interfaces that allow an Oracle Database administrator to identify I/O outliers and subsequently isolate network or storage bottlenecks. A new Oracle Solaris DTrace plug-in for Oracle Java Mission Control to enable customers to profile Java applications on Oracle Solaris production systems. New cloud management features add to Oracle Solaris 11’s zero overhead built-in virtualization capabilities across system, network and storage resources, including expanded support for Software Defined Networks (SDN) with Edge Virtual Bridging enhancements, to maximize network resource utilization and manage bandwidth in cloud environments. New built-in memory predictor monitors application memory use and provides optimized memory page sizes and resource location to speed overall application performance. Support for an unprecedented 32 TB of RAM and thousands of CPUs unlocks the full potential of Oracle’s latest server systems. Oracle Solaris Cluster 4.1 Highlights New Oracle Solaris 10 Zone Clusters allow customers to consolidate mission critical Oracle Solaris 10 applications on Oracle Solaris 11 cloud environments. Expanded disaster recovery operations using Oracle’s Sun ZFS Storage Appliance services along with Oracle Solaris Cluster 4.1 to coordinate failover of applications and data to a remote disaster recovery site. Faster application recovery with improved storage failure detection and resource dependencies management. New labeled security capability in Oracle Solaris Zone Clusters provides military grade application separation in highly consolidated mission-critical deployments using Oracle Solaris 11 Trusted Extensions. Integrated Oracle Deployments and Support Oracle Enterprise Manager Ops Center provides comprehensive cloud management capabilities for Oracle Solaris 11, including self-service provisioning of Oracle Solaris 11 Zones. Ops Center’s integrated systems management delivers enterprise scale cloud performance. Oracle Enterprise Manager Ops Center is available to Oracle Solaris customers at no additional cost under the Ops Center Everywhere Program. Oracle Solaris Studio delivers the latest in compiler optimizations, multithread performance and powerful analysis tools for native development, and optimized application performance and reliability on Oracle Solaris 11.1 systems. Oracle Solaris 11 guarantees binary compatibility with previous Oracle Solaris versions through the Oracle Solaris Binary Application Guarantee Program, which provides customers a seamless upgrade path and the industry’s best investment protection. Oracle Solaris Legacy Containers allows older Oracle Solaris environments to be brought forward onto latest generation hardware to provide power, cooling and footprint consolidation savings. OPN members can find Oracle Solaris tools and resources in the Oracle Solaris Knowledge Zone, including Oracle Solaris Ready, Oracle Solaris 11 Specialization and Oracle Solaris Development Initiative. The Oracle Solaris Remote Lab now provides a secure cloud environment for OPN members to test and validate their applications with Oracle Solaris 11 in SPARC and x86 virtual environments. Supporting Quotes “Oracle recommends Oracle Solaris 11 for all UNIX®-based Oracle implementations. Oracle Solaris 11.1 delivers over 300 new performance and feature enhancements and is engineered together with Oracle Database, middleware, applications to increase performance, streamline management and automate support for Oracle deployments,” said John Fowler, executive vice president, Systems, Oracle. “The combination of the secure, highly available capabilities of Oracle Solaris Cluster 4.1 and the built-in virtualization of Oracle Solaris 11.1 helps customers bring their most mission-critical applications into a cost effective, agile cloud environment and delivers extreme availability for enterprise applications.” “Clients are looking for ways to reduce the complexity of systems management while enabling Platform as a Service (PaaS) & Software as a Service (SaaS) clouds,” says Lee Diamante, solutions architect, Systems Computing Solutions at Forsythe. “The value of Oracle Solaris 11 is that it maintains all the enterprise-class features expected with a mission-critical OS, while bringing in new, innovative technologies. Forsythe has a long and rich history of delivering customer solutions on Oracle Solaris systems. This is why we are excited about the Solaris 11.1 release.” “Oracle is making it much easier for partners like Informatica to gain access to their software with the new testing environments; shrinking the time to measurable results and value,” said Julie Lockner, vice president, ILM, Informatica. “With the release of Oracle Solaris 11.1 Informatica customers now have access to mission critical deployments across major industries, with an environment of high performance and high availability. With all the new feature enhancements, we look forward to making the Informatica Platform certified on the Oracle Solaris 11 product family.”

solaris oracle 移机,在 Solaris 11安装Oracle 11g

Solaris 11安装Oracle 11g系统环境: Solaris 11 Express x86 and SPARCoracle版本:Oracle 11g Release 2安装过程分以下四个步骤一,安装准备二,下载安装三,相关设置四,常见错误一,安装准备1,创建oracle用户以root用户登录,创建oracle用户以及其所属的dba组su -# groupadd dba# group...

weixin_39706491的博客 308

oracle solaris 11用u,前言 - 安装 Oracle Solaris 11 系统

前言《安装 Oracle Solaris 11 系统》提供了使用以下任一方法安装和配置 Oracle Solaris 操作系统 (operating system, OS) 的说明:Oracle Solaris LiveCD 安装程序Oracle Solaris 交互式文本安装程序Oracle Solaris 自动化安装程序 (Automated Installer, AI) 功能Oracle S...

weixin_36468140的博客 367

solaris oracle 移机,solaris 11安装oracle 11g 与 11g RAC

1、To Find Swap, RAM, and OS Version对于 Solaris 操作系统,查看 Swap, RAM, and OS Version 的方法:swap -l/usr/sbin/prtconf | grep -i memoryuname -r2、To Determine the Unix Kernel ParametersSolaris/etc/systemCOMMAND ...

weixin_33505417的博客 290

Oracle Solaris 11.4安装桌面/gdb

1. 说明 该文承接上文Solaris 11.4安装,映像包管理系统(IPS)搭建。 Solaris 11.4的text版本安装后没有桌面,需要配置个IPS安装桌面,为了使用图形化界面安装oracle。 关于IPS的配置,参考Solaris 11.4安装,映像包管理系统(IPS)搭建。 2. 挂载镜像 我的镜像是IPS搭建时候生成的。 [root@solaris:/soft]# lofiadm -...

PiscesCanon的博客 3012

【免费下载Solaris 8-11 ISO镜像下载

Solaris 8-11 ISO镜像下载下载地址】Solaris8-11ISO镜像下载 - **Solaris 8 ISO镜像**:适用于需要运行Solaris 8版本的用户。- **Solaris 9 ISO镜像**:适用于需要运行Solaris 9版本的用户。- **Solaris 10 ISO镜像**:适用于需...

gitblog_06630的博客 1233
上一篇: Oracle Solaris 11管理:常见任务
下一篇: oracle 11G 11.2.0.1.0使用exp无法导出空表的解决办法
xyz846
博客等级 码龄23年 187粉丝 76原创
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值