10 More Discussions You Might Find Interesting
1. UNIX and Linux Applications
Good afternoon
I need your help please.
There is a Mantenance Windos which needs to Restart de Database Server 192.x.x.97 to set up some configuration
Is it mandatory or not to stop/start Applcation server that runs in 192.x.x.95 ?
Is it mandatory or not to stop/start apache and Tomcat?... (3 Replies)
Discussion started by: alexcol
3 Replies
2. HP-UX
Hi,
A database (Oracle) replication process was executed by the DBA team in one server (serverX). However, this replication process gets terminated, and there are no errors in the replication log. But there is error in the OS log files (syslog.log) :
Aug 8 16:51:47 L28dre02 sshd: subsystem... (1 Reply)
Discussion started by: anaigini45
1 Replies
3. UNIX for Advanced & Expert Users
Hi All
I need to run a query on a remote database through a shell script. I have the query, I have the script ready. I have the details of the database server I need to connect to.
Now my problem here is , the server where I run the shell script is an FTP server.
->I do not have Oracle... (4 Replies)
Discussion started by: sparks
4 Replies
4. UNIX for Dummies Questions & Answers
My dedicated server is VERY old (running Apache/1.3.37 (Unix) PHP/4.4.4 FrontPage/5.0.2.2510).
We have a script that runs and manages our customer database. Early in the morning last Friday, it was working fine and processed data as usual. Later in the day, we got this error:
Cannot... (2 Replies)
Discussion started by: SurfMe69
2 Replies
5. Shell Programming and Scripting
Hi All,
Let me know how can i find and delete files from one unix server to another unix server which are 'N' days older.
Please note that I need to delete files on remote unix server.So, probably i will need to use sftp, but question is how can i identify files and folders which are 'N'... (2 Replies)
Discussion started by: sachinkl
2 Replies
6. UNIX and Linux Applications
Good afternoon
i need your help, i am new at unix, in a ETL scenario like datastage is , there are a bunch of procesess (script shells) conecting to hetereogenius database source servers in order to extract information.
Ive got 2 questions
1. Using unix how can i identify exactly the... (1 Reply)
Discussion started by: alexcol
1 Replies
7. Hardware
Hi guys.
if we want to use SSD drives on a database server, can we use RAID 0 configuration because of their reliability? (3 Replies)
Discussion started by: majid.merkava
3 Replies
8. Shell Programming and Scripting
I hope I'm posting this in the correct section.
I'm trying to move a database from one server to another. This is the code I'm using...
tar czf - vbdatabase.sql | ssh username@full.domain.com 'cat > /home/cpanelusername/vbdatabase.tar.gz
... but all I'm getting is a ">" and then nothing... (4 Replies)
Discussion started by: Chimpie
4 Replies
9. Shell Programming and Scripting
Hi Gurus,
I'm a unix newbie and I would like to connect to multiple unix servers from unix server using shell script i.e from server a to server b,c,d etc. I want to copy the files from unix server a to server b, c, d. I can access staright using ssh without the need to have password and user... (5 Replies)
Discussion started by: sexyTrojan
5 Replies
10. UNIX for Advanced & Expert Users
Hi,
I am using Teamcenter & in unix have ftpd the IMAN_DATA(unix) of the other server to this server & set all the environment variables(like ORACLE_HOME, IMAN_DATA) correctly.I have created a link that points to this path where i had ftpd the IMAN_DATA(unix).In IMAN_DATA which i had ftpd all... (1 Reply)
Discussion started by: debu
1 Replies
WEBCIT(8) Citadel.org WEBCIT(8)
NAME
webcit - Citadel Servlet Engine.
SYNOPSIS
webcit [-i ip_addr] [-p http_port] [-t tracefile] [-T Templatedebuglevel] [-c] [-f] [-d] [-s] [remotehost [remoteport] ]
DESCRIPTION
WebCit (the binaries name is webcit) is the Citadel Servlet engine. It can operate with Citserver on another box, but it can't operate
without.
OPTIONS
SwitchResult
-hPATH Specify the home directory eg. -h/usr/local/citadel not adding a leading / will make the path relative to the compiletime path.
Needed for running several webcit/citadel instances at the same host
-d Run as a daemon; fork watcher process.
-DPATH Run as a daemon but create a pid file at PATH eg. -D/var/run/webcit.pid
-iIP_ADDR
Specify IP address to listen on as web server eg -i192.168.9.1; default is 0.0.0.0
-pPORT Specify port to listen on eg. -p80; default is 2000
-tPATH Specify trace file (where to put the log file) eg -t/var/log/webcit
-T VAL 0 (default; recommended for production systems) 1: Parse template on each request .TP -xVAL How much info to put in the trace file
(or to stdout) eg -x9
-f Follow X-Forwarded-For: headers.
-c Use a server cookie.
-s use SSL (turns the -p default to 443)
remotehost
if the citserver lives on another box, its name / ip (remember to add your webserver IP to the citadel servers public_clients - Con-
figfile.); else the path to the unix-domain-socket. Defaults to the compiled in unix domain socket
remoteport
If you want to connect to citserver via TCP specify its port here; usualy 504
DEFAULTS
The default for remotehost is to connect localy via Unix Domain Socket. The default TCP port is 504. webcit will open Port 2000 serving
HTTP requests and bind 0.0.0.0 if not other specified.
FILES
The location of the files may vary depending on configure options. .TP /usr/share/citadel-webcit/static// WebCits template files
/usr/share/citadel-webcit/static.local// Your customized
templates
/usr/share/tinymce/www// the TinyMCE
[http://tinymce.moxiecode.com/] Javascript Editor
/etc/init.d/webcit/
The initscript usually used to start this binary. Add Options here
/etc/default/webcit/
Parameters to /etc/init.d/webcit/ in the LHFS ified installations dpkg-reconfigurecitadel-webcitwillmodifythisfile.
HISTORY
1998 - Now the Uncensored Communication Group
webcit 2008-9-4 WEBCIT(8)