19.2 Using Linux ConsoleOne to Access Domains and Post Offices on NetWare or Windows
In order for you to be able to use ConsoleOne on Linux to administer GroupWise domains, post offices, and agents that are located on NetWare or Windows, the NetWare or Windows servers where the domains, post offices, and agents are located must be accessible from Linux.
19.2.1 Making a NetWare or Windows Server Visible from Linux
To make a NetWare or Windows server visible from Linux, you mount the directory you need to access as a Linux file system.
Table 19-2 Creating a Connection from Linux to NetWare or Windows
NetWare: |
mount -t ncpfs NetWare_server_full_DNS_name
/Linux_mount_location/mount_point_directory
-o user=fully_qualified_username
-o ipserver=NetWare_server_full_DNS_name
A NetWare server full DNS name should have the format of mail2.provo.corporate.com. A fully qualified username should have the format of Admin.Users.Corporate. A typical Linux mount location would be /mnt.
You can also use Novell Remote Manager (NRM) to create the NCP mount. |
Windows: |
mount -t smbfs //Windows_server_name/sharename
/Linux_mount_location/mount_point_directory
-o username=Windows_username
To use this command, the WINS protocol must be functioning properly on your network. The specified Windows user must have sufficient rights to access the post office directory. |
19.2.2 Accessing a Domain or Post Office on NetWare or Windows from Linux ConsoleOne
After you have made the NetWare or Windows server visible from Linux:
-
Mount the domain directory to the Linux server.
-
In Linux ConsoleOne, authenticate to the eDirectory™ tree where the Domain object is located.
-
Click .
-
Browse to and select the domain directory, then click .
You can now use Linux ConsoleOne to administer all GroupWise objects that belong to the domain that is located on NetWare or Windows.