General :: Setting Domain Name For SUSE

Mar 2, 2011

i have installed SUSE 11 recently and have set the domain name and netmask using YaST settings after installation.But, the domain name is empty after rebooting. I have verified this using domainname command from terminal. But, in Network settings it is there.I think the system is not picking up the domain name from YaST settings.

View 2 Replies


ADVERTISEMENT

OpenSUSE Network :: Domain- Incapable MS Windows Version To Join Suse Domain?

Jun 9, 2010

I was wondering if there is any way to enable an MS Windows client that is otherwise unable of joining a domain to join a domain controlled by (open)SUSE? Is that inability only for joining a Windows based domain but a client that runs XP Home Edition or similar domain- incapable version of Windows could join a domain if it was controlled by Linux?Pardon my newbie style, but answer doesn't have to be detailed step-by-step, just yes/no answer with some pointers would do. I am not new to linux but new to network services... search engines weren't friendly when asked this question at the search bar...

View 2 Replies View Related

General :: Setting Up Centos As A Webserver With A Domain Name Purchased?

Jul 16, 2011

I previously installed centos using DHCP. Now I purchased a domain name and want to set it up as a webserver. if I choose the static ip address based on the existing DNS server given to me by the domain company, it will ask for the subnet mask, default gateway and i do not have them.

View 6 Replies View Related

General :: Improperly Formed Account Name When Adding SUSE 10 To Windows Domain?

Apr 12, 2010

I have a SUSE 10 SP 2 server that needs to get added to a Windows Active Directory domain and registered in DNS. Samba is 3.0.28-0.5. I tried to join the domain with the following command:

[Code]...

View 2 Replies View Related

General :: How To Prepare Suse 11 Server To Join Active Directory Domain?

Jun 29, 2011

I need to bring my Suse 11 server into active directory domain using samba and winbind. Please let me know the procedure how to do this.

View 3 Replies View Related

General :: Character Setting With X11 Using SUSE

Jul 19, 2010

I am accessing a program through X11. My OS is Suse 10.3. However when I access this program, the menu bar title are not letter but a string of characters of "[]". I need to find a way to perform a character setting for X11 using SUSE.

View 1 Replies View Related

General :: Setting Up NFS In Open SUSE

Mar 4, 2010

Im relatively new to Linux - just started working with it this week - and Im having some trouble setting up NFS. We have a 12 computer cluster running open SUSE in our lab at school, and I am trying to troubleshoot the NFS system we have created.My basic question is this - I want to find the file that sets whether or not the NFS server and client processes run on setup. Google indicates that in most linux installations, these settings can be found in the /etc/rc.conf file. I cant find this file in open SUSE, so what Im trying to figure out is where I would find the equivalent commands in open SUSE. I am basically trying to find the lines highlighted in this: <http://www.freebsd.org/doc/handbook/network-nfs.html> article are stored. I already know how to enable/disable the NFS server/client using YaST in the GUI, but I would prefer to find the file directly, as changing the settings in the GUI involves plugging a monitor, keyboard, and mouse into each of 12 boxes, and is very time consuming. I can change files straight from the terminal command line - much faster.

Additional background:
We are using NFS in two ways on our cluster - firstly, we have installed the software package (Fluent) on the host computer, and then setup the host to share this folder with the 11 slaves. To do this, we set the host as an NFS server, with the 11 slaves as NFS clients of this folder.

Secondly, we have setup working folders on each of the slaves that we would like to use to store data (each computer has a 1.5TB drive inside). To do this, we have set each of the slaves as an NFS server, sharing the working directory with the host computer, which we setup as an NFS client of each of these 11 working folders.

The problem that I am experiencing is that each of these two things works properly by itself, but when we try to use a computer as both an NFS server and an NFS client at the same time (albeit to different folders), neither works.Any thoughts on how to move forward in troubleshooting this? My current plan of attack is to unplug all of the slaves except for one from the network, and try to get a single slave to communicate properly with the host. Once I get the first slave running, I was going to add additional slaves one at a time until they were all working. Thoughts?

View 2 Replies View Related

SUSE :: Setting Up NFS Between RedHat And SUSE

Jan 19, 2011

I need to setup NFS between a RedHat server and a SUSE client.

View 1 Replies View Related

Red Hat / Fedora :: Setting Up Third Domain On Red Hat System?

Jan 10, 2011

I have a red hat system that I currently have two websites hosted on. Im trying to set up a third domainname but every time I touch the files (httpd.conf, hosts, ddclient.conf, VirtualHosts,etc) it resolves to the primary domain name. The third domain keeps pulling up my first domain instead of resolving to its domain name. Any Ideas? I go through DynDns with custom domains. The first two have been working for years, but whenever I try to set up the third one exactly like the other two using the thirds info, it will not resolve to that third domain?????

View 1 Replies View Related

Ubuntu :: Setting Up A Domain Name - IP Address Already Exist

Jul 25, 2010

I have a server running ubuntu 8.04 with apache2. What I'd like to know is how to go about setting up a domain name? I've looked at a heap of hosting sites, but they son't seem to allow you to specify your own IP address that you already have. Also, I'm not sure about what, if any kind of DNS software I would then have to run on my server. At this stage I'm only doing preliminary research about it I guess.

View 2 Replies View Related

Ubuntu Servers :: Setting Up Dns In Mail.domain.com?

Feb 5, 2011

I have created a mail server using citadel that seems to be working nicely. My only problem is the only way to access the server is to go to 71.114.220.3:2000 (it's running on port 2000). I would like to be able to access the server by going to mail.annarrankings.comI'm using godaddy for my dns and set an A record as host=mail, points to =@Then set the mx server to priority=10, host=mail.annarrankings.com, points to = @

View 1 Replies View Related

Ubuntu Networking :: Setting Domain Name Persistant?

Jun 10, 2011

i have a question, it ought to be a simple task for most but im as noob as they get. In ubuntu 11.04 desktop, how do i change the hostname as well as setting the new domain name?. Temporarily its easy with hostname and domainname in terminal, but i want it to become persistant. Lets say i want the machine name to become computer01 and domain to become homenet.lan. Then i would change the /etc/hostname to contain computer01 only. But what i cant figure is how the new /etc/hosts is supposed to look, the old one is:

127.0.0.1 localhost
127.0.1.1 current_computer_name
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

But how is the new /etc/hosts supposed to look if hostname is to be computer01 and domainname homenet.lan?,

View 9 Replies View Related

CentOS 5 :: Setting Up As Primary Domain Controller

Aug 24, 2009

I have setup Ubuntu servers as LAMP machines but that's pretty much it.

I need to work on an existing CentOS server that I will see for the first time tomorrow. I am told that, as of right now, it is "just serving the internet." The goal is to set it up to be a primary domain controller by which I mean:

1) A user should be able to login to the server from any of the workstations and then see their server stored documents

2) The clients will be a mixed bag of Linux, Windows and Mac machines

I could use a push in the right direction as to what I need to do to get this all setup. I know how to setup users and home folders (I use webmin typically and I understand that there is a version for CentOS) but clearly there is more that I need to do. I am really curious as to how I would map the necessary drives on the client machines upon login and have the users have automatic access to their data regardless of the client machine they log in to.

View 4 Replies View Related

OpenSUSE Network :: Replace Windows AD Domain In Suse?

May 29, 2010

At home I am using a Windows Server 2003 as Domain controller with Active Directory. My "client" computers are all currently running Windows XP. They all require CONTROL-ALT-DELETE and the user to enter their credentials before they will allow logon. Shared files reside on various other Server 2003 machines and have restrictions on so only specific users can access certain resources.

