Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by batavus

  1. batavus

    etting (FCP PARTNER PATH MISCONFIGURED) Error

    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...
  2. batavus

    pSeries HMC, screen timeout lock

    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
  3. batavus

    Help - need to fix blorked up ext3 filesystem

    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...
  4. batavus

    Can aix 5.3 volume groups be used under 5.2?

    Can a volume group created under aix 5.3 be imported into aix 5.2? --- Batavus
  5. batavus

    Need threads help

    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 ...
  6. batavus

    Need threads help

    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 =...
  7. batavus

    corruption - help fix?

    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
  8. batavus

    corruption - help fix?

    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)...
  9. batavus

    wtmp file growing quickly, lots of IWH entries...

    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...
  10. batavus

    Associating AIX lvm to output of EMC inq command

    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...
  11. batavus

    Best method to migrate from Solaris to AIX

    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...
  12. batavus

    Question on upgrade plan from 8.1.7 to 9i

    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...
  13. batavus

    Question on upgrade plan from 8.1.7 to 9i

    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...
  14. batavus

    How to print specific line in a file?

    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 = &quot;Linux&quot; ] then . $HOME/.bash_profile . $HOME/.bashrc fi if [ ! &quot;$LOGIN&quot; ] then export...
  15. batavus

    Subnet Mask

    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

Part and Inventory Search

Back
Top