![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, I have gone through the process of installing DB2 UDBv9 Express-C in my local linux environment. I am used to having icon placed on my Desktop or taskbar for easy access to (db2cc) Control Center. After installation, how then can I get access to DB2? How can I place a desktop icon in linux for easy access to DB2? I'm not sure if that thing exists for linux... |
|
Also, I will like to know how I can make DB2 control center in my windows environment detect the recent DB2 installation in the local linux environment. My windows control center currently can connect to other remote DB2 instances, all on a Linux box. This was done using specific IP addresses but I don't know how to catalog the local linux instance so that I can at least do some minor work through DB2 control center. Hang on. You mean you try to have DB2 running Linux the same box as |
#3
| |||
| |||
|
|
Hi all, I have gone through the process of installing DB2 UDBv9 Express-C in my local linux environment. I am used to having icon placed on my Desktop or taskbar for easy access to (db2cc) Control Center. After installation, how then can I get access to DB2? How can I place a desktop icon in linux for easy access to DB2? Also, I will like to know how I can make DB2 control center in my windows environment detect the recent DB2 installation in the local linux environment. My windows control center currently can connect to other remote DB2 instances, all on a Linux box. This was done using specific IP addresses but I don't know how to catalog the local linux instance so that I can at least do some minor work through DB2 control center. Finally, can anyone recommend a book (free or not) that takes a linux newbie through the nitty-gritty of Linux and Db2? A book in the vein of how-to books. Thanks Okonita Thanks again |
#4
| |||
| |||
|
|
Okonita (AT) gmail (DOT) com wrote: Hi all, I have gone through the process of installing DB2 UDBv9 Express-C in my local linux environment. I am used to having icon placed on my Desktop or taskbar for easy access to (db2cc) Control Center. After installation, how then can I get access to DB2? How can I place a desktop icon in linux for easy access to DB2? I'm not sure if that thing exists for linux... To start db2 use the "db2start" command from your shell (or startup-script...) Also, I will like to know how I can make DB2 control center in my windows environment detect the recent DB2 installation in the local linux environment. My windows control center currently can connect to other remote DB2 instances, all on a Linux box. This was done using specific IP addresses but I don't know how to catalog the local linux instance so that I can at least do some minor work through DB2 control center. Hang on. You mean you try to have DB2 running Linux the same box as Controlcenter on Windows? Unless you are running some vm thingy I don't see how you can have Linux and Windows up at the same time.... I admit to being naive, but I though control center would run on Linux... Cheers Serge |
#5
| |||
| |||
|
|
I have gone through the process of installing DB2 UDBv9 Express-C in my local linux environment. I am used to having icon placed on my Desktop or taskbar for easy access to (db2cc) Control Center. After installation, how then can I get access to DB2? How can I place a desktop icon in linux for easy access to DB2? |
|
Also, I will like to know how I can make DB2 control center in my windows environment detect the recent DB2 installation in the local linux environment. |
|
Finally, can anyone recommend a book (free or not) that takes a linux newbie through the nitty-gritty of Linux and Db2? A book in the vein of how-to books. |
#6
| |||
| |||
|
|
You didn't spesify your desktop environment. In Gnome you would have to do it manually either by right clicking on desktop -- "Create launcher" and so on. Also if you want to have an icon, you have to define it your self. |
#7
| |||
| |||
|
|
Serge Rielau wrote: Okonita (AT) gmail (DOT) com wrote: Hi all, I have gone through the process of installing DB2 UDBv9 Express-C in my local linux environment. I am used to having icon placed on my Desktop or taskbar for easy access to (db2cc) Control Center. After installation, how then can I get access to DB2? How can I place a desktop icon in linux for easy access to DB2? I'm not sure if that thing exists for linux... To start db2 use the "db2start" command from your shell (or startup-script...) Also, I will like to know how I can make DB2 control center in my windows environment detect the recent DB2 installation in the local linux environment. My windows control center currently can connect to other remote DB2 instances, all on a Linux box. This was done using specific IP addresses but I don't know how to catalog the local linux instance so that I can at least do some minor work through DB2 control center. Hang on. You mean you try to have DB2 running Linux the same box as Controlcenter on Windows? Unless you are running some vm thingy I don't see how you can have Linux and Windows up at the same time.... I admit to being naive, but I though control center would run on Linux... Cheers Serge Serge, I've had mixed results getting the desktop icons installed with both 8.2 and 9.1. I've done installs under KDE that will create the appropriate folders on the Gnome desktop, others that don't. No rhyme or reason that I can see, but I've had to create the icons on the KDE desktop manually every time. Yes, the Control Center (all the tools) run fine with Java 1.5 or 1.6 on 32 bit installs but I'm having some Java problems with the 64-bit version of 9.1. I'm still running a pre-release version of openSUSE 10.3, so that is not unexpected. Matter of fact, the CC is apparently more stable on Linux than on XP or W2K. |
#8
| |||
| |||
|
|
I may be wrong Will, so correct me if I am. I *THINK* what you are trying to do is catalog DBs and Instances on your windows box that you can then refer to and manage with the windows tools. I do that all the time. What you need is the command set for doing this. Search for "catalog tcpip node" in the manuals if you have them online. I'd help further on this but I'm relegated for a couple of months to my lame laptop. First you catalog the node (the instance really) and then you catalog the db AT that instance - here, let me google it. http://publib.boulder.ibm.com/infoce.../v8/index.jsp? topic=/com.ibm.db2.udb.doc/core/r0001944.htm Example 2 is the one you want,... and then : catalog db sample at node _____ node name you used in "catalog tcpip node _____" "AT NODE nodename Specifies the name of the node where the database being cataloged resides. This name should match the name of an entry in the node directory. If the node name specified does not exist in the node directory, a warning is returned, but the database is cataloged in the system database directory. The node name should be cataloged in the node directory if a connection to the cataloged database is desired. " that should get you up and running with the CC on Winder$ Hope it helps!!! Mairhtin O'Feannag Will Honea <whonea (AT) yahoo (DOT) com> wrote in news:4701d5a4$0$26469$88260bb3 (AT) free (DOT) teranews.com: Serge Rielau wrote: Okonita (AT) gmail (DOT) com wrote: Hi all, I have gone through the process of installing DB2 UDBv9 Express-C in my local linux environment. I am used to having icon placed on my Desktop or taskbar for easy access to (db2cc) Control Center. After installation, how then can I get access to DB2? How can I place a desktop icon in linux for easy access to DB2? I'm not sure if that thing exists for linux... To start db2 use the "db2start" command from your shell (or startup-script...) Also, I will like to know how I can make DB2 control center in my windows environment detect the recent DB2 installation in the local linux environment. My windows control center currently can connect to other remote DB2 instances, all on a Linux box. This was done using specific IP addresses but I don't know how to catalog the local linux instance so that I can at least do some minor work through DB2 control center. Hang on. You mean you try to have DB2 running Linux the same box as Controlcenter on Windows? Unless you are running some vm thingy I don't see how you can have Linux and Windows up at the same time.... I admit to being naive, but I though control center would run on Linux... Cheers Serge Serge, I've had mixed results getting the desktop icons installed with both 8.2 and 9.1. I've done installs under KDE that will create the appropriate folders on the Gnome desktop, others that don't. No rhyme or reason that I can see, but I've had to create the icons on the KDE desktop manually every time. Yes, the Control Center (all the tools) run fine with Java 1.5 or 1.6 on 32 bit installs but I'm having some Java problems with the 64-bit version of 9.1. I'm still running a pre-release version of openSUSE 10.3, so that is not unexpected. Matter of fact, the CC is apparently more stable on Linux than on XP or W2K. |
#9
| |||
| |||
|
|
Hang on. You mean you try to have DB2 running Linux the same box as Controlcenter on Windows? Unless you are running some vm thingy I don't see how you can have Linux and Windows up at the same time.... I admit to being naive, but I though control center would run on Linux... Cheers Serge |
![]() |
| Thread Tools | |
| Display Modes | |
| |