It is possible that you may have to manage 2 pools that have the same name. For example, if you have a pool name “datapool” and you have another from some other storage array called “datapool”. You may wish to import this second pool (with the same name) to your system. ZFS will not allow […]
Archives for November 2015
SVM : How to set boot device at OBP for mirrored root disk
The Open Boot PROM(OBP) aliases in solaris SPARC environments are created to simplify the access to hardware devices using user friendly names. They can be used in place of the full OBP hardware path at the “ok” prompt. The post discusses the procedure to set the Open Boot Prom (OBP) environment for SPARC systems properly […]
Solaris (SPARC) : How to create OBP boot device alias at ok prompt
The Open Boot PROM(OBP) aliases in solaris SPARC environments are created to simplify the access to hardware devices using user friendly names. They can be used in place of the full OBP hardware path at the “ok” prompt. When viewed via the devalias command at the prom level, they are listed in the form of […]
Solaris : Troubleshooting startup (rc init) scripts
During boot or shutdown, a number of legacy rc init scripts are being invoked. After kernel starts the svc.startd daemon during boot process, svc.startd daemon executes the rc scripts in the /sbin directory based upon the run level. With each run level has an associated script in the /sbin directory. # ls -l /sbin/rc? -rwxr–r– […]
Solaris 11 : Increasing the size of a vdisk in LDom ( with backend device as ZFS volume )
LDom supports a number of possible other devices to be exported by the virtual disk server as a virtual disk to the guest domain. You can export a physical disk, disk slice, volumes, or file as a block device. The following procedure is based on a setup of ZVOLs for underlying backend device on primary […]