What are the crucial ones?


 
Thread Tools Search this Thread
Operating Systems Solaris What are the crucial ones?
# 1  
Old 11-09-2011
Question What are the crucial ones?

Smilie
Hi all,

I have joined in a Solaris training session few days ago. I have spent a large chunk of my stipend for the fee.

My seniors have suggested me to learn all that I can about solaris (mainly, 'Disk & File system Management'). But, all that I do in the lab session is practie the commands told in the class.

So friends, please suggest me some core topics ( which seperate men (experts) from boys (amatuers) ) I should plunge into. For ex, it occured to me that learning "how to retrieve the data in a file system lost due to corrupted super-block" and "numerical relation b/w no. of inodes and data-block" can make a big difference.

PS : Also, someone enlighten me how I can make use of "Homework & Coursework" forum.
# 2  
Old 11-15-2011
I would recommend studying:
  • networking - how the system connects and which your users will abuse in interesting and creative ways
  • system performance / resource utilization - I think I get asked "why is my system slow?"
  • user management - be it LDAP, NIS, or flat files with or without netgroups or some weird combination of all three plus something someone in corporate security read about in the back of an airline inflight magazine
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

crucial storage issue with ebcdic to ascii converter

Hi, I am using following command to convert from ebcdic to ascii :- dd if=input_file of=out_file conv=ascii but, since input_ile itself is 10 GB big, out_file becomes around 2 to 3 times bigger... got space restrictions in the env.. I am stuck .. any help ..?? Finder255 (4 Replies)
Discussion started by: finder255
4 Replies
Login or Register to Ask a Question