i really dont knw from whr this . came
these are the config files ---------- Post updated at 09:56 PM ---------- Previous update was at 09:53 PM ----------
VMSol10=192.168.92.9
is solaris where oracle is installd
Last edited by Scott; 12-17-2010 at 01:06 PM..
Reason: Code tags, please...
Hi,
I need to access X application like xclock( running on remote solaris box) on my local windows machine.
I know we have some X-win 32 s/f.. Tried with it , but not succesfull.
Do we have any other software to access solaris X application from local windows system.
What all setups are... (6 Replies)
Hi all,
i am copying .gz files from production server to development server using
"scp" command.my requirement is after copying .gz files i want to delete old
.gz files(two days back) in development server from production server.
like this way i need to delelte .log ,.z and .dmp files... (3 Replies)
Hi!
I have 2 Solaris 9 servers (server 1 and server 2) on my network, both have a serial port with dial in/out modems.
On server 1 there are always problems with the modem connection, so I really would like server 1 to use the the modem(s) on server 2, when sending something.
Is there some way... (4 Replies)
I had my server crash so I am trying to access the remote backup I had to get all the data back, and I cannot for the life of me remember how to access the backup drive.
I made the backups through Plesk and it seems to be locking up whenever I use it to access the backup drive. If this just is... (0 Replies)
I want to write a script which would run from one host say A and connect to other remote host B and then run rest of commands in that host. I tried connecting from A host to B with SSH but after connecting to host B it just getting me inside Host B command prompt. Rest of the script is not running... (6 Replies)
Gurus/Experts
We have a centralized UNIX/Solaris server from where we can actually ssh to all other UNIX/Solaris servers...I need to write a script that reside on this centerlized server and do FileSystem monitoring (basically run df -h or -k) of other remote servers and then send an email to me... (6 Replies)
I do a ssh to remote host(A1) from local host(L1). I then ssh to another remote(A2) from A1.
When I do a who -m from A2, I see the "connected from" as "A1".
=> who -m
userid pts/2 2010-03-27 08:47 (A1)
I want to identify who is the local host who initiated the connection to... (3 Replies)
Hi,
Given addresses of 2 remote machines, using a shell script is it possible to
get the state of running processes in "src"
stop all the processes in "src"
exit out of "src"
ssh into "dest"
resume the state of executing processes captured in step 1 in "dest"
Assumption:
"src" is... (3 Replies)
Good evening
I nned your help pls, In an unix server i want to connect to a remote oracle databse server by sqlplus.
I tried to find out the user/passwd and service name by env variable and all Ive got is this:
ORACLE_SID_REPCOL=SCL_REPCOL
ORACLE_SID=xmeta
ORACLE_SID_TOL=SCL_PROTOLCOL... (2 Replies)
Geeks,
Could you please help me out in my script and identify the missing piece. I need to check/get the exit status of a remote command executed on remote host through script and send out an email when process/processes is/are not running on any/all server(s).
Here's the complete... (5 Replies)
Discussion started by: lovesaikrishna
5 Replies
LEARN ABOUT V7
vp
VP(4) Kernel Interfaces Manual VP(4)NAME
vp - Versatec printer-plotter
DESCRIPTION
Vp0 is the interface to a Versatec D1200A printer-plotter with a Versatec C-PDP11(DMA) controller. Ordinarily bytes written on it are
interpreted as ASCII characters and printed. As a printer, it writes 64 lines of 132 characters each on 11 by 8.5 inch paper. Only some
of the ASCII control characters are interpreted.
NL performs the usual new-line function, i.e. spaces up the paper and resets to the left margin. It is ignored however following a CR
which ends a non-empty line.
CR is ignored if the current line is empty but is otherwise like NL.
FF resets to the left margin and then to the top of the next page.
EOT resets to the left margin, advances 8 inches, and then performs a FF.
The ioctl(2) system call may be used to change the mode of the device. Only the first word of the 3-word argument structure is used. The
bits mean:
0400 Enter simultaneous print/plot mode.
0200 Enter plot mode.
0100 Enter print mode (default on open).
040 Send remote terminate.
020 Send remote form-feed.
010 Send remote EOT.
04 Send remote clear.
02 Send remote reset.
On open a reset, clear, and form-feed are performed automatically. Notice that the mode bits are not encoded, so that it is required that
exactly one be set.
In plot mode each byte is interpreted as 8 bits of which the high-order is plotted to the left; a `1' leaves a visible dot. A full line of
dots is produced by 264 bytes; lines are terminated only by count or by a remote terminate function. There are 200 dots per inch both ver-
tically and horizontally.
When simultaneous print-plot mode is entered exactly one line of characters, terminated by NL, CR, or the remote terminate function, should
be written. Then the device enters plot mode and at least 20 lines of plotting bytes should be sent. As the line of characters (which is
20 dots high) is printed, the plotting bytes overlay the characters. Notice that it is impossible to print characters on baselines that
differ by fewer than 20 dot-lines.
In print mode lines may be terminated either with an appropriate ASCII character or by using the remote terminate function.
FILES
/dev/vp0
SEE ALSO opr(1)VP(4)