Forum Discussion

executablez's avatar
11 years ago

Modify the resource type

Hi,

Do we need downtime to modify the resource type?

I am about to modify my Oracle OnlineTimeout resource type to higher timeout.

Oracle OnlineTimeout 300 to Oracle OnlineTimeout 1800
 
Thank you.
  • Hi,

     

    no downtime needed.

    use below command to change it:

    #haconf -makerw

    #hatype -modify Oracle OnlineTimeout 1800

    #haconf -dump -makero

     

    If you want to set the Timeout for only one resource and not all resources of type Oracle use below command instead:

    #haconf -makerw

    #hares -override Oracle_resourcename OnlineTimeout

    #hares -modify Oracle_resourcename OnlineTimeout 1800

    #haconf -dump -makero

     

     

    regards,
    Dan

2 Replies

Replies have been turned off for this discussion
  • Hi,

     

    no downtime needed.

    use below command to change it:

    #haconf -makerw

    #hatype -modify Oracle OnlineTimeout 1800

    #haconf -dump -makero

     

    If you want to set the Timeout for only one resource and not all resources of type Oracle use below command instead:

    #haconf -makerw

    #hares -override Oracle_resourcename OnlineTimeout

    #hares -modify Oracle_resourcename OnlineTimeout 1800

    #haconf -dump -makero

     

     

    regards,
    Dan