For example, I have the family finances and other important documents in a share named 'Private-Files', only members of the 'PrivateFiles' global group have access. Likewise, I have my movies sorted into their appropriate age categories - after all, I don't want my 5 year old son accidentally watching Aliens! So this all works but as you can imagine, the copies of Windows XP and Server 2003 are far from legitimate. I want to go legal and the only real way I can afford to do this is to switch over to Linux.

I have used Suse, Ubuntu, Fedora and a few other distros in the past and found that for ease of use, I want to use Ubuntu on the desktop computers but power the servers with Open Suse. The problem is, although I can install the OSes, I have no idea where to proceed from there - for example, how do I create a Domain in Suse? Where and how do I create domain users and groups? How do I set permissions on shares for the domain users?

View 4 Replies View Related

OpenSUSE :: Open Suse 10.0 Primary Domain Controller Setup

Apr 27, 2011

I need to set up a domain controller that can communicate with windows machines as well as be accessable by the domain name and allow me to log in to the domain from my windows machines. i do have the novells guide to compTIA linux+ book but i cant figure out what i need to do to set up this server in the way i described above.

View 4 Replies View Related

General :: Give Domain Administrator Privileges To Root User In Domain Controller?

Aug 17, 2009

I want to give Administrator privileges to Root user in Linux Domain Controller

View 12 Replies View Related

OpenSUSE Install :: Cancel Windows Domain Membership Durin Suse Installation

Mar 25, 2010

I am installing SUSE 11.2, and went with the default options, now it reached the point of "Windows Domain Membership". At job I do not remember the right names, so I tried some but I get an error message which says "cannot use the group "WORKGROUP" for Linux authentication", etc.So I would like to avoid windows authentication, but at this point I do not see this option. I can only try domain names or abort the installation. What could I do here in order to finish the installation without windows memebership?

View 2 Replies View Related

Ubuntu Servers :: Setting Up An LDAP / Windows Users Be Able To Log In To Their Machines Using Domain Controller?

Oct 18, 2010

Im an IT manager for a small company with a small ammount of users. We already use linux for our data server and I would like to implement a domain controller. All of our user machines are WIndows XP pro.

Ive been reading up on using OpenLDAP as an alternative to active directory.

What I want is just a simple active directory like server, with a GUI if possible.

What do I need to look at and how would I go about setting this up? Im fairly proficient with Ubuntu already, I just need to be pointed in the right direction.

Is it even possible to have my windows users be able to log in to their machines using an ubuntu domain controller?

View 1 Replies View Related

General :: When Create A New Domain On My Server It Gives The New Domain It's Own Nameservers

Jun 4, 2011

I want to host 5 websites on my new virtual server so I have created 2 nameservers that point to my virtual server's IP addresses as a glue record. What confuses me is when I create a new domain on my server it gives the new domain it's own nameservers (ns1.thenewdomain.co.uk etc) do I need to change these records so they use the nameservers I created earlier? If I do? Which particular records should I change? I'm running a Unix virtual server with a Plesk control panel.

View 2 Replies View Related

SUSE :: Setting Up NTPD On 11.2 And Using From 11.0 Plus

May 7, 2010

I am rebuilding / updating my internal server. It is strange to me that 11.0 will not install on this ASUS M3A78 MB but 11.2 will go through. I am setting up the ntp server and run into new things, ntpdate is not used anymore so you have this long string : sntp -P no -r pool.ntp.org which does the same thing or a couple of other calls that may work. It seems that pool.ntp.org will not work however so I switched to another time server.

pool.ntp.org does work on 11.0 however, it still uses ntpdate atm.

I can use ntpdate to my server from other clients and get the time but I can't use Yast to set it up, it hangs (or maybe it will eventually time out) when you test the server in the gui tool. rcntp ntptimeset comes back with no server reached on the ntp server machine so I am not confident that it will auto update itself, which I think is an issue, the server will not respond to client queries after a day or two.

View 1 Replies View Related

OpenSUSE Install :: Suse 10.1 Setting Up PDC?

Dec 17, 2010

I am setting up a PDC using suse 10.1 but I get the error(failed to modify entry:

structural object class modification from 'sambaDomain' to 'inetOrgPerson' not allowed at /usr/sbin/smbldap-populate line 464, <GEN1> line 21.) when I run /usr/sbin/smbldap-populate command
linux-5r4o:~ # /usr/sbin/smbldap-populate

[code]....

View 1 Replies View Related

OpenSUSE :: Setting Screen Resolution In Suse 11.3?

Nov 10, 2010

I just installed Suse 11.3 64bit on a new build. My video card is a nvidia gt240. I am using the default drivers. My monitor is a NEC 17" LCD.

When I boot up the screen resolution defaults to 1280x1024. I can go to applications>configure desktop>display and set it to 1024x768, which is my resolution of choice, and it works until I reboot or log out and log back in, then it resets to 1280x1024.

I would like to make 1024x768 the default so I don't have to keep changing it. Is there a way to do this? The output of xrandr looks like this:

$~> xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
DVI-I-1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 338mm x 270mm
1280x1024 60.0 +
1152x864 75.0
1024x768 75.1 70.1* 60.0

[Code]...

Is there something I can change to set a new default resolution?

View 9 Replies View Related

SUSE :: Software - Reconfigure The BIOS RAID Setting

Feb 8, 2011

I have a Dell Windows7 PC configured with BIOS RAID1. I want to install SLES10 and configure it with Software RAID1. My question is: Do I need to reconfigure the BIOS RAID setting and if so What should it be.

View 5 Replies View Related

SUSE / Novell :: Change Setting For New Video Card On 11.2?

May 24, 2010

I want to attach disk with Suse 11.2 to another motherboard with Integrated ATI Radeon HD 4290 GPU ( at the moment I am using Nvidia GeForce 6800). How can I change settings for new video chip?

View 4 Replies View Related

SUSE / Novell :: Booting Stops At Setting Up CMOS Clock

Dec 7, 2008

The suse 10.0 64 bit partition on my box stops booting when it is setting up the cmos clock. The suse 10.0 32 bit partition boots up without a problem. I never had a problem with the suse 10.0 64 bit partition up until now. Is it possible to fix the problem using puppy linux and editing a configuration file? I do not think it is a hardware issue if the other partition on the drive boots up. Would puppy linux be a good way to backup files from this partition or can I mount the partition using the 32 bit os?

View 1 Replies View Related

SUSE :: Setting Up Canon PIXMA495 Printer - Cannot Find The Proper Drivers

Feb 5, 2011

I need help setting up my canon PIXMA495 printer. I cannot find the proper drivers.

View 1 Replies View Related

OpenSUSE Network :: Promote A "normal" Installation Of Suse As A Domain Controller With LDAP?

Feb 12, 2010

I wish to promote a "normal" installation of Suse as a domain controller with LDAP so the other computers in my network need to use a centralised username and password to log onto the machines.The only documentation I can find refers back to suse 9.

View 2 Replies View Related

General :: Add To Windows Domain / Authenticate Users From Windows Domain?

Sep 27, 2010

i have a windows domain and linux ftp server. OSs windows 2003 server and centos 5.5. i would like to integrate this file server to windows domain. And would authenticate users from windows domain.

View 4 Replies View Related

General :: Setting Time And Date / Setting Calendar Format?

May 14, 2010

Have installed Suse 11.2. how can I change the calendar format dd/mm/yyyy and how to configure the system to sync.from an ntp?

View 1 Replies View Related

General :: Network Setting / Change Eth0 Setting?

May 4, 2010

I have a ubuntu server , can advise if I want to change the network setting ( eg. IP address , gateway address etc ) , which one is the configuration file ? for example , if I want to change eth0 setting , what file I should update ?

View 10 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved