-
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: February 2014
clustermode SFO
In CMode, when a failover or takeover has taken place, the root-aggregate of the partnernode is owned by the surviving partner. How to get to the rootvolume of the partner’s root-aggregate? 1. Log in to she systemshell. 2. Run the … Continue reading
Posted in netapp
Leave a comment
netapp hwassist
There are specific Data ONTAP commands for configuring the hardware-assisted takeover feature. If you want to… Use this command… Disable or enable hardware-assisted takeover storage failover modify hwassist Set the partner address storage failover modify hwassist-partner-ip Set the partner port … Continue reading
Posted in netapp
Leave a comment
cdot snapvault example
setting up snapvault cmode example 1. create vserverA and vserverB cl1::> vserver create vserverA -rootvolume roota -aggregate aggr1_n1 -ns-switch file -nm-switch file -rootvolume-security-style unix cl1::> vserver create vserverB -rootvolume rootb -aggregate aggr1_n2 -ns-switch file -nm-switch file -rootvolume-security-style unix for vserverA … Continue reading
Posted in netapp
Leave a comment
solaris 11 exercise zfs (1)
Basic operations. Your machine has 3 disks of 300MB If your machine has no available disks you can create 3 files of 300MB in the /dev/dsk directory and use those. Perform the following 3 commands only if your machine has … Continue reading
Posted in solaris
Leave a comment
netapp clustered ontap 8.2.1RC
CLUSTERED SIMULATE ONTAP LICENSES +++++++++++++++++++++++++++++++++ These are the licenses that you use with the clustered Data ONTAP version of Simulate ONTAP to enable Data ONTAP features. There are four groups of licenses in this file: – cluster base license – … Continue reading
Posted in netapp
Leave a comment
solaris 11 exercise ip (1)
Your machine has 4 network interfaces. Adapter 1 is configured up. 1. View the dladm subcommands. # dladm usage: dladm … rename-link (output skipped) 2. View your physical network interfaces. # dladm show-phys NK MEDIA STATE SPEED DUPLEX DEVICE net1 … Continue reading
Posted in solaris
Leave a comment
solaris 11 exercise bootenvironments (1)
A boot environment is a bootable Oracle Solaris environment consisting of a root dataset and, optionally, other datasets mounted underneath it. Exactly one boot environment can be active at a time. A dataset is a generic name for ZFS entities … Continue reading
Posted in solaris
Leave a comment
solaris 11 exercise ips (1)
1. Log in to your machine. ssh user1@192.168.4.151 switch to root # sudo bash Password: e1car0 2. Your machine has the Full Repository iso mounted. # df -h | grep media /dev/dsk/c3t0d0s2 6.8G 6.8G 0K 100% /media/SOL_11_1_REPO_FULL Check the available … Continue reading
Posted in solaris, Uncategorized
Leave a comment
solaris 11 vnc
1. Install the Solaris Desktop environment. # pkg install slim_install # /usr/bin/vncserver # vi /etc/gdm/custom.conf [daemon] [security] [xdmcp] Enable=true [greeter] [chooser] [debug] # svcadm restart gdm # inetadm -e xvnc-inetd or # svcadm enable xvnc-inetd
Posted in solaris
Leave a comment
solaris zfs nfs share
root@solaris11-1:~# zfs set share=name=kanweg,path=/rpool/kanweg,prot=nfs rpool/kanweg name=kanweg,path=/rpool/kanweg,prot=nfs root@solaris11-1:~# zfs sharenfs=on rpool/kanweg root@solaris11-1:~# dfshares|grep kanweg solaris11-1:/rpool/kanweg solaris11-1 – – other example: zfs set share=name=fs1,path=/temppool/fs1,prot=nfs,root=192.168.4.235,rw=192.168.4.235 temppool/fs1
Posted in solaris
Leave a comment
7000 factoryreset at boot
add “-c” as parameter to the boot line. kernel$ /platform……….. -c
Posted in solaris
Leave a comment