Posts

Showing posts from November, 2012

Solaris 11 usful commands

root@edus007 :~#  beadm list BE        Active Mountpoint Space   Policy Created          --        ------ ---------- -----   ------ -------          solaris   -      -          36.08M  static 2012-11-09 12:48 solaris-1 -      -          699.78M static 2012-11-09 15:27 solaris-2 -      -          700.16M static 2012-11-09 16:29 solaris-3 -      -          700.18M static 2012-11-09 17:13 solaris-4 -      -          22.08M  static 2012-11...

Install Solaris 11 zone

1> On the solaris 11 hosts, always update to latest version before installing the zone(s) root@edus007:/zpool # pkg update root@edus007:/zpool # pkg list -u pkg: no packages have newer versions available root@edus007:/zpool # pkg info -r system/zones           Name: system/zones        Summary: Solaris Zones configuration and administration    Description: The Solaris Zones partitioning technology is used to virtualize                 operating system services and provide an isolated, secure,                 lightweight, and high performance environment for running                 applications.  A zone is a virtualized operating system       ...

Install solaris 10 zone in Solaris 11

Three Steps: 1> Download the Oracle VM Template for Oracle Solaris Zone 10 from OTN at http://www.oracle.com/technetwork/server-storage/solaris11/downloads/virtual-machines-1355605.html 2> Install prerequisites The README file tells you to install the prerequisite Solaris 11 package that implements the Solaris 10 brand. Then you can install instances of zones with that brand. # pkg install pkg:/system/zones/brand/brand-solaris10 Packages to install: 1 Create boot environment: No Create backup boot environment: Yes DOWNLOAD PKGS FILES XFER (MB) Completed 1/1 44/44 0.4/0.4 PHASE ACTIONS Install Phase 74/74 PHASE ITEMS Package State Update Phase 1/1 Image State Update Phase 2/2 That took only a few minut...