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?
# 8  
Old 04-16-2015
Try devfsadm in global zone, if it is not working, you might need the reconfigure boot.
This User Gave Thanks to DukeNuke2 For This Post:
# 9  
Old 04-16-2015
Try
Code:
cfgadm -al

Then devfsadm.
This User Gave Thanks to achenle For This Post:
# 10  
Old 04-16-2015
Sun

Quote:
Originally Posted by DukeNuke2
Try devfsadm in global zone, if it is not working, you might need the reconfigure boot.
This worked for me while doing in global zone, Thank you
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