Determine database used?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Determine database used?
# 1  
Old 04-25-2005
Determine database used?

Hi guys.

Hopefully someone can help me.

We have a old Unix box for the accounts people. What id like to do is query it for the intranet. Trouble is im not sure what type of database the server uses.

How would i go about finding out what it is? I have complete access to the hardrive and root.

Id really appreciate any help Smilie

Incase it helps heres the version:

UNIX System V Release 3.2
# 2  
Old 04-25-2005
I managed to find out what processes are running using ps -u root

Here is what i got.

sched
init
vhand
bdflush
slink
logger
digidl
cron
inetd
syslogd
strerr
cpd
lpd
lpsched
openit
routed
spshed
ftpd
sdd
getty
telnetd
sh
ps

I had a look at them using google. The only one that seems to be database is sdd. But i couldnt find any proper information for it or user manuals. (I suspect im way off now)
# 3  
Old 04-25-2005
Never mind. I went through every file and managed to figure out its a database called IQ.

Im now figuring out how to connect to it Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Determine whether OS is 32 bit 0r 64

Hi Team, I need to determine whether my OS is 32 bit or 64 bit. For linux I am running :- bash$ uname -a Linux xxxx 2.6.32-358.el6.x86_64 #1 SMP Tue Jan 29 11:47:41 EST 2013 x86_64 x86_64 x86_64 GNU/LinuxThis tells me that Linux is 64 bit as it is x86_64. For Solaris bash$ uname -a... (4 Replies)
Discussion started by: Raj999
4 Replies

2. Shell Programming and Scripting

CRON Job to copy database and replace existing database

I have a reseller account with hostgator, which means i have WHM and Cpanel. I have set up a staging environment for one of my wordpress installations (client website), which is essentially sitting at staging.domain.com (live site is at domain.com). The staging website is a complete copy of the... (1 Reply)
Discussion started by: nzrobert
1 Replies

3. Solaris

Can't create database after Oracle Database installation

I installed Oracle 10 software on Solaris 11 Express, everything was fine execpt I can't create database using dbca.rsp file. I populated file with following options. OPERATION_TYPE = "createDatabase" GDBNAME = "solaris_user.domain.com" SID = "solaris_user" TEMPLATENAME = "General... (0 Replies)
Discussion started by: solaris_user
0 Replies

4. Solaris

redirect solaris database from linux database..

hi.. i have a need .. my php runs on my linux redhat box with mysql.. i want my php code to refer another mysql database which is in solaris 10 x86... can u tell me the procedure .. how it can be done through php .. sorry am new to php... is it possible to redirect from linux mysql to... (7 Replies)
Discussion started by: senkerth
7 Replies

5. Shell Programming and Scripting

Determine BL and RL of a file

A regular ebcdic mainframe tape usually contains header information the 1st three blocks of the tape. The header information tells the computer/user more information about what is on tape. The header info is 240 bytes in length at 80 bytes each header. The 1st block/header is volume name or... (1 Reply)
Discussion started by: Linux-wannabe
1 Replies

6. Programming

Can C determine which OS it's being compiled on?

Hello all! I've searched the archives, google, documentation and I can't seem to find any answer regarding my question. Our code has to be lint free and due to the following lint warning ---> logical expression always true: op "||" <--- we are forced to #include <note.h > (which appears to be... (3 Replies)
Discussion started by: quattro20v
3 Replies

7. IP Networking

How to determine the interface?

Given the interfaces on a firewall: eth0 Link encap:Ethernet HWaddr 02:40:67:34:F5:47 inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0 eth1 Link encap:Ethernet HWaddr 86:23:98:45:35:56 inet addr:123.45.240.69 Bcast:255.255.255.255 ... (2 Replies)
Discussion started by: kikikaka
2 Replies

8. UNIX for Dummies Questions & Answers

How do I determine # of processors ...

I have a console server that runs some form of UNIX/Linux, but I get a bash shell, and I want to determine how many processor (what speed) and them amount of RAM in the system. (2 Replies)
Discussion started by: bbrandeb49
2 Replies
Login or Register to Ask a Question