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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 |
| |||
| 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 |
| |||
| 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 |
| |||
| 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 |
| ||||
| 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 |
| Thread Tools | |
| Display Modes | |
|
|