After installing a new FAS270, I'm getting the following messages periodically:
Cluster Notification from filera (FCP PARTNER PATH MISCONFIGURED) ERROR
(names of the filer nodes are filera and filerb).
Has anyone seen this error before? If so, what was the issue that caused the error? I...
I have a security requirement to have the screen on an IBM pSeries (Power5) HMC to lock automatically after a timeout duration if it is left logged in. I can't seem to locate any information on how to configure the HMC to do this.
1) Is it possible?
2) How is it done?
Thanks!
---
Batavus
I have a pair of IDE disks that I've combined with Linux volume manager into a single logical volume. On top of that I had an ext2 filesystem under Fedora Core 2. After I was hacked by a script kiddie (dumb me didn't patch sshd), I installed Fedora Core 4 and it brought in the volume group...
Thanks for the response TrojanWarBlade. But, if I take tid call out of my code, it still blows chunks:
#!/usr/bin/perl
use threads;
sub mythread
{
my $arg1 = shift;
my $arg2 = shift;
print "Thread with $arg1 and $arg2 to do something...\n";
system(sleep 30);
}
MYLOOP: foreach (0 ...
I'm wanting to run 10 threads, doing their thing, and when one finishes, start up another one. Thus keeping 10 going at all times until the end of looping through a list.
For example code below:
#!/usr/bin/perl
use threads;
sub mythread
{
my $arg1 = shift;
my $arg2 = shift;
my $myself =...
Logical logs are being backed up (hehe) to /dev/null (LTTAPEDEV=/dev/null).
So no issues there with the engine halting with a full log.
What do you mean 'archive-0' of the database?.....
---
Batavus
I have a client with an old 7.2 database on an old sun box:
# uname -a
SunOS lvserv10 5.5.1 Generic_103640-24 sun4u sparc SUNW,Ultra-2
They have a bit of corruption:
13:30:58 Assert Failed: WARNING! pthdrpage:ptalloc:bad bfget
13:30:58 Who: Session(145, root@lvserv10, 3179, 203811420)...
I have an aix 5.2 ml4 system whose /var/adm/wtmp file grows extremely quickly. When using:
/usr/sbin/acct/fwtmp < wtmp
on it, I get a plethora of records as follows:
rfproddb:/var/adm# /usr/sbin/acct/fwtmp < wtmp | tail
IWH IWH 5 74890 0000 0000 1100871636...
Question:
How would I associate the output of the EMC 'inq' command output on an EMC Sym from an AIX box to the logical volume management (hdisks, volume groups, logical volumes, filesytems) on that box?
For instance, a subset of inq output...
Here's my delimma. I have the need to migrate several large Oracle 8.1.7.4 databases from SUN to AIX. And, perform this operation, per database, in a relatively short production outage window.
I know that through performing an export from 817 in Solaris then performing an import under AIX is...
Yeah - I figured redo logs wouldn't work from one version to the next. Just threw that out there as a tickler. I'm looking into replication, but not sure that is the best method (or even workable) at the moment either.
The number of inserts, updates, deletes... to be honest, that is unknown at...
Here's the need:
- Upgrade a large (near 1TB) database from 8.1.7 to 9i
- Move from 32 bit oracle, to 64 bit oracle
- Move from Solaris to AIX
- Move from Sun to RS6000
- Do it in a small outage window
So, here is my idea:
I would like to minimize the down time when switching production from...
Need more info on 'specific', but here are some examples:
The source file is a '.profile' in my home directory that reads as follows:
alias vi='vim'
if [ $MACHINE = "Linux" ]
then
. $HOME/.bash_profile
. $HOME/.bashrc
fi
if [ ! "$LOGIN" ]
then
export...
Define fits. Does it respond with an error?
If you could, for your production server, include the output from a 'netstat -rn' command (in addition to whatever is output when you try to make changes on the prod server).
Thanks.
---
Batavus
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.