Where can I find details of what various Solaris packages do?


 
Thread Tools Search this Thread
Operating Systems Solaris Where can I find details of what various Solaris packages do?
# 1  
Old 10-28-2005
Question Where can I find details of what various Solaris packages do?

Among varous other items, I'm trying to find out what "Authentication Management Infrastructure" (package SUNWamix) does, and why would a sysadmin disable it? The reason given is 'for security purposes' without explanation ... how and why is AMI such a 'security risk' that it has to be turned off? I searched docs.sun.com but found no detailed info there.

For background sake, I'm an ex-sysadmin, now just a 'user', and sysadmins at my company have been changing configs (turning various stuff off in inetd.conf) on the systems I use without explanation ... they break functionality of tools I use Smilie .

tia ...
# 2  
Old 10-28-2005
See this thread

One of the normal things to do is turn off services in inetd.conf if you aren't using them. See Security Focus .

If what the system administrators are turning off effects you, talk to them - see if the service can be turned back on or not. Sometimes, it may have been a requirement by the Security group (or because of a failed audit).
# 3  
Old 11-01-2005
Thanks for the link to SF ... I'm aware that it is now common practice to turn off "unused" or "unnecessary" services in inetd for security purposes ... what I'm not aware of is any actual usefulness to this practice.

[SOAPBOX]As I like to tell anybody who listens, there is a difference between 'risk' and 'threat' and any so-called security professional that can't explain that difference in plain english is incompetent. I still don't know what the Authentication Management Infrastructure on Solaris actually does, so I'm in absolutely no position to weigh in on its potential risk in the environment. But nobody in our sysadmin dept. has been able to explain it to me either ... so why would a supposedly professional sysadmin turn stuff off if they don't know what it does? If this behavior is the result of a "security audit", why wouldn't the sysadmins require an explanation from the auditor before blindly flipping bits in the system configs?

Serously tho ... I'm no fan of IT security folk ... in the corporate world in which I live, breathe and work, they tend to be obstrunctionist and counter-productive ... they refuse to validate their actual utility to the company while doing much of their work in secret (they can't tell me 'why' they do anything because of security, get it?), meanwhile my productivity goes down because of the worthless hurdles they throw in my path. Cost to the company goes up, my ROI goes down. And I think that it is safe to say that the company is not any better off by the disablement of AMI on this server.[\SOAPBOX]

Back to the main thrust of my OP ... could somebody indicate WHERE can I find explanations of these services & packages? All I know is that overnight a dozen or so services in inetd.conf were commented out and the next day one of my tools was broken. I would really prefer to find out which service is the needed one without having to go through the brute-force 'turn them on one at a time' method of experimentation.

tia
# 4  
Old 11-02-2005
MuleHeadJoe,
Quote:
... what I'm not aware of is any actual usefulness to this practice.
Apart from bugs (bof) misconfiguration and the like which could lead to remote full access,
sending many request to those unused services 'may' bring down to its knees your costly sun server

BTW, your nick is genuine Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

How to find the details of Fonts on AIX?

Hi, Can someone help me out, how I can find the details of the Fonts installed on AIX, details such as the font type, directory, Non-Latin Fonts like Greek, Hebrew, or Arabic, starting with Arabic Objective: Oracle Reports creates PDF on AIX we want to use ARABIC Fonts which are... (1 Reply)
Discussion started by: filosophizer
1 Replies

2. Shell Programming and Scripting

How to find a file with a specific pattern for current sysdate & upon find email the details?

I need assistance with following requirement, I am new to Unix. I want to do the following task but stuck with file creation date(sysdate) Following is the requirement I need to create a script that will read the abc/xyz/klm folder and look for *.err files for that day’s date and then send an... (4 Replies)
Discussion started by: PreetArul
4 Replies

3. Solaris

How to find MQ details on Solaris 5.8?

Hi All, I want to find MQ details on a solaris 5.8 server , does anyone knows the command to findout the details I have used below command to find the following o/p command pkginfo | grep -i mq o/p application mqm WebSphere MQ for Sun Solaris application... (4 Replies)
Discussion started by: Jcpratap
4 Replies

4. Solaris

I/O details of all FS in Solaris

Hi, Can anyone let me know which command should i use to find Filesystem I/O utilization report along with the respective process b/w specific time range (9 Replies)
Discussion started by: ali560045
9 Replies

5. Slackware

Find Slackware Packages - packages.acl.org.ua

Hi! Let me introduce a project for find and download Slackware packages and browse Slackware repositories. The site provides following features: * Large, daily updated database with RPM, DEB, TGZ, TXZ packages for well-known repositories of the Slackware, Fedora, CentOS, RHEL, Debian,... (2 Replies)
Discussion started by: lystor
2 Replies

6. Solaris

Need some help to find out hardware details

hi all i am looking for some command or utility to find out hard ware details. 1. How should i know whether my network adapter is a fibre card or RJ25 (upd) card (ethtool in linux) 2. How to check physical connectivity. ("mii-tool eth0" in linux) 3. How to find pci devices with exact details.... (1 Reply)
Discussion started by: kingston
1 Replies

7. Shell Programming and Scripting

Directory details with FIND

Hello, an easy question, I hope. What would be the way to produce a result from the following find statement that would also include for each line in the output the details usually associated with the ls -ltr command? Here is the find I am using: find . -name "*.prg" -exec grep "test line" {}... (4 Replies)
Discussion started by: gio001
4 Replies

8. Solaris

Find server details

Hi experts Is there a command or a way in Solaris to find server details like this: SUN240R 2 @ 160MHz CPU 1Gb memory Solaris8 lan0 (16SV LAN) 100FD lan1 (45CI LAN) 100FD lan2 (8CON LAN) 10HD lan3 (38SY LAN) 100HD Thanks (1 Reply)
Discussion started by: lalelle
1 Replies

9. Red Hat

How to find the os and h/w details

Hi Need to know the version(suse/redhat) and processor info(x86/itanium/amd etc). I tried uname -a but cannot understand what is what... Linux myworkhost 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:52:56 EDT 2003 i686 i686 i386 GNU/Linux I dont have the root password, I can only ssh and have to... (3 Replies)
Discussion started by: amiri2000
3 Replies
Login or Register to Ask a Question