- Oracle Storage 12 Gb SAS PCIe RAID HBA, Internal: 16 Port and 2 GB Memory Installation Guide For HBA Model 7116970
- Creating a Bootable Drive in a Preboot Environment
- Creating a Bootable Drive (SPARC)
- Using the pcli Utility to Create a Bootable Drive (SPARC)
- To Prepare to Use the pcli Utility
To Prepare to Use the pcli
Utility
-
Open an xterm or a gnome
terminal window.
pcli
commands can produce large amounts of detailed output. Thexterm
andgnome
terminal windows provide scroll bar functionality, which helps when viewing such output.Note:
If you do not have access to a terminal window with scroll bars, such as thexterm
orgnome
windows, you can use thepcli
pagination feature. This feature enables you to specify a number of lines to be printed on the screen before pausing, at which time you must hit a key to continue. For example, the followingpcli
command prints 20 lines at a time to the screen:{0} ok
ok cli show page 20 - Enter the OBP environment by issuing a break from a remote console.
-
Use the show-devs command to list the device paths
on the system and select the device path for the HBA.
{0} ok
show-devs <...> /pci@1e,600000/pci@0/pci@3/LSI,mrsas@0 /pci@1e,600000/pci@0/pci@3/LSI,mrsas@0/disk /pci@1e,600000/pci@0/pci@3/LSI,mrsas@1 <...> -
Use the select-dev command to select the HBA on
which the pcli commands that you issue will
operate.
{0} ok
“ /pci@1e,600000/pci@0/pci@3/LSI,mrsas@0” select-devYou have now selected the HBA upon which all
pcli
commands will operate. This means you do not need to specify the HBA in anypcli
command that you issue, unlike with thestorcli
utility. For example, if you issue thepcli
command,show
, the command automatically applies to the selected HBA. However, the equivalent command through thestorcli
utility would apply only to the card that you specify (the0
card, as shown here):SPARC pcli:
{0} ok
cli showstorcli: storcli /c0 show
-
Review the following table for useful
pcli commands.
pcli Command Description cli /c0/eall/sall show
Lists all physical drives.
cli add
Creates a RAID logical drive.
cli /c0/vX del
Deletes a logical drive.
cli /c0/vall show
Displays information about logical drives.
cli show
Displays HBA configuration information.
cli /c0/vall show
Lists all logical drives.
You are now ready to use the
pcli
commands to create a logical drive, or MegaRAID virtual drive, on the HBA.