AIX

AIX

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


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  Create operation memu

    Posted 07/16/07 05:44 AM

    Originally posted by: SystemAdmin


    Hi

    I am using AIX 5.3 and want to create the operation memu for operator to perfrom below function. Where can I find the sample to do this

    **
    Start/stop server
    Start/stop Oracle DB
    System backup
    run topas to check the perfromance
    change password
    ***

    Thanks
    #AIX-Forum


  • 2.  Re: Create operation memu

    Posted 07/16/07 07:22 AM

    Originally posted by: SystemAdmin


    John: I'm not sure what you mean by an "operations menu" in this context. The things you list are typically accomplished in AIX by running commands from a shell prompt. The issue you will face is that most of them require special security access that normal users, like an operator, won't have by default. Some of them can be controlled by using an AIX facility called "roles". You can check these via "smitty roles". Look at entries like "ManageBasicPasswords", "ManageBackup" and "ManageShutdown".

    Oracle startup and shutdown uses an Oracle-supplied script called "dbstart". You'll need some Oracle daemon account for this so "sudo" should be good enough to grant operator access.

    Topas is controlled by access to 2 special files, /dev/mem and /dev/kmem. These aren't world readable by default but you can make them so, if your auditors are willing.

    HTH

    Jim Lane
    #AIX-Forum