SUDO configuration in Solaris 10 zones


 
Thread Tools Search this Thread
Operating Systems Solaris SUDO configuration in Solaris 10 zones
# 1  
Old 07-08-2008
SUDO configuration in Solaris 10 zones

HI All,

Is it possible to configure SUDO in non-global zones in a solaris 10 env?

If yes, can you please provide the steps to configure.

Thanks in advance.

Regards,
Sagar.
# 2  
Old 07-08-2008
There is nothing specific, just do it the way you would do on the global zone.

You may also want to go the RBAC way which doesn't requires to install anything.
# 3  
Old 04-03-2009
Yes, it is possible to configure SUDO in a non-global zones.

It all depends on how you have your zone installed.
IF it is an inherent zone the /usr directory is inherent from the global zone.
In that case install sudo in the global zone and it will function in each of the non-global zones.

I have done it this way on several of our zones and it works perfectly.

For detailed instruction to install sudo goto:
How to install, configure, and use sudo : UnixBlogger
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Migration of Solaris 10 on physical host to Solaris Zones

Hi All Kindly let me know how can I move Solaris 10 OS running update 10 on physical machine to another machine solaris zone running Solaris 10 update 11 (2 Replies)
Discussion started by: amity
2 Replies

2. Solaris

Sudo and Solaris zones, unable to open errors

I've got a Solaris 10 host with two zones. When I'm working with sudo on the host, everything is great. Within the zones I had to edit the .profile to include the /usr/local/whatever directory the sudo executable is in. Then, it all worked fine. Sudo grants permissions and the command is performed.... (4 Replies)
Discussion started by: DustinT
4 Replies

3. Solaris

Solaris Zones

Hi friends, Actually I faced problem in solaris zone. i was created 4 zones on my server. but one of them is not working ? so, where i wll get the error logs, and how to troubleshoot the problem. i have some kind of urgency. Please reply. (2 Replies)
Discussion started by: rajaramrnb
2 Replies

4. UNIX for Dummies Questions & Answers

Solaris Zones

Hi Guys, I haven't worked on solaris zones earlier. I have a query regarding the zones. We have MQ software installed on a solaris container. I am not sure on which zone this s/w is intalled. I have logged into this container via putty. When I search for the package, I got the package... (7 Replies)
Discussion started by: vandi
7 Replies

5. Solaris

Solaris zones

Hi, I created a zone with separate /usr for the zone. when I do ping to newly created zone it showing alive, I am able to login through zone console zlogin -C -E <zone name> I created a test account on zone which is already existing under global zone and try to ssh, it is working fine but... (1 Reply)
Discussion started by: alberto
1 Replies

6. Solaris

Solaris Zones

Hi Every, I would like to know some questions on Zones??? 1.what are types of zones we can install in global zone??? 2.Exact difference between sparce root and whole root??? 3.can we change the ip address of a running zone??? 4.how to find our in which zone we are running and how many... (8 Replies)
Discussion started by: tirupathiraju_t
8 Replies

7. Solaris

Solaris Zones

I have a Solaris 10 box configured with a global zone and 3 non-global zones. All of the zones need to be configured so they can access and run an application in the global zone located at /export/home. How do i make this application and all of its accompanying files available to the 3 non-global... (3 Replies)
Discussion started by: goose25
3 Replies

8. Solaris

Regarding Solaris Zones

Hello All, I have a list of Local Zones in my list. I want to find out their Global Zone names exactly....I know the command "arp ..."But I dont know how to filter it correctly and find it out. Thanks in advance, Jacky (9 Replies)
Discussion started by: jegaraman
9 Replies

9. Solaris

Solaris zones

Hi All, I am getting zone error # /usr/sbin/zoneadm -z asflxpoc1 boot -s could not verify net address=169.185.246.229 physical=ce0: No such device or address could not verify net address=169.185.246.230 physical=ce0: No such device or address Any ideas for this error message. The... (13 Replies)
Discussion started by: jegaraman
13 Replies

10. Solaris

Solaris 10 Zones configuration

Help!!?? I have 2 zones showing 10.0.0.0 that needs to be deleted off the routing table. When i try to run #route delete 10.0.0.0:10.251.1.202 i get a insuffiecnt privileges message...So i assume i have to run it on the global zone. When i run the same command, #route delete... (1 Reply)
Discussion started by: 23patrick
1 Replies
Login or Register to Ask a Question