'[FAQ] Twonky DLNA Media Server Setup & Use

Some Frequently Asked Questions Regarding Twonky, And Some Answers The MyCloud includes a Twonky DLNA Media Server.  Sadly it doesn't seem very well integrated into the MyCloud, and the two fight for supremacy.  I've spent a long time trying to understand how it works, and reading the forum, I see many other people also have trouble with it. So I thought that, rather than trying to answer these questions individually, I'd try to write an FAQ covering the things I've found, and the problems I or others have encountered, and the solutions.
I'm not a member of WD staff.  I'm not a MyCloud, Twonky or Linux expert (but I'm moderately competent).  But I am stubborn, and determined to find out how to make the thing work the way I want it to.  If more expert users find fault in this FAQ, or have other insights to offer, then feel free to post comments.  I'll edit this first post and make corrections and add any FAQ&A that are added.
Where I am unsure of something, I'll enclose it in [brackets].  Feel free to investigate and confirm or disprove my observations... Where I mention control settings, I use a | to indicate a level of hierarchy in the menu system.  This is to distinguish control settings and file system paths.
Ideally, we'd shame WD into doing a better job of integrating Twonky into the MyCloud, so it's not such a struggle, and doesn't require Linux administrator-level skills to make it work properly. Starting the Media Server and setting up a Media LibraryQ. What is a Media Server?
Q. How do I start the Twonky Server?
Q. How do I control the Twonky server properly?
Q. Where should I put my media so Twonky finds it?
Q. Why doesn't Twonky find my media?
Q. Can I stop Twonky searching in certain folders in my media storage folders?
Q. What are the 'Shared Media' folders for?
Q. Why can people using DLNA clients see media in my private share?
Q. How do I control when Twonky rescans the media store? Optimising operation of the Media Server
Q: How does the Twonky service work on the MyCloud?
Q. Where is the Twonky database stored?
Q. Where are the Twonky settings stored?
Q. What do all the settings in Twonky's configuration file do?
Q. How do I clear Twonky's database and start again?
Q. Where can I find debug log files for Twonky?
Q. How do I stop MyCloud breaking the Twonky Server?
Q. Can I change to location of the 'Shared Media' folders?
Q. Why does setting a Twonky access control password prevent the MyCloud from sleeping?
Q. Can I replace Twonky with another Media Server?
Optimising behaviour for Media Clients
Q. Why does my media player not show the right track information?
Q. How can I get Twonky to provide full size artwork to clients, rather than crude thumbnails?
Q. How can I change the media 'views' I see in my DLNA client?
Q. Can I add my own category to the Music/Photos/Videos categories?
Some Prerequisites
You'll need to know how to use the WD Dashboard browser interface to control the MyCloud:
http://wdc.custhelp.com/app/answers/detail/a_id/10420
You'll need to know how to use the Twonky UI browser interface to control Twonky:
http://wdc.custhelp.com/app/answers/detail/a_id/3299
You'll need to know how to use SSH to log in as root to the MyCloud:
http://wdc.custhelp.com/app/answers/detail/a_id/10435
Note the big warning signs about warranty.  IMHO, it's a bit off to make dire threats like this when you often NEED to SSH login to get the advertised services to work properly.
Some Unix experience will help, but I'll try to explain all the commands you'll need.  Experience with a Unix text editor such as vi or nano is assumed.

Q. How does the Twonky service work on the MyCloud?
A: [Twonky is installed as a Linux service.  Like other such services, there is a service control file in the /etc/init.d directory]:
/etc/init.d/twonky
This is called when the twonky service is invoked, and there are a number of options for the control of Twonky using an SSH root login:
service twonky start
service twonky stop
service twonky restart
service twonky status If you execute the start or stop commands with Media Streaming turned on in the Dashboard, you are likely to confuse the Dashboard; you may get an 'Error 400162'.
'start' calls writeTwonkyContentDir.sh, which, as we'll see later (Q: How do I stop MyCloud breaking the Twonky Server?), reads the /etc/contentdir file and modifies the twonkyserver.ini file to set the media search paths and types, and then starts the Twonky server.
[It is assumed that the MyCloud Dashboard uses these Twonky service calls to start and stop the Twonky server].  Q. Where is the Twonky database stored?
A: Since Twonky is a service running on MyCloud, it is not visible in the shared space, so you have to log in via SSH, and navigate around the MyCloud's Linux file system.
Once you have logged in, use the cd command to change directory to Twonky's area:
cd /CacheVolume/twonkymedia Now see what's there with a directory list:
ls -l  Q. Where are the Twonky settings stored?
A: One of the files listed above is the Twonky configuration file:
twonkyserver.ini This file contains all the settings that control how Twonky works.
Now, this is where some of the fighting occurs, because both MyCloud and Twonky can modify this file...
When you are happy that Twonky is working correctly, I'd recommend making a copy of the file in your Public area, where it won't be mangled by MyCloud firmware upgrades or restarts.  For instance:
cp /CacheVolume/twonkymedia/twonkyserver.ini /shares/Public/twonkyserver.ini
If things go wrong, you can reinstate this file by swapping the source and destination.  Q. What do all the settings in Twonky's configuration file do?A: [Most of them are provided with comments that explain their purpose].
[There are some 'magic numbers' embedded in the configuration file that seem to cause problems, and I don't know what changes those; I suspect that a firmware upgrade does it.  If anyone can monitor these values before and after a MyCloud firmware upgrade and report any changes, I'd be obliged:
# UserID Please Do NOT change it manually
userid=<redacted>
# twonky info for Media Feeds Please Do NOT change it manually
twonkyinfo=<redacted>]  Q. How do I clear Twonky's database and start again?
A: If Twonky doesn't seem to be behaving correctly (not finding media correctly, or partially, or finding unwanted media), then it may be useful to clean up the database. There are a number of escalating actions you can take.  Starting with the mildest, and increasing in severity, these are as follows:
1. Initiate a library rescan, using either Settings|Media|DLNA Database|Rescan in the Dashboard, or Settings|Advanced|Server Maintenance|Rescan Content Folders in the Twonky UI.
2, Initiate a library rebuild, using either Settings|Media|DLNA Database|Rebuild in the Dashboard, or Settings|Advanced|Server Maintenance|Restart Server in the Twonky UI.
3. Finally, you can completely clear out Twonky's working area. [This can be useful if you notice the '[Error] - LOG_SYSTEM: Error: 2 No such file or directory' report in the Twonky logfile.  I don't know what causes this error, or whether it has serious consquences, but I have found it to be associated with periods of diffcult behaviour.] Turn Twonky off using the Settings|Media|DLNA Media Server|Media Streaming control in the Dashboard.  Then SSH root login, and hide the entire Twonky working area:cd /CacheVolumemv twonkymedia twonkymedia_bak Restart the Twonky Server using the Dashboard; it will re-create Twonky's working area with a clean version with default settings.  You can then use the Twonky UI to put your settings back in place.  You might try doing this one-by-one, saving the settings and restarting the Twonky server from the Twonky UI each time, then checking the logfile after the Twonky UI has re-appeared. Once you're happy with the operation of the clean startup, you can delete the old Twonky working area:
rm -f -R /CacheVolume/twonkymedia_bak
The -f -R flags mean 'delete EVERYTHING from here down... yes, I mean it'.  nb. it will only delete the Twonky database; it won't delete any of your media.  But do be careful that you type the command in correctly; rm -f -R is a powerful command (-f means force, -R means recursive), and could do a lot of damage if you get it wrong...
Q. Where can I find debug log files for Twonky?
A: You can enable activity logging using the Settings|Advanced|Logging control in the Twonky UI.  You can also open the logfile from there.
Alternatively, the logfile is stored in Twonky's area:
/CacheVolume/twonkymedia/twonkymedia-log.txt
There's also a MyCloud system logfile that records actions on the Twonky server, such as start and stop:
/CacheVolume/update.log  Q. How do I stop MyCloud breaking the Twonky Server?
A: Firstly, go to the Settings|Firmware page in the Dashboard, and disable Auto Update: firmware upgrades completely destroy the /CacheVolume/twonkymedia area, and replace it with new, default version, so you'll be back to square one.
Secondly, we can stop the problem of Media Streaming restarts overwriting the Twonky UI settings.  Using an SSH root login, enter the following commands:
cd /usr/local/sbin
mv writeTwonkyContentDir.sh writeTwonkyContentDir.sh.old
This disables the script that MyCloud calls when it starts Twonky, which overwrites your settings.
Another way of fixing the settings is to leave this script alone, but change the file it uses as the source of the settings.  Admittedly, this will still override any changes made via the Twonky UI.  The file is found here:
/etc/contentdir
Replace this with a single control line, with no line terminator, e.g.
+M|/Public/Music,+P|/Public/Pictures,+V|/Public/Videos This will select my earlier settings.
The format is a comma-separated list of shares and media search and aggregation control flags:
+ enable media searching on the share
- disable media searching on the share
A look for all media types
M look for music
P look for pictures
V look for videos
lower case letters enable aggregation of these media types.
The | terminates the media type string [you can search for multiple types in a share].  Q: How can I change the location of the 'Shared Media' folders?A: This brings us deep into the guts of the twonkyserver.ini file...  There are a number of settings that control where Twonky stores uploaded files and 'servermanaged' media, [which are used for aggregation], and there is no control setting for them in the Twonky UI.  To change the location of the folders we have to do an SSH root login and edit the twonkyserver.ini file.  The lines in question are as follows:
uploadmusicdir=/shares/Public/Shared Music
uploadpicturedir=/shares/Public/Shared Pictures
uploadvideodir=/shares/Public/Shared Videos
servermanagedmusicdir=/shares/Public/Shared Music
servermanagedpicturedir=/shares/Public/Shared Pictures
servermanagedvideodir=/shares/Public/Shared Videos
You can change these locations to suit your desired file system.  For instance, you could create a single 'Shared' folder in the Public area, with sub folders for the different media types, e.g.
uploadmusicdir=/shares/Public/Shared/Music
Or you could create a Shared sub folder within each of your main media folders, e.g.
uploadmusicdir=/shares/Public/Music/Shared
However, if you choose that option, you will need to stop Twonky searching there, by adding 'Shared' to the list of ignored directories discussed above.  Q. Why does setting a Twonky access control password prevent the MyCloud from sleeping?
A: It has been reported that if a username and password are set using the Settings|Advanced|Secured Server Settings control in the Twonky UI, that the MyCloud then never sleeps.  [It appears that the MyCloud continues to interrogate the drive in some way, hoping to get status of the Media Server from Twonky, but Twonky won't talk to it because it doesn't have the required permission.].
I don't think this is very important, since the MyCloud is mainly intended for home use, and the Twonky control UI isn't visible external to your local network, and all users on your local network must be trusted*, since you've given them the network access code, [and they have access to the Public area, and could wreak havoc there...] If you need to make your music library available to visitors who cannot be trusted, create a private share and put all your media under that, then enable media serving on that share, and get Twonky to search for media in that private share. DLNA ignores acces control, so DLNA clients will be able to see the media on your private share, but visitors will not have access to your private share via network file access. [However, if you feel that secured access to the Twonky UI is necessary, then I would suggest that you disable the Twonky server using the Settings|Media|Media Streaming conrol, then SSH login as root, and start Twonky using the command:service twonky start You won't get the media scan status in the Dashboard, but the Twonky Server and UI will be running.]
* Breaches of this trust should be punished in an appropriate manner...
Q. Can I replace Twonky with another Media Server?A: Yes; forum users hvalentim and Nazar78 have posted good threads about this:MiniDLNA for V3 firmwareMiniDLNA for V4 firmware Kudos to them :-) 

Similar Messages

  • Is Flash Media server being used commercially--TV? etc.

    Would much appreciate some concrete (live time) examples of Flash Media server being used in a commercial enterprise.  Prefer domestic (US) but any will be great.  Any closed network systems such as a multi-campus university?
    Is it being used only as a one-to-many distriution tool?  Or, is it being used as a many-to-many remote classroom environment?
    Thanks,
    Greg. Eckrich, aka
    chicagohotdog

    On your requirement of having your web app manage access, your developers will need to program some supporting classes on the FMS side. If the web app is to maintain access control, the flow will work like this:
    1. User credentials will be provided to the client side application (the .swf) either by manual entry via a form, or by runtime variables provided in the flash object embed code.
    2. When the client connects to the FMS application, the credentials will be passed in the connection request
    3. The FMS application will make an HTTP request of the web application server to validate the credentials.
    4. The web app server will reply with a pass/fail result
    5. The FMS application will accept/reject the connection accordingly.
    Server side programming for FMIS (server side actionscript) is Javascript, so if your developers are already experienced with Javascript, they should have no problem getting comfortable with the FMS API.

  • WRT160NL DLNA Media Server Unstable (Twonky Media)

    I have an NTFS formatted USB disk drive (Western Digital My Passport Essential Black 320 GB WDBAAA3200ABK) attached to the WRT160NL wireless router (Firmware Version 1.0.02), and I have video, picture and music files on the USB disk drive in three folders: Videos, Music, Pictures. Auto-scan is disabled, I scan the media files manually by clicking on the 'Scan All' button.
    PROBLEM 1
    The worst problem is that the router is very sensitive to files that can't be recognized by the router as media files. For example if there are subtitle files (*.str) between the media files, then strange and nondeterministic things happen: some valid media files are skipped and not included in the media database; some files included but the file names are mixed. The most irritating in the bug is that there is no log file, where you could find the problem, and so you never know which file cause the problem, and you have to browse through all the files hunting for the cause.
    PROBLEM 2
    When the router is in the process of scanning the media files, then the internet (WAN) connection often can't be used, although the router can be accessed and the status says it is connected to the internet.

    WRT610N maybe have the samme problem, Media Server USB HDD
    Ex, if you edit a playlist *.M3U and do a manuell SCANNING it will recogized the different (because the date is diff ?) If you edit again and make a second scanning (samme date) the playlist dissapear and IS GONE until you reconnect the Hdd or renamme the playlist.
    EX2 : A file named   13 - Ricky Martin - Livin La Vida.mp3 and you renamme it  12 - Ricky Martin - Livin La Vida.mp3 the file  is gone from Media Server !
    Normal use, you add a file , NO problem but it seams getting confused when you edit/renamme/move files.
    I solve it like this EVERY TIME -
    Disabled Media Server
    Rename media folder
    Enabled Media Server
    Scan the renamed folder
    It works   !
    Using WRT610n  Firmware Version: 1.00.03 B15  
    WD 1TB USB HDD with powersuply

  • EA4500 - Serviio Media Server Setup

    I have Serviio Media server on my Windows 7 PC and I want to view files using my iPad.  This worked for me before I upgraded my network to the EA4500.  Does anyone have step by step instuctions on how to make Serviio work using the EA4500?  I think I have to "open" up a couple of ports, but not sure how to do that with the EA4500 UI.  Thanks.

    Is the router on Smart Wi-fi firmware right now or still on the Classic? It is best to obtain the ports for the Serviio by calling their tech support. If the router is still on the Classic firmware, you go to Applications and Gaming and do port range forwarding for the Serviio. For the Smart Wifi firmware, you click Security on the side panel and click Apps and Gaming and then go to Port Range Forwarding. I found a link for Serviio setup in google, click here.

  • EA6500 DLNA media server MP3 not shown

    Hi!
    I have recently bought Linksys EA6500 router and attached a USB drive with some media (4000+ MP3 files, 7000+ photos, and 1000+videos). Everything works smoothly, even from Nexus 4 on wireless, but none of the MP3 files are showing up! Are there any known limitations in Twonky server (which this device apparently uses) in terms of naming files, subdirectory structure, anything? I tried rescanning the drive, although didn't try rebuilding database...
    Any ideas?
    Solved!
    Go to Solution.

    Hi, 
    Yes. There's a known limitation with Twonky Media Server that's built-in with your router: "maxfile-8000" - the license with Twonky limits the # of files to be scanned to 8000. This issue had been raised before and some acceptable reason is the "amount of cpu and ram need to deal with the db in memory" - of course, these routers have way much lower hardware specs, even compared to a smartphone running on Android 2.3.6 OS.
    Here's the thread that was raised before: 
    http://community.linksys.com/t5/Wireless-Routers/E4200-v2-Twonky-Media-Server-Issue-Default-quot-max...
    Here are the links from Twonky Community Forum: 
    http://community.twonky.com/twonky/topics/limit_8000_files
    http://community.twonky.com/twonky/topics/twonky_media_server_issue_with_cisco_ea4500_router_and_wd_...
    http://community.twonky.com/twonky/topics/cisco_e4200_default_maxitems_is_8000
    Hope this helps.
    If everyone needs to believe in something, I believe I'll have another beer..

  • EA6900 DLNA Media Server update intervall

    Hi everyone,
    I have the problem, that the media server does not update within the setted intervall. I set it up to scan the folders every 2 hours, but i updates the folder only every day or even less.
    For example - I made this screenshot today, October 16 - 10 a.m. (I am writing from Vietnam - so don´t wonder about the dates)
    So i played around withe the settings - 6hr/12hrs - no change.
    We use the DLNA Server for Samsung Smart TVs - so it is important, that it will update regulary.
    Anyone has an idea, what could be the problem?

    already did when I bought the router - so firmware should be the newest.
    Should I try to downgrade to an older firmware?
    I shared the whole drive in the settings.

  • 0x80070643 Fatal Error During Installation of PLEX Media Server Setup

    Hi,
    I had gotten a rather pesky virus and was finally able to flush it out thanks to Malware Bytes.  However, now nothing will install. 
    Currently, I'm trying to install Plex Media Server, and I get the "0x80070643 Fatal Error During Install".
    What can I do to undo this damage and get things to download smoothly again?
    Just in case, here's a log of the last Plex install attempt:
    [0184:1960][2014-04-10T13:10:58]i001: Burn v3.7.1224.0, Windows v6.1 (Build 7601: Service Pack 1), path: C:\Users\Michelle\Desktop\Downloads\Plex-Media-Server-0.9.907.429-f80a8d6-en-US.exe, cmdline: ''
    [0184:1960][2014-04-10T13:10:58]i000: Initializing string variable 'InstallFolder' to value '[ProgramFilesFolder]Plex\Plex Media Server'
    [0184:1960][2014-04-10T13:10:58]i000: Initializing string variable 'LaunchTarget' to value '[InstallFolder]\Plex Media Server.exe'
    [0184:1960][2014-04-10T13:10:58]i000: Setting string variable 'WixBundleLog' to value 'C:\Users\Michelle\AppData\Local\Temp\Plex Media Server_20140410131058.log'
    [0184:1960][2014-04-10T13:10:58]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\Users\Michelle\Desktop\Downloads\Plex-Media-Server-0.9.907.429-f80a8d6-en-US.exe'
    [0184:1960][2014-04-10T13:10:58]i052: Condition '((VersionNT >= v5.1) AND (ServicePackLevel >= 3)) OR ((VersionNT >= v5.2) AND (ServicePackLevel >= 2)) OR (VersionNT >= v6.0)' evaluates to true.
    [0184:1960][2014-04-10T13:10:58]i000: Setting string variable 'WixBundleName' to value 'Plex Media Server'
    [0184:1960][2014-04-10T13:10:58]i100: Detect begin, 1 packages
    [0184:1960][2014-04-10T13:10:58]i101: Detected package: pms, state: Absent, cached: None
    [0184:1960][2014-04-10T13:10:58]i199: Detect complete, result: 0x0
    [0184:1960][2014-04-10T13:11:02]i200: Plan begin, 1 packages, action: Install
    [0184:1960][2014-04-10T13:11:02]i000: Setting string variable 'WixBundleRollbackLog_pms' to value 'C:\Users\Michelle\AppData\Local\Temp\Plex Media Server_20140410131058_0_pms_rollback.log'
    [0184:1960][2014-04-10T13:11:02]i000: Setting string variable 'WixBundleLog_pms' to value 'C:\Users\Michelle\AppData\Local\Temp\Plex Media Server_20140410131058_0_pms.log'
    [0184:1960][2014-04-10T13:11:02]i201: Planned package: pms, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
    [0184:1960][2014-04-10T13:11:02]i299: Plan complete, result: 0x0
    [0184:1960][2014-04-10T13:11:02]i300: Apply begin
    [17F4:1200][2014-04-10T13:11:08]i360: Creating a system restore point.
    [17F4:1200][2014-04-10T13:11:29]i361: Created a system restore point.
    [17F4:1200][2014-04-10T13:11:29]i000: Caching bundle from: 'C:\Users\Michelle\AppData\Local\Temp\{e9921c42-812d-4b39-9c02-612724349e82}\.be\pms.exe' to: 'C:\ProgramData\Package Cache\{e9921c42-812d-4b39-9c02-612724349e82}\pms.exe'
    [17F4:1200][2014-04-10T13:11:30]i320: Registering bundle dependency provider: {e9921c42-812d-4b39-9c02-612724349e82}, version: 0.9.907.0
    [17F4:1618][2014-04-10T13:11:32]i305: Verified acquired payload: pms at path: C:\ProgramData\Package Cache\.unverified\pms, moving to: C:\ProgramData\Package Cache\{69D8C4EA-5363-48FB-AB13-5F8FF61DF7C3}v0.9.907\pms.msi.
    [17F4:1200][2014-04-10T13:11:32]i323: Registering package dependency provider: {69D8C4EA-5363-48FB-AB13-5F8FF61DF7C3}, version: 0.9.907, package: pms
    [17F4:1200][2014-04-10T13:11:32]i301: Applying execute package: pms, action: Install, path: C:\ProgramData\Package Cache\{69D8C4EA-5363-48FB-AB13-5F8FF61DF7C3}v0.9.907\pms.msi, arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7" INSTALLLOCATION="C:\Program
    Files (x86)\Plex\Plex Media Server"'
    [17F4:1200][2014-04-10T13:13:26]e000: Error 0x80070643: Failed to install MSI package.
    [17F4:1200][2014-04-10T13:13:26]e000: Error 0x80070643: Failed to execute MSI package.
    [0184:1960][2014-04-10T13:13:26]e000: Error 0x80070643: Failed to configure per-machine MSI package.
    [0184:1960][2014-04-10T13:13:26]i319: Applied execute package: pms, result: 0x80070643, restart: None
    [0184:1960][2014-04-10T13:13:26]e000: Error 0x80070643: Failed to execute MSI package.
    [17F4:1200][2014-04-10T13:13:26]i318: Skipped rollback of package: pms, action: Uninstall, already: Absent
    [0184:1960][2014-04-10T13:13:26]i319: Applied rollback package: pms, result: 0x0, restart: None
    [17F4:1200][2014-04-10T13:13:26]i329: Removed package dependency provider: {69D8C4EA-5363-48FB-AB13-5F8FF61DF7C3}, package: pms
    [17F4:1200][2014-04-10T13:13:26]i351: Removing cached package: pms, from path: C:\ProgramData\Package Cache\{69D8C4EA-5363-48FB-AB13-5F8FF61DF7C3}v0.9.907\
    [17F4:1200][2014-04-10T13:13:26]i330: Removed bundle dependency provider: {e9921c42-812d-4b39-9c02-612724349e82}
    [17F4:1200][2014-04-10T13:13:26]i352: Removing cached bundle: {e9921c42-812d-4b39-9c02-612724349e82}, from path: C:\ProgramData\Package Cache\{e9921c42-812d-4b39-9c02-612724349e82}\
    [0184:1960][2014-04-10T13:13:26]i399: Apply complete, result: 0x80070643, restart: None, ba requested restart:  No

    Hi,
    Make sure you have turned on Windows Firewall:
    1. Click the Start button. In the search box, type Windows Firewall, and then, in the list of results, click
    Windows Firewall.
    2. In the navigation pane, click Turn Windows Firewall on or off.
    3. For each group of settings shown, select Turn on Windows Firewall, and then click
    OK.
    After that, download and install again. If the issue still persists, try to run
    sfc /scannow command to repair the system for test:
    Use the System File Checker tool to repair missing or corrupted system files
    http://support.microsoft.com/kb/929833
    Karen Hu
    TechNet Community Support

  • DLNA Media Server is not showing on diffrent Vlans

    Hi all,
    i have a media Server in one Vlan now i want to access it from other Vlans as well. for DLNA i configure Multicast and PIM Spare mode with rp address on Cisco 4500x L3 switch and enable IGMP snooping on all my Layer 2 switches but still not able to show my DLNA in other Vlans
    DLNA in Vlan2
    want to show in it in Vlan3 and Vlan4
    here is my L3 Switch configuration foe PIM
    ip routing
    ip multicast-routing
    int vlan 2
    ip add 192.168.2.1 255.255.255.0
    ip pim sparse-mode
    int vlan 3
    ip add 192.168.3.1 255.255.255.0
    ip pim sparse-mode
    int vlan 4
    ip add 192.168.4.1 255.255.255.0
    ip pim sparse-mode
    ip pim rp-address 192.168.2.1

    sh ip mroute 239.255.255.250
    IP Multicast Routing Table
    Flags: D - Dense, S - Sparse, B - Bidir Group, s - SSM Group, C - Connected,
           L - Local, P - Pruned, R - RP-bit set, F - Register flag,
           T - SPT-bit set, J - Join SPT, M - MSDP created entry, E - Extranet,
           X - Proxy Join Timer Running, A - Candidate for MSDP Advertisement,
           U - URD, I - Received Source Specific Host Report,
           Z - Multicast Tunnel, z - MDT-data group sender,
           Y - Joined MDT-data group, y - Sending to MDT-data group,
           G - Received BGP C-Mroute, g - Sent BGP C-Mroute,
           Q - Received BGP S-A Route, q - Sent BGP S-A Route,
           V - RD & Vector, v - Vector
    Outgoing interface flags: H - Hardware switched, A - Assert winner
    Timers: Uptime/Expires
    Interface state: Interface, Next-Hop or VCD, State/Mode
    (*, 239.255.255.250), 16:39:10/00:02:57, RP 192.168.2.1, flags: SJC
      Incoming interface: Null, RPF nbr 0.0.0.0
      Outgoing interface list:
        Vlan2, Forward/Sparse, 00:27:03/00:02:56
        Vlan3, Forward/Sparse, 02:08:20/00:02:56
        Vlan4, Forward/Sparse, 12:20:31/00:02:57

  • DR Server Setup using GLVM/DB2 HADR and HACMP/XD.

    We have CI/DB of SAP ERP SR3 and SAP BI 7.0  SR3 based on AIX 6.1 / DB2 9.5 installed on two separate LPAR's ( one LPAR has ABAPJAVA ERP CI/DB and otherABAPJAVA BI CI/DB) in P570 system at main site.
    DR site is 20Kms away from main site IBM has proposed to setup Async GLVM for SAP instance & Async DB2 HADR for DB2 HACM/XD based cluster for above mentioned ERP and BI systems on two separate LPAR in P550 system at DR site.
    We have Monthly DB growth of approximately 8GB on ERP server and 12 GB on BI server.
    DR site is 20 Kilometers away from Main site and connected to main site via 8Mbps dedicated leased line.
    I would like to know if this proposal is workable with above mentioned DB growth over the limited bandwidth we have and with possibility of data loss using async setup.
    I would also appreciate if anyone forward me SAP best practice or recommend best way going forward for our environment, we intend to failover SAP and DB2 instance to DR site system which is 20 Kilometers apart from main site.
    Best Regards
    Mohammed Ashraf
    Edited by: Mohammed Ashraf on Mar 15, 2010 10:21 AM
    Edited by: Mohammed Ashraf on Mar 15, 2010 11:08 AM

    Since GLVM and HADR are both replicating data (LOGBUF in case of DB2) over the TCP/IP network, you need to compare the daily (or hourly or even more granular) data volume averages and peaks with the bandwidth of the pipe (which is 8MBps in your case). Theoretically, growth of 12 GB per month is not very high and should not really stress the bandwidth of your TCPIP connection but your network administrators will be able to give you a more detailed answer once you provide them with the amount of volume you expect to see flowing between the primary and the DR site. Since your replication is async, you should not really experience any issues due to workload peaks (provided there is enough bandwidth). We replicate one of our bolt-on (non-SAP) systems using HADR and "rsync" for the application files without any issues. The log volume and growth of this system is about 200 GB per month with about 2 GB of data moving across the wire every hour without any latency or performance problems.
    Hope this helps!
    - Sameer

  • DLU or DSfW for single server setup using NOWS for Small Bus

    I'm planning to install a single server in a 5 user office, plus a few remote users.
    OES 11 SP1, ZCM 11, GW
    As part of this I want to have single sign on to Windows workstations (Win 7), and could use DLU, but I also wonder about DSfW.
    They both would achieve single sign on but in vastly different ways.
    Which way to go? DLU or DSfW?

    Originally Posted by drops
    5 users? in my opinion everything is overkill then.
    The 5 users is expected to grow to 10 within 3-4 months.
    Overkill or not, no end user likes to have two different passwords when they logon, and most don't comprehend the difference between a local logon and the network (OES) logon. If there is a password change policy in place then the problem is compounded.
    So the goal is single sign on with unique profiles.
    Originally Posted by drops
    if its only about desktop access with a local user you have several options
    1. DLU
    A good candidate, though I haven't used it for some time. Satisfies all criteria.
    Originally Posted by drops
    2. pgina LDAP auth - local gateway and novell client passthrough auth
    Never used this...Is it easy to setup and reliable?
    Originally Posted by drops
    3. use a generic windows user
    I've used this on a small Samba setup once, and it is workable, except for no unique user profile, and not ideal from a security perspective.
    Originally Posted by drops
    4. DSfw or AD (synchronized passwords)
    I've never used DSfW hence my post here. My gut feeling is that it is more complex and difficult to troubleshoot than DLU so I'm leaning towards DLU. That said, I'm also interested on your comments of any PGINA implementations you've done, and if it should be considered.

  • Hi, where can I download the adobe media server setup file?

    same as above.

    Hi fypalan,
    Check this link :-
    https://www.adobe.com/cfusion/tdrc/index.cfm?product=adobemediaserver&loc=en_us
    This may be helpful.
    Thanks,
    Manish Sharma

  • Linksys WRT610 Firmware 2.00.00 B05 media server

    Has anyone been able to get the twonky media server to work? i cannot seem to get it to work no matter what i do. ive tried to set it up through connecting to it on 192.168.1.1 i enabled the upnp server and set the folder and it just never shows up anywhere.
    i can connect to the hdd as a mapped drive no problem but the media server portion just will not work. i tried to connect directly to the twonky server which in old firmware was 192.168.1.1:9000 and it has no luck connecting. I tried to telnet and ssh into it via another google suggestion and i couldnt do that either.
    how the hell do i get the media server setup and working?

    As you have already resetted your router and re-configured all the settings on it again and still its not working, then i think you should try using the twonky media server and check using twonky media server are you able to access the media server on your XBOX or on your PS3.
     As the twonky media server is more stable and many users have used it and it works perfectly fine.

  • E4200 - Media Server Claim

    This unit works well for a router, but so does the E3200. The E4200 is claimed, by Cisco, to be capable of being a UPnP/DLNA Media Server when a hard drive is connected to it's USB port on the back. What they don't tell you is that only a handful of Flash and Hard Drives are actually supported. I tried two USB 2.0 devices. A WD Passport (WD1600XMS-00) at 160GB and a Memorex Flash Drive at 2GB and neither were recognized by the device. And this is after upgrading the firmware. Most of the advantage of this product over the E3200 is the Media Server, but if you don't have one of the handful of storage devices supported, then forget it.
    Also, there is no range advantage over any Wifi device I have ever used since before my Linksys WRT54G I bought about 7 years ago.
    What's great about it: Nothing over the E3200
    What's not so great: Media Server, Range

    As per the scenario that you explained that even after upgrading the firmware WD Passport (WD1600XMS-00) at 160GB and a Memorex Flash Drive at 2GB neither were recognized by the Router... But after upgrading the firmware did you reset the Router and configured it back...
    Secondly you need to download Cisco Connect 1.4 from the Cisco website (homesupport.cisco.com ) which contains the Virtual USB setup for the E4200 and the E3200 routers... Then only Your USB hard drive or memory stick can be installed and shared on multiple computers using the same Cisco Connect setup....
    As far as wireless is concern both the Routers are dual-band Wireless-N Router... So that it means it has 2.4 GHz and 5 GHz frequencies...
    For Channel Settings of 2.4 GHz you can make Channel Width to 20 MHz only and Channel to 6, 9, 11..
    For Channel Settings of 5 GHz you can make Channel Width to 20 MHz only and Channel to 40 or 161..

  • E3000 Media Server - Remote Access?

    I got the the e3000 media server setup and can play all my music through it on all my PCs. Really Cool.
    Is there a way I can access this media from another location (WAN side)?
    I'm going to a party this weekend and my job was to have the music. Instead of copying my entire library (4.5GB) to my laptop, I was hoping I could access my library on the router USB port from his connection. Is this do-able? I am running Linksys 1.0.0.4 firmware now from Dec 2010.

    Well i don't think you have an option to access media server from the remote location?
    But you can access your drive from the remote location using FTP feature.

  • [REQ] Serviio - DLNA medi server

    Anyone up for creating a PKGBUILD for the DLNA media server software Serviio?
    See: http://www.serviio.org/

    I am wondering if there should be added an option to run the application as a non-root user. Don't use Serviio myself, so I wouldn't really know.
    I tried creating a daemon script, but I simply couldn't get it to work properly. Source: http://paste2.org/p/1353853 . It is pretty much standard Arch daemon script right now.
    Serviio blocks on Start, but when that part of the script is backgrounded Stop won't work. Suggestions?

Maybe you are looking for

  • Mail does not connect to IMAP or SMTP servers

    For a month or more Mail has been unable to connect to my Yahoo mail account and is now unable to connect to Google's email servers. I can connect to both these accounts on my iPhone and with other email clients like Outlook or Mailbox so I'm reasona

  • Removing hyperlinks from InDesign when exporting to PDF

    I have an InDesign file with no hyperlinks set up that contains text which are URLs (for example, it includes the text www.google.com but NOT a hyperlink to that URL). I need the file to be set up that way because I am not allowed to publish PDFs tha

  • HT1420 I can't see where the "Authorize My Computer" option is in the store menu.

    Greetings everyone, So, I have a little problem.  I need to authorize my computer to download all my purchases songs from the Icould. However, an article I read on Itunes.com said that all I have to do is go to the Store menu and choose "Authorize My

  • Adding password policies to historical instance.

    Hi, Newbie here - just inherited management of our LDAP systems so please be patient. We've got a directory instance that has been multiply upgraded. Originally it was based on OpenLDAP  then SUN DS5, through DS6 and now DS7. We have a requirement to

  • Hard Disk Error - Hard Disk 6 (3F6)

    After upgrade of BIOS to 80.24 getting Hard Disk Error 3F6.  Attempted to change back to a previous version with no luck.  Understand from some this is a sign of a had disk near failure.  Diagnostic run with no error found.  What next?