Accessing UNIX hosted web site remotely


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Accessing UNIX hosted web site remotely
# 1  
Old 07-21-2010
Accessing UNIX hosted web site remotely

Hi everyone-

I'm relatively new to UNIX (Primarily Oracle background), wondering if anyone can help me.

I did not configure Oracle Database Control (Web-Based admin interface) on the Database Server (HP-UX), however it is running and the URL is configured with an internal IP, which users have confirmed they can browse to.

Another user (Windows XP) requires access to the site remotely. This has been set up (again, not by me) with an external IP, to which i can connect via telnet, termite, winaxe etc. but not Database Control...

I'm wondering if there is anything along the lines of a x-client web browser, which will require me to connect to the UNIX box, where i could browse to Database Control via the internal IP URL (or somthing similar)

Alternatively, if i'm way off the mark here, i would greatly appreciate any and all advice on how i can address this issue.

Look forward to working with you all!

GC
# 2  
Old 07-21-2010
If you can access the terminal through telnet try the command
Code:
sqlplus

This should give you the standard sql prompt.
You can login to the database :
Code:
Enter user-name: username/password@databaseName

# 3  
Old 07-21-2010
Hi-

I can access sqlplus no problem. the user requires access to Database Control(Enterprise Manager), which is web-based, for administration purposes.

Thanks for the input!
# 4  
Old 07-21-2010
Hi,
Could be firewall related, by default Oracle DB Control is installed on one port within range (HTTP) 5500-5519

You can try a "telnet IP_Address Port_Used_by_DC_Control" to see if you can connect from both networks, "Internal" and "External". If you are able to connect from Inside, but not from Outside, then a firewall is blocking your access.

(If you do not know the port used by DB Control, you could check on the server, in $ORACLE_HOME/install/portlist.ini, to check for the port number).

If the above are correct, maybe you can talk with the FWLL or SysAdmins guys to give you access, or to have an internal machine on which you can connect to, from there accessing the DB Control.

Good Luck!
# 5  
Old 07-22-2010
Thanks-

I've requested access to the applicable port, I can telnet to it internally, not externally...

i'll let you know how it goes... fingers crossed.

---------- Post updated 22-07-10 at 04:26 PM ---------- Previous update was 21-07-10 at 05:15 PM ----------

I've been given access to the Oracle Database Control port and can now browse to the site from the external IP.

Many thanks to those who provided input! Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Accessing REST Web Service

Hello: I have created a REST service that is currently running on a Unix server. I issued a cURL command to call the REST service and verified it's working as designed; curl --request POST command and the url I used to test it is localhost:8090/someservice/somename. I have a teammate who now... (6 Replies)
Discussion started by: asthern14
6 Replies

2. UNIX for Beginners Questions & Answers

Remoute hosted UNIX/Linux Machine Free

Hi Comrades, I am interested if there is the global internet network I can find free access to the Linux or unix server to create the own account to have some practice. Thanks a lot for your advice and comments. BR, Dembi (2 Replies)
Discussion started by: Dembi
2 Replies

3. Post Here to Contact Site Administrators and Moderators

Regarding facing issues while accessing UNIX.com site

Hello Moderators/Admins, This is regarding an issue which I am facing from last 7 to 8 days. Issue is while trying to access this forum(simple hitting http://unix.com) I am able to login but many times my request gets timed out or 404 error or if I am able to login it will be excessive slow even... (0 Replies)
Discussion started by: RavinderSingh13
0 Replies

4. IP Networking

Unable to access web application hosted in same network

All, I have various web applications hosted in a client network. These web apps are accessed through a Apache web server. We have deployed a new web application server and it is not serviced through the Apache web server. So i am unable to access this applications. But i am able to access... (3 Replies)
Discussion started by: vel4ever
3 Replies

5. UNIX for Dummies Questions & Answers

Remotely accessing a server

Ok, so I'm a total beginner when it come to unix shells, but my friends and I are starting to get into it. It turns out that I have an extra computer lying around and I want to set it up as a server se we can run shell commands on it. Does anyone know of any guides on how to set up the... (3 Replies)
Discussion started by: rogre
3 Replies

6. UNIX for Dummies Questions & Answers

Accessing Web Page

Hello, I am new to unix, but wanted to know how can we fetch data from a web page (i.e. an HTML Page), my requirement is to read an html page and wanted to create a flat file (text file) based on the contents available in the mentioned HTML page. Thanks Imtiaz (3 Replies)
Discussion started by: Imtiaz
3 Replies

7. IP Networking

Accessing a FTP Server hosted on Linux

We have set-up a FTP server on a Linux machine, which sits behind a firewall. Most users outside our firewall can access it, but one user in particular cannot. I assume it has something to do with their firewall rules. It appears that they can connect with no problem but the server does not grant... (1 Reply)
Discussion started by: Breen
1 Replies

8. UNIX for Dummies Questions & Answers

Web site mirroring

I have a unix server running RedHat Linux 9.0. I want to mirror my site on a different server with the same configuration so if the main server goes down, the other server will take over. How is this best accomplished? (1 Reply)
Discussion started by: wvmlt
1 Replies

9. Programming

Writing a .NET service to be Hosted in UNIX

Has anyone here written an MS compatible .NET service that is hosted and served from a UNIX server instead of a W2K server? I love programming and writing .NET services with Visual Studio.NET and C#, but there is a fundamental problem --the Win2k server itself. It is not near as reliable as Sun... (0 Replies)
Discussion started by: yeslekmc
0 Replies
Login or Register to Ask a Question