Iscsi target rewriting sparse backing store

Hi all,
I have this particular problem when trying to use sparse file residing on zfs as backing store for iscsi target. For the sake of this post, lets say I have to use the sparse file instead of whole zfs filesystem as iscsi backing store.
However, as soon as the sparse file is used as iscsi target backing store, Solaris OS (iscsitgt process) decides to rewrite entire sparse file and make it non-sparse. Note this all happens without any iscsi initiator (client) accessed this iscsi target.
My question is why the sparse file is being rewritten at that time?
I can expect write at iscsi initiator connect time, but why at the iscsi target create time?
Here are the steps:
1. Create the sparse file, note the actual size,
# dd if=/dev/zero of=sparse_file.dat bs=1024k count=1 seek=4096
1+0 records in
1+0 records out
# du -sk .
2
# ll sparse_file.dat
-rw-r--r--   1 root     root     4296015872 Feb  7 10:12 sparse_file.dat
2. Create the iscsi target using that file as backing store:
# iscsitadm create target --backing-store=$PWD/sparse_file.dat sparse
3. Above command returns immediately, everything seems ok at this time
4. But after couple of seconds, disk activity increases, and zpool iostat shows
# zpool iostat 3
               capacity     operations    bandwidth
pool         used  avail   read  write   read  write
mypool  5.04G   144G      0    298      0  35.5M
mypool  5.20G   144G      0    347      0  38.0M
and so on, until the write over previously sparse 4G is over:
5. Note the real size now:
# du -sk .
4193252 .Note all of the above was happening with no iscsi initiators connected to that node nor target. Solaris OS did it by itself, and I can see no reasons why.
I would like to have those files sparse, at least until I use them as iscsi targets, and I would prefer those files to grow as my initiators (clients) are filling them.
If anyone can share some thoughts on this, I'd appreciate it
Thanks,
Robert

Problem solved.
Solaris iscsi target daemon configuration file has to be updated with:
<thin-provisioning>true</thin-provisioning>
in order to iscsitgtd not to initialize the iscsi target backing store files. This is all valid only for iscsi targets having files as backing store.
After creating iscsi targets with file (sparse or not) as backing store, there is no i/o activity whatsoever, and thats' what I wanted.
FWIW, This is how the config file looks now.
# more /etc/iscsi/target_config.xml
<config version='1.0'>
<thin-provisioning>true</thin-provisioning>
</config>
#

