AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  how to delete static route permanently

    Posted Mon January 12, 2009 02:02 AM

    Originally posted by: apple08


    dear AIX guru,
    i have soft delete it, where is the file to remove permanently. hope to hear from you.thanku


  • 2.  Re: how to delete static route permanently

    Posted Mon January 12, 2009 03:37 AM

    Originally posted by: grukrz1


    I guess you can remove it via 'smitty rmroute' menu, or using chdev command:

    First you should find the routing you want to delete on the list running command:
    lsattr -El inet0|grep ^route

    Caution: One of the lines represents your default routing so you should leave it as it is.

    and the removing it from ODM (permanently) using chdev command.

    Example:

    1. lsattr -El inet0|grep ^route
    route host,-hopcount,0,,,,,,10.62.61.5,10.23.32.1 Route True
    route net,-hopcount,0,,0,50.120.183.133 Route True
    chdev -l inet0 -a delroute="host,-hopcount,0,,,,,,10.62.61.5,10.23.32.1"

    The routing is deleted permanently.


  • 3.  Re: how to delete static route permanently

    Posted Mon January 22, 2018 05:16 PM

    Originally posted by: JorgeQuintero


    Dear AIX Guru.

     

    I would like to know, how can I remove a sqljdbc4.jar from AIX using the command line?

     

    Thanks.



  • 4.  Re: how to delete static route permanently

    Posted Tue January 23, 2018 09:33 AM

    Originally posted by: DaveMarquardt


    You should probably create a new topic to ask this question rather than under a topic about deleting static routes.