Platform solaris, Oracle10202ErrorInformation: Terminate output from the derivative process.Information :----------------------------------Information: An exception occurs during the operation: makeException error name: MakefileExceptionException error string: an error occurs when the target 'client _ sharedlib 'of makefile'/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk 'is called. See '/u01/app/oracle/oraInventory/logs/installActio
After solaris 10 u10 is installed in vmware 9, although the nic and its type have been specified for solaris In the virtual machine configuration, only lo0 can be seen in the solaris system, no desired e1000g0 found.
The solution is as follows:
1. Open Solaris 10.vmxand find the following content:
Ethernet0.prese
F3jlinux Alliance
5. How to adjust the resolution and refresh frequency of X-window? F3jlinux Alliance
Log on to the character interface and run: #/kdmconfig f3jlinux Alliance
F3jlinux Alliance
6. How to Use optical and soft drive? F3jlinux Alliance
Generally used: f3jlinux Alliance
#/Etc/init. d/volmgt start f3jlinux Alliance
# Volcheck f3jlinux Alliance
The above method does not work. Use: f3jlinux Alliance
#/Etc/init. d/volmgt stop f3jlinux Alliance
# Mount-F hsfs-O ro/dev/DSK/c0t6d0s0/CDROM
1, the development of C program necessary tools and settings
A,development tools under Solaris
Developing the C application under Solaris, the default development environment is Sun Studio. Currently, Sun Studio 11 is the Sun's newest C/c++/fortran development tool, which has been installed on the UNIX Experience Center server, which we can use directly. In Sun Studio, the C program's compiler tool name i
Not every place running Solaris operating System has the resources to backup the solution, and they don't even need those resources, such as expensive tape-changer, tape library, or Tape Silo. What is usually needed is a backup or ufsdump of the root file system, an important database, or a small development entry code. In these cases, external devices such as SCSI DDS tape drives are usually sufficient.
The following information is useful for config
A few days ago, I consolidated Apache and PHP on Solaris 10, where I encountered some problems and representativeness, documenting the processes and processes involved, in the hope of helping.
Unlike Solaris 9, Solaris 10 has been installed by default the GNU development tool (Gcc,make, and so on). However, the default environment variable does not set the relev
Install VMware Tools in a Solaris Guest
before you begin, make sure the virtual machine was powered on and the guest operating system is running.
To install the VMware Tools in a Solaris guest
1
On the host, select VMs > Install VMware Tools.
If An earlier version of VMware Tools are installed, the menu item is Update VMware tools. If the current version was installe
OpenSSL introduction and compilation steps on Windows, Linux, and Mac systems
OpenSSL Introduction: OpenSSL is a powerful Secure Socket Layer password library, which includes major cryptographic algorithms, common keys, certificate encapsulation management functions, and SSL protocols, and provides a wide range of applications for testing or other purposes.
SSL i
In the past, the UNIX operating system contained a set of services, which were software programs that were not associated with any interactive user logon, used to listen and respond to requests for specific tasks such as sending e-mail messages, responding to FTP requests, or allowing remote commands to be executed. These traditional services are usually separate applications that execute as a single process, start when the system boots, and continue to execute at system startup and runtime to h
Original from: http://liujy1111.blog.163.com/blog/static/49739712008842372293/
However, I follow the steps above, the HTTPS service does not start, always prompts the certificate file does not exist or the format is illegal. It's been a long time, finally, here's a summary.
Environmental information:
Software Version Installation path
Tomcat apache-tomcat-7.0.11 d:/tomcat/apache-tomcat-7.0.11
OpenSSL OpenSSL
How can we perform a valid solaris static route? What should I pay special attention to When configuring solaris Static Routing? Next we will give a comprehensive explanation of these issues. We all know that to add a default route in solaris, you only need to edit the vi/etc/defaultrouter file. The content is your default gateway.
The command route can be used t
Solaris System Security reinforcement list ps: as many Solaris Security reinforcement lists are old, the Solaris System reinforcement list summarized in the following documents and practices will inevitably affect the service) and errors and deficiencies, I hope you will not hesitate to enlighten me that it was a Word document and the format will be messy after i
Transferred from:
Http://www.sun.com/bigadmin/content/submitted/change_hostname.jsp#overview
Changing a Host Name or IP Address on the Solaris OS
Ross Moffatt, August 2007.
Contents
Overview
Option 1: Usingsys-unconfig
Option 2: Editing Files
About the Author
Overview
This tech tip shows how to change the host name or IP address of a system running the Solaris OS.
This information is sourced in part
Label:Reference: http://blog.csdn.net/nemo2011/article/details/8183326 Solaris Adding a new hard disk http://blog.163.com/[email protected]/blog/static/35166181200942351523927/ in oracle10 Summary of installation under Solaris system ?? http://blog.163.com/[email protected]/blog/static/35166181200942351523927/ Solaris10 installed on - bit Oracle9201?? ?Preparatory work:PATHBy completing the abo
From: http://liujy1111.blog.163.com/blog/static/49739712008842372293/
However, when I follow the steps above, the HTTPS service will not start, and the certificate file will always be prompted that it does not exist or the format is invalid. After a long time, I finally got it done. Here I will summarize it.
Environment Information:
Software Version installation path
Tomcat APACHE-Tomcat-7.0.11 D:/tomcat/Apache-Tomcat-7.0.11
OpenSSL 0.9.8k 25 Mar 2
Directory
• Introduction
• Compile
• Run openssl.exe
• Algorithm Programming API
•Introduction
OpenSSL is a widely used open-source SSL implementation. Because various encryption algorithms are implemented for SSL, OpenSSL is also a widely used encryption function library.
1.1 SSL
The SSL (Secure Socket Layer) security protocol was first proposed by Netscape to protect the HTTP Communication (https) betwe
Oracle 10g runs scripts automatically under solaris 10, Solaris 10 uses SMF service management facilities) to centrally manage various systems and network services, the purpose is to reduce the difficulty of system management and the probability of system errors.
Practice has shown that it is still very troublesome to configure and manage services through the SMF management platform. For example, to configu
Article Title: configure the Samba server for Solaris. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
This article describes how to use SAMBA to share files between Solaris and Windows.
I. Overview
Samba provides file and printer sharing services between Unix and Window
Article Title: A Preliminary Study on the Profile permission Control System of Solaris. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Commands such as pfexec of Solaris are strange. I didn't understand how to use them. I checked that it was a new permission management
How to port programs containing flock to Solaris
Author: BadcoffeeEmail: blog.oliver@gmail.comBlog:Http://blog.csdn.net/yayong2005Year5Month
A friend's Linux source program contains the following calls:Flock (FD, lock_un)
There is no problem in compiling with GCC on Linux. But when compiling on Solaris, an error occurs: Error: 'lock _ ex' undeclared (first use in this function)Obviously, this is because th
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.