Displaying 9 results from an estimated 9 matches for "stmfadm".
Did you mean:
smbadm
2010 Oct 11
0
Ubuntu iSCSI install to COMSTAR zfs volume Howto
...efault
tank/export/iscsi/acer-ubuntu com.sun:auto-snapshot true inherited from tank/export/iscsi
================================================================
STEP 2 -- Create the logical unit
================================================================
bash-4.0$ pfexec stmfadm create-lu /dev/zvol/rdsk/tank/export/iscsi/acer-ubuntu
Logical unit created: 600144F00800278C06EE4CB389310005
================================================================
STEP 3 -- Create the host group, add initiator and add a view to lun
=====================================================...
2012 Sep 28
2
iscsi confusion
I am confused, because I would have expected a 1-to-1 mapping, if you create an iscsi target on some system, you would have to specify which LUN it connects to. But that is not the case...
I read the man pages for sbdadm, stmfadm, itadm, and iscsiadm. I read some online examples, where you first "sbdadm create-lu" which gives you a GUID for a specific device in the system, and then "stmfadm add-view $GUID", and then "itadm create-target."
It''s this last command that confuses me - Bec...
2011 May 10
5
Modify stmf_sbd_lu properties
Is it possible to modify the GUID associated with a ZFS volume imported into STMF?
To clarify- I have a ZFS volume I have imported into STMF and export via iscsi. I have a number of snapshots of this volume. I need to temporarily go back to an older snapshot without removing all the more recent ones. I can delete the current sbd LU, clone the snapshot I want to test, and then bring that back in
2009 May 20
1
how to reliably determine what is locking up my zvol?
-bash-3.2# zpool export exchbk
cannot remove device links for ''exchbk/exchbk-2'': dataset is busy
this is a zvol used for a comstar iscsi backend:
-bash-3.2# stmfadm list-lu -v
LU Name: 600144F0EAC0090000004A0A4F410001
Operational Status: Offline
Provider Name : sbd
Alias : /dev/zvol/rdsk/exchbk/exchbk-1
View Entry Count : 1
LU Name: 600144F0EAC0090000004A1307D20001
Operational Status: Offline
Provider Name : sbd...
2009 Aug 07
1
add-view for the zfs snapshot
I frist create lun by "stmfadm create-lu ", and add-view , so the initiator can see the created lun.
Now I use "zfs snapshot" to create snapshot for the created lun.
What can I do to make the snapshot is accessed by the Initiator? Thanks.
--
This message posted from opensolaris.org
2010 Mar 16
0
can I configure a fc-san initiator for a storage array?
I have a machine with opensolaris snv111b .I want to let it use to a fc-san initiator NAS header in my total system.
Now I configure FC HBA port from qlt to qlc mode as initiator wich command update_drv .
I can use stmfadm list-target -v to find the FC-SAN target is conneted
Target: wwn.2100001B328A3224
Operational Status: Online
Provider Name : qlt
Alias : qlt2,0
Protocol : Fibre Channel
Sessions : 1
[i] Initiator: wwn.2100001B328AF72C[/i]
Al...
2010 Nov 30
0
Resizing ZFS block devices and sbdadm
...g it to comstar via sbdadm as opposed to using a file and exporting it? (e.g. performance or manageability?)
Also- let''s say you have a 5G block device called pool/test
You can resize it by doing:
zfs set volsize=10G pool/test
However if the device was already imported into comstar then stmfadm list-lu -v <guid> will still only report the original 5G block size. You can use sbdadm modify-lu -s 10G </path_to_block_device> but I''m not sure if there is a chance you might run into a size difference between ZFS and sbd.
i.e.- if I specify 10G in ZFS, and I do an sbdadm mo...
2008 Dec 05
0
resync onnv_105 partial for 6713916
...c/v9/smbfs/Makefile
usr/src/cmd/mms/mm/common/mm_mmp_mount.c
usr/src/cmd/pools/poolstat/poolstat.c
usr/src/cmd/raidctl/raidctl.c
usr/src/cmd/rcm_daemon/Makefile.com
usr/src/cmd/rcm_daemon/common/vlan_rcm.c
usr/src/cmd/rcm_daemon/common/vnic_rcm.c
usr/src/cmd/stat/fsstat/fsstat.c
usr/src/cmd/stmfadm/stmfadm.c
usr/src/cmd/su/su.c
usr/src/cmd/svc/milestone/net-physical
usr/src/cmd/svc/milestone/network-physical.xml
usr/src/cmd/svc/profile/generic_limited_net.xml
usr/src/cmd/svc/profile/generic_open.xml
usr/src/cmd/truss/codes.c
usr/src/cmd/vna/Makefile
usr/src/cmd/vna/vna.c
usr/src/cmd/...
2010 Jun 07
20
Homegrown Hybrid Storage
Hi,
I''m looking to build a virtualized web hosting server environment accessing
files on a hybrid storage SAN. I was looking at using the Sun X-Fire x4540
with the following configuration:
- 6 RAID-Z vdevs with one hot spare each (all 500GB 7200RPM SATA drives)
- 2 Intel X-25 32GB SSD''s as a mirrored ZIL
- 4 Intel X-25 64GB SSD''s as the L2ARC.
-