Unix Technical Forum

Duplicate lsattr -El sys0 entries on SP2 Node

This is a discussion on Duplicate lsattr -El sys0 entries on SP2 Node within the AIX Operating System forums, part of the Unix Operating Systems category; --> Its very interesting On SP2 Node when I do # lsattr -El sys0 | more I get duplicate entries ...


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-04-2008, 09:06 PM
Vikrant
 
Posts: n/a
Default Duplicate lsattr -El sys0 entries on SP2 Node

Its very interesting

On SP2 Node when I do
# lsattr -El sys0 | more

I get duplicate entries

keylock normal
maxbuf 20
maxuproc 500
....
....
cpuguard disable
keylock normal
maxbuf 20
maxuproc 500
....
....
cpuguard disable

when I do
# lsattr -El sys0 | grep maxuproc

I get 2 (two) identical lines are displayed !!

This is newly installed SP2 node

Where as I do not have this problem on other (old installed) SP2 Node !!

Thanks,
VKG
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-04-2008, 09:06 PM
Nicholas Dronen
 
Posts: n/a
Default Re: Duplicate lsattr -El sys0 entries on SP2 Node

Vikrant <icanhearyou@rediffmail.com> wrote:
V> Its very interesting

V> On SP2 Node when I do
V> # lsattr -El sys0 | more

V> I get duplicate entries

V> keylock normal
V> maxbuf 20
V> maxuproc 500
V> ...
V> ...
V> cpuguard disable
V> keylock normal
V> maxbuf 20
V> maxuproc 500
V> ...
V> ...
V> cpuguard disable

V> when I do
V> # lsattr -El sys0 | grep maxuproc

V> I get 2 (two) identical lines are displayed !!

V> This is newly installed SP2 node

V> Where as I do not have this problem on other (old installed) SP2 Node !!

There's not much to say other than that the ODM is probably corrupt.
Do you know how to edit the ODM?

Regards,

Nicholas

--
"Why shouldn't I top-post?" http://www.aglami.com/tpfaq.html
"Meanings are another story." http://www.ifas.org/wa/glossolalia.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-04-2008, 09:06 PM
Vikrant
 
Posts: n/a
Default Re: Duplicate lsattr -El sys0 entries on SP2 Node

Nicholas Dronen <ndronen@io.frii.com> wrote in message news:<3fdc8b61$0$199$75868355@news.frii.net>...
> Vikrant <icanhearyou@rediffmail.com> wrote:
> V> Its very interesting
>
> V> On SP2 Node when I do
> V> # lsattr -El sys0 | more
>
> V> I get duplicate entries
>
> V> keylock normal
> V> maxbuf 20
> V> maxuproc 500
> V> ...
> V> ...
> V> cpuguard disable
> V> keylock normal
> V> maxbuf 20
> V> maxuproc 500
> V> ...
> V> ...
> V> cpuguard disable
>
> V> when I do
> V> # lsattr -El sys0 | grep maxuproc
>
> V> I get 2 (two) identical lines are displayed !!
>
> V> This is newly installed SP2 node
>
> V> Where as I do not have this problem on other (old installed) SP2 Node !!
>
> There's not much to say other than that the ODM is probably corrupt.
> Do you know how to edit the ODM?
>
> Regards,
>
> Nicholas


Hi Nick,

This is the status of ODM
# odmget CuAT and look for maxuproc ODM entries , I see
CuAt:
name = "sys0"
attribute = "maxuproc"
value = "700"
type = "R"
generic = "DU"
rep = "nr"
nls_index = 20

I can search (find) only one entry of attribute = "maxuproc" in ODM.

I have changed the value of maxuproc from 500 to 700, also rebooted
the node. I need maxuproc minimum value 500, on this node before
changing to 500, seems 'default' value of maxuproc was 250.

If you *please* guide me, I am willing to edit ODM entry. I think its
(ODM Editing) not very difficult (I agree it requires care & skill).

With Regards,
VKG
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-04-2008, 09:07 PM
Nicholas Dronen
 
Posts: n/a
Default Re: Duplicate lsattr -El sys0 entries on SP2 Node

Vikrant <icanhearyou@rediffmail.com> wrote:
V> Nicholas Dronen <ndronen@io.frii.com> wrote in message news:<3fdc8b61$0$199$75868355@news.frii.net>...
>> Vikrant <icanhearyou@rediffmail.com> wrote:
>> V> Its very interesting
>>
>> V> On SP2 Node when I do
>> V> # lsattr -El sys0 | more
>>
>> V> I get duplicate entries
>>
>> V> keylock normal
>> V> maxbuf 20
>> V> maxuproc 500
>> V> ...
>> V> ...
>> V> cpuguard disable
>> V> keylock normal
>> V> maxbuf 20
>> V> maxuproc 500
>> V> ...
>> V> ...
>> V> cpuguard disable
>>
>> V> when I do
>> V> # lsattr -El sys0 | grep maxuproc
>>
>> V> I get 2 (two) identical lines are displayed !!
>>
>> V> This is newly installed SP2 node
>>
>> V> Where as I do not have this problem on other (old installed) SP2 Node !!
>>
>> There's not much to say other than that the ODM is probably corrupt.
>> Do you know how to edit the ODM?


V> Hi Nick,

V> This is the status of ODM
V> # odmget CuAT and look for maxuproc ODM entries , I see
V> CuAt:
V> name = "sys0"
V> attribute = "maxuproc"
V> value = "700"
V> type = "R"
V> generic = "DU"
V> rep = "nr"
V> nls_index = 20
V>
V> I can search (find) only one entry of attribute = "maxuproc" in ODM.

V> I have changed the value of maxuproc from 500 to 700, also rebooted
V> the node. I need maxuproc minimum value 500, on this node before
V> changing to 500, seems 'default' value of maxuproc was 250.

V> If you *please* guide me, I am willing to edit ODM entry. I think its
V> (ODM Editing) not very difficult (I agree it requires care & skill).

If there's only one maxuproc entry in the ODM but lsattr reports 2
of them, then I do not understand what's happening.

Regards,

Nicholas

--
"Why shouldn't I top-post?" http://www.aglami.com/tpfaq.html
"Meanings are another story." http://www.ifas.org/wa/glossolalia.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-04-2008, 09:07 PM
Vikrant
 
Posts: n/a
Default Re: Duplicate lsattr -El sys0 entries on SP2 Node

Nicholas Dronen <ndronen@io.frii.com> wrote in message news:<3fde1af7$0$199$75868355@news.frii.net>...
> Vikrant <icanhearyou@rediffmail.com> wrote:
> V> Nicholas Dronen <ndronen@io.frii.com> wrote in message news:<3fdc8b61$0$199$75868355@news.frii.net>...
> >> Vikrant <icanhearyou@rediffmail.com> wrote:
> >> V> Its very interesting
> >>
> >> V> On SP2 Node when I do
> >> V> # lsattr -El sys0 | more
> >>
> >> V> I get duplicate entries
> >>
> >> V> keylock normal
> >> V> maxbuf 20
> >> V> maxuproc 500
> >> V> ...
> >> V> ...
> >> V> cpuguard disable
> >> V> keylock normal
> >> V> maxbuf 20
> >> V> maxuproc 500
> >> V> ...
> >> V> ...
> >> V> cpuguard disable
> >>
> >> V> when I do
> >> V> # lsattr -El sys0 | grep maxuproc
> >>
> >> V> I get 2 (two) identical lines are displayed !!
> >>
> >> V> This is newly installed SP2 node
> >>
> >> V> Where as I do not have this problem on other (old installed) SP2 Node !!
> >>
> >> There's not much to say other than that the ODM is probably corrupt.
> >> Do you know how to edit the ODM?

>
> V> Hi Nick,
>
> V> This is the status of ODM
> V> # odmget CuAT and look for maxuproc ODM entries , I see
> V> CuAt:
> V> name = "sys0"
> V> attribute = "maxuproc"
> V> value = "700"
> V> type = "R"
> V> generic = "DU"
> V> rep = "nr"
> V> nls_index = 20
> V>
> V> I can search (find) only one entry of attribute = "maxuproc" in ODM.
>
> V> I have changed the value of maxuproc from 500 to 700, also rebooted
> V> the node. I need maxuproc minimum value 500, on this node before
> V> changing to 500, seems 'default' value of maxuproc was 250.
>
> V> If you *please* guide me, I am willing to edit ODM entry. I think its
> V> (ODM Editing) not very difficult (I agree it requires care & skill).
>
> If there's only one maxuproc entry in the ODM but lsattr reports 2
> of them, then I do not understand what's happening.
>
> Regards,
>
> Nicholas


Hi Nick,

As suggested by you, I did ODM 'edit' (odmget, odmdelete & odmadd) for
PdAt now the problem is resolved.

Regards,
VKG
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 01:14 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com