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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: batavus
  • Content: Threads
  • Order by date
  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

    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 =...
  6. 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)...
  7. 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...
  8. 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...
  9. 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...
  10. 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...

Part and Inventory Search

Back
Top