Link to home
Start Free TrialLog in
Avatar of z670193
z670193

asked on

eeprom not working to sun T5220

the same command works on other hardware platforms; but on some of T5220s, I am exeriencing below issue when trying to run eeprom command:

root@abc[/root] # eeprom 'boot-device=disk'
eeprom: OPROMSETOPT: Invalid argument
boot-device: invalid property.

root@abc[/root] # uname -a
SunOS abc5.10 Generic_127111-10 sun4v sparc SUNW,SPARC-Enterprise-T5220

need Guru's help on this.
Avatar of omarfarid
omarfarid
Flag of United Arab Emirates image

if you try to run

eeprom

what do you get?
Avatar of yuzh
yuzh

use double qoute "
eg:
eeprom "boot-device=disk"
 
 
ASKER CERTIFIED SOLUTION
Avatar of nyaar
nyaar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of z670193

ASKER

accepting as partial solution