[root@bogon ShenTong7.0.8]# ./setup.sh -i silent -DUSER_INSTALL_DIR=/opt/data/database/ShenTong/Oscar -DCHOSEN_INSTALL_SET=Complete Install Database! Preparing to install... Extracting the JRE from the installer archive... Unpacking the JRE... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... strings: '/lib/libc.so.6': No such file
Launching installer...
Graphical installers are not supported by the VM. The console mode will be used instead...
Preparing CONSOLE Mode Installation...
=============================================================================== 神通数据库 (created with InstallAnywhere) -------------------------------------------------------------------------------
Portions Copyright (c) 1994, The Regents of the University Development Groupof California
IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISINGOUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#启动 service oscaragentd start Starting oscaragent... /opt/ShenTong/bin/oscaragent is running now at pid 706,cannot star #添加开机启动 chkconfig --add oscaragentd chkconfig oscaragentd on
#数据库管理工具文件/opt/ShenTong/bin/dba cd /opt/ShenTong/bin/ #运行 ./dba #报错2 java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it. at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:204) at java.awt.Window.<init>(Window.java:536) at java.awt.Frame.<init>(Frame.java:420) at java.awt.Frame.<init>(Frame.java:385) at javax.swing.SwingUtilities$SharedOwnerFrame.<init>(SwingUtilities.java:1758) at javax.swing.SwingUtilities.getSharedOwnerFrame(SwingUtilities.java:1833) at javax.swing.JWindow.<init>(JWindow.java:187) at javax.swing.JWindow.<init>(JWindow.java:139) at com.oscar.help.OscarSplashWindow.<init>(Unknown Source) at com.oscar.dba.DBA.main(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.zerog.lax.LAX.launch(DashoA10*..) at com.zerog.lax.LAX.main(DashoA10*..) This Application has Unexpectedly Quit: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX) # Linux系统需要可视化桌面 # 完犊子... # 两种中方案解决 #1是本机虽然没有支持桌面,可以尝试装下,没干过,浪费时间, 放弃. #2是我再重装个CentOS桌面版的, 这个我擅长....
#启动 service oscaragentd start Starting oscaragent... /opt/ShenTong/bin/oscaragent is running now at pid 706,cannot star #添加开机启动 chkconfig --add oscaragentd chkconfig oscaragentd on
数据库管理工具
1 2 3 4
#数据库管理工具文件/opt/ShenTong/bin/dba cd /opt/ShenTong/bin/ #运行 ./dba