Issue with changing policy schedules in Netbackup 5.1 MP5
Updated: 21 May 2010 | 5 comments
When I choose to change a schedule in the Netbackup Administration Console, by clicking on policies, expanding the policy i'd like to modify, clicking on schedules, and right clicking on the schedule in question - choosing change, I get a watch cursor, and nothing happens. I am able to continue working normally in Veritas with the watch icon, but cannot open the schedules for modification. There are no other windows open in the background, and exiting out of the console and restarting it is no help. Has anyone come across this before?
Discussion Filed Under:
Comments
P.S. I'm not sure if the same applies to Unix based servers.
Message Edited by David Rawson on 07-26-200708:44 PM
Let me clarify: Netbackup 5.1 MP5 running on HP_UX 11i version1.
Thanks for all of your help here, but I found the issue to be tied down to a my local PC's JAVA version, as reported by my session log. Here's a snippet:
java.lang.UnsatisfiedLinkError: no SigScheduleJNI in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1426)
at java.lang.Runtime.loadLibrary0(Runtime.java:772)
at java.lang.System.loadLibrary(System.java:832)
at vrts.nbu.admin.bpmgmt.SigScheduleUI.loadLibrary(SigScheduleUI.java:101)
at vrts.nbu.admin.bpmgmt.SigScheduleUI.initialize(SigScheduleUI.java:74)
at vrts.nbu.admin.bpmgmt.SigScheduleUI.createJSchedule(SigScheduleUI.java:111)
at vrts.nbu.admin.bpmgmt.EditSchedulePanel.<init>(EditSchedulePanel.java:125)
at vrts.nbu.admin.bpmgmt.EditScheduleDialog.commonConstructor(EditScheduleDialog.java:57)
at vrts.nbu.admin.bpmgmt.EditScheduleDialog.<init>(EditScheduleDialog.java:32)
at vrts.nbu.admin.bpmgmt.BackupPoliciesManager$ScheduleDialogLoader.construct(BackupPoliciesManager.java:8383)
at vrts.common.utilities.DialogLoader.doWork(DialogLoader.java:58)
at vrts.common.utilities.LazyWorker$1.construct(LazyWorker.java:137)
at vrts.common.utilities.SwingWorker$2.run(SwingWorker.java:135)
at java.lang.Thread.run(Thread.java:536)
Error creating JNICalendarSchedule:
java.lang.UnsatisfiedLinkError: createObj
at vrts.schedulingservice.schedui.JSchedule.createObj(Native Method)
at vrts.schedulingservice.schedui.JSchedule.<init>(JSchedule.java:98)
at vrts.nbu.admin.bpmgmt.JNICalendarSchedule.<init>(JNICalendarSchedule.java:34)
at vrts.nbu.admin.bpmgmt.SigScheduleUI.createJSchedule(SigScheduleUI.java:114)
at vrts.nbu.admin.bpmgmt.EditSchedulePanel.<init>(EditSchedulePanel.java:125)
at vrts.nbu.admin.bpmgmt.EditScheduleDialog.commonConstructor(EditScheduleDialog.java:57)
at vrts.nbu.admin.bpmgmt.EditScheduleDialog.<init>(EditScheduleDialog.java:32)
at vrts.nbu.admin.bpmgmt.BackupPoliciesManager$ScheduleDialogLoader.construct(BackupPoliciesManager.java:8383)
at vrts.common.utilities.DialogLoader.doWork(DialogLoader.java:58)
at vrts.common.utilities.LazyWorker$1.construct(LazyWorker.java:137)
at vrts.common.utilities.SwingWorker$2.run(SwingWorker.java:135)
at java.lang.Thread.run(Thread.java:536)
Omar A Villa
Netbackup Expert
These are my personal views and not those of the company I work for
Would you like to reply?
Login or Register to post your comment.