Similar Messages

  • How to sync the data between the two iSCSI target server

    Hi experts:
    I have double HP dl380g8 server, i plan to install the server 2012r2 iSCSI target as storage, i know the iSCSI storage can setup as high ability too, but after some research i doesn't find out how to sync the data between the two iSCSI target server, can
    any body help me?
    Thanks

    Hi experts:
    I have double HP dl380g8 server, i plan to install the server 2012r2 iSCSI target as storage, i know the iSCSI storage can setup as high ability too, but after some research i doesn't find out how to sync the data between the two iSCSI target server, can
    any body help me?
    Thanks
    There are basically three ways to go:
    1) Get compatible software. Microsoft iSCSI target cannot do what you want out-of-box but good news third-party software (there are even free versions with a set of limitations) can do what you want. See:
    StarWind Virtual SAN [VSAN]
    http://www.starwindsoftware.com/native-san-for-hyper-v-free-edition
    DataCore SANxxx
    http://datacore.com/products/SANsymphony-V.aspx
    SteelEye DataKeeper
    http://us.sios.com/what-we-do/windows/
    All of them do basically the same: mirror set of LUs between Windows hosts to emulate a high performance and fault tolerant virtual SAN. All of them do this in active-active mode (all nodes handle I/O) and at least StarWind and DataCore have sophisticated
    distributed cache implementations (RAM and flash).
    2) Get incompatible software (MSFT iSCSI target) and run it in generic Windows cluster. That would require you to have CSV so physical shared storage (FC or SAS, iSCSI obviously has zero sense as you can feed THAT iSCSI target directly to your block storage
    consumers). This is doable and is supported by MSFS but has numerous drawbacks. First of all it's SLOW as a) MSFT target does no caching and even does not use file system cache (at all, VHDX it uses as a containers are opened and I/O-ed in a "pass-thru" mode)
    b) it's only active-passive (one node will handle I/O @ a time with other one just doing nothing in standby mode) and c) long I/O route (iSCSI initiator -> MSFT iSCSI target -> clustered block back end). For reference see:
    Configuring iSCSI Storage for High Availability
    http://technet.microsoft.com/en-us/library/gg232621(v=ws.10).aspx
    MSFT iSCSI Target Cluster
    http://techontip.wordpress.com/2011/05/03/microsoft-iscsi-target-cluster-building-walkthrough/
    3) Re-think what you do. Except iSCSI target from MSFT you can use newer technologies like SoFS (obviously faster but requires a set of a dedicated servers) or just a shared VHDX if you have a fault tolerant SAS or FC back end and want to spawn a guest VM
    cluster. See:
    Scale-Out File Servers
    http://technet.microsoft.com/en-us/library/hh831349.aspx
    Deploy a Guest Cluster Using a Shared Virtual Hard Disk
    http://technet.microsoft.com/en-us/library/dn265980.aspx
    With Windows Server 2012 R2 release virtual FC and clustered MSFT target are both really deprecated features as shared VHDX is both faster and easier to setup and use if you have FC or SAS block back end and need to have guest VM cluster.
    Hope this helped a bit :)
    StarWind VSAN [Virtual SAN] clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

  • Unable to use device as an iSCSI target

    My intended purpose is to have iSCSI targets for a virtualbox setup at home where block devices are for the systems and existing data on a large RAID partition is exported as well. I'm able to successfully export the block files by using dd and added them as a backing-store into the targets.conf file:
    include /etc/tgt/temp/*.conf
    default-driver iscsi
    <target iqn.2012-09.net.domain:vm.fsrv>
    backing-store /srv/vm/disks/iscsi-disk-fsrv
    </target>
    <target iqn.2012-09.net.domain:vm.wsrv>
    backing-store /srv/vm/disks/iscsi-disk-wsrv
    </target>
    <target iqn.2012-09.net.domain:lan.storage>
    backing-store /dev/md0
    </target>
    but the last one with /dev/md0 only creates the controller and not the disk.
    The RAID device is mounted, I don't whether or not that matters, unfortunately I can't try it being unmounted yet because it is in use. I've tried all permutations of backing-store and direct-store with md0 as well as another device (sda) with and without the partition number, all had the same result.
    If anyone has been successful exporting a device (specifically a multi disk) I'd be real interested in knowing how. Also, if anyone knows how, or if it's even possible, to use a directory as the backing/direct store I'd like to know that as well, my attempts there have been unsuccessful as well.
    I will preempt anyone asking why I'm not using some other technology, eg. NFS, CIFS, ZFS, etc., by saying that this is largely academic. I want to compare the performance that a virtualized file server has that receives it's content being served by both NFS and iSCSI, and the NFS part is easy.
    Thanks.

    Mass storage only looks at the memory expansion.
    Did you have a micro SD card in it?
    What OS on the PC are you running?
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • Error when trying to install the iSCSI target - Cannot find the Windows PowerShell data file 'ImportExportIscsiTargetConfiguration.psd1'

    Hi,
    I'm just attempting to setup an iSCSI target on a freshly installed Windows 2012r2 box, but I get the following error when attempting to Create and iSCSI virtual disk via the wizard after a successful
    installation of the iSCSI target role.
    The full error is:
    Cannot find the Windows PowerShell data file 'ImportExportIscsiTargetConfiguration.psd1' in directory 'C:\Windows\System32\WindowsPowerShell\v1.0\Modules\IscsiTarget\en-GB\', or in any parent culture.
    I tried to uninstall, then reinstall the role but no go.
    The Server Locale and UI was all updated to en-GB but this folder does not appear to exist in this location. Rather, the folder I can see is:
    'C:\Windows\System32\WindowsPowerShell\v1.0\Modules\IscsiTarget\en-US\'
    I'm going to attempt to copy the 'en-US' folder to 'en-GB' to see what happens, but I would like to know why this has occurred in the first place? Other roles have installed (such as AD DS AD CS and
    IIS) on other machines with no issue.
    Many thanks
    Chris
    Chris

    Hi Chris,
    The error "Cannot find the Windows PowerShell data file 'ImportExportIscsiTargetConfiguration.psd1'" occured, because the file 'ImportExportIscsiTargetConfiguration.psd1' can't be loaded under the folder en-GB with current culture.
    I recommend you can copy this .psd1 file under  'C:\Windows\System32\WindowsPowerShell\v1.0\Modules\IscsiTarget'. Essentially if PowerShell can’t find the specified data file for the current culture it will “fallback” to the top-level data
    file in this case.
    For more detailed information, please refer to this article:
    Windows PowerShell 2.0 String Localization
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Failed Creation ISCSI Target on NSS324

    Hello,
    I configured a NSS324 4 drives of 2To in RAID5.I had not no problem
    But when i would like to create a ISCSI target (one LUN of my total capacity : 5,36 To), it tooks more than 15 hours and i got this error after 15H: [iSCSI] Failed to create iSCSI target. (error code=5).
    Can you help me? can i create a LUN of my whole capacity?
    Thanks a lot
    Sev

    Please use code tags for your config and other terminal output for better readability. Still, it looks ok to me.
    I have targetcli-fb on one of my Arch boxes, but it's an old version (2.1.fb35-1) built back in June (official packages are up to date). Discovery and login from another Arch box works. I don't have time to troubleshoot further, but if you haven't found a solution by Monday I can update and maybe be of more use.

  • OVS servers restart when iSCSI target restarts

    Long story short, I've been working on my new lab at home off and on.  Tonight I was working on my lab to get to the point where I would have OVMM as a virtual machine as the dedicated host I have for temporary measures only has two gigs of ram vs the recommended 8 gigs of ram.
    More to the point:  I was working on the storage portion of my setup and I got my iSCSI target discovered (FreeNAS 9.3) and I was able to build my cluster of OVSs.  I noticed earlier that my FreeNAS server had some pending updates and I figured it would be a good idea to perform these updates before I started using the iSCSI storage for active virtual machines.  Naturally, when the updates are done on my FreeNAS server, it reboots.
    What I don't understand is why both of my OVSs restarted at the same time after the FreeNAS server went down for a reboot.  Was there a hidden gotcha?  Did I overlook something in the documentation?
    A side effect of the unexpected reboot is the fact that my OVS(2) did not come back online with OVMM and I could not ping my management interface for that OVS.  I did several Google searches and tried some manual up/downs of the interfaces and tried one effort to manually configure bond0 to an IP address to try and get some sort of response.  Needless to say, none of those were good ideas and didn't help.  Therefore, I'm re-installing OVS on server 2 now.
    If anyone has any ideas as to how I could have fixed OVS(2) I'm more than willing to take notes in case this happens again.
    Thank you for any and all help,
    Brendan
    P.S. If this has any influence with my situation, I am running LACP bonds and all IP addresses are configured on the VLAN interfaces.  I have not had any issues configuring my switch and with the exception of OVS(2) not wanting to reply after the unexpected restart I had everything working.  An added gotcha is that the storage VLAN interface on OVS(2) continued to reply after the restart.

    Hi Brendan,
    the situation you encountered is expected for a single-headed iSCSI target. If you present OVM with a LUN - regardless if it's iSCSI or FC, OVM creates an OCFS2 volume on it, when you choose that LUN to be used as a storage repository. This is, since OCFS2 is a cluster-aware file system and thus is the only supported fs to use for a cluster setup. Now, although OVFS2 is really easy to setup - compared to other cluster file systems - it has some mechanics that will cause your nodes to fence (or reboot) in case the node looses "contact" with the OCFS2. Each node writes little keep-alive fragments onto the OCSF2 and if you reboot your iSCSI target, then this will cease and OCFS2 will fence itself, hoping for some minor glitch that may be gone after a reboot.
    There are a couple of ways to achieve this with iSCSI, but their resp. setup is not easy, and the hoops to jump through are probably to many for a lab setup. E.g. I am running a two RAC nodes as iSCST targets, which in turn do have high-redundancy disk setup behind them, consiting of 3 seperate storage servers. So, in my setup I am able to survive:
    - two storage node failures
    - one RAC node failure (which provides the iSCSI target for my OVS)
    Regarding your OVS2, as you have already re-installed OVS2, there will be now way, to tell, what went wrong with it, as you'd need access to the console to poke around a bit, while OVS2 is in that situation, where it doesn't respond to pings on it's management interface.
    Cheers,
    budy

  • How to create iSCSI target using the entire drive?

    This sounds silly, but after setting up the DL4100 in RAID 5, I could not assign the entire 11.89TB to an iSCSI target... Only integer numbers seem to be the valid input. And the only choice of TB or GB offered no help because I could not enter: 11890 GB either?! What am I missing?

    Thanks to all who have responded....
    Here's my take: 4TB x4 in RAID 5 = 11.89TB but via iSCSI creation will result in 0.89TB unallocable to iSCSI due to the GUI disabling non-interger values (ie: no decimal points). That is 890GB of storage that is supposedly used for firmware upgrades, logs, etc?! 
    Snooping around I noticed that the validation is only performed via javascript and a quick re-POST to the unit of the params can trigger modification/creation of a non-integer iSCSI volume sizes. Please note that you can only grow volume sizes and not shrink them! Below is a walk-thru of how to do this:
    Disclaimer: *WARNING: USE AT YOUR OWN RISK*
    1) Create the iSCSI volume as per normal but at the integer value less than what you intend (eg: if you wanted 1.5TB, create 1TB) then wait for the iSCSI volume to be created.
    2) Use a web browser with debugging turned on and capturing traffic. For my example I am using Firefox and hit F12 to fire up the debug tool. Pick "Network" and you will see Firefox start picking up all traffic to the DL4100.
    3) Go into the iSCSI volume and choose "Details" to modify it. Put the current size as the modified size and click "Apply". Look in the list of messages to locate a POST message "iscsi_mgr.cgi" that has a Request body with a "size" parameter and select that to be resent.
     4) In this copy of the same message, look in Request Body and the list of parameters being passed back to the unit. You should find one of the parameters called "size". This value is sent to the unit in GB... Change the value to a GB value that you desire (eg: 1TB would appear as "1000", so you can change it to "1500" for 1.5TB) and then re-POST this POST message back to the unit.
    5) Wait for the update to transact and verify that your iSCSI volume has indeed been resized to a "non-Integer" TB value.
    That's it! I hope this helps others who have been trapped by this limitation. Please be mindfull not to allocate all your dive space since as Bill_S has mentioned, some space is required by the system for its own housekeeping operations.
    Good Luck!

  • Unable to connect to iSCSI target from PC

    We have just installed Storage Server 2012 R2 on a disk array box with 4TB of storage. We installed and configured the iSCSI server software and created a LUN. In Server Manager > File ans Storage Services > iSCSI I see the VM-Store.fhdx file in the
    iSCSI VIRTUAL DISKS pane. Below, in the iSCSI TARGETS pane i see the listing for the target.  
    Both show "Connected" in the Target Status column. From outside the server (on the LAN) I launched the iSCSI Initiator applet in the control panel/administrator tools. I clicked on the "Discovery" tab in the iSCSI Initiator Properties
    dialog box and typed in the IP address of the Windows 2012 server. On the Targets tab it's all blank. If I manually enter the IP address in the Quick Connect box at the top and click the Quick Connect button I get a dialog that shows "No targets available
    for using Quick Connect" in the status box at the bottom.
    CHAP is NOT being used yet so it's not a CHAP issue. What else can I try to make this work? It's holding up a project we desperately need to get online.

    Hi, 
    Do you mean that you get the error "No Targets available for Login using Quick Connect"?  I did a test on my pc, and have the same error with you. A workaround for the issue is to enter the server name in the Quick Connect box to connect the iSCSI target.
    There is a similar thread, please go through it to help troubleshoot this issue:
    How to troubleshoot "No Targets available for Login using Quick Connect."
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/9d32b6dd-2957-4305-9818-708d80df5ca1/how-to-troubleshoot-no-targets-available-for-login-using-quick-connect?forum=winserverfiles
    Regards, 
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • ISCSI Target Issues

    I am running MS Server 2012 and am only using this as a iscsi target server.  I run VMware vspher 5.5 as the initiator.  So every night around 12:30 am, my server restarts many of the services, one of them being the iscsi target service.  No
    errors are produced, just informational logs about the services stopping and starting again.  However, when they stop my vphere client and vm's on the iscsi target lose connection.  I just want them to run all the time, these are production systems.
     When I come in the next day I just do a refresh on the iscsi target gui and everything reconnects.  Then I have to go to the vsphere client and answer the guest question about why they lost contact with the targets and the vm's all restart without
    a problem.  Does anyone know about this problem and how to resolve it?

    No, but I think 2012 has built in virus checker, I'll check that.  Nope, but this is the info log published.
    At 12:31 I got "The Microsoft iSCSI Software Target service entered the stopped state." Then when I came in this morning and hit refresh at 6:01 I got "The Microsoft iSCSI Software Target
    service entered the running state.".  Both were the event id below.  Sometimes it puts it back in the running state automatically, but sometimes I have to manually do it, either way, when it goes into stopped state my vsphere client makes me
    answer the "guest" question to bring it back live in the vmware client side.  Checked antivirus, no problems there.  Again, these are not errors, they a re calling these basic service operations as shown below.  How can shutting down
    productions systems be a normal operation, must be some way around that or who would want to use this.  The nice thing is how easy it is to set up a target, but this is a problem.  People use are systems around the clock sooo...any other thoughts?
    Event ID 7036 — Basic Service Operations
    73 out of 202 rated this helpful - Rate this topic
    Updated: December 11, 2007
    Applies To: Windows Server 2008
    green
    Service Control Manager transmits control requests to running services and driver services. It also maintains status information about those services, and reports configuration changes and state changes.
    Event Details
    Product: Windows Operating System
    ID: 7036
    Source: Service Control Manager
    Version: 6.0
    Symbolic Name: EVENT_SERVICE_STATUS_SUCCESS
    Message: The %1 service entered the %2 state.
    Resolve
    This is a normal condition. No further action is required.
    Related Management Information
    Basic Service Operations
    Core Operating System
    So how c

  • ISCSI-TARGET RPM

    I need iscsi-target rpm for OEL 5.4 and OEL 5.2 32bit and 64bit for both version, can anyone tell me where to download it from ?

    I suggest the following:
    $ su - root
    # cd /etc/yum.repos.d
    # wget http://public-yum.oracle.com/public-yum-el5.repo
    # yum install scsi-target-utils
    # yum install iscsi-initiator-utils
    For setup information, the following should do:
    http://www.linuxjournal.com/content/creating-software-backed-iscsi-targets-red-hat-enterprise-linux-6

  • ISCSI target and time machine

    Im planning on setting up an iSCSI target on my synology nas and store music and photos.
    Is it possible to backup the iSCSI target from my nas to time capsule?
    Thanks

    To see all mounted volumes shift - command - c.    Information learned from Linc Davis.
    Time Machine Troubleshooting
    Time Machine Troubleshooting Problems

  • Baremetal recovery from iSCSI target

    I am experimenting with iSCSI targets (OpenFiler) for network backup of Windows 2008 server and Windows 7.  Backups are working fine but now I get to restore testing and realize I cannot see the iSCSI storage for a baremetal restore.  Of course the volumes on the iSCSI target are available for restore from a working system.
    Is it possible to access the iSCSI volumes during a baremetal disaster recovery?

    I just went through this. It was rather simple using WINDOWS 2012 as the target (hosting ISCSI DISKS) and windows 2008 R2 as the initiator (using ISCSI DISK)
    Since your itiator server is dead and can't access the backup volume through winPE or winRE, disable the disk on the target server.
    Go to the directory that has the VHD and right click mount the volume.
    Find the drive letter it mounted as and click share. Adjust permissions accordingly.
    Follow Freds steps:
    3)    
    Boot your new hardware from the 2K8 install disk.
    4)    
    At the install Windows screen Select your regional settings and Next
    5)    
    Select Repair your computer
    6)    
    System Recovery Options should be blank for BRM, click Next
    7)    
    Select Windows Complete PC Restore
    8)    
    At the alert window select cancel
    9)    
    Select Restore a different backup and Next
    10)
    Click Advanced and Search for a backup on the network
    11)
    Select yes to connect to the network
    12)
    Enter the unc path to the computer and share above and OK
    13)
    Enter your credentials and OK
    14)
    Select 
    the backup and Next
    15)
    Select the backup time to restore to and Next
    16)
    Next
    17)
    Finish (note the drive you restore to will need to be at least the same size as the drive that the computer was imaged from)
    18)
    Confirm that you want to format the new drive and OK
    Then as Corey said, don't reboot the restored machine.
    On the target server open explorer, right click on the drive letter for the VHD and click eject.
    Go Back and reboot the server.
    I think this woud work using 2008 R2 /2008 R2, however I didn't test that.
    The input box is messed up so I can't see half of what I'm typing.

  • Unable to expand/extend partition after growing SAN-based iSCSI target

    Hello, all. I have odd situation regarding how to expand iSCSI-based partitions.
    Here is my setup:
    I use the GlobalSAN iSCSI initiator on 10.6.x server (Snow Leopard).
    The iSCSI LUN is formatted with the GPT partition table.
    The filesystem is Journaled HFS+
    My iSCSI SAN has the ability to non-destructively grow a LUN (iSCSI target).
    With this in mind, I wanted to experiment with growing a LUN/target on the SAN and then expanding the Apple partition within it using disk utility. I have been unable to do so.
    Here is my procedure:
    1) Eject the disk (iSCSI targets show up as external hard drives)
    2) Disconnect the iSCSI target using the control panel applet (provided by GlobalSAN)
    3) Grow the LUN/target on the SAN.
    4) Reconnect the iSCSI initiator
    5) Expand/extend the partition using Disk Utility to consume the (newly created) free space.
    It works until the last step. When I reconnect to the iSCSI target after expanding it on the SAN, it shows up Disk Utility as being larger than it was (so far, so expected). When I go to expand the partition, however, it errors out saying that there is not enough space.
    Investigating further, I went the command line and performed a
    "diskutil resizeVolume <identifier> limits"
    to determine what the limit was to the partition. The limits did NOT reflect the newly-created space.
    My suspicion is that the original partition map, since it was created as 100% of the volume, does not allow room for growth despite the fact that the disk suddenly (and, to the system, unexpectedly) became larger.
    Is this assumption correct? Is there any way around this? I would like to be able to expand my LUNs/targets (since the SAN can grow with the business), but this has no value if I cannot also extend the partition table to use the new space.
    If anyone has any insight, I would greatly appreciate it. Thank you!

    I have exactly the same problem that you describe above. My iSCSI LUN was near capacity and therefore i extended the iSCSI LUN from 100G to 150G. No problem so far.
    Disk Utility shows the iSCSI device as 150G but i cannot extend the volume to the new size. It gives me the same error (in Dutch).
    Please someone help us out !

  • How to enable backing store in X11?

    Hi !
    I want to remotely login to my schools server (solaris) to do the projects. The environment variables dont match. and it asks me to enable backing store. Can some one please tell me how to do that in X11.app please..
    Here is what I do to login
    DISPLAY=localhost:0.0
    export DISPLAY
    ssh -Y [email protected]
    password:
    try to invoke the IC station Tool (Design Tool for Layouts )
    Here is the error I get
    ERROR: You may have an Error in your mgclocationmap entries.
    Read Error messages carefully and correct any such problems.
    Re-invoke application after problems are resolved.
    Mentor Graphics software executing under Sun SPARC Solaris.
    // Error: MGCLOCATIONMAP set to an invalid path. Unsetting it. (from: DDMS/DDMSCore/DDMSFILE 37)
    // Note: starting to load custom userware (from: Uims/basetoolkit/ui_sessiontk 81)
    // Note: Begin Loading userware for the Design Kit (from: Uims/basetoolkit/ui_sessiontk 81)
    thanks
    and bunch of more warnings
    There is another warning I get in the beginning that tells me to Enable Backing store . By doing it it should solve the problem.
    I have searched over the internet and I have found out that in X11 Backing store is not enabled by default and I have to edit some file and remove -bs from that file .
    Can someone guide me how to do this?
    I would really appreciate it .
    Thanks
    Viky

    I suggest you ask your question here:
    Forum: Mac OS X Technologies > Unix

  • My Windows 2012 ISCSI Target service needs to be restarted every time the server starts.

    Every time I restart my Windows 2012 server, the ISCSI Target Service is unavailable to the clients even though it appears to be running.
    I have to restart the service, then the clients can connect to it. 
    I tried to change the startup Type to Delayed, but I get an error 87: parameter is incorrect.
    I've tried to delete and recreate the VHD and ISCSI Target.
    I've tried to uninstall the Role, and reinstall it. 
    Anybody have any additional ideas to try and troubleshoot this?
    Thank you
    James Roper

    The service is not starting correctly, even though it does start. If I restart the service, everything works correctly. Here is the event in the ISCSI Target. 
    Log Name:      Microsoft-Windows-iSCSITarget-Service/Admin
    Source:        Microsoft-Windows-iSCSITarget-Service
    Date:          5/8/2013 3:11:10 PM
    Event ID:      10
    Task Category: None
    Level:         Error
    Keywords:      
    User:          SYSTEM
    Computer:      SRV-ISCSI1
    Description:
    The Microsoft iSCSI Software Target service could not bind to network address 10.5.4.31, port 3260. The operation failed with error code 10049. Ensure that no other application is using this port.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-iSCSITarget-Service" Guid="{13953C6E-C594-414E-8BA7-DEB4BA1878E3}" />
        <EventID>10</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2013-05-08T22:11:10.899843800Z" />
        <EventRecordID>38</EventRecordID>
        <Correlation />
        <Execution ProcessID="976" ThreadID="1448" />
        <Channel>Microsoft-Windows-iSCSITarget-Service/Admin</Channel>
        <Computer>SRV-ISCSI1</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="IpAddress">10.5.4.31</Data>
        <Data Name="dwPort">3260</Data>
        <Data Name="Error">10049</Data>
      </EventData>
    </Event>

Maybe you are looking for