-
Recent Posts
Archives
- July 2020
- April 2020
- February 2020
- January 2020
- December 2019
- November 2019
- August 2019
- July 2019
- June 2019
- May 2019
- February 2019
- January 2019
- November 2018
- October 2018
- September 2018
- August 2018
- June 2018
- May 2018
- April 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- August 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- September 2016
- August 2016
- March 2016
- December 2015
- November 2015
- October 2015
- September 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- November 2014
- October 2014
- September 2014
- August 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
Categories
Monthly Archives: March 2015
ZFS shadow migration exercise
Setting up shadow migration. Solaris 10 has ip-address 192.168.4.159 ZFS appliance has ip-address 192.168.4.220 1. On Solaris10. Create a directory called /mnt/data and put some files in it. # mkdir /mnt/data # cd /mnt/data # cp /var/log/* . Share /mnt/data … Continue reading
Posted in Uncategorized
Leave a comment
ZFS replication_exercise
Controller ZFS1 192.168.4.220 project zfs1_proj is replicated to Controller ZFS2 192.168.4.230. Controller ZFS1 zfs1_proj has share zfs1_proj_fs1 that is mounted by solaris 10 to mountpoint /mnt/fs1 On ZFS1 * create project zfs1_proj and filesystem zfs1_proj_fs1 * * make sure the … Continue reading
Posted in Uncategorized
Leave a comment
ZFS solaris 10 iscsi initiator exercise
On Solaris 1. Determine whether the required software is installed. -bash-3.2# pkginfo |grep iscsi system SUNWiscsir Sun iSCSI Device Driver (root) system SUNWiscsitgtr Sun iSCSI Target (Root) system SUNWiscsitgtu Sun iSCSI Target (Usr) system SUNWiscsiu Sun iSCSI Management Utilities (usr) … Continue reading
Posted in Uncategorized
Leave a comment
solaris 10 initiator
# svcadm enable iscsi_initiator # iscsiadm add discovery-address 192.168.248.213:3260 # iscsiadm modify discovery –sendtargets enable # devfsadm -i iscsi
Posted in Uncategorized
Leave a comment
7000 iscsi
On 7000 cli: configuration san iscsi targets create set alias=a1 set interfaces=e1000g0 commit On linux: cat /etc/iscsi/initiatorname.iscsi InitiatorName=iqn.1994-05.com.redhat:3add18fcc55c On 7000 cli: configuration san iscsi initiators create set alias=lin1 set initiator=InitiatorName=iqn.1994-05.com.redhat:3add18fcc55c On 7000 cli: shares select default lun lin1 set volsize=1g … Continue reading
Posted in Uncategorized
Leave a comment
7000 cli network interfaces
log in to cli using ssh. configuration net datatalinks device set label=replication set links=e1000g2 commit configuration net interfaces ip set label=repliation set links=e1000g2 set v4addrs=192.168.4.223/24 commit
Posted in oracle
Leave a comment
linux btrfs
http://www.funtoo.org/BTRFS_Fun funtoo linux Go Actions Tools Account BTRFS Fun Support Funtoo and help us grow! Donate $15 per month and get a free SSD-based Funtoo Virtual Container. 5 spots left. Important BTRFS is still experimental even with latest Linux kernels … Continue reading
Posted in Uncategorized
Leave a comment
linux ifcfg keywords
/usr/share/doc/initscripts*/sysconfig.txt 11.1 About Network Interfaces Prev Chapter 11 Network Configuration Next 11.1 About Network Interfaces Each physical and virtual network device on an Oracle Linux system has an associated configuration file named ifcfg-interface in the /etc/sysconfig/network-scripts directory, where interface is … Continue reading
Posted in Uncategorized
Leave a comment