LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   user administration in mysql-zrm (https://www.linuxquestions.org/questions/linux-newbie-8/user-administration-in-mysql-zrm-714120/)

raktri4u 03-24-2009 02:17 PM

user administration in mysql-zrm
 
I have configured Amanda and ZRM for mysql.Both are running fine but i need to make different Sub administrators in amanda and ZRM mysql config.Now the scene is that i need one person responsible for backup and verifiaction of dumps for one location.i.e. in one location i will be the person to take care of backup but in other i want ABC to take care,it means i need to make it user dependent...but i am not finding any such option in amanda.conf.But in ZRM mysql we use one user/password for connecting mysql admin to ZRM.so we can have in that,but i dont know where we use this password as all the process is automatic...loll.can u guys help me out ..plzzzzzzzzz

choogendyk 03-25-2009 07:35 AM

For Amanda, you would use Unix/Linux standard user/group access security approaches.

Amanda should be running as it's own user -- amanda or amandabackup, or something like that. The person responsible for the Amanda backups could have that user account password. I'm assuming they don't have root, otherwise they have access to everything.

You could also make use of sudo. On some of my servers, my boss and I are the only ones with root. Everything else is controlled by sudo. If someone needs to do a particular function, we set up just what they need, and nothing else, using sudo. Some of that is controlled by groups. We have an lpadmin group, an smbadmin group, a webadmin group. The lpadmin group can `sudo cancel jobid`, for example.

raktri4u 03-30-2009 03:50 PM

thanks choogendyk,
bro i am still unable this to resolve this issue..as all the processes like,backup is automatically done but for restoration we have to do it from root whose passwd i cann't share with my team mates as they can do anything they want.and worse is that for restoration user should be root or root privileged user..
I have few more things to improve as below------
* Is there any GUI for amanda backp exists...I have found amrecgui but its not working
* in case of any specific record i want to restore then i have to restore the full DB in ZRM so can i have any such option which can do restoration record wise?
* lol the biggest one user administration.

Please help me in this..
I am continuously working and doing R&D for these but till now NO RESULTS...

thanks in advance
rak

choogendyk 04-01-2009 08:47 AM

Recovering from backup is inherently a root type operation. I'm not sure how to get around that. I do use sudo a lot to configure systems so that non root users can do certain administrative things. But, once you've given them backup recovery, you've pretty much given them the keys to everything.

I thought ZRM could do portions of a DB and incrementals even to a point in time. I need to get into it more myself.

As far as GUI's are concerned, I don't have much use for them on my servers. My latest servers have been minimal OS installs with no GUI capability at all. No video cards. None of the packages installed that have anything to do with support of graphical interfaces. Just serial console to access ILOM.

If you have more specific questions, I'll try to get back to it in the next day or two.


All times are GMT -5. The time now is 07:06 AM.