Sponsored Content
Operating Systems Linux Red Hat Looking for equivalent of Solaris containers/zones in RHEL7 Linux Post 303030159 by bakunin on Wednesday 6th of February 2019 06:00:17 PM
Old 02-06-2019
Quote:
Originally Posted by ckmehta
With LXC, Docker, Kubernetes/Docker, something I haven't heard of?
Some time ago i would have added OpenVZ to the list, which is a para-virtualisation solution (basically a sort-of chroot environment, quite like a Solaris zone), but i as far as i know the future of it is (at least for an outsider like me) unclear at the moment. One of the sites i know of that are using it plan to switch over to Docker or may have already done so.

As far as i have seen it in action it looked like a rather mature and good solution and it was very ressource-friendly too.

I hope this helps.

bakunin
 

7 More Discussions You Might Find Interesting

1. Solaris

Clustering Solaris Zones/Containers

Hello everyone. I'm working on a fairly large project at my company and have been looking for some guidance. I just happened to stumble on this forum when looking for help with Solaris, so I'm hoping that you all won't mind me bothering you with my questions. :) Anyway, here goes. Is it... (8 Replies)
Discussion started by: trouphaz
8 Replies

2. Solaris

solaris containers/zones reboot order

Hi, I'm running containers/zones on Solaris 10: SunOS be2900 5.10 Generic_118833-33 sun4u sparc SUNW,Netra-T12 zoneadm list -vc gives: ID NAME STATUS PATH 0 global running / 1 bvsmapp01 running /zones/bvsmapp01 2... (3 Replies)
Discussion started by: jabberwocky
3 Replies

3. Solaris

need help on containers/zones

Hello, I have been using sparc workstations :SUNW,Ultra-5_10 Total 4 such machines. Users use it for mpich programming and all run solaris 8 but I always have hard time maintaining these machines. Authentication for these machines work from solaris 10 using NIS and there are nfs mounts on... (14 Replies)
Discussion started by: upengan78
14 Replies

4. UNIX for Dummies Questions & Answers

What is the equivalent of Solaris snoop in Linux

What is the equivalent of Solaris snoop in Linux I could not find snoop in RHEL (2 Replies)
Discussion started by: santosh149
2 Replies

5. Solaris

solaris equivalent to the linux screen command

hi there is there a solaris equivalent to the linux screen command? (1 Reply)
Discussion started by: milhan
1 Replies

6. UNIX for Dummies Questions & Answers

need solaris /etc/default/fs equivalent file in redhat Linux

contents of /etc/default/fs file in solaris are @:/root !ksh less /etc/default/fs LOCAL=ufs i want to retrieve same LOCAL variable in redhat Linux... any1 knows path of corresponding file in Linux? (0 Replies)
Discussion started by: crackthehit007
0 Replies

7. Solaris

difference between zones and containers

Hi Expects, Can broadly explain difference between Zones and containers. (4 Replies)
Discussion started by: Rajesh_Apple
4 Replies
vzlist(8)							    Containers								 vzlist(8)

NAME
vzlist - show various information about containers SYNOPSIS
vzlist [-a | -S] [-n] [-H] [-o name[,name...] | -1] [-s [-]name] [-h pattern] [-N pattern] [-d pattern] [CTID [CTID ...]] vzlist -L | --list vzlist --help DESCRIPTION
This utility is used for listing containers and their parameters. By default only running containers are listed. If one or more CTIDs are specified, only specified containers are displayed. For the fields that can have many values (e.g. ip), all the values are displayed only for the last (i.e. leftmost) column; otherwise, only the first value is shown. OPTIONS
-a, --all List all containers. -S, --stopped List only not running containers (including the ones with status shown as mounted or suspended). -n, --name Display container names instead of hostnames. -H, --no-header Suppress displaying the header row. -o, --output field[,field...] Display only the specified fields (see Standard fields subsection below). -1 Synonym for -H -octid, i.e. only show container IDs, one per line. -s, --sort [-]field Sort by the value of field (possible arguments are the same as for -o). The - before the field name means sorting in the reverse order. Output filters List of CTs can be further filtered using the following options. For patterns one can use the same wildcards as in shell (i.e. *, ?, and []). Note: to avoid expansion of wildcards by the shell, one have to escape the pattern by either putting it into single quotes (like 'a*a') or by adding a backslash before the wildcard character (like a*a). -h, --hostname pattern List only containers whose hostnames matches the pattern. -N, --name_filter pattern List only containers whose names matches the pattern. -d, --description pattern List only containers with descriptions matching the pattern. Possible fields -L, --list list all available format specifiers that can be used for both output (-o, --output) and the sorting order (-s, --sort). For the user beancounter fields, if suffix is not specified, current usage (a.k.a. "held") value is show. One can also use the fol- lowing suffixes: .m maxheld .b barrier .l limit .f fail counter For the disk quota fields, if suffix is not specified, current usage is shown. One can also use the following suffixes: .s soft limit .h hard limit EXAMPLES
vzlist -o ctid,kmemsize,kmemsize.l -s kmemsize Show CTIDs, kmemsize usage, and kmemsize limit for all running containers, sorted by the kmemsize usage. EXIT STATUS
Returns 0 upon success. COPYRIGHT
Copyright (C) 2000-2011, Parallels, Inc. Licensed under GNU GPL. OpenVZ 4 Jul 2011 vzlist(8)
All times are GMT -4. The time now is 07:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy