LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS
User Name
Password
CentOS This forum is for the discussion of CentOS Linux. Note: This forum does not have any official participation.

Notices


Reply
  Search this Thread
Old 11-09-2015, 05:07 AM   #1
gardenair
Member
 
Registered: Oct 2004
Location: LH
Posts: 648

Rep: Reputation: 45
CentOS 7 for 32 bit Machines.


hi,
I have just download CentOS 7 (32 bit) for my old server from the site

http://seven.centos.org/2015/10/cent...#comment-79066

The mirror site is

http://mirror.centos.org/altarch/7/isos/i386/


I want to know that does this architecture is alternate for 32 bit machines ? Can I use it in production environment as well ?


Thanks,
gardenair
 
Old 11-09-2015, 05:29 AM   #2
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by gardenair View Post
I want to know that does this architecture is alternate for 32 bit machines ?
From the announcement:
Quote:
This version of CentOS Linux 7 is for PAE capable 32 bit machines, including x86 based IOT boards similar to the Intel Edison.
Quote:
Can I use it in production environment as well ?
Since the goal of Centos is to provide an Enterprise Linux without licensing, the answer should be yes. For what other reason would they create this alternative? Best to confirm this with the AltArch SIG though.
 
Old 11-09-2015, 05:45 AM   #3
gardenair
Member
 
Registered: Oct 2004
Location: LH
Posts: 648

Original Poster
Rep: Reputation: 45
Well I have just install the said version over VMWare workstation for testing purpose. It has been installed. I found Centos 7 different from Centos 6,For example to turn off firewall the new command is here .

Code:
[root@localhost ~]# systemctl disable firewalld
rm '/etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service'
rm '/etc/systemd/system/basic.target.wants/firewalld.service'
I have to upgrade my skill regarding to learn the new command which I found in centos 7.

Last edited by gardenair; 11-09-2015 at 05:53 AM.
 
Old 11-09-2015, 06:02 AM   #4
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by gardenair View Post
Well I have just install the said version over VMWare workstation for testing purpose. It has been installed. I found Centos 7 different from Centos 6,For example to turn off firewall the new command is here .

Code:
[root@localhost ~]# systemctl disable firewalld
rm '/etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service'
rm '/etc/systemd/system/basic.target.wants/firewalld.service'
I have to upgrade my skill regarding to learn the new command which I found in centos 7.
That's why it's a major new revision. systemd may be the biggest change, together with the network management tools, and certainly the most controversial. Luckily RedHat has excellent documentation at access.redhat.com.
 
Old 11-09-2015, 09:56 AM   #5
gardenair
Member
 
Registered: Oct 2004
Location: LH
Posts: 648

Original Poster
Rep: Reputation: 45
thanks for the reply. Well as concern to services In CentOS 7 I even can not the traditional command to run the service like in CentOS 5 and CentOS 6

Code:
# service smb start
Under VMWare workstation I even can not connect the network of guest operating system (centos 7) with the base operating system,where as under CentOS6 it works fine and i can ping each other as well.

CentOS7... is

regards

Last edited by gardenair; 11-09-2015 at 10:00 AM.
 
Old 11-09-2015, 10:25 AM   #6
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Yes, a lot has changed in RHEL/CentOS 7. The new command is systemctl, eg: "systemctl start smb". It's a little more intuitive now, eg:

CentOS 6
Code:
chkconfig smb on
service smb start
CentOS 7
Code:
systemctl enable smb
systemctl start smb
 
Old 11-09-2015, 02:05 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
I found Centos 7 different from Centos 6,For example to turn off firewall the new command is here .
so i take it you did not read the required reading called " the release notes "

this is not new in 7.1
rhel started using systemd in 7.0

the first beta for 7 was released 2 YEARS ago
the use of systemd is not new news
 
Old 11-10-2015, 03:48 AM   #8
gardenair
Member
 
Registered: Oct 2004
Location: LH
Posts: 648

Original Poster
Rep: Reputation: 45
Thanks for the reply.Well i have installed Server with GUI as I choose "File and Storage server". After installation i use the command

Code:
# rpm -qa | grep samba
It show the samba related files but samba-winbind is missing with the fresh installation.
In CentOS 6 during fresh installation i add these storage components.

You can see the output of the said command by using CentOS 6 and CentOS 7.
The question is how may I add "samba-winbind" under CentOS 7.

Thanks
Attached Thumbnails
Click image for larger version

Name:	linux_install_rhel_7_rc_04.png
Views:	28
Size:	173.4 KB
ID:	20015   Click image for larger version

Name:	Samba-Centos7.png
Views:	26
Size:	57.4 KB
ID:	20016   Click image for larger version

Name:	samba-Centos6.png
Views:	26
Size:	66.9 KB
ID:	20017  
 
Old 11-10-2015, 04:32 AM   #9
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by gardenair View Post
Thanks for the reply.Well i have installed Server with GUI as I choose "File and Storage server". After installation i use the command

Code:
# rpm -qa | grep samba
It show the samba related files but samba-winbind is missing with the fresh installation.
In CentOS 6 during fresh installation i add these storage components.

You can see the output of the said command by using CentOS 6 and CentOS 7.
The question is how may I add "samba-winbind" under CentOS 7.
Packages on Centos 7 may not be the same as on Centos 6. Perhaps there is no samba-winbind.

yum search samba should give you ideas.
 
Old 11-10-2015, 05:58 AM   #10
gardenair
Member
 
Registered: Oct 2004
Location: LH
Posts: 648

Original Poster
Rep: Reputation: 45
Well what is the main reason that Red Hat introduce "systemctl" why it not continue the previous things,I agree that in the version 7 there is lot of improvement but the "service "," chkconfig" concept on RHEL 6 is now not in the latest version.
In short again start to read the documentation,learn,practice and then move ahead on to production environment ...

Last edited by gardenair; 11-10-2015 at 05:59 AM.
 
Old 11-10-2015, 06:08 AM   #11
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by gardenair View Post
Well what is the main reason that Red Hat introduce "systemctl" why it not continue the previous things,I agree that in the version 7 there is lot of improvement but the "service "," chkconfig" concept on RHEL 6 is now not in the latest version.
In short again start to read the documentation,learn,practice and then move ahead on to production environment ...
Create a new thread for new questions.
 
Old 11-10-2015, 06:26 AM   #12
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,783

Rep: Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936
Quote:
Create a new thread for new questions.
In most cases I would agree. However, since most systemd threads tend to get out of control, gardenair please do not.

In a nutshell, chkconfig and the service commands are used to control the init system on RedHat 6/CentOS 6. The old init system was replaced by systemd which now uses the systemctl command.
 
Old 11-10-2015, 01:30 PM   #13
Doug G
Member
 
Registered: Jul 2013
Posts: 749

Rep: Reputation: Disabled
A helpful page: https://fedoraproject.org/wiki/SysVi...emd_Cheatsheet
 
Old 11-10-2015, 03:24 PM   #14
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Here is a very detailed explanation why Arch Linux moved to systemd. Certainly Red Hat, SUSE, Debian etc had similar considerations.

https://bbs.archlinux.org/viewtopic....49530#p1149530
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Install OpenSUSE 32 bit and CentOS 64 bit in Dualboot Mode GMaK007 Linux - Newbie 7 10-25-2013 06:04 AM
Can't find 32 bit libs to run 32 bit prog on 64 bit CentOS homer_3 Linux - Distributions 2 09-30-2013 08:45 PM
Build dependency conflict on 32 bit and 64 bit machines sahil.jammu Linux - Newbie 5 10-15-2010 06:27 AM
LXer: Install HVM FreeBSD 7.0 DomU (32-bit) at Xen 3.2.1 CentOS 5.1 Dom0 (64-bit) LXer Syndicated Linux News 0 05-01-2008 08:00 PM
LXer: Install Xen 3.1 Solaris domU (64 bit) under CentOS 5 dom0 (64 bit) LXer Syndicated Linux News 0 09-21-2007 12:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS

All times are GMT -5. The time now is 06:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration