Skip to main content

Posts

Showing posts with the label Oracle Solaris

The Future of Oracle SPARC Hardware: Legacy Strengths Amidst a Changing Landscape

 Oracle SPARC processors have been a hallmark of enterprise computing for over two decades, powering mission-critical workloads with exceptional reliability, security, and performance. Designed specifically for Oracle software and engineered systems, SPARC-based servers have long been favored in industries like finance, telecommunications, and government for their rock-solid stability and predictable scalability. But as the IT landscape evolves rapidly—driven by cloud computing, open architectures, and x86 dominance—the future of SPARC hardware is a topic of growing interest and speculation. The Legacy Strengths of SPARC SPARC architecture brought numerous innovations: High throughput and scalability: Optimized for multithreaded database and middleware workloads. Advanced RAS features: Reliability, Availability, and Serviceability designed to minimize downtime. Tight hardware-software integration: Oracle’s engineered systems such as Exadata and SuperCluster leverage S...

Solaris 11.4 pkg publisher error - UnknownSysrepoConfiguration

Recently installation Solaris 11.4 operating environment where the repository was successfully confiured and installed started reporting the following errors when we were trying to install the new packages using the same repository. The following Error message is reported while we are trying to use the locally configured repository: root@ECMDB:~# pkg publisher Traceback (most recent call last):   File "/usr/bin/pkg", line 6702, in handle_errors     __ret = func(*args, **kwargs)   File "/usr/bin/pkg", line 6584, in main_func     api_inst = __api_alloc(mydir, provided_image_dir, pkg_image_used)   File "/usr/bin/pkg", line 1459, in __api_alloc     exact_match=exact_match)   File "/usr/lib/python2.7/vendor-packages/pkg/client/api.py", line 370, in __init__     cmdpath=self.cmdpath)   File "/usr/lib/python2.7/vendor-packages/pkg/client/image.py", line 236, in __init__     progtrack)   File "/usr/...

Oracle Solaris 11.2 text Installation

As you know Oracle released Oracle Solaris 11.2 in 2014. Oracle Solaris 11 is delivered in different medias, but this article demonstrates Installation using the solaris 11.2 text media. Download the software from oracle: http://www.oracle.com/technetwork/server-storage/solaris11/downloads/install-2245079.html - Download he x86 Text Installer. I did this Installation on Virtual Box VM created with the following specs: - use download  media " sol-11_2-text-x86.iso " and poweron virtual machine. - Select "1  Install Oracle Solaris" - press-F2 to continue - Select "local disk" - provide host name - Select manual network configuration if not using DHCP - If you want to configure DNS then select configure DNS and provide DNS server IP address - Select Time Zone based on your region. - Provide root password and create an additional OS account. - Re...