Sponsored Content
Full Discussion: Container
Operating Systems Solaris Container Post 302605747 by gull04 on Thursday 8th of March 2012 11:45:39 AM
Old 03-08-2012
There is no difference between a zone and a container - they are the same thing!
 

10 More Discussions You Might Find Interesting

1. Solaris

LDOM vrs Container

Does anyone know the difference between a Logical Domain and a Container ? Both seem to be virtualisation technologies from Sun. Also I know a Domain can have containers within it but I don't see the point (4 Replies)
Discussion started by: jimthompson
4 Replies

2. Solaris

Solaris 8 Container Error

Log File: /var/tmp/server1.install.18730.log Source: /vmpool/tmp/server1.flar Installing: This may take several minutes... Postprocessing: This may take several minutes... Postprocess: ERROR: p2v module S40_setup_preload failed: 0 Postprocess: ERROR: Postprocessing failed. ... (0 Replies)
Discussion started by: cornsnap
0 Replies

3. Solaris

Cannot read MAC in a Zone Container

Hi, I have an app which reads MAC address. I read that Solaris 10 8/07 offers the solution to set MAC address for each container but I cannot find how to do that in any docs I found on Sun :( do you know how ? True that installed I only have Solaris 10 5/08. In a container zone it generates... (3 Replies)
Discussion started by: potro
3 Replies

4. Solaris

Solaris 6 container support

Is solaris 6 container support available ? Say, If I have a machine with Solaris 10 operating system.. Can i install Solaris 6 container on this machine, so that the machine will have Solaris 6 virtual environment... Does sun support Solaris 6 container ? Any ideas over this ? (1 Reply)
Discussion started by: shafi2all
1 Replies

5. Solaris

Swap issue on Container

Dear all, Kindly need your advice on swap issue on my container, SunOS 5.10. We have allocated swap 20GB and memory 8 GB. We have some application installed on the container. A few days ago we experienced a very slow system response...even for command like ls, df -k, etc.. I tried to... (8 Replies)
Discussion started by: sprout009
8 Replies

6. Solaris

Memory usage in a Solaris Container

Hi All, We have a server with Solaris 10 installed. The total memory of the server is 64GB. In order to check the memory info of the server I use "top" utility that gives me total and free memory in real-time. I have also installed a Sun container (non-global zone) on top of parent operating... (4 Replies)
Discussion started by: Slayer
4 Replies

7. Solaris

Solaris container date diference

Hi people, I dont have a real problem, its also a so strange issue. When i connect to my system from a ssh session or telnet normaly from putty and execute the command "date" its show me the correctly time in BRT format for root and all other users. But when i connect from the global... (3 Replies)
Discussion started by: anonymouzz
3 Replies

8. Solaris

solaris zones vs container..

kindly share what are difference b/w solaris zones and containers.... (8 Replies)
Discussion started by: Rajesh_Apple
8 Replies

9. UNIX for Advanced & Expert Users

mdadm container! How does it work

Hi everyone, I am not sure if I understand how mdadm --create /dev/md0 --level=container works? A device called /dev/md0 appears in /proc/mdstat but I am not sure how to use that device? I have 2 blank drives with 1 500GB partition on each. I would like to setup mirroring, but not in the... (0 Replies)
Discussion started by: hytron
0 Replies

10. Ubuntu

Ping a container LXC

Hello, Please, I try to do ping 10.0.3.8 (ip of LXC container) from VMB but it didn't work ! Have you an idea please ? Here is an explanation of what I want do: (red arrow) http://imgur.com/2IzJvXO imgur: the simple image sharer Thanks a lot. Best Regards. (0 Replies)
Discussion started by: chercheur111
0 Replies
Gtk2::Container(3)					User Contributed Perl Documentation					Gtk2::Container(3)

NAME
Gtk2::Container HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
$container->add ($widget) o $widget (Gtk2::Widget) $container->add_with_properties ($widget, ...) o $widget (Gtk2::Widget) o ... (list) list of property name/value pairs integer = $container->get_border_width $container->set_border_width ($border_width) o $border_width (integer) $container->check_resize list = $container->child_get ($child, ...) o $child (Gtk2::Widget) o ... (list) list of property names Returns a list of properties of the child. list = $container->child_get_property ($child, ...) o $child (Gtk2::Widget) o ... (list) Alias for child_get $container->child_set ($child, ...) o $child (Gtk2::Widget) o ... (list) list of property name/value pairs Sets a list of properties on the child. $container->child_set_property ($child, ...) o $child (Gtk2::Widget) o ... (list) Alias for child_set string = $container->child_type list = $container->get_children Returns a list of Gtk2::Widget's, the children of the container. list = $container->get_focus_chain Returns a list of Gtk2::Widgets, the focus chain. $container->set_focus_chain (...) o ... (list) of Gtk2::Widget's, the focus chain Sets a focus chain, overriding the one computed automatically by GTK+. In principle each widget in the chain should be a descendant of the container, but this is not enforced by this method, since it's allowed to set the focus chain before you pack the widgets, or have a widget in the chain that isn't always packed. The necessary checks are done when the focus chain is actually traversed. widget or undef = $container->get_focus_child Since: gtk+ 2.14 $container->set_focus_child ($child) o $child (Gtk2::Widget or undef) adjustment or undef = $container->get_focus_hadjustment $container->set_focus_hadjustment ($adjustment) o $adjustment (Gtk2::Adjustment or undef) adjustment or undef = $container->get_focus_vadjustment $container->set_focus_vadjustment ($adjustment) o $adjustment (Gtk2::Adjustment or undef) $container->forall ($callback, $callback_data=undef) o $callback (subroutine) Code to invoke on each child widget o $callback_data (scalar) Invoke $callback on each child of $container, including "internal" children. Most applications should not use this function. Compare with Gtk2::Container::foreach. $container->foreach ($callback, $callback_data=undef) o $callback (subroutine) Code to invoke on each child widget o $callback_data (scalar) Invoke $callback on each child of $container, ignoring "internal" children. $container->propagate_expose ($child, $event) o $child (Gtk2::Widget) o $event (Gtk2::Gdk::Event) $container->set_reallocate_redraws ($needs_redraws) o $needs_redraws (boolean) $container->remove ($widget) o $widget (Gtk2::Widget) $container->resize_children resizemode = $container->get_resize_mode $container->set_resize_mode ($resize_mode) o $resize_mode (Gtk2::ResizeMode) $container->unset_focus_chain PROPERTIES
'border-width' (Glib::UInt : readable / writable / private) The width of the empty border outside the containers children 'child' (Gtk2::Widget : writable / private) Can be used to add a new child to the container 'resize-mode' (Gtk2::ResizeMode : readable / writable / private) Specify how resize events are handled SIGNALS
add (Gtk2::Container, Gtk2::Widget) remove (Gtk2::Container, Gtk2::Widget) check-resize (Gtk2::Container) set-focus-child (Gtk2::Container, Gtk2::Widget) ENUMS AND FLAGS
enum Gtk2::ResizeMode o 'parent' / 'GTK_RESIZE_PARENT' o 'queue' / 'GTK_RESIZE_QUEUE' o 'immediate' / 'GTK_RESIZE_IMMEDIATE' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::Container(3)
All times are GMT -4. The time now is 02:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy