Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- OS sequence-based provisioning
- OS provisioning components
- Build customization scripts
- How the OS Build Agent locates the Build Manager
- Provisioning setup for OS sequences
- OS Provisioning setup task summary
- Setting up the Media Server
- Creating MRLs
- Media Resource Locator Administration
- Multipath SAN support for OS provisioning
- Configuring RAID on HPE ProLiant servers before OS provisioning
- Defining installation profiles and OS sequences
- OS installation profile requirements
- Oracle Solaris/Sun SPARC 10 installation profile requirements
- Red Hat Linux installation profile requirements
- VMware ESX installation profile requirements
- SUSE Linux installation profile requirements
- Microsoft Windows installation profile requirements
- Defining and managing OS installation profiles
- Modifying existing OS installation profiles
- Changing the properties of OS installation profiles
- Modifying OS installation profile packages
- Viewing the change history for an OS installation profile
- Deleting an OS installation profile
- Build customization scripts
- Solaris build customization scripts
- Linux build customization scripts
- Windows build customization scripts
- Defining custom attributes
- Creating OS sequences
- Manage Boot Clients
- Using the Manage Boot Clients option
- Running an MBC APX
- Booting a Red Hat Enterprise Linux server in a non-DHCP environment
- Booting a Red Hat Enterprise Linux Itanium 64-bit server in a non-DHCP environment using Elilo boot
- Booting a Windows Server in a non-DHCP environment
- DHCP Custom Attribute
Creating MRLs
To create an MRL using the Import Media tool:
- Log into the Software Repository (Slice Component bundle) host as root.
- Change to the following directory:
/opt/opsware/mm_wordbot/util
- Ensure that you have the correct path to the directory where you uploaded the operating system media on the OS Media Server.
Run the following
import_media
script:./import_media [options] <network path>
For example, to import Windows Server 2003 operating system media from an SMB share named OSMEDIA on the server mediasrv, enter:
import_media smb://mediasrv/OSMEDIA/WINNT/SERVER/I386
For example, to import Windows Server 2008 R2 x64 operating system media from and SMB share named OSMEDIA on the server mediasrv, enter:mkdir <tmp_dir>
mount -t udf -o loop,ro w2k8r2sp1.iso <tmp_dir>
cd <tmp_dir> && tar cf - . | (cd /media/opsware/windows/w2k8sp1.r2 && tar xvf -)
import_media smb://mediasrv/OSMEDIA/w2k8sp1.r2
umount <tmp_dir>; rmdir <tmp_dir>
To import Linux (or VMware ESX) media from an NFS server named mediaserver.company.com, enter:
import_media nfs://mediaserver.company.com/export/media/redhat/7.2
To import Solaris media from an NFS server named mediaserver.company.com, enter:
import_media nfs://mediaserver.company.com/export/media/solaris/sol-10-u8-sparc
To import Solaris 11 SPARC media from a NFS server:
import_media nfs://mediaserver.company.com/export/media/solaris/solaris11_repo/repo
To import Solaris 11 x86 media from a NFS server:
The Solaris 11 repository is detected by default as Solaris 11 SPARC media. Therefore, to use this repository to provision a Solaris 11 X86 server, you must run import_media with
--platform="SunOS 5.11 X86"
parameter.import_media --platform="SunOS 5.11 X86" nfs://mediaserver.company.com/export/media/solaris/solaris11_link/repo
Unless otherwise specified, the default folder location for uploaded software packages is in the form
/Package Repository/OS Media/<Platform Name>
, where <Platform Name
> is the (full) SA name for the platform detected in the media being imported. If the folder does not exist, then it is created. To manually specify a folder location, use the--folder
option.Running the Import Media tool writes progress to the log file
import_media.log
. The log file is located on the server where you are running the Import Media tool script in the directory from which you invoke the script.For information on the command line options for the Import Media tool, see Import Media Tool syntax and options.
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to hpe_sa_docs@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: