Confused c#t#d#s#


 
Thread Tools Search this Thread
Operating Systems Solaris Confused c#t#d#s#
# 8  
Old 07-23-2008
1) If there is one dis how to make partition?
2) if there is two disk how to make partition?
3) How effects as per the below details in single disk and two disk?

/ /dev/dsk/c0t0d0s0 256MB
swap /dev/dsk/c0t0d0s1 1050MB
disk /dev/dsk/c0t0d0s2 (entire disk)
unassigned /dev/dsk/c0t0d0s3 10MB
/usr /dev/dsk/c0t0d0s4 2500MB
/var /dev/dsk/c0t0d0s5 2500MB
/opt /dev/dsk/c0t0d0s6 (optional, maybe 500MB)
/data /dev/dsk/c0t0d0s7 (rest of disk)
# 9  
Old 07-23-2008
pls search the forum bro... partitioning info is asked about much in this forum. check it out first.
And also see my sample (output truncated)
Code:
# format
Searching for disks...done

c2t20d0: configured with capacity of 0.94MB
c2t20d247: configured with capacity of 0.94MB
c3t21d0: configured with capacity of 0.94MB
c3t21d250: configured with capacity of 0.94MB
emcpower27a: configured with capacity of 0.94MB
emcpower28a: configured with capacity of 0.94MB


AVAILABLE DISK SELECTIONS:
       0. c1t0d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848>
          /pci@9,600000/SUNW,qlc@2/fp@0,0/ssd@w21000000878d69d6,0
       1. c1t1d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848>
          /pci@9,600000/SUNW,qlc@2/fp@0,0/ssd@w21000000878d0bfc,0
       2. c2t20d0 <EMC-SYMMETRIX-5771 cyl 1 alt 2 hd 15 sec 128>
          /pci@8,700000/lpfc@3/sd@14,0
       3. c2t20d54 <EMC-SYMMETRIX-5771 cyl 37178 alt 2 hd 30 sec 64>
          /pci@8,700000/lpfc@3/sd@14,36
       4. c2t20d55 <EMC-SYMMETRIX-5771 cyl 37178 alt 2 hd 30 sec 64>
          /pci@8,700000/lpfc@3/sd@14,37
       5. c2t20d56 <EMC-SYMMETRIX-5771 cyl 37178 alt 2 hd 30 sec 64>
          /pci@8,700000/lpfc@3/sd@14,38
       6. c2t20d57 <EMC-SYMMETRIX-5771 cyl 37178 alt 2 hd 30 sec 64>
          /pci@8,700000/lpfc@3/sd@14,39
       7. c2t20d58 <EMC-SYMMETRIX-5771 cyl 37178 alt 2 hd 30 sec 64>
          /pci@8,700000/lpfc@3/sd@14,3a
       8. c2t20d59 <EMC-SYMMETRIX-5771 cyl 37178 alt 2 hd 30 sec 64>
          /pci@8,700000/lpfc@3/sd@14,3b
       9. c2t20d60 <EMC-SYMMETRIX-5771 cyl 37178 alt 2 hd 30 sec 64>
          /pci@8,700000/lpfc@3/sd@14,3c
      10. c2t20d61 <EMC-SYMMETRIX-5771 cyl 37178 alt 2 hd 30 sec 64>
          /pci@8,700000/lpfc@3/sd@14,3d
      11. c2t20d62 <EMC-SYMMETRIX-5771 cyl 37178 alt 2 hd 30 sec 64>
          /pci@8,700000/lpfc@3/sd@14,3e
      12. c2t20d63 <EMC-SYMMETRIX-5771 cyl 37178 alt 2 hd 30 sec 64>
          /pci@8,700000/lpfc@3/sd@14,3f
      13. c2t20d64 <EMC-SYMMETRIX-5771 cyl 37178 alt 2 hd 30 sec 64>
          /pci@8,700000/lpfc@3/sd@14,40
      14. c2t20d65 <EMC-SYMMETRIX-5771 cyl 37178 alt 2 hd 30 sec 64>
          /pci@8,700000/lpfc@3/sd@14,41
      15. c2t20d66 <EMC-SYMMETRIX-5771 cyl 37178 alt 2 hd 30 sec 64>
          /pci@8,700000/lpfc@3/sd@14,42

The above bolded are the 2 internal disks of the system. 1st and 2nd disk... In our case, these OS disks are mirrored to each other..
The rest below them are SAN storage disks

Last edited by DukeNuke2; 07-23-2008 at 05:14 AM.. Reason: CODE tags for better reading...
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Confused with if/then

Hi All, I'm pretty new to this so please bear with me... I'm trying to write a bash script to first search in a file for a string of characters; if the characters exist than skip the rest of the code until you get to the last line and run that command /sbdin/ldconfig; if the string doesn't... (2 Replies)
Discussion started by: gmdune
2 Replies

2. Shell Programming and Scripting

Confused with redirection

Hi Guys, First of all I am not entirely sure if this is the correct way of doing what I need to be done. I have tried to google for some suggestions and so far it got me more confused. Basically what I need is to pipe the output of a program to a function in KSH and inside the function some... (1 Reply)
Discussion started by: maddmaster
1 Replies

3. Ubuntu

New and Confused

Hello, I am having a problem with Dual Booting Windows XP Pro and Linux Mint. I have Three Hard Drives, One Hard Drive has Linux Mint Loaded on it. When it is hooked up to the computer by itself it works great. This is an IDE Drive. The Second Hard Drive has Window XP Pro loaded on it.... (3 Replies)
Discussion started by: Forextrading
3 Replies

4. UNIX for Dummies Questions & Answers

Confused with the permission

Hi, One of the directory in my folder has the following persion : drwxr-sr-x Can any one explain this permission and how can his occur ? This folder is created with Win SCP. Any folder created with win SCP is being set to this permission only. (1 Reply)
Discussion started by: risshanth
1 Replies

5. Shell Programming and Scripting

sed very confused

Hello experts, I have this complicated code that output value in between pattern and add "a string" to the front of the output. The problems I have many pattern that are the same. so I want to know how to get the value between 1st pattern, 2nd pattern etc. Any suggestions? sed -n... (14 Replies)
Discussion started by: minifish
14 Replies

6. UNIX for Dummies Questions & Answers

confused

A red hat linux ftp server exists in which a file exists. My problem is I need to connect to this server from my windows xp terminal which is in the same network & retrieve the file then convert it to xcel for some data Pls advs commands and procedure to connect to the machine...oh my god... (1 Reply)
Discussion started by: sauravjung
1 Replies

7. Shell Programming and Scripting

confused with cp

may i know what cp $1 $2 $0 $2 does? (12 Replies)
Discussion started by: C|[anti-trust]
12 Replies

8. UNIX for Dummies Questions & Answers

confused

hi! how when i'm chattin inside com there was this chatter andi don't know what he did but he saw all my files inside my shell. what did he do? (4 Replies)
Discussion started by: hapiworm
4 Replies

9. UNIX for Dummies Questions & Answers

confused,,,,

Hi,,, is there any possibility to install Linux in my P.C which is use Win98 without loose anything from my hard disk???? ---------------------------------------------------------------------------------- Is it better for a newbie in this kind of OS to install Linux instead of... (5 Replies)
Discussion started by: spyros
5 Replies
Login or Register to Ask a Question