Solaris 10 - rexplorer and Non-Global zones


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 10 - rexplorer and Non-Global zones
# 1  
Old 08-24-2016
Solaris 10 - rexplorer and Non-Global zones

Hi all - not really a problem as such, but just hoping someone can shed some light.

We point rexplorer to multiple Global zones and it works as expected. However, each Non-Global zone get around a hundred of root su'ing to root messages, i.e.:

Code:
SU 07/14 03:02 + ??? root-root
SU 07/14 03:02 + ??? root-root
SU 07/14 03:02 + ??? root-root
...

When we created the Non-Global zones we got the message saying the explorer packafe wasn't installed, i.e.:

Code:
*** package <SUNWexplo> was not installed:

But I didn't think it would be a requirement to install it anyway since surely all that is done at the Global level where it is installed.

So the question... is it normal functionality for rexplorer to continuously su to root when running against Non-Global zones? Or is it actually a problem?

The rexplorer output log does report certain things not being installed ( WUNWsccli, A3X00 etc.) but presumably that's not a problem as we don't see all these logins at the Global zone level.

Thanks in advance for any help. Smilie

Last edited by vbe; 08-24-2016 at 11:31 AM.. Reason: code tags please not Quotes
# 2  
Old 08-24-2016
is the Global zone an LDOM? if so you might have to install SUNWExplo on each server.

try it with these switches from the global.

Code:
/opt/SUNWexplo/bin/explorer -w default,localzones,smfextended -C (SR #)


Last edited by vbe; 08-25-2016 at 04:24 AM..
This User Gave Thanks to os2mac For This Post:
# 3  
Old 08-25-2016
Hi - thanks for that. Unfortunately it's not an LDOM they are just zones.

What I've found on Google seems to say that it's correct that for our architecture to just install it at Global level (but all the root su to root in the local zone just doesn't seem right).

Maybe that's just the way it works! Smilie
# 4  
Old 08-25-2016
Explorer in zones

So you are trying to run explorer from the zone? it won't work.

you can only run explorer from the global. if you are having trouble with a zone, send them the explorer from the global with the switches I provided.
This User Gave Thanks to os2mac For This Post:
# 5  
Old 08-26-2016
Hi. No that's the issue - if it is indeed an issue and not just the crazy way it works!

The rexplorer module is only pointed to the Global zones but for some reason when it runs it's triggering multiple root su's to root on the Non-Global zones (by multiple I mean usually around 75-100 in a ten minute period).
# 6  
Old 08-29-2016
so it sounds like it's trying to gather info on the ngz for the explorer output. are your GZ setup in such a way that they are not allowed to zlogin? or are you running trusted solaris?
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

Solaris Global/Zones patching

Issue is : We have Solaris Global with 12 Zones and some have 15 Zones. All the OS version are10. Is it possible to apply patch at Zone level instead of patching at Global level? Please let me know. (10 Replies)
Discussion started by: baladelaware73
10 Replies

2. Solaris

Network / global zones (Solaris 10 / 8) config recommendations

I have a few non-globa zones running in a 10.10.xx.xx network on a machine that is on a 192.168.xx.xx network. My goal is to allow each of the non-global zones to communicate to each other while not communicating on the 192.168.xx.xx network. I am using the current version of Solaris 10 in... (7 Replies)
Discussion started by: BradJM
7 Replies

3. Solaris

Advanced Sysconfig use when building non-global zones in Solaris 11

I'm in an LDOM. I'm building non-global IP exclusive zones. I am using manifests and profiles to configure the system after install so I don't have to tab through the sysconfig startup dialog everytime I boot a system the first time for settings that never change (DNS, regional data, NTP etc). I... (0 Replies)
Discussion started by: os2mac
0 Replies

4. Solaris

How to see global hostname by logging in non global zones?

Hi guru Could any one help me by letting me know, how to see global hostname by logging in non global zones Regards (2 Replies)
Discussion started by: girish.batra
2 Replies

5. Solaris

How to access ENV variables of non global zones in global zone???

Hi Guys, My requirement is I have file called /opt/orahome/.profile in non global zone. PATH=/usr/bin:/usr/ucb:/etc:/usr/sbin:/usr/local/bin:/usr/openwin/bin:. export PATH PS1="\${ORACLE_SID}:`hostname`:\$PWD$ " export PS1 EDITOR=vi export EDITOR ENV=/opt/orahome/.kshrc export ENV... (1 Reply)
Discussion started by: vijaysachin
1 Replies

6. Solaris

Global Zones

I'm logged into a non-global zone server. How would I find out what the global zone server name is from there? (1 Reply)
Discussion started by: soupbone38
1 Replies
Login or Register to Ask a Question