Friday, January 20, 2012

Command to find the bootpath in Solaris

Sparc.

bash-3.2# prtconf -vp | grep bootpath
bootpath: '/pci@1d,700000/scsi@4/disk@0,0:a'

On X86

bash-3.00# prtconf -v|sed -n '/bootpath/,/value/p'
name='bootpath' type=string items=1
value='/pci@5,0/pci1022,7450@4/pci108e,534d@4,1/sd@0,0:a'

No comments:

Post a Comment