solaris hypervisor

Discover solaris hypervisor, include the articles, news, trends, analysis and practical advice about solaris hypervisor on alibabacloud.com

Create a zone in Solaris

Create a zone in Solaris (in practice)------------------------------------------------------------------1. Create and configure zone ParametersZonecfg-Z MoCMoC: no such zone configuredUse 'create' to begin creating a new zone.Zonecfg: MOC> Create # create a zoneZonecfg: MOC> set zonepath =/export/home/MOC # Set the directory where the zone file is locatedZonecfg: MOC> set autoboot = true # Set the zone to automatically start when the host is started.Z

In the Solaris system, view the TCP/IP configuration

Modifying TCP/IP configurations in the Solaris system is cumbersome. Local Machine name/etc/Hostname. Pcn0Point to/etc/inet/hosts soft link, record the ing between IP address and machine name/etc/Hosts Point to the soft link of/etc/inet/netmasks, and record the ing between the network address and subnet mask/etc/Netmasks Default Gateway/etc/Defaultrouter # Cd/etc # Ls host * Hostname. ce0 hosts # More hostname * J ** DB # More hosts ## Int

Solaris Command to view memory usage

1> PS-efo pmem, uid, PID, ppid, pcpu, comm | sort-R is implemented using the-O option of the ps command. These options include: user ruser group rgroup uid ruid GID rgid PID ppid pgid Sid taskid ctid pri opri pcpu pmem vsz RSS osz nice class time etime stime zone zoneid f s c lwp nlwp PSR tty ADDR wchan fname comm ARGs the specific meaning of projid project pset can be viewed by man ps. View Solaris memory usage, sort by memory usage PS-efo pmem, uid,

Notes on installing MySQL5 in Solaris

The installation of MySQL5 In the Solaris operating system is based on the official MySQL5.1 Reference Manual section 2.7 "Install MySQL in other Unix-like systems" steps, and the official information is reliable, sort it out for easy reference. Unix:$ Uname-SunOS fs-cluster1 5.8 Generic_108528-13 sun4u iSCSI SUNW, Sun-Fire-280R MySQL:Mysql-5.0.45-solaris8-sparc-64bit.tar.gz 1. Add a logon user and group for mysqld: # Groupadd mysql # Useradd-d/opt/my

Solaris loads the ISO virtual optical drive file

Solaris loads the ISO virtual optical drive file and loads the ISO virtual optical drive file www.2cto.com 1. adds a device file # lofiadm-/... /XXX. iso/dev/lofi/1 # lofiadmBlock Device File/dev/lofi/1 /... /XXX. iso 2. mount this device # mount-F hsfs/dev/lofi/1/mnt uninstall ISO file 1, # umount/mnt note: uninstall the file system. 2. lofiadm-d/dev/lofi/1. Note: delete the device created by lofiadm to view the lofiadm device information: # If lofia

UNIX: SunOS Solaris displays Chinese garbled characters. The securecrt connection correctly displays Chinese characters.

This problem has gradually become clearer, and it was really difficult to get started. Now let's record it and forget it. To sum up, you need to understand the encoding supported by the system, user environment variables Lang, and securecrt Character Set decoding options. 1. First check the Chinese characters supported by Solaris. bash-3.00$ cd /usr/dt/app-defaults/bash-3.00$ lltotal 24drwxr-xr-x 9 root bin 512 Aug 6 2009 .drwxr-xr-x

Create a package installation package on Solaris

Http://blog.csdn.net/Borenbao/archive/2007/02/05/1502780.aspx This article mainly describes how to use pkgadd to read and install the package program on Solaris 2.5, 2.6, and 7.In AnswerBook 2, we will discuss the package process in detail.Describes how to use package.Note: In some of the following steps, you must have the root privilege on your machine to use it.** Select your softwareFind the original program code of the software and download it. R

Solve the problem that the TAR file cannot be large in the Solaris system.

During field work, large files (larger than 8 GB) in the Solaris system cannot be tar, especially when the cold backup of the database is larger than 8 GB of data files, the database backup fails. First, for example, to back up a data file larger than 8 GB to a tape, you must change tar CVF/dev/RMT/0 to tar cvfe/dev/RMT/0, add an uppercase letter e to support operations on files larger than 8 GB tar. 2. Download The tar-1.13.19-sol8-sparc-local.gz

Let your solaris in ls command become color

The directories or files displayed after the default LS is not colored in Solaris, and if you want to make it look like Linux, you need the following steps First, go to www.sunfreeware.com download coreutils-4.5.4-sol9-sparc-local.gz Second, the following 10 steps to complete 1. Color output is a feature of the gun version of LS command, so you have to get this version first, you can download sunfreeware.com here. 2. Install the package using the

