Hi experts,
I come from AIX systems where there is a system tool to create auto-installing system images for recovery purpose when every attempt to bring the damned system up goes wrong.
I would like to reproduce something like, only for well known systems with a specific and well known...
Hi experts,
in shell scripts funcion must be defined before the main code invokes them.
i.e. like the following:
#!/bin/sh
sub1 (){
blah blah
}
#
# MAIN
#
sub 1
exit
Is it the same also for TCL ?
Hi everybody.
I read a problem posted months ago about nimadm and SSH (http://www.tek-tips.com/viewthread.cfm?qid=1597437).
After several months I had had the same problem, and I had to face the fact nimadm is almost an "As Is" feature.
So to circumvent the rsh limitation problem I wrote a shell...
Hi everybody,
I have some problem with HACMP 5.4.1 and NFS.
I have to export some filesystems to about 100 servers which, obviosously, aren't part of the cluster.
Regarldess what stated in the manuals, I can write all the nodes I wish in the /usr/es/sbin/cluster/etc/exports but HACMP will export...
Hi everybody,
in Oracle world it is possible to perform a full backup of a DB, configured in archive log mode, to restore it on a different machine and to keep it aligned with the "master copy" simply by rolling back the archived logs produced on the "master copy".
Is it possible to do the same...
Hi everybody,
do you know if there is some redbook explaining the Z fields of the lscfg's output executed for a fibre channel adapter (like lscfg -vpl fcs0)?
Thanks a lot in advance
Hi everybody,
I am having a strange problem.
If I write something like:
cat file_of_data | while read x
do
BLAH BLAH BLA
done
echo "x=$x"
I have this output "x="
If I write, WITHOUT CHANGING ANYTHING IN file_of_data:
while read x
do
BLAH BLAH BLAH
done < file_of_data
echo "x=$x"...
Hi everybody,
I am not sure if I have seen something like in the subjet here or in another forum.
I am looking for a script or something capable to walk the device list in reverse order from the child device up to "sys0".
I do know it is possible... I did something some time ago... but.. often I...
Hi Dave,
pls forgive me for the barbaric use of this forum.... just to ask you something about Utah.
As I have already said in a previous post, I will be in USA in September for the my honeymoon.
I would like to visit some National Park around Kanab.
Have you some good advice for me?
Thanks in...
Hello everybody, are there a wise and saint guy who knows where I have to put the hands in order to modify the connection parameters (user/password) for Cobol programs run by Unikix and accessing Oracle?
(Unikix is a CICS TPM emulator for Sun Solaris, part of the Sun Solaris Rehosting Solution)
This problem seems to affect only systems with HACMP but it's not rounded to those system.
If I create 2 lv whithe the following names "goofie" and "goofie.new" also in different Vs, the importvg command, ran with the -L option (as it's done by C-SPOC) will fail.
This is because of an error in...
Hi everybody,
I need to write a program/shell script activated by the reception of a mail from a specific user@host.
I could poll in a cyclic fashion the mailbox, but i'd prefer a sort of "event-driven" solution.
So I'd like to know if there's a way to write something like the Outlook Express...
Hello,
I need to launch Outlook Express from an Access form, to check if in a specified Folder there are new message and in that case to extract the attached docs to a directory.
Any idea on HOW TO COMMAND Outlook Express?
Hi folks,
A customer of mine has an Oracle DB on Sun Solaris coming out from a conversion from DB2 on OS/390.
The Sun people performed the conversion on a "one to one" base, without seeking for any optimizing goal.
So I have a very huge table, which could be also partitioned, with 5 big indexes...
Hi folks,
A customer of mine has an Oracle DB on Sun Solaris coming out from a conversion from DB2 on OS/390.
The Sun people performed the conversion on a "one to one" base, without seeking for any optimizing goal.
So I have a very huge table, which could be also partitioned, with 5 big indexes...
In Oracle PL/SQL I can chain fields of a table in a unique one i.e.: Select field_1||field_2||field_3 from table; will return some rows of only one big field.
Is it possible to do in JET SQL? Is it possible to use something like that in an Access Query?
A customer of mine has the following procedure:
Once someone needs to send a mail from the application system, writes a record in an Oracle table, with the message and a "NEW RECORD" flag in a field of the row.
Periodically a script scans this table and when it finds a a row with this "NEW...
Hi folks,
I wrote a script which periodically monitors the system.
This script sends an e-mail to someone to inform about the system status.
Now I need to send a SMS message to someone cell phone when the system goes really bad.
Are there any specific software to do this?
Is it enough to send an...
I have used Unix System V for some years, then I moved to UnixWare SCO, then to AIX for another five years ... I worked a while with Sun ....
I can't find a way to obtain a tape which can reconstruct totally a root volume from scratch ... i.e. for a system disk substitution.
In AIX there is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.