Sponsored Content
Full Discussion: Where to start
Operating Systems Solaris Where to start Post 302243044 by avronius on Friday 3rd of October 2008 02:35:55 PM
Old 10-03-2008
I partially disagree with this statement:
Quote:
forget what you know about windows and don't compare the os's
Ultimately, there are some fundamental similarities that you are likely already aware of.
1. The operating system manages the hardware.
2. The operating system provides an environment for applications to run in/on
3. File management and directory structures behave in a similar fashion
4. Scripts are written to manage mundane tasks
5. etc...

The uniqueness of the operating systems (whether Windows vs. UNIX vs. Linux vs. VAX vs. HP Calculator vs. whatever) are in how you manage various components as well as in how feature-rich your tools are.

Configuration in the UNIX world generally happens via the command line, rather than the extensive use of dialog boxes. In Solaris, you will be called upon to edit text configuration files. In Solaris, you have a 'cron' to manage scheduled tasks. In Solaris, your operating system is broken out into several directories (/var, /usr, /opt, /etc)

Any time that you expect to build a new host, you likely make a list of the services that you expect a host to provide - ie: account management, disk mirroring, secure file transfer, apache, etc. Do the same thing with your Solaris laptop. Focus on one area at a time, and play with configuring these on your laptop. Don't be afraid to get in and mangle stuff on your laptop. You can always reload the OS and try again.

If you are looking for a specific command, but don't know where to start (or what it might be called), you can check out the UNIX Rosetta Stone to get you started. Select "Solaris" from the list in the top left, then click "Draw Table". It has a bunch of commands grouped together by topic. Find one that looks related, and then go to your laptop and type "man <command>" (without the <>). 'man' is your friend - get used to it. It is our "clippy" Smilie

Once you are comfortable with some of the concepts - you don't need to know everything - then you can start asking some questions, and the nutshell book will help with clarity.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How do I start a program when I start my Computer?

I'm running MAC OS X and I'm wondering how I start 'nixey programs (not normal apps) on startup? Things like the dnet client and hxd Hotline Server. Anyone know? (1 Reply)
Discussion started by: l008com
1 Replies

2. Shell Programming and Scripting

From where do I start

Hi, Could some one put me on the road for this one. I collect some unix information through shell script, and I would like to format the output into an HTML file. Is there any package/method/language that would make it easy for me. I know how to write HTML code, and I can do the translation... (3 Replies)
Discussion started by: nimo
3 Replies

3. Linux

where to put an application if i want to start it on start up

hi i want to know the way by which i put any file somewhere and it get s started when the system restarts or bots i mean whenever my system starts that application must also start thanks (3 Replies)
Discussion started by: shukla_chanchal
3 Replies

4. AIX

Q: how to start a service when system start

As topic, assume we have a service called "blahservice" and we can start it by: startsrc -s blahservice what is the best practice to run such command when system start? - directly use mkitab to add it into /etc/inittab or - drop startup scripts in /etc/rc.d/rcX.d I know they... (4 Replies)
Discussion started by: acerlinux
4 Replies

5. Shell Programming and Scripting

Start program in background (or start crontab ahead of time)

Hey! I'm working on a script that will add a user, create some configfiles, and add a crontab for the user. The crontab looks like the following: @reboot /home/user/program config.conf & I would like for this process to start at the end of my script under the corresponding username by... (0 Replies)
Discussion started by: noratx
0 Replies

6. Shell Programming and Scripting

Remove lines between the start string and end string including start and end string Python

Hi, I am trying to remove lines once a string is found till another string is found including the start string and end string. I want to basically grab all the lines starting with color (closing bracket). PS: The line after the closing bracket for color could be anything (currently 'more').... (1 Reply)
Discussion started by: Dabheeruz
1 Replies

7. UNIX for Dummies Questions & Answers

How can I replace the lines that start with a star and replace it with numbers start from 1?

I need to replace the (*) in the fist of a list with numbers using sed for example > this file contain a list * linux * computers * labs * questions to >>>> this file contain a list 1. linux 2. computers 3. labs 4. questions (7 Replies)
Discussion started by: aalbazie
7 Replies

8. UNIX for Beginners Questions & Answers

Start /SYS on SUN SPARC does not start machine [SUN SPARC ENTERPRISE T-5240]

-> start /SYS Are you sure you want to start /SYS (y/n)? y Starting /SYS ]-> show HOST /HOST Targets: bootmode diag domain Properties: autorestart = reset autorunonerror = false bootfailrecovery = poweroff ... (29 Replies)
Discussion started by: z_haseeb
29 Replies

9. UNIX for Beginners Questions & Answers

Howto auto boot SPARC | How to auto supply "start /SYS" and "start /SP/console" commands

When I power ON my T4-1, I got a prompt -> where I have to start /SYS and start /SP/console. How can I auto supply these two commands ? (3 Replies)
Discussion started by: z_haseeb
3 Replies

10. UNIX for Beginners Questions & Answers

Splitting week start date and end date based on custom period start dates

Below are my custom period start and end dates based on a calender, these dates are placed in a file, for each period i need to split into three weeks for each period row, example is given below. Could you please help out to achieve solution through shell script.. File content: ... (2 Replies)
Discussion started by: nani2019
2 Replies
suninstall(1M)                                            System Administration Commands                                            suninstall(1M)

NAME
suninstall - install the Solaris operating system SYNOPSIS
suninstall DESCRIPTION
install-solaris(1M) is now the preferred command for starting and restarting the Solaris Installation program. It should be used instead of suninstall. suninstall is symbolically linked to install-solaris. suninstall is a forms-based and graphical subsystem for installing the operating system. suninstall exists only on the Solaris installation media (CD or DVD) and should only be invoked from there. Refer to the Solaris 10 Instal- lation Guide: Basic Installations for more details. suninstall allows installation of the operating system onto any standalone system. suninstall loads the software available on the installa- tion media. Refer to the Solaris 10 Installation Guide: Basic Installations for disk space requirements. USAGE
Refer to the Solaris 10 Installation Guide: Basic Installations for more information on the various menus and selections. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcdrom (Solaris instal- | | |lation media) | +-----------------------------+-----------------------------+ SEE ALSO
pkginfo(1), install(1M), install-solaris(1M), pkgadd(1M), attributes(5) Solaris 10 Installation Guide: Basic Installations NOTES
It is advisable to exit suninstall by means of the exit options in the suninstall menus. SunOS 5.10 9 Sep 2004 suninstall(1M)
All times are GMT -4. The time now is 03:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy