|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Solaris The Solaris Operating System, usually known simply as Solaris, is a Unix-based operating system introduced by Sun Microsystems. The Solaris OS is now owned by Oracle. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Solaris 10 booting from EMC SAN DISK
Hi All,
I have server : Sun-Fire-V490 configured with Solaris 10 zfs .. and I have configured three mirror the third one from EMC storage. PHP Code:
I'm excuting this command PHP Code:
but still server is not booting &I'm getting this message PHP Code:
Please all is there any advice in this regard to boot from SAN Storage DISK which is emcpower9a waiting your advice .. |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
boot - r is not a valid option for the boot command! there is
boot -r which is "reconfigure" but why do a reconfigure boot here?
- set your bootdevice (which should be done with the luxadm command). - shutdown your server with a init 0 which will drop you to ok prompt. - from ok prompt check your settings with printenv and correct the settings as needed. |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
I'm not rebooting by this command Code:
boot - r after I set the boot device I reboot the system by Code:
reboot -- - r then once the system got started I got this error Code:
Can't locate boot device |
|
#4
|
||||
|
||||
|
because there is no such thing as "- r" as an argument for the boot command. after setting the bootdevice try to use Code:
init 6 to reboot the server. |
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
Have you installed boot block on this device?
|
| Sponsored Links | |
|
|
#6
|
|||
|
|||
|
no and how to can I do that ?
Please explain to me and advice |
| Sponsored Links | |
|
|
#7
|
|||
|
|||
|
Well, I believe when you placed this device under mirror so all data and boot blocks must have copied in this device also. Go to Ok prompt and find out alias for this device using Code:
devalias and give command Code:
boot <alias> and see what you get. |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Installing Solaris OS on LDOM SAN Disk | MobileGSP | Solaris | 0 | 12-03-2012 04:18 PM |
| Booting off of a SAN | FredSmith | UNIX for Dummies Questions & Answers | 5 | 03-09-2009 08:02 AM |
| Configurin EMC SAN disks on AIX | ronellevan | AIX | 1 | 06-10-2008 10:26 AM |
| Thoughts/experiences of SAN attaching V880 to EMC SAN | si_linux | Solaris | 2 | 02-26-2007 06:20 PM |
| Solaris 10 not booting with mirrored disk | nitinp82 | UNIX for Dummies Questions & Answers | 1 | 01-25-2007 09:48 AM |
|
|