Solaris server


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris server
# 1  
Old 07-07-2010
Solaris server

Hi, not really a Solaris user, so a little out of my depth, but we have a relatively old Ultra10 server running Solaris and it has been running well for years. However recently it seems to "lock up" on occasion, more so now than before, and needs a reboot to get it back to normal. This is only temporary however as it does not take long for it to freeze up again (sometimes even a couple of hours) so not sure what to do. It's not running anything heavy, just one application in fact, a management system for a telecoms system.
Any ideas on what I should check? Does the memory or something get full after a while or even perhaps the disk or what? Not sure what to look for.
# 2  
Old 07-07-2010
Not much to go on

But, since it has been running ok for a long time and now more prone to problems, I am going to first guess disk space issues. Especially if no one has been monitoring the system; temporary and permanent workspace could be full.
Can you do a
Code:
df

command?
# 3  
Old 07-08-2010
You should also have a look for any error messages
Code:
dmesg

See what that shows. You can also look at /var/adm/messages
I'm guessing you are not familiar with vi so to check this file without using vi or even better view you can use tail and then specify how many lines you want to display.
To check the last 50 messages in that file you would type:
Code:
tail -50 /var/adm/messages

If you want to give vi / view a go try this:
Code:
view /var/adm/messages

Then in the screen that shows up, go to the end of the file by pressing G ie: <shift> g , to go up a page at a time press <Control> u to go down <Control> d
To exit view type:
Code:
:q!


Last edited by Tornado; 07-08-2010 at 08:07 PM..
Tornado
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

How to add new Solaris client IP into Solaris 10 DNS server?

Hi, We just built a new Solaris 10 zone. And would like to add it to our DNS server. Its also Solaris 10. Please let me know how can I get the IP resolved using this DNS server. I added entry into zone config file but not working. I did restarted the DNS services. And also added nameserver name... (5 Replies)
Discussion started by: snchaudhari2
5 Replies

2. UNIX for Dummies Questions & Answers

Migrate users from 1 Solaris 10 to a different Solaris 10 server

Hello, I have to backup users from one server and put them on another server. I have tried cp -pr, copied over the passwd, group, shadow and appended the users from the old server to the new servers files, rebooted and still can't login. The server accepts that new accounts are there but not... (2 Replies)
Discussion started by: hs3082
2 Replies

3. Solaris

Validate mountpoints on solaris server after server reboot

Hi, anyone please let us know how to write shell script to find the missing mountpoints after server reboot. i want to take the mountpount information before server reboot, and validate the mountpoints after server reboot if any missing.please let us know the shell script from begining to end as... (24 Replies)
Discussion started by: VenkatReddy786
24 Replies

4. Solaris

Solaris 9 branded zone on a Solaris 10 server

I have a T5220 running Solaris 10. I have a application that can only run on Solaris 9. I want to build a branded Solaris 9 zone for this application on the Solaris 10 Server. What steps would I need to accomplish this? (2 Replies)
Discussion started by: soupbone38
2 Replies

5. Infrastructure Monitoring

Monitoring Solaris 10 Server

Hi, We user What's Up Gold tool for monitoring the WIndows servers. My idea is to add my Solaris 10 server to this monitoring tool. Is it feasible? If yes, can somebody help in configuring the server onto the tool? My current solaris 10 server is i86pc, and has SNMP daemons running. the... (0 Replies)
Discussion started by: EmbedUX
0 Replies

6. Solaris

NTFS under Solaris (switching from windows to Solaris server)

I want just to keep Solaris OS as my default OS . I have installed linux and windows as well but all my critical data is stored on NTFS partition so question is how to mount HDD with NTFS on Solaris (tried FUSE + NTFS-3g but that did`t worked for me system was down) And why Solaris does not... (2 Replies)
Discussion started by: microbot
2 Replies

7. UNIX for Dummies Questions & Answers

copying directories from NT server to Unix server (solaris 5.8)

I need to copy around 30 directories (each directory include one or more text file(s)) from NT server to Unix server at one go. For doing this what are the privillages i should have in both NT and Unix server. Please let me know which command i can use in shell prompt. TIA. (4 Replies)
Discussion started by: jhmr7
4 Replies

8. Solaris

jumpstart Solaris 10 on Solaris 9 server

I just built a jumpstart server on a Solaris 9 sun box and have had no problems jumpstarting other sol9 boxes using the custom rules. I've also copied a Solaris 10 image onto that same solaris 9 server and have had problems loading Solaris 10. These boxes will go directly to the manual OS install... (5 Replies)
Discussion started by: salty
5 Replies

9. Solaris

X-SERVER will not display on Solaris 8

Hi, I just installed Solaris 8 (x86) on a PC and I cannot get the X-Server configured: Below is a copy of Xerrors: X_mkdir: No such file or directory X_mkdir: No such file or directory There is no XDISPLAY information for display 0. Check the OWconfig file(s) and try again. Fatal... (2 Replies)
Discussion started by: annointed3
2 Replies
Login or Register to Ask a Question