Hi,
I am working with a DL380 Compaq solution with integrated HP Smart Array. I am looking for a clever solution to write events and alarms coming from this array to the syslog.log.
Can anyone help,
Kind Regards,
Graham.
Hi,
I am working with a DL380 Compaq solution with integrated HP Smart Array. I am looking for a clever solution to write events and alarms coming from this array to the syslog.log.
Can anyone help,
Kind Regards,
Graham.
Hi,
I need to add an entry into the CISCO gtt table to route on PC SSN
format would be
gta pcssn app-grp <APPLICATION GROUP NAME>
any ideas how to do this.
Graham.
Hi,
I need to add an entry into the CISCO gtt table to route on PC SSN
format would be
gta pcssn app-grp <APPLICATION GROUP NAME>
any ideas how to do this.
Graham.
Hi,
I need to build up a regular expression for the perl index fuction. Basically I am trying to search for a substring with variable spaces which is then followed by alpanumeric characters:
Example:
1234567890 abcdefg
Anyone know how I can include a regular expression to...
Hi,
Thanks for all your answers:
I found the problem: -
rcp does of course generate a return code(0, 1), however silly me I was parsing out files resulting in my rcp call not receiving anything :(((
########################################
FILE_LIST=`ls $BASE_DIR/$DATE | grep -v "out.done"`...
Hi,
I am trying to use RCP to transfer files to a remote sever.
All is fine using the following with the following : -
rcp $FILE $HOSTNAME:$BASE_RCP_DIR/$HOSTNAME/$DATE
and the exit code 0 is returned as seen in $?
However if I try to use copy a file which is not present no exit code is...
Thanks I'll check it out.
dpc_max_pct should be greather than dpc_min_pct. A mistake was made during installation time, resulting in a very unstable system.
Graham.
cron should work
1. crontab -e
* * * * 1-5 <absolute path for script>
2. wq!
The fifth file indicates the days of the week 0 to 6 for Sunday to Saturday
I recently thook ownership of a L Class with 4 Gbytes of ram, which was performing rather poorly.
dpc_min_pct and dpc_max_pct which specify the percent of memory to be used for dynamic buffer cache where both incorrectly set to 3.
After changing these values a rebuld of the kernel idle I was...
Hi,
I'm in the middle of a migration to new hardware, and I would like to create a depot of essential operating system files. The intenstion is to copy these files to the new platform which is also running the same version of UNIX.
So far I've identified the following : -
/etc/hosts...
Hi,
I'm trying to find the latest file in a directory, but am not sure of the syntax for the -A file test
sub latestFile(){
my $BASE = "/apps/omgfs/application/1410_1480/deploy/log/";
opendir(DIR,"$BASE") or die " cannot opendir $BASE : $!";
while (defined($file = readdir(DIR))) {
if ( -A...
GDB is a useful tool for debugging core files generated by processes. To find out more information regarding GDB visit http://www.delorie.com/gnu/docs/gdb/gdb_toc.html.
Running GDB
• Determine the location of GDB, whereis gdb
• Execute gdb from the directory returned by the whereis command...
Hi all,
I'm at the end of the line trying to get Authen-Smb-0.91 and Apache2-AuthenSmb-0.01 (downloaded from cpan) working for Apache 2.0.54 running on SUSE Linux 9.2. Can anyone plese recommend an easier method?
Op_system: SUSE Linux 9.2
perl version 5.8.5
mod_perl 2.0.1
I've installed...
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.