Asif Iqbal wrote: > I upgraded my CAM on Sol 10 u2 with 6140. It was on 6.0.x and now I > upgraded to the latest (./Runme.bin -c) > and now I get the following error in the webconsole > > You Do Not Have Access to Any Application > No application is registered with this Sun Java(TM) Web Console, or > you have no rights to use any applications that are registered. See > your system administrator for assistance. > > How do I "re-register" the new CAM? > > > CAM has its own project discussion alias -- [EMAIL PROTECTED] -- which I've set for follow ups.
There should be no need to re-register the CAM app with the console after an upgrade. What user are you logging into the console as? I would do the following to debug this issue: 1. Verify the application is registered with the console. # smreg list -a 2. Verify the appropriate libraries are registered with the console. # smreg list -l 3. Examine the console debug log for any out of the ordinary messages. # less /var/log/webconsole/console/console_debug_log 4. Turn on console tracing, restart the console and login again. Examine the log and note any unusual messages. Tracing should reveal why the user you are login in as is being identified as not having access rights. # smreg add -p -c debug.trace.level=3 # svcadm restart webconsole # tail -f /var/log/webconsole/console/console_debug_log || _______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
