unix upgrade


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers unix upgrade
# 1  
Old 11-13-2000
I am new to Unix but have owned an inventory system and used it for 6 years. It now is maxed out and won't take any more new part numbers. I would assume this is due to hard drive capacity. Is it as easy to upgrade the hard drive and memory on it as is on a normal pc? I would like to just add more memory and a larger hard drive by copy of original drive onto one four times as large and go on with new numbers. Is this poss or is their going to be a partioning problem? Thanks to one and all, Ron
# 2  
Old 11-14-2000
You should be able to add memory easily, just as you would in a PC. The best way to move your data to a new harddrive would be to install the new one and get it recognized by the system. Create your filesystems on it, and then use tar to copy the data. Something like:


(cd / && tar cvf - . ) | (cd /new_mount && tar xvfp -)

where /new_mount has your new root filesystem mounted on it.


You could also use a backup tape to write the data to the new hard disk.


HTH
 
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Red Hat

Upgrade from OL 6.3 to 6.5

Hello, For upgrading from OL 6.3 to 6.5 is this possible to upgrade without rebuild? What should be the generic steps in migration to OL 6.5. IS this like building up from scratch ? Best regards, Vishal (4 Replies)
Discussion started by: admin_db
4 Replies

2. AIX

OS upgrade

Hello, fellows: I have an old H80 with AIX 4.3, I want to upgrade to AIX 5.3, is this possible? I have read in some documentation that is necesary do it version to version, I mean... 4.3->5.1 5.1->5.2 5.2->5.3, anybody have this experience? I will aprecciate yor help. Kind regards. (2 Replies)
Discussion started by: GEIER
2 Replies

3. UNIX for Advanced & Expert Users

upgrade unix version

I use HP UNIX 11 now , as I know , the latest version is 11iv2 , ( correct me if i am wrong ) , I hv read the feature of this version , it is 15% performance improved and more secure , if it is truth , I want to upgarde it by myself , but i am too familiar with the OS upgarde , could suggest the... (2 Replies)
Discussion started by: ust
2 Replies

4. Post Here to Contact Site Administrators and Moderators

Unix.com's vB Upgrade

Hi, I've noticed that you are using vB2 (2.3.5), and Jelsoft has recently released 3.0.3. Is Unix.com going to upgrade to 3.0.3? I'm only wondering.... (3 Replies)
Discussion started by: Danny_10
3 Replies
Login or Register to Ask a Question