new secondary disk


 
Thread Tools Search this Thread
Operating Systems Solaris new secondary disk
# 1  
Old 12-22-2008
new secondary disk

I just added a new disk i suppose the disk is not supported by sun solaris pls can someone advice on what i can do.
pls see below:

Code:
# format
Searching for disks...done


AVAILABLE DISK SELECTIONS:
       0. c1d0 <DEFAULT cyl 15934 alt 2 hd 255 sec 126>
          /pci@0,0/pci-ide@1f,2/ide@0/cmdk@0,0
       1. c1d1 <drive type unknown>
          /pci@0,0/pci-ide@1f,2/ide@0/cmdk@1,0
Specify disk (enter its number):

# 2  
Old 12-22-2008
Sparc or x86? It looks like x86, so
Code:
fdisk -B /dev/rdsk/c1d1p0
devfsadm

Should get it working.
# 3  
Old 12-22-2008
looks like x86 to me. the disk isn't labeled yet. under format, select disk 1, type verify, and post that output.
# 4  
Old 12-23-2008
Quote:
Originally Posted by reborg
Sparc or x86? It looks like x86, so
Code:
fdisk -B /dev/rdsk/c1d1p0
devfsadm

Should get it working.
The above got it working. i appreciate it.
# 5  
Old 12-23-2008
just for the sake of others, fdisk -B /dev/rdsk/<disk> will default to one Solaris partition that uses the whole disk.
Smilie

Last edited by pupp; 12-23-2008 at 12:41 PM.. Reason: misspelled fdisk
# 6  
Old 12-23-2008
Quote:
Originally Posted by pupp
just for the sake of others, fdsk -B /dev/rdsk/<disk> will default to one Solaris partition that uses the whole disk.
Smilie
And for completeness
Code:
fdisk -E /dev/rdsk/<disk>

Will do the same, but the partition will be EFI instead of Solaris.
# 7  
Old 12-23-2008
Quote:
Originally Posted by reborg
Sparc or x86? It looks like x86, so
Code:
fdisk -B /dev/rdsk/c1d1p0
devfsadm

Should get it working.
Hi Reborg, I have the same "Drive type unkown" showing up on a solaris 10 sparc system. This disk is a snapshot disk (snapshot of disk on server A is now attached to ServerB) from another solaris server that I attached to the new server; so, i cannot format it, i have to mount this and use the data on it.

any ideas to do this mount without having to format it?


-ilan
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Unable to add 300gb secondary disk to running 11.11 HPUX system

This has got to be the system from hell. Once again, on the RP4440 (after the supplier replaced the entire box due to the bad RTC battery), finally have it all reloaded with the packages the developers need. The last thing is to add the secondary disk to the OS. BCH sees both OS and secondary... (2 Replies)
Discussion started by: mrmurdock
2 Replies

2. Shell Programming and Scripting

Secondary Authentication of UNIX .

Hi All, My Servers are enabled with a secondary authentication of login. Whenever we are logging in to the servers with a common id it is asking like something " Enet your personal id and password" which has been created by UNIX admins previously. Just curious how to achieve this... (1 Reply)
Discussion started by: Showdown
1 Replies

3. HP-UX

Secondary Login

Hi In Linux I set Secondary Logging in the way below. 1. We perform this by adding below lines into /root/.bashrcfile : # secondary logging beginexport HISTSIZE=600000export HISTFILESIZE=600000export HISTTIMEFORMAT="%F %T %z "export HISTFILE=/root/.bashhist/root_history-$(who am i | awk... (4 Replies)
Discussion started by: presul
4 Replies

4. UNIX for Dummies Questions & Answers

Secondary DNS not working

hi guys I am doing some testing for DNS I got a master DNS(192.168.2.10) and I setup a slave DNS(192.168.2.11) but when I shutdown the Master DNS my linux client cannot resolve using the slave any idea way? This is the named.conf options { query-source port 53; directory... (9 Replies)
Discussion started by: kopper
9 Replies

5. UNIX for Dummies Questions & Answers

secondary sorting

how would i sort a file on the fourth field as the primary sort and the third field as a secondary sort? (1 Reply)
Discussion started by: trob
1 Replies

6. IP Networking

secondary and private IP connection

hosta(eth0)----|switch|---(eth0)hostb say hosta and hostb both connect to a swtich using eth0 with public IP addresses, and I add secondary and private IP on hosta and hostb's same eth0 interfaces. So in order for them to reach each other, do I need to config the switch? (3 Replies)
Discussion started by: fedora
3 Replies

7. UNIX for Advanced & Expert Users

How get secondary ID. ??

This is one our office BOX Sun Microsystems Inc. SunOS 5.10 Generic January 2005 Kisses% rlogin pebblz01 -l adminID Password: Last login: Sat Feb 14 01:11:36 from Kisses Please enter your own login id and password. Your login: I_rule Your password:xxxxx From the above... (3 Replies)
Discussion started by: dashok.83
3 Replies

8. Filesystems, Disks and Memory

shift hard disk from primary IDE channel to secondary IDE channal

Wellcomes All, some times ago I 've installed a Debian ditribution on an Hard Disk who was set as Primary Master. Few days ago, I 've decided to install another Hard Disk with a different Operating System. When I did that, I turned off the old hard disk, and I mouted the new one on the Primary IDE... (1 Reply)
Discussion started by: thekarsillo
1 Replies

9. IP Networking

secondary TCP application

:cool: I want to use 2 tcp applications in SCO 5.05 senerio I am using VisionFS 3.1 and I need to set it up as a secondary tcp app. I follow the profeditoir and change the tcp port from the primary port (139) to any other number below port 1024 and then restart the VisionFS server it is still... (2 Replies)
Discussion started by: lanman
2 Replies

10. UNIX for Dummies Questions & Answers

Secondary DNS question

I have the primary set up, but cannot get the secondary box to answer a query. Here is the message I get: > nslookup dfwnet1 10.26.38.41 *** Can't find server name for address 10.26.38.41: Non-existent host/domain *** Default servers are not available 10.26.38.41 is the IP of the secondary... (3 Replies)
Discussion started by: 98_1LE
3 Replies
Login or Register to Ask a Question