Re: Antwort: Re: Problems with paging space

From: Holger.VanKoll@SWISSCOM.COM
Date: Thu Jun 27 2002 - 10:35:55 EDT


probably...

do
sysdumpdev -p /dev/sysdumpnull
to test

> -----Original Message-----
> From: Dave.Zarnoch@SUNGARD.COM [mailto:Dave.Zarnoch@SUNGARD.COM]
> Sent: Donnerstag, 27. Juni 2002 16:30
> To: aix-l@Princeton.EDU
> Subject: Re: Antwort: Re: Problems with paging space
>
>
> Ah....
>
> sysdumpdev -l
>
> primary /dev/paging02
> secondary /dev/sysdumpnull
> copy directory /var/adm/ras
> forced copy flag TRUE
> always allow dump FALSE
> dump compression OFF
>
> Is that it is complaining about the resource being busy?
>
> DaveZ
>
>
>
>
>
> Vesna
> Vranesic To: aix-l@Princeton.EDU
> <vesna.vranes cc:
> ic@RZB.AT> Subject:
> Antwort: Re: Problems with paging space
> Sent by: IBM
> AIX
> Discussion
> List
> <aix-l@Prince
> ton.EDU>
>
>
> 06/27/2002
> 10:18 AM
> Please
> respond to
> IBM AIX
> Discussion
> List
>
>
>
>
>
>
> where are your swap spaces (sysdumpdev -l) ?
>
>
>
>
> Dave.Zarnoch@SUNGARD.COM@Princeton.EDU am 27.06.2002 15:49:19
>
> Bitte antworten an aix-l@princeton.edu@inet
>
> Gesendet von: aix-l@Princeton.EDU
>
>
> An: aix-l@Princeton.EDU
> Kopie:
> Thema: Re: Problems with paging space
>
>
> grep -e hd6 -e paging /sbin/rc.boot
>
>
> # Start paging if no dump
> [ ! -f /needcopydump ] && swapon /dev/hd6
> # Don't configure the secondary dump device if it's a paging space
> # other than hd6.
> # Note: The primary should be hd6 if it's a paging space.
> # See if it's a paging space other than hd6
> if [[ -n "$dev" && "$dev" != "hd6" ]]
> then # Check for paging space.
> then # secondary is paging, don't set it now.
>
> lsvg -l rootvg
>
>
> LV NAME TYPE LPs PPs PVs LV STATE
> MOUNT POINT
> hd5 boot 1 2 2 closed/syncd N/A
> lv00 jfs 96 192 2 open/syncd /scs
> hd8 jfslog 1 1 1 open/syncd N/A
> hd4 jfs 16 32 2 open/syncd /
> hd2 jfs 63 126 2 open/syncd /usr
> hd9var jfs 8 16 2 open/syncd /var
> hd3 jfs 16 32 2 open/syncd /tmp
> hd1 jfs 32 64 2 open/syncd /home
> paging02 paging 128 256 2 open/syncd N/A
>
> Also:
>
> Here's my /etc/swapspaces file:
>
> paging02:
> dev = /dev/paging02
>
>
> paging00:
> dev = /dev/paging00
>
>
>
> paging01:
> dev = /dev/paging01
>
>
>
> Here's what's in alog:
>
> Activating all paging spaces
> 0517-072 swapon: Cannot activate paging device /dev/paging02.
> : The requested resource is busy.
> swapon: Paging device /dev/paging00 activated.
> swapon: Paging device /dev/paging01 activated.
>
> The error is the same one that I get when I try "swapon -a"
>
> Thanks!
>
> DaveZ
>
>
>
>
>
> Holger.VanKoll@SW
> ISSCOM.COM To:
> aix-l@Princeton.EDU
> Sent by: IBM AIX cc:
> Discussion List Subject: Re:
> Problems with
> paging space
> <aix-l@Princeton.
> EDU>
>
>
> 06/27/2002 09:31
> AM
> Please respond to
> IBM AIX
> Discussion List
>
>
>
>
>
>
> pls post
> grep -e hd6 -e paging /sbin/rc.boot
> lsvg -l rootvg
>
> there is nothing in errpt or console/bootlog? (smitty alog)
>
>
> > -----Original Message-----
> > From: Dave.Zarnoch@SUNGARD.COM [mailto:Dave.Zarnoch@SUNGARD.COM]
> > Sent: Donnerstag, 27. Juni 2002 15:19
> > To: aix-l@Princeton.EDU
> > Subject: Re: Problems with paging space
> >
> >
> > Soooo..
> >
> > If the paging space is on rootvg and all is mirrored.
> >
> > Why won't the paging space activate?
> >
> > Thanks!
> >
> > DaveZ
> >
> >
> >
> >
> >
> > Holger.VanKoll@SW
> > ISSCOM.COM To:
> > aix-l@Princeton.EDU
> > Sent by: IBM AIX cc:
> > Discussion List Subject: Re:
> > Problems with paging space
> > <aix-l@Princeton.
> > EDU>
> >
> >
> > 06/27/2002 08:24
> > AM
> > Please respond to
> > IBM AIX
> > Discussion List
> >
> >
> >
> >
> >
> >
> > I did not check either. Maybe its updated.
> >
> > I just read the release notes 2 days ago:
> >
> > If you wish to do rootvg mirroring, use mirrorvg to setup the
> > mirroring and
> > unmirrovg to remove the mirroring. With these two commands,
> > the limitations
> > on rootvg mirroring have been removed. The white paper
> "Mirroring the
> > rootvg Volume Group for AIX 4" is therefore no longer valid
> > with AIX 4.3
> > and should not be followed.
> >
> > http://publib.boulder.ibm.com/pseries/aixgen/relnotes/10069709.htm
> >
> > Btw. I read it cause I wanted to know how to find out which
> > new commands
> > are introduced by a maintenance-level.
> > I asked this here in another thread... no response yet. F.e.
> > lsmcode (afair
> > ML08) is quite useful... maybe there are more useful new commands.
> >
> >
> > > -----Original Message-----
> > > From: Green, Simon [mailto:SGreen@KRAFTEUROPE.COM]
> > > Sent: Donnerstag, 27. Juni 2002 13:58
> > > To: aix-l@Princeton.EDU
> > > Subject: Re: Problems with paging space
> > >
> > >
> > > I must confess I didn't check, but I thought the article had
> > > been updated.
> > > Apologies for any confusion.
> > >
> > > Simon Green
> > > Philip Morris ITSC Europe
> > >
> > > AIX-L Archive at http://marc.theaimsgroup.com/?l=aix-l&r=1&w=2
> > > AIX FAQ at http://www.faqs.org/faqs/aix-faq/
> > >
> > > N.B. Unsolicited email from vendors will seldom be appreciated.
> > >
> > > > -----Original Message-----
> > > > From: Holger.VanKoll@SWISSCOM.COM
> > > [mailto:Holger.VanKoll@SWISSCOM.COM]
> > > > Sent: 27 June 2002 12:43
> > > > To: aix-l@Princeton.EDU
> > > > Subject: Re: Problems with paging space
> > > >
> > > >
> > > > > There are two articles which should interest you: one on
> > > > > rootvg mirroring
> > > >
> > > > AIX (install-)readme states this document is no longer valid
> > > > as the restrictions its based on are no longer valid.
> > > >
> > > > Simply use mirrorvg rootvg.
> > > >
> > >
> >
>



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 22:16:01 EDT