ZFS GUI does not work


 
Thread Tools Search this Thread
Operating Systems Solaris ZFS GUI does not work
# 1  
Old 03-14-2007
Question ZFS GUI does not work

Hi there,

I recently discovered the ZFS GUI and wanted to try it out. Smilie
The login page works and also the next page. But if I choose "ZFS Administration", the page stays blank and the browser reports an error:

Pictures:
ImageImageImage

I tested it from my client with "Internet Explorer", but it doesn't work either if I try it directly on the machine with Mozilla. The page stays blank as well, but without the browser error.

I tested the following:

https://<hostname>:6789 (remote)
https://<IP-Adresse>:6789 (remote)
https://<hostname>:6789 (local)
https://<IP-Adresse>:6789 (local)
https://localhost:6789 (local)

I'm on Solaris 10 11/06 (SPARC) and the necessary package SUNWzfsg is already installed.

Code:
# pkginfo | grep SUNWzfsg
application SUNWzfsgr                        ZFS Administration for Sun Java(TM) Web Console (Root)
application SUNWzfsgu                        ZFS Administration for Sun Java(TM) Web Console (usr)

Any ideas?
# 2  
Old 03-15-2007
Only thing in docs.sun.com is to add /zfs to the end of the url.

And if you typed the appropriate URL and can't reach ZFS Admin console, the server may not be started (start with /usr/sbin/smcwebserver start). I didn't find anything on troubleshooting the web interface.
# 3  
Old 03-15-2007
fyi....

just as an fyi, that smc is really glitchy (from my experience)....so keep that in mind if you will be using it to admin related work.
# 4  
Old 03-16-2007
The smcwebserver is already started. But if I stop and start it again, the following occurs in /var/adm/messages:
Code:
Mar 16 17:58:38 ultra60 java[11595]: [ID 807473 user.error] pkcs11_softtoken: Keystore version failure.

I also verified the JRE versions on SPARC and Windows.
SPARC is JRE 1.5.0_07b03 and Windows 1.4.2_13-b06 - but it doesn't work either.
# 5  
Old 05-09-2009
A bit late, but hope this helps./

Copied from Sun Forum:
General Solaris 10 Discussion - Sol10 10/08 ZFS Webconsole dosnt work ?


First, S10u6 has a different security setting when the server communicates to the outside world.

Run this:

# svccfg -s svc:/system/webconsole setprop options/tcp_listen=true; smcwebserver restart

Now log on to the console: https://<server_name>:6789

If you do not see the ZFS Administration GUI showing there, do this:

# wcadmin deploy -a zfs -x zfs /usr/share/webconsole/webapps/zfs ; smcwebserver restart

Now you should be able to see the GUI. Install this patch if you see a JVM crash. This will happen if you have at least one zpool configured in the system. Thus, it also happens to servers that use ZFS as their root file system.

For S10 - SPARC,

#141104-01: SunOS 5.10: ZFS Administration Java Web Console Patch

For S10 - x86,

#141105-01: SunOS 5.10_x86: ZFS Administration Java Web Console Patch


Run "patchadd" to install the patch. Make sure you restart the web console by running "smcwebserver restart".
# 6  
Old 05-10-2009
Why would you use a GUI for zfs?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

Python gui or C++ gui or java gui?

python gui or c++ gui or java gui? and when to use etch one? (1 Reply)
Discussion started by: kaja
1 Replies

2. Solaris

Is there any GUI or web ui to administrate zfs/zpool

HI, Is there any GUI or web ui to administrate zfs/zpool. i want to monitor/expand/migrate zfs from one machine to another machine (0 Replies)
Discussion started by: bentech4u
0 Replies

3. IP Networking

Discussion at work, would a router work pluging a cable in wan1 and lan1?

hi all. and sorry for the random question, but this sparkled a raging flame-war at work and i want more points of view situation a router, with linux of some sort, dhcp client requesting for ip in wan1 (as usual with wan ports) dhcp server listening in lan1, and assigning ip (as usual... (9 Replies)
Discussion started by: broli
9 Replies

4. Shell Programming and Scripting

My script work on Linux but not work in sunos.

My script work on Linux but not work in sun os. my script. logFiles="sentLog1.log sentLog2.log" intial_time="0 0" logLocation="/usr/local/tomcat/logs/" sleepTime=600 failMessage=":: $(tput bold)Log not update$(tput rmso) = " successMessage="OK" arr=($logFiles)... (7 Replies)
Discussion started by: ooilinlove
7 Replies

5. IP Networking

NIC will not work, but it did work.

I have a client machine that was built and loaded with SCO UNIX 2.1.3, (yes it is old). The machine worked fine on the closed network that I tested on in my shop. I then had to change it to the network that it would be connected to. Below is the host file, router and subnet mask file that I usually... (0 Replies)
Discussion started by: NC user
0 Replies

6. Solaris

ZFS

Hi, I need some advice please. I have this server with a couple of zpools, lets call them pay_serv ukb_pool There are two zones attached to these pools. When I do a zfs list I see this pay_serv 8.41G 265G 8.41G /pay_serv ukb_pool 79.8G 194G 23K /ukb_pool ukb_pool/temp_ps 9.11G... (4 Replies)
Discussion started by: giles.cardew
4 Replies

7. Solaris

ZFS

what are all the advantages of ZFS comparing to UFS SVM what is the use of creating file system in a file system in ZFS (15 Replies)
Discussion started by: dinu
15 Replies

8. Shell Programming and Scripting

Running a GUI without GUI

I was wondering if it is possible to run a GUI window (say Firefox) without actually showing up the window on the desktop but still make it do its own regular stuff (like maybe do something via the command line). Sorry if its a dumb question. Thanks (3 Replies)
Discussion started by: Legend986
3 Replies

9. UNIX for Dummies Questions & Answers

Script doesn't work, but commands inside work

Howdie everyone... I have a shell script RemoveFiles.sh Inside this file, it only has two commands as below: rm -f ../../reportToday/temp/* rm -f ../../report/* My problem is that when i execute this script, nothing happened. Files remained unremoved. I don't see any error message as it... (2 Replies)
Discussion started by: cheongww
2 Replies

10. UNIX for Dummies Questions & Answers

If a is windows gui ( client), b is a unix gui ( Server for a) and c is a shell scrip

Hello all, 1) I want to have a GUI application that will call Unix shell scripts, 2) that GUI application should be able to reside on windows ( if possible) and then call Unix shell script either directly or through a server residing on unix. That is for example. If a is windows gui (... (1 Reply)
Discussion started by: hchivukula
1 Replies
Login or Register to Ask a Question