How to scan for LUNs in SunOS sun4v sparc?


 
Thread Tools Search this Thread
Operating Systems Solaris How to scan for LUNs in SunOS sun4v sparc?
# 1  
Old 04-16-2015
Sun How to scan for LUNs in SunOS sun4v sparc?

Hi everyone,

We have the below sun Operating system, Now our storage team have Create a 500GB LUN for this server, How can i scan and mount the shared LUN ? Could anyone help me to resolve this issue.

Code:
SunOS my_hostname.com 5.10 Generic_150400-09 sun4v sparc sun4v

Update:
--------

I have tried with below two commands, But i can't find any results.

Code:
bash-3.2# cfgadm -aloshow_FCP_dev
cfgadm: Library error: Device library initialize failed: No such file or directory

bash-3.2# echo | format
Searching for disks...done
No disks found!


Last edited by babinlonston; 04-16-2015 at 04:55 AM.. Reason: update
# 2  
Old 04-16-2015
If there was never a FC disk attached to the system, you might need to reboot the server to make the LUN visible. The easiest way would be:
Code:
# touch /reconfigure
# init 6

Before rebooting you can try if devfsadm makes the LUN visible.
This User Gave Thanks to DukeNuke2 For This Post:
# 3  
Old 04-16-2015
Sun How to scan for LUNs in SunOS sun4v sparc?

Quote:
Originally Posted by DukeNuke2
If there was never a FC disk attached to the system, you might need to reboot the server to make the LUN visible. The easiest way would be:
Code:
# touch /reconfigure
# init 6

Before rebooting you can try if devfsadm makes the LUN visible.
While running the below command i get some permission denied error.

Code:
bash-3.2# devfsadm
devfsadm: open failed for /dev/.devfsadm_dev.lock: Permission denied

# 4  
Old 04-16-2015
Is the OS running in a zone? You can use devfsadm only from the global zone and map the LUN to a local zone from there.
This User Gave Thanks to DukeNuke2 For This Post:
# 5  
Old 04-16-2015
Sun How to scan for LUNs in SunOS sun4v sparc?

yes this is a zone.

Code:
bash-3.2# zoneadm list -cv
  ID NAME             STATUS     PATH                           BRAND    IP    
   1 hostnamesvr01     running    /                              native   shared

Did i have to mount the LUN inside the Zone ? Thank you..
# 6  
Old 04-16-2015
You should see the LUN in the global zone and map it to the local zone.
This User Gave Thanks to DukeNuke2 For This Post:
# 7  
Old 04-16-2015
Sun How to scan for LUNs in SunOS sun4v sparc?

Quote:
Originally Posted by DukeNuke2
You should see the LUN in the global zone and map it to the local zone.
Currently i can't see the LUN in global zone, Should i have to reboot the server to get the LUN visible ?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to backup (create image) SunOS 5.10 sparc?

Hello guys! I'm a newbee in Solaris systems. There is an issue, that I've got: I have to make an iso image of my solaris system. How can I do it? with dd utility? Clonezilla does not support spark, so it cant do backup. pls help! Is this solution: Creating a Solaris Flash Archive... (21 Replies)
Discussion started by: 2fat2fly
21 Replies

2. Shell Programming and Scripting

Grep command Fails on SunOS Sparc

Hi, This command works ggrep -v -F -x -f app1.txt app2.txt But, I don't have ggrep on SunOS Sparc so I tried using grep instead but it errors out grep: illegal option -- F bash-2.03$ uname -a SunOS mymac 5.8 Generic_Virtual sun4v sparc sun4v Can you help me with a grep command that... (6 Replies)
Discussion started by: mohtashims
6 Replies

3. Ubuntu

Scan and create file systems in new LUNs

Hi I have a system running uname -a Linux cmoveldb02 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux and I was told by the NetApp Admin that he has provided 5 LUNs of 1Tb, 200Gb and remaining 3 of 300Gb, but I am not able to see the new LUNs. I have... (4 Replies)
Discussion started by: fretagi
4 Replies

4. Solaris

SunOS sun4v sparc ntp service in maintenance mode.

Hi experts, This is a production server. Host information's are below SunOS hostname_srv 5.10 Generic_150400-09 sun4v sparc sun4v Now issue with ntp service, This host have zone in it with 9 hosts, Every hosts have ntp service issue. While i check for the service status it's in... (3 Replies)
Discussion started by: babinlonston
3 Replies

5. Solaris

Sunos 5.10 discover new luns and configure

Hello; experienced with HPUX/Linux, but new to Solaris, in particular my newly inherited SunOS 5.10 and is in a san environment I have access to a 20gb lun, how do I discover it (and is a reboot required) when discovered how do I configure it as a whole disk mount point (1 Reply)
Discussion started by: Ikenewtosolaris
1 Replies

6. Solaris

Cloning machine from sun4u to sun4v using flar

Trying to clone an old V240 (sun4u) onto a new T2000 (sun4v). Managed to create a flar on the V240. Worked out that you need to add the sun4v architecture to the flar (-U "content_architecture=sun4u,sun4v" in the flarcreate). Anyway, copied that to spare 2nd disk on my target T2000. Booted... (2 Replies)
Discussion started by: psychocandy
2 Replies

7. Solaris

system clone : sun4V --->sun4u ?

Hi, First sorry for my english ! I'm a newbie on Solaris and I'm trying to clone a SUN T5220 (sun4V platform) on SUN V240 (sun4u platform) using ufsdump/ufsrestore. Dumping all filesystem and restoring it on the V240 box and Make the disk bootable using installboot command. When... (21 Replies)
Discussion started by: manata
21 Replies

8. Red Hat

Scan For new LUNS

In Solaris the administrator has to update /kernel/drv/sd.conf file to tell the sd driver to scan for a broader range of scsi devices. Can someone please tell me what file needs to be update in Redhat Linux 5 for the same. Second part of the question is WWN for HBA's can be found (atleast in my... (1 Reply)
Discussion started by: Tirmazi
1 Replies

9. UNIX for Advanced & Expert Users

DES3 encryption in SunOS sparc

Hi, I want to encrypt a unix file using the des3 algorithm. Seems that there are no standard unix utilities readily available. Can you please suggest how I can encrypt a unix file using des3 ? (2 Replies)
Discussion started by: samuel.vincent
2 Replies

10. UNIX for Advanced & Expert Users

Migration of binary file from Sunos 5.8 to Sunos 5.9

I have compiled binary file using "cc" on SunOS 5.8 and the same binary file i have copied to SunOS 5.9 and it is giving me core dump error.I want to know whether migration of compiled code from lower version to higer version created this problem. how can i solve this problem.I am pasting the core... (1 Reply)
Discussion started by: Arvind Maurya
1 Replies
Login or Register to Ask a Question