|
|||||
Part I Upgrading With Solaris Live Upgrade 1. Where to Find Solaris Installation Planning Information 2. Solaris Live Upgrade (Overview) 3. Solaris Live Upgrade (Planning) 4. Using Solaris Live Upgrade to Create a Boot Environment (Tasks) 5. Upgrading With Solaris Live Upgrade (Tasks) 6. Failure Recovery: Falling Back to the Original Boot Environment (Tasks) 7. Maintaining Solaris Live Upgrade Boot Environments (Tasks) Overview of Solaris Live Upgrade Maintenance Displaying the Status of All Boot Environments To Display the Status of All Boot Environments Updating a Previously Configured Boot Environment To Update a Previously Configured Boot Environment Canceling a Scheduled Create, Upgrade, or Copy Job To Cancel a Scheduled Create, Upgrade, or Copy Job Deleting an Inactive Boot Environment To Delete an Inactive Boot Environment Displaying the Name of the Active Boot Environment To Display the Name of the Active Boot Environment Changing the Name of a Boot Environment To Change the Name of an Inactive Boot Environment Adding or Changing a Description Associated With a Boot Environment Name To Add or Change a Description for a Boot Environment Name With Text To Add or Change a Description for a Boot Environment Name With a File To Determine a Boot Environment Name From a Text Description To Determine a Boot Environment Name From a Description in a File Viewing the Configuration of a Boot Environment To View the Configuration of a Boot Environment 8. x86: Locating the GRUB Menu's menu.lst File (Tasks) 9. Upgrading the Solaris OS on a System With Non-Global Zones Installed 10. Solaris Live Upgrade (Examples) 11. Solaris Live Upgrade (Command Reference) |
Adding or Changing a Description Associated With a Boot Environment NameYou can associate a description with a boot environment name. The description never replaces the name. Although a boot environment name is restricted in length and characters, the description can be of any length and of any content. The description can be simple text or as complex as a gif file. You can create this description at these times:
To Add or Change a Description for a Boot Environment Name With Text
In this example, a boot environment description is added to a boot environment that is named second_disk. The description is text that is enclosed in single quotes. # /usr/sbin/ludesc -n second_disk 'Solaris Express 5/07 test build' To Add or Change a Description for a Boot Environment Name With a File
In this example, a boot environment description is added to a boot environment that is named second_disk. The description is contained in a gif file. # /usr/sbin/ludesc -n second_disk -f rose.gif To Determine a Boot Environment Name From a Text DescriptionThe following command returns the name of the boot environment associated with the specified description.
In this example, the name of the boot environment, second_disk, is determined by using the -A option with the description. # /usr/sbin/ludesc -A 'Solaris Express 5/07 test build' second_disk To Determine a Boot Environment Name From a Description in a FileThe following command displays the boot environment's name that is associated with a file. The file contains the description of the boot environment.
In this example, the name of the boot environment, second_disk, is determined by using the -f option and the name of the file that contains the description. # /usr/sbin/ludesc -f rose.gif second_disk To Determine a Boot Environment Description From a NameThis procedure displays the description of the boot environment that is named in the command.
In this example, the description is determined by using the -n option with the boot environment name. # /usr/sbin/ludesc -n second_disk Solaris Express 5/07 test build |
||||
|