LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-17-2013, 11:36 AM   #1
thiyagusham
Member
 
Registered: Apr 2012
Posts: 213

Rep: Reputation: Disabled
please advice me to configure putty


Hello to all;

I trying to configure putty to access my local database.
i downloaded putty from http://http://www.chiark.greenend.or.../download.html but i want to know how can i confiure correctly.
I followwd some links and videos but i can't configure.
please assist me to configure putty to my database.
 
Old 02-17-2013, 11:42 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,790

Rep: Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304
putty cannot connect to a database but a server. You need to enter the name of that host and select a protocol (ssh)
 
Old 02-17-2013, 11:45 AM   #3
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,613

Rep: Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962
Quote:
Originally Posted by thiyagusham View Post
Hello to all;
I trying to configure putty to access my local database.
i downloaded putty from http://http://www.chiark.greenend.or.../download.html but i want to know how can i confiure correctly.
I followwd some links and videos but i can't configure.
please assist me to configure putty to my database.
Similar to your other thread:
http://www.linuxquestions.org/questi...er-4175450014/

..and you STILL don't provide details. Again: version/distro of Linux, what you've done/tried, where putty is running, and if you've got VNC running on your Linux system, etc. Just saying "I can't configure", tells us nothing. Be aware that putty is a terminal emulator...it does not access databases. If you want a VNC client for Windows, there are plenty. Putty is an SSH tool...NOT A VNC CLIENT. You CAN tunnel X/VNC over SSH, but if you don't have an X/VNC client on your local system to DISPLAY IT, it won't matter.
 
Old 02-17-2013, 12:04 PM   #4
thiyagusham
Member
 
Registered: Apr 2012
Posts: 213

Original Poster
Rep: Reputation: Disabled
Hello TBone ;

I'm sorry to post incomplete details.
PHP Code:
My version is Enterprise linux 4.4
# cat /etc/issue
Enterprise Linux Enterprise Linux AS release 4 (October Update 4)
Kernel \r on an \
TO enable GUI mode when ,installing oracle (OUI) throgh putty

Actually i tried to configure VNC throgh putty.

PHP Code:
#  ifconfig eth0
eth0  Link encap:Ethernet  HWaddr 00:0C:29:2E:42:CA
      inet6 addr
fe80::20c:29ff:fe2e:42ca/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU
:1500  Metric:1
          RX packets
:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets
:12 errors:0 dropped:0 overruns:0 carrier:0
          collisions
:0 txqueuelen:1000
          RX bytes
:(0.0 b)  TX bytes:2772 (2.7 KiB)
          
Interrupt:193 Base address:0x2024

You have 
new mail in /var/spool/mail/root 
using neat command i set IP but not showinh when executing ifconfig etho

I think i have given expected information.
our goal is to enable GUI mode when using putty ( VNC or some others tools)

Last edited by thiyagusham; 02-17-2013 at 12:05 PM.
 
Old 02-17-2013, 12:25 PM   #5
shivaa
Senior Member
 
Registered: Jul 2012
Location: Grenoble, Fr.
Distribution: Sun Solaris, RHEL, Ubuntu, Debian 6.0
Posts: 1,800
Blog Entries: 4

Rep: Reputation: 286Reputation: 286Reputation: 286
If you want to use GUI mode to install DB then better use VNC instead of Putty. Putty is a simple terminal emulator which allows you to connect to remote systems using ssh, telnet or rlogin etc protocols to CLI of remote system, not GUI.

Also mention where you're using putty - on a windows system?
 
1 members found this post helpful.
Old 02-17-2013, 12:51 PM   #6
thiyagusham
Member
 
Registered: Apr 2012
Posts: 213

Original Poster
Rep: Reputation: Disabled
Yes . in windows 7.

I installed OEL4 on vmware 6.5. VNC also i can't done.
Any good doc to follow. When i googled i got some docs but i did clear my task.

This is also similar thread to achieve our goal:

http://www.linuxquestions.org/questi...er-4175450014/
 
Old 02-17-2013, 03:50 PM   #7
thiyagusham
Member
 
Registered: Apr 2012
Posts: 213

Original Poster
Rep: Reputation: Disabled
Quote:
# vi /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
190.148.88.2 localhost.localdomain localhost
192.168.1.204 linuxserver oracle 192.168.1.204 192
~
~
~
Quote:
# /etc/sysconfig/network-scripts/ifcfg-eth0
bash: /etc/sysconfig/network-scripts/ifcfg-eth0: Permission denied
# ifconfig eth0
Quote:
eth0 Link encap:Ethernet HWaddr 00:0C:29:2E:42:CA
inet6 addr: fe80::20c:29ff:fe2e:42ca/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:3798 (3.7 KiB)
Interrupt:193 Base address:0x2024
Anyone help me to resolve ?
Why i am getting error ...
Attached Thumbnails
Click image for larger version

Name:	neat_cmd.png
Views:	24
Size:	108.8 KB
ID:	11870   Click image for larger version

Name:	neat_cmd_img.png
Views:	21
Size:	82.2 KB
ID:	11871  

Last edited by thiyagusham; 02-17-2013 at 03:56 PM.
 
Old 02-17-2013, 05:07 PM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,613

Rep: Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962
Quote:
Originally Posted by thiyagusham View Post
Yes. in windows 7.
Ok, I'll give you the same answer again: putty is NOT A VNC CLIENT. It is an SSH CLIENT...that's it. You CAN tunnel X or VNC over SSH, but putty (by itself), DOES NOT and WILL NOT provide VNC or GUI connectivity. AGAIN...load a VNC Client for Windows, and use it with the SSH tunnel.
Quote:
I installed OEL4 on vmware 6.5. VNC also i can't done. Any good doc to follow. When i googled i got some docs but i did clear my task.
This is also similar thread to achieve our goal:
http://www.linuxquestions.org/questi...er-4175450014/
No, not similar: IDENTICAL...you asked the same question in two different threads. And I gave you an answer, and pointed you to a page with step-by-step directions on how to do it. Did you read/understand it??? Here it is again:
http://nodivisions.com/tech/vnc/

Since you've missed it a few times already, I'll say it again: that page is only about setting up a VNC tunnel through SSH, using putty as a terminal client. You still need to set up a VNC client on Windows, and make sure that a VNC server is set up and running on Linux.
Quote:
Originally Posted by thiyagusham
Anyone help me to resolve? Why i am getting error ...
You have also said several times in the past that you are NOT a Linux administrator, and that you can't talk with your Linux admins where you work (???), since they're in a different team. So unless VNC is already up and working on the server, you won't be able to install it. And the simple reason you're getting "permission denied", is because you're not running a command, but trying to run a configuration file. You have also replaced the 127.0.0.1 localhost address with something else...which is NEVER a good thing to do. Localhost is ALWAYS 127.0.0.1...other addresses go for other names.

Also, if you are a full-time Oracle DBA, doing a command-line installation shouldn't be difficult.

Last edited by TB0ne; 02-17-2013 at 05:10 PM.
 
1 members found this post helpful.
Old 02-17-2013, 05:16 PM   #9
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,355

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
1. (as above) Putty connects as a remote terminal ie cli ; it does not do GUI

2.
Code:
# /etc/sysconfig/network-scripts/ifcfg-eth0
bash: /etc/sysconfig/network-scripts/ifcfg-eth0: Permission denied
that is a cfg file, NOT a cmd, so you can't call it. Try the cat cmd instead

3. The ifconfig cmd shows you've only got an IPv6 addr ie no IPv4 addr; are you sure that's what you want?
It contradicts your hosts file.
 
1 members found this post helpful.
Old 02-18-2013, 07:37 AM   #10
thiyagusham
Member
 
Registered: Apr 2012
Posts: 213

Original Poster
Rep: Reputation: Disabled
Thanks Tbone and Chrism01

Yes , I am NOT a Linux administrator.
Yes, i'm not trying to install VNC in my env.
Apart from oracle ,
i have some responsibility to teach [juniors] few things about oracle and linux
 
Old 02-18-2013, 09:48 AM   #11
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,613

Rep: Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962
Quote:
Originally Posted by thiyagusham View Post
Thanks Tbone and Chrism01
Yes , I am NOT a Linux administrator. Yes, i'm not trying to install VNC in my env.
...which you can't, since you're not the administrator.
Quote:
Apart from oracle, i have some responsibility to teach [juniors] few things about oracle and linux
Great...but again, if you don't have admin rights, you won't be able to teach too much aside from very basic things. Installing and configuring a VNC server isn't basic, and isn't likely to come up during Oracle installations. And shouldn't one of the things you teach a junior person be, is how to do a command-line installation of Oracle, as well as how to use the GUI?
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need advice on how to manually configure a network connection jk07 Linux - Networking 5 07-15-2012 08:52 PM
I want your advice helped me to configure the Zimbra mail server originzimbra Linux - Server 4 03-20-2010 07:09 AM
LXer: How To Configure SSH Keys Authentication With PuTTY And Linux Server In 5 Quick LXer Syndicated Linux News 0 06-29-2009 12:20 PM
installed native realtek driver, need advice to configure wireless sirius57 Linux - Networking 0 10-21-2008 08:55 AM
Looking to configure linux as a Gateway/Firewall + Other Services but need advice! BadTim Linux - Networking 5 07-06-2007 03:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration