Installation queries


 
Thread Tools Search this Thread
Operating Systems Solaris Installation queries
# 1  
Old 10-19-2010
Installation queries

Dear All,

Please clarify my queries
My 1st doubt is as you know solaris have default 8 slices out of 8 slices in which slice the OS is stored. Like in windows if you select C drive the Program files are stored in C drive like that in solaris in which slice the OS is stored.

My 2nd doubt is at the time of installation why we create /swap, /usr, /var directories in different slices and why we allocate space to these directories. It is must to create these directories i know swap is used for memory purpose. If we are not create these directories OS is installed or not.

Please clarify my doubts.
# 2  
Old 10-19-2010
Though the root file system goes to 1st slice which is s0 by default and its standard which is followed, however it’s not mandatory. You can install the OS in any of the slice excluding slice s2 as this slice represents the entire disk.

-------------------

Swap is needed as its virtual memory, rest you can keep in same slice, however its imported to note that in case you have log which keep growing faster the its always wise to keep it in separate slice not to chock your root file system. In case you have lot of installing going then its equally important to keep /usr in different slice.

All above are the standard practice, however not a compulsion. Being an admin by seeing the requirement and the build document you have to take decision as what best suites your environment

Last edited by kumarmani; 10-19-2010 at 12:16 PM..
# 3  
Old 10-19-2010
Quote:
Originally Posted by suneelieg
My 1st doubt is as you know solaris have default 8 slices out of 8 slices in which slice the OS is stored. Like in windows if you select C drive the Program files are stored in C drive like that in solaris in which slice the OS is stored.
C: isn't really a drive but a file system located on a partition that can be any of the four primary ones. Similarily, / can be on any of the 8 slices except slice 2 by convention.
Quote:
My 2nd doubt is at the time of installation why we create /swap, /usr, /var directories in different slices and why we allocate space to these directories. It is must to create these directories i know swap is used for memory purpose. If we are not create these directories OS is installed or not.
The OS can be installed on a single filesystem (/). Anything else like dedicated swap, usr and var are optional although a swap partition is recommended.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. IP Networking

RDNS Queries

Hey everyone, I have a question, I've been playing around with tcpdump, and noticed my machine making numerous rdns look ups. They are displayed like: 10.80.80.141.51234 > 10.80.80.1.domain: 9950+ PTR? 223.114.55.65.in-addr.arpa. (44) My question is, if dns works based on numerical... (0 Replies)
Discussion started by: Lost in Cyberia
0 Replies

2. Debian

GRUB Queries ?!

Hello, I am posting the following questions here because I need them answered by people who have actually done a lot of work in GRUB. DO NOT GIVE ME GUESS ANSWERS PLEASE. Feel free to redirect me if this is not the right place to ask these questions. Can I download GRUB separately from... (6 Replies)
Discussion started by: sreyan32
6 Replies

3. AIX

Queries Regarding MigratePV

We have 3PVs, now we want to migrate it to new 2PVs. OLD PVS hdisk1 ---- /u01 hdisk2 ------ /u01 hdisk 3 ----- /u02, /u01 new PVs hdisk4 ---- Free hdisk5 ---- Free I check man, it doesn't say anything about offline/online thing, do i need downtime to migrate pv ? also, what i... (6 Replies)
Discussion started by: Fracker
6 Replies

4. Red Hat

NFS Queries

Hi, I would like to know on one server how many mouting can be done? wheather there is limitation on number of mounting? wheather it is possible to increase NFS Performance? if yes then which parameters needs to given while mounting? (3 Replies)
Discussion started by: manoj.solaris
3 Replies

5. Shell Programming and Scripting

Crontab queries

Hi Expert, How to schedule a job on last day of the month. Need your kind help. Regards, PK (3 Replies)
Discussion started by: pkrabi78
3 Replies

6. Homework & Coursework Questions

Queries

Any help on like where to get started on this? I'm just confused. 1. The problem statement, all variables and given/known data: Enter text here.Queries to satisfy these two report requests (use your CCI database): Retrieve all rows of active inventory where current on hands is less than... (0 Replies)
Discussion started by: lakers34kb
0 Replies

7. Shell Programming and Scripting

my queries

hi guys Well, i need to have a report generation script or any script which will show me all the content/information of a file when i run that script. Please help me on this isssue at the earliest.As i am little bit aware of scripting.Thanks in advance! regards ash (4 Replies)
Discussion started by: whizkidash
4 Replies

8. UNIX for Advanced & Expert Users

Some queries...

Guys need some advice on how to check some of the questions below? i'm running on an open VMS platform... which i am an idiot to... appreciate if anyone can give some hints or source on how to check on.. a script that is running on cron job... but doesn't run as the login user name.. 1. why... (6 Replies)
Discussion started by: 12yearold
6 Replies

9. Solaris

installation of Solaris: installation bypasses network config.

hello solaris friends, I've tried installing Sun Solaris 10.0, but everytime it seems to bypass the network config. screen that looks similar to this...here's the url: http://www.hup.hu/old/images/hup/Solaris/Sol10beta7/9.png I'm able to install it all the way through but I get no... (2 Replies)
Discussion started by: cadmiumgreen
2 Replies
Login or Register to Ask a Question