Sponsored Content
Full Discussion: Upgrading to FreeBSd 7.1
Operating Systems BSD Upgrading to FreeBSd 7.1 Post 302281251 by FloridaBSD on Wednesday 28th of January 2009 12:34:06 PM
Old 01-28-2009
Question Upgrading to FreeBSd 8.0

I have installed Free BSD 7.1 an would like to upgrade to 8.0 using theupgrade option under sysinstall. Is this posible?

Last edited by FloridaBSD; 01-29-2009 at 02:00 PM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Upgrading Sudo

Hi all I am trying to upgrade Sudo on my Redhat Linu 7.0 box. I have obtained the latest version of Sudo (1.6.6) from http://www.courtesan.com/sudo/. THis is in the form of a src.rpm file. I am confused about installing this. How can I install from a source rpm. It does not upgrade the... (1 Reply)
Discussion started by: skotapal
1 Replies

2. AIX

Upgrading from 5.1.0.0 to 5.2.0.0

As a fairly new Administrator to AIX i am a little leary of the OS upgrade I need to do on one of our servers. I have already upgraded the microcode to the lastest level and now need to do the OS. I have the docs and discs from IBM and have determined that I dont want to do a new installation but... (5 Replies)
Discussion started by: Target
5 Replies

3. Solaris

Upgrading SSH

Hi, I have a sun box with Solaris 9 installed on it. The SSH version is Sun_SSH_1.0 but I need to upgrade it to Sun_SSH_1.1. Do I have to remove the SSH packages totally or is there any other alternative. Thanks, rte (0 Replies)
Discussion started by: run_time_error
0 Replies

4. Solaris

upgrading java

Hi there I have been tasked with upgrading java on one of our boxes to version 6.0 or later (package version 1.5 or later someone told me). but ive been trying to find the SUNW package for this and cant see it, so I checked pkginfo for installed package and there isnt one ....even though java is... (4 Replies)
Discussion started by: hcclnoodles
4 Replies

5. Filesystems, Disks and Memory

Upgrading PC Memory

hello folks, I am planning to upgrade my PC's ram. currently the ram I have is 2x256MB=512MB/133MHz (DDR266) - DDR SDRAM, PC-2100. My guess is that it has 184 Pins. I would like to get a DDR2 with 667MHz, 240 pin. Is it possible, since pins don't match. Do they have to match? (there are 3... (4 Replies)
Discussion started by: milhan
4 Replies

6. Programming

Application crashes in FreeBSD 7.1 while working ok in FreeBSD 6.3

Hello there, My mulithreaded application (which is too large to represent the source code here) is crashing after installing FreeBSD 7.1-RELEASE/amd64. It worked properly on others machines (Dual Cores with 4GB of RAM - FreeBSD 6.2-RELEASE/i386). The current machine has 2x Core 2 Duo... (1 Reply)
Discussion started by: Seenquev
1 Replies

7. HP-UX

UNIX upgrading?

Right now we are using HP-UX 11i We are thinking of upgrading to 11i v3.. Questions: Why would we want to upgrade? Benefits? Do we need to install v2 and then v3 or can we just go straight to v3? I see we can get the following: HP-UX 11i v3 Operating Environment and applications... (10 Replies)
Discussion started by: nixie21
10 Replies

8. AIX

Upgrading AIX from 5.3 to 6.1

Hi, I am having 2 Hard disk one for os and another for data,I would like to know for Upgrading AIX 5.3 to 6.1,wheather I have to varry off datavg while upgrading, or any other files needs to be backup. Please suggest Regards, Manoj (1 Reply)
Discussion started by: manoj.solaris
1 Replies

9. AIX

Upgrading OS from 5.2 to 5.3

We currently have test and production servers running AIX 5.2, DB2 8.1(Prod), DB2 8.2(Test),Websphere 6.1 on both. We need to upgrade to DB2 to version 9, but to do that we also need to upgrade the operating system to 5.3 and go from 32 bit kernel to 64 bit kernal. Looking for information on any... (3 Replies)
Discussion started by: jyoung
3 Replies

10. AIX

Upgrading Power5 from 5.3 to...

I have a power5 that I would like to update and bring everything forward. I am wondering about trouble-free upgrades. Is it better to go 5.3 -> 7 or 5.3 ->6 ->7? The power5 box is behind and hopefully can learn from experiences here. Thanks. (6 Replies)
Discussion started by: redi
6 Replies
PC-SYSINSTALL(8)					    BSD System Manager's Manual 					  PC-SYSINSTALL(8)

NAME
pc-sysinstall -- System installer backend SYNOPSIS
pc-sysinstall [-c file] [command] DESCRIPTION
The pc-sysinstall utility is a hybrid backend for installing FreeBSD. When run in install mode it takes a configuration file and performs an installation according to the parameters specified in the configuration file. When called with one of the system query commands it provides information about the system to aid a front end in building an appropriate configuration file. The following options are available: -c file Perform an installation as directed by file. COMMANDS
The command can be any one of the following: help Display a list of all commands. help command Display the help data for the specified command. disk-list Provide a listing of the storage devices detected on this system. disk-part disk Queries the specified storage device and returns information about its partitions. disk-info disk Returns information about a storage device's size, cylinders, heads, and sectors. detect-laptop Tests to see if this system is a laptop or desktop. detect-emulation Tests to see if this system is running in an emulator detect-nics Returns a listing of the detected network cards on this system. list-components Returns a listing of the available components which can be installed. list-rsync-backups user host port Returns a listing of available rsync-backups on the target server in the life-preserver/ directory. list-tzones Returns a listing of available timezones. query-langs Returns a list of languages that the installer supports. sys-mem Returns the size of installed system RAM in MegaBytes. test-netup test if an internet connection is available. update-part-list Returns a list of PC-BSD and FreeBSD installs on this system for updates. xkeyboard-layouts Returns a list of keyboard layouts that xorg supports. xkeyboard-models Returns a list of keyboard models that xorg supports. xkeyboard-variants Returns a list of keyboard variants that xorg supports. create-part disk size Create a new MBR primary slice on the target disk using size MB. delete-part partition Delete the disk partition specified. If this is the last partition, the disk partition layout will also be scrubbed, leaving a clean disk ready for MBR or GPT file system layouts. start-autoinstall file Start an automated installation with the specified file. Normally only used by automated install scripts. setup-ssh-keys user host port Setup SSH without a password for the target host, user, and port. Used to prompt the user to log into a server before doing a rsync + ssh restore. HISTORY
This version of pc-sysinstall first appeared in FreeBSD 9.0. AUTHORS
Kris Moore <kmoore@FreeBSD.org> BUGS
This utility was written to install PC-BSD and has seen limited use as an installer for FreeBSD. It's likely that usage to install FreeBSD will expose edge cases that PC-BSD doesn't, as well as generate feature requests based on unforeseen needs. BSD
June 24, 2010 BSD
All times are GMT -4. The time now is 02:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy