[zfs-discuss] Re: ZFS gui to create RAID 1+0 pools

2006-12-13 Thread Stephen Talley
Hi Neal,

Currently the GUI requires you to add sides to a mirror as an
additional step.

Steve

Neal Weiss wrote:

> I would like to create the following pool using the zfs gui:
>
> zpool create tank mirror c0t7d0 c1t7d0 mirror c4t7d0 c5t7do mirror
> c6t7d0 c7t7d0
>
> The gui does not seem to let me create multiple vdevs in a pool at
> the same time.  I know I can go back and add the mirrors later on,
> but I would like to do this with all at once.
>
> thanks in advance neal weiss


pgpZULczcwgEa.pgp
Description: PGP signature
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


[zfs-discuss] Re: [Fwd: Queston: after installing SunMC 3.6.1 ability to view the ZFS gui has disappeared]

2006-09-25 Thread Stephen Talley
Arlina,

The ZFS GUI runs within the Java Web Console, so there is no port
conflict.

My guess is that the Java Web Console was upgraded to version 3.0.x,
which breaks the ZFS GUI.  Run "pkginfo SUNWmcon" to verify.

The bug ID for this is:

6473968 ZFS GUI does not function under Lockhart 3.0 in s10u3

The contact for this bug is Venkata Madhabhaktula
([EMAIL PROTECTED]).

Steve

Arlina Goce-Capiral wrote:

> I'm forwarding this inquiry to this alias as well just in case somebody
> can suggests or provide any informations.
>
> Thank you in advance,
> Arlina-

> Date: Thu, 21 Sep 2006 11:12:02 -0600
> From: Arlina Goce-Capiral <[EMAIL PROTECTED]>
> Subject: Queston: after installing SunMC 3.6.1 ability to view the ZFS gui has
>   disappeared
> To: [EMAIL PROTECTED], [EMAIL PROTECTED]
>
> Customer opened a case with an issue regarding the ability of the ZFS
> gui which disappeared
> under the menu storage. This is after loading the SunMC 3.6.1.
>
> More informations from customer's email below:
>
> 
> Yes, I just installed Solaris 10 6/06 on an Ultra 25 for testing, we'll
> be using ZFS on an E2900 very soon.
>
> I was evaluating the zfs and was looking into the SMC as well for zone
> management and loaded SMC on to the Ultra 25.
>
> When I started up the below link for zfs, java web console started up in
> it's place.
>
> Under the menu storage should have ZFS underneath it, but it wasn't
> there, only Solaris Container Manager.
>
> As for the SMC installation I took the defaults except for snmp.
>
> The disks show up via command line, however, the problem is this. The
> ZFS gui management tool and the sun management center gui both use port
> 6789 as the java web console.
>
> After I installed SunMC, the ability to view the zfs gui has disappeared.
> I thought you could do all the above from the web port 6789, but SunMC
> seems to have 'overwritten' the zfs management gui.
>
> Any ideas?
> =
>
> TIA,
> Arlina
>
> NOTE: Please email me directly as i'm not on this alias.


pgp6vUksLK87G.pgp
Description: PGP signature
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


[zfs-discuss] Re: ZFS web admin - No items found.

2006-08-24 Thread Stephen Talley
Bill wrote:

