Archivo del Autor: carlosap

Ovm cheat sheet

http://thegeekdiary.com/ldoms-ovm-for-sparc-command-line-reference-cheat-sheet/

You do not have write access ldoms

You do not have write access VNTSD commands ~w –Force write access Warning: another user currently has write permission to this console and forcibly removing him/her will terminate any current write action and all work will be lost. Would you like to continue?[y/n] y

Comparing IPMP and Link Aggregation

IPMP and link aggregation are different technologies to achieve improved network performance as well as maintain network availability. In general, you deploy link aggregation to obtain better network performance, while you use IPMP to ensure high availability. The following table presents a general comparison between link aggregation and IPMP.   IPMP Link Aggregation Network technology… Leer más »

Ldm save export

Save your domain configuration: after making a change to your domains configuration that you want to persist overapowercycle,saveittotheserviceprocessorbyissuinganldm add-config confignamecommand. ‘bootsets’ containing the Service Processor (SP configuration and constraints are saved on the control domain when a configuration is saved to the SP, and are used to reload the constraints database after a power cycle.… Leer más »

Creating a ZFS Storage Pool With Cache Devices

You can create a storage pool with cache devices to cache storage pool data. For example: # zpool create tank mirror c2t0d0 c2t1d0 c2t3d0 cache c2t5d0 c2t8d0 # zpool status tank pool: tank state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM tank ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 c2t0d0… Leer más »

Example 9-1 Configuring a New Network Interface With a Static Address

Example 9-1 Configuring a Network Interface With a Static Address # dladm show-phys LINK MEDIA STATE SPEED DUPLEX DEVICE net3 Ethernet up 100Mb full bge3 # dladm show-link LINK CLASS MTU STATE BRIDGE OVER net3 phys 1500 up — — # ipadm create-ip net3 # ipadm create-addr -T static -a 192.168.84.3/24 net3/v4static # ipadm show-if IFNAME… Leer más »

Listing Logical Domains Resources

Documentation Home  > Logical Domains 1.3 Administration Guide  > Chapter 9 Managing Resources  > Listing Logical Domains Resources Logical Domains 1.3 Administration Guide Previous: Using Dynamic Resource Management Policies Next: Chapter 10 Managing Configurations Listing Logical Domains Resources This section shows the syntax usage for the ldm subcommands, defines some output terms, such as flags and utilization… Leer más »

Solaris – add network interface for a running zone

This will describe how to add a network interface to a running non-global zone, without having to reboot the zone. The new interface will persist between reboots. If you want to add an interface temporarily, you can do so by not modifying the zone configuration. Note: This process is for shared-ip zones. I believe it… Leer más »