SAN connection - configuring fibre attached hard drive


 
Thread Tools Search this Thread
Operating Systems Solaris SAN connection - configuring fibre attached hard drive
# 1  
Old 05-12-2010
SAN connection - configuring fibre attached hard drive

Hi All,

I recently got a connection to the SAN through a fibre channel on my solaris box:

Code:
#luxadm -e port
/devices/pci@1d,700000/SUNW,qlc@1/fp@0,0:devctl CONNECTED
#ls -l /dev/cfg
lrwxrwxrwx 1 root root 48 Feb 23 12:31 c4 -> ../../devices/pci@1d,700000/SUNW,qlc@1/fp@0,0:fc


I then formatted the attached hard drive but I still can't see it when I use the df command. Ideally I would like to see it as '/attached'... Any help greatly appreciated!

Solaris newbie
# 2  
Old 05-12-2010
The 'df' command only shows mounted filesystems. You must create a filesystem with newfs and mount it with mount.
This User Gave Thanks to bluescreen For This Post:
# 3  
Old 05-12-2010
I knew I was missing something Smilie.

The disk I need to newfs is named c4t50060E800589B220d0 but when I go ls /dev/dsk/ I see c4t50060E800589B220d0sX where 0<=X<=7. I remember reading something about the naming convention and I am sure that the number after the 's' means something but I have no idea which one to choose for newfs...

Also, I would like to replace an existing filesystem with the new one and I would like to have all current data moved as well. What's the easiest way to do it? I'd rather not move everything to external storage, remove old filesystem, create a new one and move the data over...

EDIT: I figured it out, I newfsed the second slice and mounted it with a temp name, I will move the data over, delete the old filesystem and rename the temp filesystem. Thanks bluescreen for pointing me in the right direction.

Last edited by dede; 05-12-2010 at 02:26 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

How to identify if disk is attached to SAN and assist in migration.?

I am working on VM host and collecting data to identify the type of storage attached to the server which will be migrated to VNX. it has one ldom created on it luxadm probe output --- No Network Array enclosures found in /dev/es Found Fibre Channel device(s): Node... (7 Replies)
Discussion started by: kpatel786
7 Replies

2. IP Networking

Squid connection to Fibre switch

Hello, Please note that we have squid and running properly on ADSL connection. We have upgraded the link to connect through our Fibre switch with a public static IP. How do we configure squid to connect through this static ip? Note when we connect it directly from fibre switch to our laptop -... (0 Replies)
Discussion started by: isoabv
0 Replies

3. AIX

Has anyone created JFS2 file system on a USB drive attached to AIX server?

We have an IBM Power 710. It has a USB port on the front. I have done some searching and see that there is information out there on how to create a JFS2 file system on USB drives. A few have commented that they would not recommend it, if the server is important, may crash the server... Just... (0 Replies)
Discussion started by: mbenedi
0 Replies

4. Shell Programming and Scripting

How to get number of attached hard disks in HP-UX

how do i get the number of attached hard disks in HP-UX (1 Reply)
Discussion started by: achak01
1 Replies

5. AIX

hard disk and san

Hello everyone I got several aix boxes with aix 5.3 I got a ibm san ds4500 My question is How can I do a match between my disks on aix and the san? I try to do a match with the LUN but for example. In my san I got several 1 LUN and on one of my aix box I got this If I type lscfg... (4 Replies)
Discussion started by: lo-lp-kl
4 Replies

6. HP-UX

Need Help for configuring Boot from San

Hi all, I am trying to configure my HPUX host 11.31 IA64 to boot from a LUN for EMC clariion CX3-80 (Flaire PNR 26). I am following the below mentioned steps.. vi /tmp/idf 3 EFI 500MB HPUX 100% HPSP 400MB idisk -f /tmp/idf -w /dev/rdisk/diskxxx insf -e pvcreate -B... (0 Replies)
Discussion started by: barun agarwal
0 Replies

7. UNIX for Dummies Questions & Answers

Defining a fiber attached tape drive NEED HELP PLZ!

I am new to Unix and I need to install a LTO2 3580 drive that is attached to a 3584 library. How do I define this drive in AIX 5.2 I have already zoned the drive can anyone help me out with? Any help on this would be much appreciated. Thank You, PTALLY (0 Replies)
Discussion started by: ptally
0 Replies

8. Filesystems, Disks and Memory

The best partitioning schem for a 250GB Sata hard drive & a 75GB SCSI hard drive

Hi I have 2 75GB SCSI hard drives and 2 250GB SATA hard drives which are using RAID Level 1 respectively. I wana have both FTP and Apache installed on them as services. I'm wondering what's the best partitioning schem? I wana use FC3 as my OS, so, I thought I can use the 75GB hard drive as the /... (0 Replies)
Discussion started by: sirbijan
0 Replies

9. UNIX for Dummies Questions & Answers

Trying to copy old hard drive to new hard drive.

:confused: ........I have a new hard drive and I need to copy ALL info from the old to the new. I would like to use the dd command. I know the command is as follows...... dd if=/dev/rdsk/c1t1d0s0 of=/dev/rdsk/???????? Where I have the question marks is the problem. How do I find out what the... (4 Replies)
Discussion started by: shorty
4 Replies
Login or Register to Ask a Question