How to configure a webNetwork file service node ?

How to configure a webNetwork file service node ?

To configure a native node: 
* Remember that native is where the SWIFT services is running. 
Host <blank> 
Path : 
Windows - c:\stoneware 
Linux/Unix - /usr/stoneware 
Netware - sys:stoneware 

To configure a CIFS node: 
Example Information: 
Server IP # : 192.168.1.31 
CIFS Share : c$ 

Host : 192.168.1.31 
Path : c$ 

When you enter in the specified credentials , you can enter in a generic username/password or pass in 
the users credentials. 
When authenticating against microsoft AD, you typically use @@attr:samaccountname@@ and @@password@@ 
XP Home by default uses GUEST account for file sharing. Guest does not have 
a password unless you set one using the NET USER GUEST <password> 


Netware node 
* No longer valid 


To configure a FTP node: 
Example Information: 
FTP server : 192.168.1.11 
Path : /shared 

Host : 192.168.1.11 
Path : /shared 

To configure a Netware FTP Server node: 
* A feature of the Netware FTP server is the ability to change to any netware server in the tree from one 
ftp server. 
Example Information: 
FTP Server : 192.168.1.11 
Netware server : NWServ1 
Netware volume : Data 
Netware path : myfiles 

Host : 192.168.1.11 
Path : //NWServ1/Data/myfiles 

* If you need to make a Netware FTP Server node to the users home directory a special webNetwork variable 
has been created called : @@ftphomedir@@ 

Host : 192.168.1.11 
Path : @@ftphomedir@@ 

When you enter in the specified credentials to authenticate, you can either use a generic hard 
coded username and password or you can pass in the users credentials. This is typically in the 
format of .@@asndsdn(userdn)@@ / @@password@@ 

Other tips: 

CIFS: 
Test a cifs connection by using command line tools. From windows type : net use j: \myservermyshare /user:username password 
This way you can test the proper username and password combination. 
If this does not work, then there is a good chance that webNetwork will fail to connect. 

If you are unsure of the share you can do a net view /all \1.1.1.1 

If you are unsure of what the microsoft name of the server is you can use net view <ip number> /all and it will list information about that server. 
You can also use nbtstat -a <ip number> (linux : nmblookup -A server-name ) to list the broadcast name and the services is provides. The service list can be found here : http://support.microsoft.com/kb/q163409/ 
You can also make a link under admin to /apps/tools/cifs.jsp use this tool to test cifs connections. 

For FTP connections use / (forward slashes) 
FTP Servers should be in Unix mode. 

If on a linux box use: 
mount -t cifs //192.168.1.41/c$ /tmp/mymountarea -o user=administrator,pass=mypassword,domain=mydomain 
This will mount the cifs share on 192.168.41 of c$ in /tmp/mymountarea using the 
username of administrator and the password of mypassword and domain of mydomain. 

You may not need to provide a domain. 
Always tests the node hard coding credentials, once working change to use stoneware variables if needed. 
Make a link in your portal to /stonewareVariables.jsp and run that link to 
display a common set of stoneware variables. You may be able to use 
@@typelessuserid@@ for username, but may have to use @@attr:samAccountName@@ 
depending on your configuration. 

This microsoft url helps explain what actually happens when you use the net use command and how the server responds.http://technet.microsoft.com/en-us/library/cc749912.aspx 

    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Lenovo Unified Workspace End-of-Life Questions and Answers

        Will the shutdown of LUW servers and access to downloads affect my server licensing? No, the shutdown of the customer servers and access to the product and licensing downloads will not affect your server licensing. This license is downloaded and ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • LanSchool Documentation Guides

        LanSchool Classic Teacher Console The LanSchool Teacher Console is the interface teachers will use to manage their classroom and students. It contains all the tools necessary for a teacher to effectively interact with students and create a ...
      • Lenovo Unified Workspace 7.0.1.41 Released

        Highlights of Unified Workspace 7.0.1.41 Before you install: Please view the installation notes here. 7.0.1.41 requires a 7.0 license file. Below is a list of enhancements and fixes for Unified Workspace 7.0.1.41 Updated Log4j Updated Java Updated ...
      • Related Articles

      • Move webNetwork to different server

        *** If you are moving to a different OS, please see : https://helpdesk.lenovosoftware.com/portal/kb/articles/migrate-webnetwork-to-windows-linux-22-8-2017 *** Keeping the same OS / version / IP As long as you are keeping the same OS/ version/IP then ...
      • Hide file service node

        How can I give access to a file service node to users but not have it show up in file services? Remove the BROWSE right from the node and it will not show up in file services but the user will still have access.
      • Link to a file in a node / storage provider

        Issue How do I make a direct link to a file or folder inside a File Service node ? Solution webNetwork 6.x To link to a file create a Standard Link tile that points to: ...
      • Change webNetwork License File

        To change/update your webNetwork license: Login to the Customer Portal, download your webNetwork license (license.sw). Copy the license file to each webNetwork server, replacing the existing file. The license file goes in the \stoneware\config ...
      • Configure Analytics features in webNetwork 6.1+

        Basic Steps: Create new database called "swaudit" Run the appropriate script file located in /stoneware/hsql/dbscripts directory Give access to the appropriate DB user accounts Create DB connection object OR reuse existing webNetworkAuditDB object ...