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.
To make a NetWare or Windows server visible from Linux, you mount the directory you need to access as a Linux file system.
Table 10-1 Creating a Connection from Linux to NetWare or Windows
Operating System |
Connection Method |
---|---|
NetWare: |
mount -t ncpfs NetWare_server_full_DNS_name_or_IP_address /Linux_mount_location/mount_point_directory -o user=fully_qualified_user_name -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 user name 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_or_IP_address/sharename /Linux_mount_location/mount_point_directory -o username=Windows_user_name 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. |
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.