> Hi, experts,
>
> I install Solaris 10 06/06 x86 on vmware 5.5, and admin zfs by
> command line and web, all is good. Web admin is more convenient, I
> needn't type commands. But after my computer lost power , and
> restarted, I get a problem on zfs web admin
> (https://hostname:6789/zfs).
>
> The problem is, when I try to create a new storage pool from web ,
> it always shows "No items found" , but in fact there are 10
> harddisks available.
>
> I still can use zpool/zfs command line to create new pool, file
> system, volumes. the command way works quickly and correctly.
>
> I have tried to restart the service (smcwebserver),  no use.
>
> Anyone have the experience on it, is it a bug?

ZFS may believe the disks are in use.  What is the output of (as root)
"/usr/lib/zfs/availdevs -d"?

Thanks,

Steve


pgp8QDdCfubjZ.pgp
Description: PGP signature
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


[zfs-discuss] Re: ZFS Web Administration Tool

2006-08-02 Thread Stephen Talley
From talking with the web console (Lockhart) folks, this appears to
be a manifestation of:

6430996 The SMF services related to smcwebserver goes to maintainance
state after node reboot

This will be fixed in build 46 of Solaris Nevada.

Details, including workaround:

> I believe this is Lockhart 3.0.1.  You may be hitting a known
> problem (I think, based on the SVC log messages).  The problem
> arises when the system is stopped without explicitly stopping the
> Lockhart console thats running.  This leaves some bad config files
> leftover that prevent the next start from determining if the web
> server process gets started.  This then results in returning a fatal
> error to the SMF restarter; and you are in maintenance mode.
> Clearing does not help as long as the bad files are left around.
>
> Sometimes things are a bit more complicated; we sometimes fail to
> stop the server process and it hangs around.  This also prevents
> restart.  The documented workaround for this is:
>
> 1) Stop the console before rebooting the OS
>
> 2) If cannot do (2), then after reboot (if things fail)
>
>svcadm disable system/webconsole:console
>ps -ef | grep noaccess | grep server
>kill  // If ps finds a process
>rm -f /var/webconsole/tmp/console_*.tmp
>smcwebserver start
>
>smcwebserver enable   // If need to start on reboot

Thanks,

Steve

Ron Halstead wrote:

> Why does the Java Web Console service keep going into maintenance mode? This 
> has happened for the past few builds (current is nv44). It works for a day or 
> so after a new install then it breaks. Here the the symptoms:
>
> sol11:$ svcs -x
> svc:/system/webconsole:console (java web console)
>  State: maintenance since Wed Aug 02 08:33:26 2006
> Reason: Start method exited with $SMF_EXIT_ERR_FATAL.
>See: http://sun.com/msg/SMF-8000-KS
>See: smcwebserver(1M)
>See: /var/svc/log/system-webconsole:console.log
> Impact: This service is not running.
>
> sol11:$ tail /var/svc/log/system-webconsole:console.log
> (machine has just booted).
> [ Aug  2 08:33:06 Executing start method ("/lib/svc/method/svc-webconsole 
> start") ]
> Sun Java(TM) Web Console status can not be determined.
> Run "smcwebserver stop" to make sure the server has stopped.
> [ Aug  2 08:33:26 Method "start" exited with status 95 ]
>
> I've run smcwebserver stop and svcadm clear svc:/system/webconsole:console 
> then svcadm enable webconsole and get the same results.
>
> The Java Web Console works perfectly on Solaris 10 6/06.
>
> Ron Halstead
>
>
> This message posted from opensolaris.org
> ___
> zfs-discuss mailing list
> zfs-discuss@opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


pgph9HC6rgoH5.pgp
Description: PGP signature
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] ZFS Web administration interface

2006-05-22 Thread Stephen Talley
Hi Bob,

The Lockhart application console, in which the ZFS web application
sits, was uprev'ed from 2.2.x to 3.0 in build 37.  We did not receive
any notice of this from the Lockhart team until bugs started coming in
against the ZFS GUI.

Since then the ZFS GUI has been ported to the new Lockhart 3.0
architecture, and has been put back into build 40.  Let us know if you
still see problems from that point.

Thanks,

Steve

Bob Miller wrote:

> I don't seem to have access to the web administration interface. It
> worked fine up to svn_B37, but B38 and B39 don't appear to have it
> deployed. I can start the web console server "/usr/sbin/smcwebserver
> start" and log in as root but ZFS does not appear in the list of
> applications. Is there something additional I need to do?
>
> This message posted from opensolaris.org


pgpJRY89u8N7C.pgp
Description: PGP signature
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss