Sponsored Content
Full Discussion: Jumpstart ZFS root issue
Operating Systems Solaris Jumpstart ZFS root issue Post 302502828 by DukeNuke2 on Wednesday 9th of March 2011 02:57:09 AM
Old 03-09-2011
ok. which property do you try to set?

Code:
ERROR: Setting property on pool rpool failed

 

10 More Discussions You Might Find Interesting

1. Solaris

Jumpstart: creating zfs filesystems

Is it possible to create zfs pools and filesystems using the profile file in jumpstart? edit to add: using Solaris 10 Release 11/06 (1 Reply)
Discussion started by: dangral
1 Replies

2. Solaris

zfs root flash archive issue

I have created a flash archive from a Ldom on T5220 with zfs root solaris 10_u8. But after creation of flar the info shows the content_architectures=sun4c,sun4d,sun4m,sun4u,sun4us,sun4s but not sun4v due to which i 'm unable to install this flash archive on another Ldom on the same host. Is... (0 Replies)
Discussion started by: fugitive
0 Replies

3. Solaris

Live upgrade issue with ZFS Root

I have created a solaris10 update9 zfs root flash archive for sun4v environment which i 'm tryin to use for upgrading solaris10 update8 zfs root based server using live upgrade. following is my current system status lustatus Boot Environment Is Active Active Can Copy Name Complete Now... (0 Replies)
Discussion started by: fugitive
0 Replies

4. Solaris

Jumpstart issue

Keep getting this message after system identification portion. Search complete. Discovering additional network configuration... Completing system identification... Starting remote procedure call (RPC) services:Assertion failed: *count <= max, file ns_dns_misc.c, line 189 Abort - core dumped... (0 Replies)
Discussion started by: soupbone38
0 Replies

5. Solaris

Jumpstart with ZFS root install

Has anyone tried Jumpstart with installing a ZFS root pool? I have read the docs (Custom Jumpstart and Advanced Install Guide(doc:821-1911);Network-Based Installations(doc:821-1909)). My issue is that I get prompted for information each time I boot the client system. My goal is to get the... (8 Replies)
Discussion started by: bluescreen
8 Replies

6. Solaris

ZFS root Issue

I jumpstarted a solaris sun4u box from WANboot and it completed but while coming up it gives following error and panics Use is subject to license terms. NOTICE: zfs_parse_bootfs: error 48 Cannot mount root on rpool/47 fstype zfs panic/thread=180e000: vfs_mountroot: cannot mount root ... (0 Replies)
Discussion started by: fugitive
0 Replies

7. Solaris

ZFS and jumpstart

I am building a new server on sol10_X86. I am new to ZFS, this will be one of the first systems to use it. I would like to have /opt /usr and a /u01 as separate file systems from the main ZFS pool. I know that this goes against the basic idea of ZFS, but this is so I can restrict the size/usage... (1 Reply)
Discussion started by: robsonde
1 Replies

8. Solaris

Migration of system having UFS root FS with zones root to ZFS root FS

Hi All After downloading ZFS documentation from oracle site, I am able to successfully migrate UFS root FS without zones to ZFS root FS. But in case of UFS root file system with zones , I am successfully able to migrate global zone to zfs root file system but zone are still in UFS root file... (2 Replies)
Discussion started by: sb200
2 Replies

9. Solaris

Issue with jumpstart install

I've followed a few guides and have what appears to be a working jumpstart server. I can PXE boot a bare system, it gets an IP and launches the installer. However, it takes me to the screen: SunOS Release 5.10 Version generic-147148-26 64 bit Copyright (c) 1983, 2013, Oracle and/or its... (1 Reply)
Discussion started by: jnojr
1 Replies

10. Solaris

Flash Archive Jumpstart with multiple ZFS Pools

Hi, I'm trying to get a Flash Archive Jumpstart Running with ZFS Filesystem. For Testing I set up a VirtualBox VM with 2 Disks attached. On the first disk I have the ZFS root pool, on the second Disk I have some more ZFS Pools which I use for 2 additional Zones I've set up. Restoring works fine if... (1 Reply)
Discussion started by: NoelzeN
1 Replies
XSetSizeHints(3X11)													       XSetSizeHints(3X11)

Name
       XSetSizeHints, XGetSizeHints - set or get window size hints

Syntax
       XSetSizeHints(display, w, hints, property)
	     Display *display;
	     Window w;
	     XSizeHints *hints;
	     Atom property;

       Status XGetSizeHints(display, w, hints_return, property)
	     Display *display;
	     Window w;
	     XSizeHints *hints_return;
	     Atom property;

Arguments
       display	 Specifies the connection to the X server.

       hints	 Specifies a pointer to the size hints.

       hints_return
		 Returns the size hints.

       property  Specifies the property name.

       w	 Specifies the window.

Description
       The  function  sets the structure for the named property and the specified window.  This is used by and and can be used to set the value of
       any property of type WM_SIZE_HINTS.  Thus, it may be useful if other properties of that type get defined.

       can generate and errors.

       returns the structure for the named property and the specified window.  This is used by and It also can be used to retrieve  the  value	of
       any  property  of  type WM_SIZE_HINTS.  Thus, it may be useful if other properties of that type get defined.  returns a nonzero status if a
       size hint was defined or zero otherwise.

       can generate and errors.

Diagnostics
       The server failed to allocate the requested resource or server memory.

       A value for an Atom argument does not name a defined Atom.

       A value for a Window argument does not name a defined Window.

See Also
       XSetClassHint(3X11), XSetCommand(3X11), XSetIconName(3X11), XSetIconSizeHints(3X11),  XSetNormalHints(3X11),  XSetStandardProperties(3X11),
       XSetTransientForHint(3X11), XSetWMHints(3X11), XSetZoomHints(3X11), XStoreName(3X11)
       Guide to the Xlib Library

															       XSetSizeHints(3X11)
All times are GMT -4. The time now is 10:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy