Jeigh
Feb 23 2006, 01:08 PM
| | Haha maaan you know how to weave a story... everytime I check this post its like "here is a small piece of the puzzle, but wait awhile before I give you the rest" hehe. Keeps me commin back for more tho 
Glad to see it went fairly smoothly up until this point at least. Maybe after you are done with it you can have a bonfire with the install docs haha :| |
Reply
aciminsk
Feb 23 2006, 05:29 PM
QUOTE(Jeigh @ Feb 23 2006, 03:08 PM)  Haha maaan you know how to weave a story... everytime I check this post its like "here is a small piece of the puzzle, but wait awhile before I give you the rest" hehe. Keeps me commin back for more tho  Glad to see it went fairly smoothly up until this point at least. Maybe after you are done with it you can have a bonfire with the install docs haha :| I better keep it at my desk to impress whoever comes (the boss especially)
Reply
aciminsk
Mar 3 2006, 07:12 PM
Well, the story of success seems to become a little bit boring. So, to wrap it up, a final touch. When the feet started to feel mileage of running between server and workstation, I’ve configured ssh (Secure Shell). Men, I was impressed. Add terminal Server Client for W2K3, and you can access W2K3 and BSD servers from the comfort of your armchair… Cool! Next time I'll start discovering the rakes....
Reply
xboxrulz
Mar 3 2006, 09:57 PM
lol. So this FreeBSD installation is for your server, i assume? xboxrulz
Reply
aciminsk
Mar 4 2006, 07:02 AM
QUOTE(xboxrulz @ Mar 3 2006, 11:57 PM)  lol. So this FreeBSD installation is for your server, i assume?
xboxrulz
Yes, decommissioned HP Netserver LH3000u. (Huge box btw) I have mentioned it somewhere at the beginning As you might have guessed, it's not the end of the whole story. What would be better, continue it here or start a new thread?
Reply
miCRoSCoPiC^eaRthLinG
Mar 4 2006, 04:13 PM
Continue it here man - that way the whole saga stays together  It's getting to be a real fun reading. Good job man - carry on.
Reply
unimatrix
Mar 5 2006, 03:46 AM
For future reference points for folks, might want to consider buying the SAMS FreeBSD book. Last version I own covers the 5.x series and comes with a single FreeBSD disc to conduct a basic install onto most system. Installing FreeBSD does not take 3 discs, just disc 1. Typically the other discs contain the actual ports system and sometimes might have some really odd device drivers. But mainly all the drivers and core functions you'll need (like X11 & KDE) are including on disc 1. Now if you do not have access to a high speed internet connection, then you will want to purchase or have someone download all the ISO because your going to need them. FreeBSD works best when it has a fast connection to the internet. For a light FreeBSD install, grab the ISO to disc 1 and install normally. Hopefully you've got all your hardware detected. Persionally, I keep a coupleolder jumper ISA (not much use anymore) and PCI 10Mbs ethernet cards around just incase. Once the primary installation is set, it is time to get to know cvsup and the ports system. By default Apache is installed, but now you need PostgreSQL, Python, PERL, PHP, and MySQL. Go in to usr/bin/ports/ type ls now see all those directories? Each is an appliaction that has basically an automatic installer. What is even better is that it searches out, finds, and downloads EVERYTHING you need to get that package to work. PHP needs the GD library? Then the install scripts goes through a list of mirrors, finds the package, downloads, it and then continues with the PHP installation. You want MySQL then do this: type: cd /usr/bin/ports/mysql and then hit return type: make && make install and then hit return Sit back and let the Ports system do its job. It downloads everything it needs and then installs the package. By doing it this way, you really save in download and set up time because your downloading only what you need and by default, the ports tree searches for updates and fetches the latest version of mysql and installs. So you installed FreeBSD 5.2 and want to up grade to 6.x. Just type CVSUP and let the system go fetch the latest stable kernal build and install. You can also update the ports system in a similar fashion too. We have one database server in the office running on a dual Pentium Pro 200 system. It has an uptime of over 6 years now and it's running FreeBSD 3.4 still. It is the only non-macintosh system left other than the two Windows boxes we keep just because. FreeBSD is still my fav. server operating system on the market today. Unlike Linux, BSD is more standardized and has been far easier to maintain and manage thanks to the ports tree. For the longest time the ports system was the only way I ever got PostgreSQL to actually intall without issue.
Reply
aciminsk
Mar 5 2006, 08:44 AM
^^^ Agree Good addon. Thanks. Though if you want the latest version of Apache+mysql+php+perl+gd +Whatever else you want Bundle, you will have to download and install it manually. The shadow site of this kind of installation is that you would not be able to update it using BSD pkg system.
Reply
aciminsk
Mar 5 2006, 07:37 PM
So, what did I finally get after all the above? Here is the layout. Decommissioned HP NetServer LH3000U, with two P4/1.2GHz processors, RAM 4GB, NetRaid SCSI controller and 12 SCSI physical hard drives configured into three logical drives, 5GB RAID1 and 2x90GB RAID5 drives, connected to a small test w2K3 LAN. (You might guess that I have thrown in quite a few of available resources scattered around in a Network Center). The server has been happy with FreeBSD6.0.The Apache2.4+MySQL+PHP4+GD bundle has been installed, slightly configured and properly serving test pages. X server has been running serving as Gnome so KDE. SSHD has been running giving me an option to access the server from a remote workstation. The only tail to cut was those 2x90GB RAID5 logical drives. As one might guess I have installed everything on one 5GB RAID1 logical drive planning to enable other two later on. That’s where the problems started…
Reply
aciminsk
Mar 7 2006, 09:24 AM
So, the next task is to enable remaining two RAID5 logical drives. And I want do it from the comfort of my chair. OK On the Debian box open SU terminal and do #ssh user@192.xxx.xxx.xxx // to connect to the server No problems, just supply the password and you are in. Now, to partition the disk you have to have admin rights. Should not be difficult. $su //Switch to super user mode, worked fine on my Debian machine Responce is ...Well, no responce and no SU. OK, once more... No responce, no SU. RTF1300pagesM. Found the reason on page 428. Turns out that in FreeBSD to be able to switch to SU mode, the user must belong to WHEEL group. Fine. Now, How to assign my User to the WHEEL group? Turns out 1300 pages are not enough to explain. Read the f****g pw manual page. Took some time to make up sense out of 100 or so switches options and what else and several runs to the server to log-on as root to came up with the command I need. (See some of you smiling). #pw usershow -n User -P //to see human description of User's properties #pw usermod -n User -g wheel //To assign Users to wheel group Good, done. Back to my chair and back to configuring the drives. Handbook comes handy. Chapter 16.3 at page 536 lists three options to add disks, one for dummies, and two for users. Who am I? Well, after all I've gone through definitely not a dummy. So, go to section 16.3.2.2 "Dedicated" and look at method 1. Easy, I can do it. Strictly follow the steps... No luck. OK, may be method 2 is better. Try it. No luck. Well, probably I've overestimated myself a little bit. Go back to Section 16.3.1 "Using sysinstall" (For dummies). Follow the guidance to configure both my RAID5 drives, commit changes, reboot. What a surprise! After spitting at me quite a few error messages, my so well behaving so far server went into single user mode. After 20 min of trying to make use of it, I've decided that 30 min installation is not that bad after all. So, one more installation. Though next time...
Reply
Recent Queries:--
freebsd 7 midnight commander pkg_add - 13.57 hr back. (1)
-
hp netserver lh 3000 u3 1 logical failed - 74.33 hr back. (1)
-
used hp netserver lh 3000 u3 buy a server - 156.04 hr back. (1)
-
midnight commander freebsd pkg_add - 415.99 hr back. (1)
-
pc-bsd "midnight commander" install - 519.99 hr back. (1)
Similar Topics
Keywords : freebsd, installation, report, attempt, document, live, freebsd, installation
- Freebsd Commands..
Read the Topic Title.. ^ (1)
Introduction To Openbsd With A Brief Installation Guide
As the topic is (7) OpenBSD is the operating system derived from NetBSD. OpenBSD derived from NetBSD seeking for strong
security features. Since OpenBSD was based on NetBSD, OpenBSD comes with variety of support toward
hardwares while this figure not seems pretty much obsolete since it's been quite a long time
after the split. OpenBSD comes with so security intensive features and as well as for major
applications for UNIX line such as Apache,SQL databases, and PHP. Really notable figures of
OpenBSD is that OpenBSD comes with really strong features for security issues and so that with....
Pc-bsd
Alternative to FreeBSD but based on same kernel (6) After looking through this forum, I noticed nobody had commented about PC-BSD, which is in version
1.2 based on FreeBSD kernel 6.1. I have had some very good success with this system, admittedly
using vmware-workstation, and I didn't even have to install it, as they provide a downloadable
hard file that works with vmware-workstation as well as vmware-player. The GUI Desktop is KDE 3.5.3
and the site for further information is here One overrriding reason to use this system is that
they use PBI files to install applications so you don't have to worry about depe....
Help, Attempting To Boot Freebsd-6 <solved>
Cant even get past the boot screen :( (2) Ive downloaded the latest FreeBSD-6.0 for amd64. All MD5's passed. Hardware... CPU: Athlon64
3400+ Socket 754 Ram: 2 * 512 Kingston ValueRam DDR400 (DoubleSided) Chipset: nForce3-250
Motherboard: Asus K8N (Bios 1006.001) Partiton setup: 1: Windows - 20Gb (FAT32) 2: Linux root (XFS)
3: FreeBSD 3a: FreeBSD root 3b: FreeBSD swap 4: Linux Swap 5: boot (reiserFS) HoldsGRUB filesand
Linux kernel. Attempting to boot with Grub using both of the following commands... (from grub)
CODE root (hd0,2,a) kernel /boot/loader boot CODE rootnoverify (hd0,2) chain....
Freebsd Internet Connection
how to configure internet connection (2) hello people, i got a littol problem with internet conection configuration in freebsd. there is a
router in dhcp with sharing all togehter 4 computers. i dont want freebsd to dhcp server but client
and just simply want to connect. thks /huh.gif' border='0' style='vertical-align:middle'
alt='huh.gif' /> ....
Freebsd Burning & Installation Problems
(4) I had freeBSD. I just didnt work out. I burned it correctly like I do with all my other linux stuff
( i know, BSD is unix) but It just stops on the second cd and makes strange sounds. I've given
up hope and just moved on to Connectiva. moved to the BSD section, you will probably got more
relevant help here. ....
Linux User Needs Help Learning Freebsd
(7) Recently, i decided that FreeBSD was somthing i wasnted to be able to say i could use, and afdmin
comfortably. I was reading several comparasons between GNU/Linux (what i currently use) and
f'BSD. Apart from the differences in the Licences, and they way they were developed, and of
cource the history, they were very very similar. Ive used and become comfortable with several Linux
distro's inclusing Linux From Scratch, Slackware, Gentoo Mandrake, Fedora/Redhat, and maybe a
few others, LOL. After becomming comfortable with linux, i started university, where i use....
Installed Freebsd, Need Instruction For Gui
At the dawn of a personal FreeBSD era (3) I'm at the beginning of learning about FreeBSD, and have installed the OS (version 5.4). I only
made it to the black screen with text/command line. So I need those quick and easy pointers to get
started with the graphical interface of things. So...how easy can I get a graphical user interface
like mousecursor, windows, programmenu's and such (like in windows, ubuntu, mandrake and so on)
working for my FreeBSD installation? I read some stuff about X11 and Xorg, but it seems quite
complicated to me, but I consider that as just being a mild obstacle because I'm....
Problems Dowloading Freebsd 5.3
(5) Hi there, Has anyones out there met this problem before, I cannot download FreeBSD 5.3 iso images
off their download mirrors. The download always broken somewhere around 50-70% of the file and
cannot be resume in any way. I've tried with their FreeBS Centre mirror, Japan, Germany, Hong
Kong ... mirrors, with or without download manager programs (Filezilla, Flashget...) but the results
are the same - a broken download :-( Could anyones can help me to solve this, I acctually need
FreeBSD but cannot buy it herein Vietnam. Tks!....
Looking for freebsd, installation, report, attempt, document, live, freebsd, installation
|
*SIMILAR VIDEOS*
Searching Video's for freebsd, installation, report, attempt, document, live, freebsd, installation
|
advertisement
|
|