System Log for Sun Solaris 2.6


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers System Log for Sun Solaris 2.6
# 1  
Old 11-24-2000
Question

G'day. I have some questions on the Sun Solaris 2.6 OS. I would appreciate if you could refer me some write up or information on the following questions.

1. Terminal Time Out feature ?
- Is this OS capable of doing this ? If the terminal is idle for a certain time of period. The system should be able to kid out the terminal automatically based on the time frame set.

2. List of system log (per event) ?
- Is this OS capable of providing this for the OS and user events log ?

3. Printing of the system log
- Is it able to print out the system log if system log is available!

4. Period change of Password
- Is the system able to set periodic password change for the system users ?



Thank you.

regards

Tan


# 2  
Old 11-26-2000
1. auto terminal time out : I know telnet windows have a timeout and close after some idle time.
Donno about what terminal you talk about exactly.
2. system logs on Solaris 2.6 are under /var for example :
/var/adm/messages - system messages log.
/var/log/syslog - the syslogd main logfile - usually inclode sendmail's log too.
logging of the logon/logoff is available with the 'last' commmand.
There are many other logs on the system :
e.g. /var/cron/logs - logs of the crontab.
user's command history can be kept in some shells automaticaly in .history.
4. Yes password's termination is a built in feature read man passwd , enter it via admintool or useradd or manually in /etc/shadow. (only if you know what you're doing).


Hope that helps,
Hezki
# 3  
Old 11-27-2000
MySQL

Thx. Hezki,

It helps a lot!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Making HDD backup in sun Solaris system

Hello to all, I have Fujitsu Celzius M470 workstation which has Sun solaris system installed and want to make a complete backup of the hard drive. The existing HDD is SATA II, 500 GB. I don't have much experience working with SUN solaris systems (not at all) but have some experience with... (5 Replies)
Discussion started by: Mick
5 Replies

2. Solaris

How to get system parameters / information on Sun Solaris 5.10

Hello to everyone, i am new to Sun Solaris. i have Solaris 5.10 installed on the X86 platform. i am writing a script which gathers some system information. but i can not find some of the parameter from the system can any one please suggest to way to find these params. shell command will be... (1 Reply)
Discussion started by: nikhil.sigpro
1 Replies

3. Solaris

Installation of IBM Cognos 8 BI on Sun solaris operating system

Hi All, I am newbie to Sun solaris operating system. I am trying to install IBM Cognos 8 on it. However it can't execute the installation path when i insert to CD when i double click it. Anyone have any idea on installing it? or any documentation for me to view? (0 Replies)
Discussion started by: lkyow
0 Replies

4. Shell Programming and Scripting

To check the system configuration on Sun solaris

Hi, Could you pls. let me know what is cammand in unix to check the system configuration on Sun solaris. Thanks in advance. Cheers (2 Replies)
Discussion started by: krackjack
2 Replies

5. Solaris

Sun Certified System Administrator for the Solaris 10 OS, Part I (CX-310-200)

Hi all, I have been reading for Sun Solaris Administrator exam (CX-310-200) but i have kind of been dragging. Is there anyone preparing for this exam so we could make like a study group or accountability partner. Awaiting your response. thanks (6 Replies)
Discussion started by: nkechifesie
6 Replies

6. Solaris

file system full in Sun Solaris 9 sparc

I am trying to install the JDK 1.6 on Solaris9 Sparc machine but after downloaded .tar file from Sun website and when I am trying to untar that, I an getting the following error- zcat jdk-6u7-solaris-sparc.tar.Z | tar -xf - Sep 2 18:42:36 mgsun ufs: NOTICE: alloc: /: file system full ... (11 Replies)
Discussion started by: smartgupta
11 Replies

7. Solaris

Sun Solaris Server Configuration System Files

Dear All, I am a Ubuntu Linux user and currently performing an audit on a Sun Solaris machine. As I am not too familiar with Sun Solaris, may I know where can I extract the following information from a Sun Solaris server. /etc/profile /etc/login.defs /etc/pam.d/system-auth... (2 Replies)
Discussion started by: nerd
2 Replies

8. UNIX for Dummies Questions & Answers

Sun Certified System Administrator for the Solaris 10

i want to take certificate which are: Solaris 10 OS . Part I - Sun Certified System Administrator for the Solaris 10 Operating System (CX-310-200) . Part II - Sun Certified System Administrator for the Solaris 10 Operating System (CX-310-202) ; my question is about S10 adminitration... (0 Replies)
Discussion started by: nibiru78
0 Replies

9. UNIX for Dummies Questions & Answers

system messages log (Sun and AIX)

Hello, I need a few explanation about the log files for system messages: /var/adm/messages and /var/log/syslog. As /var/adm/messages is empty on my machine, i need help. First, i would like to know what the difference between these 2 files is? Do they contain different kinds of system... (3 Replies)
Discussion started by: VeroL
3 Replies
Login or Register to Ask a Question