where's solaris halt log?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users where's solaris halt log?
# 1  
Old 02-28-2002
where's solaris halt log?

hi folks

could tell my anyone where solaris 8 stores the logs about shutdown/halt command. I found no entries in syslog, but there more logs directories.


probabaly a stupid question, but fast help would be great!
thanks

king regards,
patrick
# 2  
Old 03-01-2002
Are you looked into /var/adm/messages file ???????


Witt
witt
# 3  
Old 03-01-2002
where's

My problem is someone I don't know stoped the runnig server with halt command.

I found an entry in the file that you said, but where coudl I get exactly logs about IP from the user. I know wiche user is was, but its probably hacked!

thanks

kind regards,
patrick
# 4  
Old 03-01-2002
Tries the command "last | more".

You can see more about the command in the man.

"man last"


I hope help you


Witt
witt
# 5  
Old 03-01-2002
thanks a lot!
I got the information that I'd like to get!
Someone's head will rule!

kind regards,
patrick
# 6  
Old 03-01-2002
online monitoring

aehm just one question.

is there a simple command to watch all online users, and their connection (ftp,ssh, etc...) also remote!

Or do you know a good tool for it.

thanks
# 7  
Old 03-01-2002
Tries the "who" or "w" command.

example :

==========================================
root@witt01 # w
3:04pm up 33 day(s), 8:13, 6 users, load average: 3.99, 4.21, 3.55
User tty login@ idle JCPU PCPU what
eoc pts/11 12:20pm 49 rlogin eoc1sc2b
root pts/9 2:43pm 21 -ksh
eoc pts/8 9:26am 12 1:16 -ksh
eoc pts/0 12:12pm 21 -ksh
eoc pts/12 2:48pm 12 7 -ksh
eoc pts/14 12:27pm 50 -ksh

==========================================
root@witt01 # who
eoc pts/11 Mar 1 12:20 (eoc1ct1a)
root pts/9 Mar 1 14:43 (SYSADM01)
eoc pts/8 Mar 1 09:26 (eocsn01)
eoc pts/0 Mar 1 12:12 (10.11.30.30)
eoc pts/12 Mar 1 14:48 (eocsn01)
eoc pts/14 Mar 1 12:27 (eoc1ct1a)
root@witt01 #

Smilie

Witt
witt
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris paging bringing system to halt

Hi experts, I am running a solaris 10 with oracle 10 on a system with 96 GB physical memory. the system has a lot of swap space. the oracle SGA is 50 GB and PGA 40 GB. Here are the stats vmstat -i interrupt total rate -------------------------------- clock ... (5 Replies)
Discussion started by: afadaghi
5 Replies

2. Shell Programming and Scripting

What are the differences between 'bash' and 'sh'

Hopefully this doesn't come off as too much of a "newbie" question or a flamebait. But I have recently begun working with a Sun Solaris box after having spent the past five years working with RedHat. From what i can tell, thing look fairly similar and the 'man' command is some help. But I've... (7 Replies)
Discussion started by: deckard
7 Replies

3. UNIX for Advanced & Expert Users

How to remove a file with a leading dash '-' in it's name?

Somehow someone created a file named '-ov' in the root directory. Given the name, the how was probably the result of some cpio command they bozo'ed. I've tried a number of different ways to get rid of it using * and ? wildcards, '\' escape patterns etc.. They all fail with " illegal option --... (3 Replies)
Discussion started by: GSalisbury
3 Replies

4. UNIX for Advanced & Expert Users

Application can't startup?? Solaris and Linux RedHat

can someone tell me what could cause an application not to startup? I'm getting calls from users saying they cant' startup a particular application. how do I troubleshoot this? i tried doing ps -ef | grep (application) i saw the application running. now, am wondering, would it be safe to... (1 Reply)
Discussion started by: TRUEST
1 Replies

5. UNIX for Dummies Questions & Answers

quoting echo 'it's friday'

echo 'it's friday' why appear the > (3 Replies)
Discussion started by: yls177
3 Replies

6. UNIX Desktop Questions & Answers

Solaris 8 ???'s

Currently attemting to load Solaris v8 onto a laptop, but having no luck with the display settings. Need to know which video/display settings work for a Compaq Presario 1200xl 325 model... I am using the default low-res type settings to get a black and white picture with huge icons. Been to... (1 Reply)
Discussion started by: StaleMate
1 Replies

7. Shell Programming and Scripting

Clearify what it means under 'WHAT' when hit the 'w'-command

I wonder how I shall read the result below, especially 'what' shown below. The result was shown when I entered 'w'. E.g what is TOP? What is gosh ( what does selmgr mean?)? login@ idle JCPU PCPU what 6:15am 7:04 39 39 TOP 6:34am 6:45 45 45 TOP 6:41am ... (1 Reply)
Discussion started by: Aelgen
1 Replies

8. Programming

i can't use 'make' in my computer?

I need to compile a file,but 'make' does not work.please tell me how to use it or need which tools? (3 Replies)
Discussion started by: dsun5
3 Replies

9. UNIX for Dummies Questions & Answers

What's the difference between Unix, Linux, and Solaris?

If anyone can tell me the difference between the three or where I can find more info I would appreciated it. I see alot of companies looking for people with knowledge in Unix but every time I try to find information about it I see Linux instead. Is there a market trend in these operating... (2 Replies)
Discussion started by: ITmommy
2 Replies

10. UNIX for Dummies Questions & Answers

Why can't we buy Solaris 8 at CompUSA?

I was just on Suns website and found that you can actually download Solaris 8 and not have to pay the licensing fee. You can also purchase the OS on CD's for $75.00. It seems also that Gnome 1.4 is supported too on Solaris 8 which would make the OS as easy to use as any Linux Distribution. ... (1 Reply)
Discussion started by: brianfreer
1 Replies
Login or Register to Ask a Question