SYS-ADMIN
Thursday, 18 June 2015
may contain holes - can't swap on it
Error
root@test001# mkfile 5G swap1
root@test001# swap -a /test/app02/swap1
"/test/app02/swap1" may contain holes - can't swap on it.
Solution
root@test001# zfs create -V 5G -b 8k newpool/swap1
root@test001# swap -a /dev/zvol/dsk/newpool/swap1
zfs swap: Too fragmented in solaris
Error
root@test001# zfs create -V 5G newpool/swap1
root@test001# swap -a /dev/zvol/dsk/newpool/swap1
/dev/zvol/dsk/newpool/swap1 : Too fragmented
Solution
root@test001# zfs create -V 5G -b 8k newpool/swap1
root@test001# swap -a /dev/zvol/dsk/newpool/swap1
Monday, 15 June 2015
How to update Firmware on T-series server from OPS CENTER 12C
Note:
Server will reboot while updating firmware.
Go to plan management and select Update firmaware
Click on create profile and select latest downloaded firmware
Click on apply deployment plan
Select Server (it should added asset as a server hardware while adding asset( ILOM , ELOM , ALOM or RSC) )
Schedule now or later time and click on apply
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)