Configure MySQL to be taken from under Solaris

Solaris has its own MySQL server, a lot of trouble. When used, only a small configuration can be done. 1. Login system with root user, enter/usr/sfw/bin/mysql_install_db in terminal 2. Create MySQL user and group: # Groupadd MySQL # useradd-g MySQL MySQL # Chgrp-r Mysql/var/mysql # Chmod-r 770/var/mysql # INSTALLF sunwmysqlr/var/mysql d 770 root MySQL 3. Copy the MySQL configuration file to the location you just made # CP/USR/SFW/SHARE/MYSQL/

Expanding the file system on Solaris

Solaris: How to add extra disk and increase ZFS file system spaces 1:request new disk from Storage2:scan for the new disk3:verify the new disk4:lable the new disk5:add the new disk to ZFS pool6:extend the file system ------- 1:once The new disk is provisioned, log in to the global zone and run the following command as root user: Cfgadm-al 2:verify the new disk echo | Format | grep Where the You'll be the disk name 3:lable the new disk:FormatYou'll be

Solaris SAR Command (i) How to check file access

SAR is an important performance detection command under Solaris, and familiarity with this command can detect system performance in a timely manner, and is helpful for system management. Use the SAR command to perform the following tasks: Organize and view data about system activity. Access system activity data based on special requests. Generate automatic reports to measure and monitor system performance and generate special request reports to identi

Changes to the Solaris run level

. Sometimes the system administrator must modify the launch shell script to start a new service. (ii) System operating level 1. Operation Level Description There are 8 system run levels in the Solaris 2.x environment, involving 4 levels: (1) Operation Level 3 Run Level 3 is full multiuser mode. This is the default run level for the system and is also the default state of the system all system processing is performed, file resources are available

oracle11g RAC for Solaris No DHCP, DNS uses scan for connection level load balancing

configure the IP address of the RAC and use the DHCP service to assign IPOracle official recommended Gns+scan method, you can hide the cluster nodes of the IP, the client only through a specific name to access the cluster, do not need to ignore the cluster node increase or decrease or IP changes, but still need to rely on DNS and DHCP services, the client also needs to set a specific DNS address, Multiple points of failure in the actual production environment is not useful.Thus there is a most

Solaris patch description

1. solaris patch Introduction 1.1 The types of patches and the file name of solaris patches are divided into two categories: Point patch and Cluster patch. A) Point Patch: This type of Patch is only a single Patch released for a certain problem or defect. The patches of solaris7, solaris8, and solairs9 are generally *. zip files. 1. solaris patch Introduction 1.1

Sqlplus + rlwrap under Solaris

Http://inthirties.com: 90/thread-1389-1-1.html I have previously written an article about how to use rlwrap in a Linux environment to make the sqlplu console the same as that in Linux. Command history usage. This makes it easier to use sqlplus, which is no different from Linux. Article see http://inthirties.com: 90/thread-1060-1-1.html I used to use this method. If I had to write the previous commands one by one, it would be intolerable. So I found Readline andInstall rlwrap in

Solaris Services Administration Tool: SMF Getting Started Guide

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

Using Python3 under Solaris 10

Typically, only python2.x is used on Solaris 10. If you use Python3, one is http://www.sunfreeware.com get the binary version available, but the site is not available for free download, so we need to compile it ourselves. The first is to download the source code on the Python website, I downloaded the pythob-3.4.3.tgz, which can be used for SPARC and x86 versions. Then the compiler is downloaded, because SUNCC compiler does not support Python, we need

The shminfo_shmmax parameter modified by solaris is invalid.

Environment Introduction: Dual-machine operating system: solaris10 database version: oracle11gR164bit current host name and IP: fly-db2192.168.20.21 current slave host name and IP: fly-db1192.168.20.20 Environment Introduction: Dual-machine operating system: solaris10 database version: oracle11gR164bit current host name and IP: fly-db2192.168.20.21 current slave host name and IP: fly-db1192.168.20.20 Environment Introduction:Dual-host operating system: so

The Solaris hard Drive installation process

1, Zoning Profile: (Take my hard drive for example, only for reference) First primary partition 10G C disk FAT32 format install Windows XP Secondary primary partition 15G idle unallocated ready to leave SOLARIS10 An extended partition is divided into three logical disks: D Disk 24G FAT32 format E-disk 26G FAT32 format F Disk 3G FAT32 format 2. Preparation process: Build a Solaris folder on E disk and then open Sol-10-u2-ga-x86-dvd.iso with Win

Total Pages: 15 1 .... 9 10 11 12 13 .... 15 Go to: Go

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.