cancel
Showing results for 
Search instead for 
Did you mean: 

jnbSA

nike_new
Level 6

 sudo ./jnbSA

        Starting administration console version 7.5.
        The log file for this execution instance is
        /usr/openv/netbackup/logs/user_ops/nbjlogs/jbp.root.jnbSA.29745.log


DISPLAY environment variable is set to:
Console was started on:
        SunOS lonbck101 5.10 Generic_147147-26 sun4v sparc sun4v

Command line options were:
        ./jnbSA

Starting administration console version 7.5.

LANG=iso_8859_1
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=iso_8859_1

java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02, mixed mode)

java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
        at java.awt.GraphicsEnvironment.checkHeadless(Unknown Source)
        at java.awt.Window.<init>(Unknown Source)
        at java.awt.Frame.<init>(Unknown Source)
        at javax.swing.JFrame.<init>(Unknown Source)
        at vrts.common.utilities.CommonFrame.<init>(CommonFrame.java:75)
        at vrts.common.utilities.CommonFrame.<init>(CommonFrame.java:70)
        at vrts.nbe.BaseNBEFrame.<init>(BaseNBEFrame.java:83)
        at vrts.nbe.LoginFrame.<init>(LoginFrame.java:228)
        at vrts.nbe.JavaPresentationLayer.initiateLogin(JavaPresentationLayer.java:150)
        at vrts.nbe.AdminConsole.main(AdminConsole.java:57)

 

 

NBU 7.5

 

Solaris

1 ACCEPTED SOLUTION

Accepted Solutions

mph999
Level 6
Employee Accredited
I have explained how to do it in my first post. There are plenty of examples via Google. You are much better off by running the Java console on your windows system. jnbSA exported via an x-server does not always work well,, for example the mouse actions can be problemtic - this is not due to NBU, but the way the x-server works.

View solution in original post

11 REPLIES 11

rk1074
Level 6
Partner

U seems to be running on ur master server CLI

there is no DISPLAY value in ur envoirnment:

DISPLAY environment variable is set to:

You  can confirm the same via echo@DISPLAY command

I believe this will work only if you are using X server

 

Try installing the Netbackup java in ur local system and edit the auth.conf file at /usr/openv/java/auth.conf with the user name


 

mph999
Level 6
Employee Accredited
You have to be running an x serer on the windows machine you wat the display to appear on, for examp, Exceed or Xming. You set the display o the unix of linux bos to be the ip of the windows box. eg export DISPLAY=10.10.235.41:0.0

Nicolai
Moderator
Moderator
Partner    VIP   

revarooo
Level 6
Employee

You are obviously running jnbSA from a Solaris system. Do you want it to be displayed on thre Solaris system (assuming you are running a Window Manager?

 

If so:

export DISPLAY=<hostname:0>        (where hostname is your servers hostname)

./jnbSA &

 

nike_new
Level 6

So what I can do so that NBU console comes up asking for id and password.

jnbSA allows admin console on unix platform.

 

Why I am getting error here mates?

mph999
Level 6
Employee Accredited
You have to login to the java console - on unix it woud be root and then the root passwd

nike_new
Level 6

This is my master server where i am running my command..I need to have admin console open up  from this command.

revarooo
Level 6
Employee

WHERE do you want the console to come up? On a Windows system or on your Solaris system?

nike_new
Level 6

when i m running the command,it shud open up in the windows system

revarooo
Level 6
Employee

So do you have Exceed or some other X-Windowing system running to allow a remote graphic to be displayed on your Windows PC? If not, then just install the Java GUI software from a Windows NetBackup installation CD - much easier if you're not sure about setting up X-Display

mph999
Level 6
Employee Accredited
I have explained how to do it in my first post. There are plenty of examples via Google. You are much better off by running the Java console on your windows system. jnbSA exported via an x-server does not always work well,, for example the mouse actions can be problemtic - this is not due to NBU, but the way the x-server works.